@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url(images/background.jpg) repeat-x left top #7db8e2;
	font: 12px/1.5 "Trebuchet MS", Arial, sans-serif;
	color: #555;
}
h1 {
	margin: 0;
	font: bold italic 30px "Trebuchet MS", Arial, sans-serif;
	color: #142076;
}
h2 {
	margin: 20px 0 15px 0;
	font: bold 18px "Trebuchet MS", Arial, sans-serif;
	color: #142076;
}
h3 {
	margin: 20px 0 15px 0;
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	color: #555;
}
a {
	color: #3493d6;
}
a:hover {
	color: #1c519a;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}

/* LAYOUT */

#container {
	width: 960px;
	padding: 0 4px;
	margin: 0 auto;
	background: url(images/container.png) repeat-y center top;
}
#search {
	width: 960px;
	height: 35px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	text-align: right;
}
#search form input {
	border: 1px solid #9eafbf;
	background-color: #fff;
	width: 210px;
	height: 17px;
	margin: 0 5px 0 0;
}
#search div {
	display: none;
}		
#header {
	background: url(images/header.jpg) no-repeat center top;
	height: 345px;
}
#leftcol {
	width: 290px;
	padding: 10px;
	float: left;
	background: url(images/leftcol.jpg) repeat-x left top;
	color: #142076;
}
#rightcol {
	width: 610px;
	padding: 60px 20px 0 0;
	float: right;
	background: url(images/rightcol.jpg) no-repeat right top;
}

/* LEFT COL */

.categoryHeader {
	padding: 10px;
	background: #d6e3ec;
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	color: #142076;
}
#leftcol ul.menuLinks {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
#leftcol ul.menuLinks li {
	display: inline-block;
	width: 270px;
}
#leftcol ul.menuLinks li a {
	display: block;
	padding: 5px 10px;
	width: 270px;
	color: #142076;
	text-decoration: none;
}
#leftcol ul.menuLinks li a:hover {
	color: #0171ad;
	background: #d5effd;
}
.cautionBox {
	background: #fdfce6;
	border: 1px solid #ede398;
	padding: 10px 10px 0 10px;
	margin: 0 0 20px 0;
	color: #6c6961;
}
.cautionHeadline {
	padding: 5px;
	background: #f7e672;
	text-transform: uppercase;
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
}
.cautionHeadline img {
	float: left;
	padding-right: 5px;
}
.infoHeader, #recentprds h3 {
	padding: 10px;
	background: #e9f0f5;
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	color: #142076;
}
#recentprds a {
	padding: 5px 0 5px 5px;
	color: #142076;
	text-decoration: none;
}
#recentprds a:hover {
	text-decoration: underline;
}
.contactInfo p {
	margin: 10px;
}

/* NAV */

#nav {
	margin: 0 auto;
	width: 968px;
	background: url(images/nav.png) no-repeat center top;
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
}
#nav ul {
	margin: 0;
	padding: 0;
	width: 968px;
	height: 34px;
	list-style: none;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 6px 0 0 0;
	height: 28px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
#nav ul li.home a {
	width: 109px;
}
#nav ul li.home a:hover {
	background: url(images/nav.png) no-repeat left bottom;
}
#nav ul li.contact a {
	width: 135px;
}
#nav ul li.contact a:hover {
	background: url(images/nav.png) no-repeat -109px bottom;
}
#nav ul li.order a {
	width: 176px;
}
#nav ul li.order a:hover {
	background: url(images/nav.png) no-repeat -244px bottom;
}
#nav ul li.policies a {
	width: 116px;
}
#nav ul li.policies a:hover {
	background: url(images/nav.png) no-repeat -420px bottom;
}
#nav ul li.about a {
	width: 127px;
}
#nav ul li.about a:hover {
	background: url(images/nav.png) no-repeat -536px bottom;
}
#nav ul li.cart a {
	width: 129px;
}
#nav ul li.cart a:hover {
	background: url(images/nav.png) no-repeat -663px bottom;
}
#nav ul li.login a {
	width: 172px;
}
#nav ul li.login a:hover {
	background: url(images/nav.png) no-repeat -792px bottom;
}

/* FOOTER */

#footer {
	width: 960px;
	padding: 20px 4px 40px 4px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat center top;
	color: #195882;
	text-align: right;
}
#footer a {
	color: #195882;
}
#footer a:hover {
	color: #002945;
}
#copyright {
	width: 450px;
	float: left;
	text-align: left;
}

/* ----- Other Interface Elements ----- */

	#pcShowCart {
		border: 1px solid #e1e1e1; 
		margin-bottom: 10px;
		font-size: 11px;
		background-image: url(images/pcv4_cart_back.png);
		background-repeat: no-repeat;
		background-position: 5px 5px;
		background-color: #fff;
		text-align: right;
	}
