@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
}
body a {
	color: #3a6fb4;
	text-decoration: none;
}
body a:hover {
	text-decoration: underline;
}
#header {
	height: 84px;
	position: relative;
	margin: auto;
}
#header #banner {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#header #logo {
	position: absolute;
	z-index: 2;
	left: 35px;
	top: 14px;
}
#blue_line {
	background: #79a8b2;
	font-size: 12px;
	margin: auto;
	text-align: right;
	border-bottom: 1px solid #FFFFFF;
}
#blue_line a {
	color: #000000;
	text-decoration: none;
}
#blue_line a:hover {
	color: #FFFFFF;
}
#nav {
	margin: auto;
	background: #9a9a65;
	text-align: left;
}
#nav a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	margin-right: 12px;
	margin-left: 12px;
}
#nav a:hover {
	color: #FFFFFF;
}
#main {
	margin: auto;
	text-align: left;
	padding-top: 20px;
	font-size: 14px;
	color: #000000;
}
.headtitle {
	background: url(images/ecomm_columnhead.gif) repeat-x;
	height: 31px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 35px;
	text-indent: 5px;
	padding-bottom: 10px;
}
#left {
	width: 175px;
	margin-right: 20px;
}
#left #search {
	padding: 5px;
	font-size: 12px;
	margin-bottom: 20px;
}
#left #search form {
	margin: 0px;
}
#left #search form a {
	color: #3a6fb4;
	text-decoration: none;
}
#left #search form a:hover {
	text-decoration: underline;
}
#left #search #searchme {
	width: 115px;
}
#left #categories {
	font-size: 14px;
	padding: 5px;
	margin-bottom: 20px;
	line-height: 20px;
}
#right {
	width: 175px;
	margin-left: 20px;
}
#right #cart {
	padding: 5px;
	margin-bottom: 20px;
	font-size: 14px;
}
#right #checkout_now {
	width: 140px;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 35px;
}
#right #shipping {
	padding: 5px;
	margin-bottom: 20px;
	font-size: 14px;
}
.limited    {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
#right   .articles {
	font-size: 12px;
	padding: 5px;
	margin-bottom: 20px;
}
#content {
	font-size: 14px;
}
#footer {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #666666;
	border-top: 1px solid #9A9A65;
	padding: 5px;
	text-align: center;
}
#footer a {
	color: #3A6FB4;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*Kill Monser's Stuff*/
.navbar {
	color: #3a6fb4;
	text-decoration: none;
	font: normal 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.navbar:hover {
	color: #3a6fb4;
	text-decoration: underline;
	font: normal 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}
