@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../_images/site/background.jpg);
	background-position: 50% 0%;
	background-repeat:repeat;
	background-color: #ece4b6;
	margin:0;
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
.thrCol #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrCol #topNavContainer {
	background:#5f9ca9;
	padding: 10px 0;
	margin: 0;
	height: 30px;
}
.thrCol #topNav {
	width: 1000px;
	background:#5f9ca9;
	margin: 0;
	height: 30px;
	position: relative;
}

.thrCol #logo {
	background: #DDDDDD;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrCol #mainNav {
	background:#cccc99;
	margin: 0;
	height: 28px;
	position: relative;
}
.thrCol #mainNavIndex {
	background:#cccc99;
	margin: 0;
	height: 244px;
	float: left;
	position: relative;
	text-align:left;
	width: 184px;
}
.thrCol #mainNavImage {
	background:#cccc99;
	margin: 0;
	height: 244px;
	float: right;
	position: relative;
	text-align:left
}
.thrCol #subNav {
	background:#fff;
	margin: 0;
	height: 28px;
	position: relative;
}
.thrCol #subNavIndex {
	background:#fff;
	margin: 0;
	height: 4px;
	position: relative;
}
.thrCol #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.thrCol #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF;
}
.thrCol #mainContent {
	width: 600px;
	margin-top: 30px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrCol #mainContentOneCol {
	width: 900px;
	margin-top: 30px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrCol #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	text-align: center;
}
.thrCol #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position:absolute;
	right:0px;
	bottom:0px;
	margin-right: 1.5em;
}
#topNav li {
	float: left;
}

#topNav li a:link, #topNav li a:visited {
	background:#5f9ca9;
	padding:.2em .5em;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	text-decoration:none;
	line-height:1.2em;
	margin-right:1em;
	text-transform: lowercase;
}
#topNav li a:hover {
	color:#5f9ca9;
	background:#333333;
	text-decoration: underline;}
	
#topNav li a.cart:hover{
	color:#5f9ca9;
	text-decoration: underline;
	background-color: #5f9ca9;
	text-transform: none;
}




#mainNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#mainNav li {
	float: left;
}
#mainNav a:link, #mainNav li a:visited {
	background:#cccc99;
	padding:.6em;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000;
	text-decoration:none;
	line-height:1em;
	margin-right:1.5em;
	vertical-align: middle;
}
.thrCol #container #mainNav ul .firstMainNav {
	margin-left: 1em;
}
#mainNav li a:hover {
	color:#FFC;
	background:#666;
	text-decoration: underline;
}

#mainNavIndex ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#mainNavIndex li {
}
#mainNavIndex a:link, #mainNavIndex li a:visited {
	background:#cccc99;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000;
	text-decoration:none;
	line-height:0.8em;
	margin-right:.3em;
	vertical-align: middle;
	padding-top: 0.4em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
}
.thrCol #container #mainNavIndex ul .firstMainNav {
	margin-left: 1em;
}
#mainNavIndex li a:hover {
	color:#FFC;
	background:#666;
	text-decoration: underline;
}
#subNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#subNav li {
	float: left;
	background:#fff;
	padding:.6em;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#000;
	text-decoration:none;
	line-height:1em;
	margin-right:1.5em;
	vertical-align: middle;
	text-transform: lowercase;
}
#subNav a:link, #subNav li a:visited {
	vertical-align: middle;
	background:#fff;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	line-height:1em;
	margin-right:1em;
	vertical-align: middle;
}
.thrCol #container #subNav ul .firstSubNav {
	margin-left: 1em;
}
#subNav li a:hover {
	color:#000;
	background:#fff;
	text-decoration: underline;
}


	
#sidebarLeft ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sidebarLeft li {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#333;
	text-decoration:none;
	line-height:2em;
	padding-top: 0.1em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.8em;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #fff;
	background-color: #e4ecef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-transform: lowercase;
	font-variant: normal;
}
#sidebarLeft a:link, #sidebarLeft li a:visited {
	vertical-align: middle;
	background-color: #e4ecef;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	vertical-align: middle;
}
.thrCol #container #sidebarLeft ul .firstSubNav {
}
.thrCol #container #sidebarLeft ul .subNavTitle {
	background-color: #7298a5;
	color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#sidebarLeft li a:hover {
	color:#000;
	text-decoration: underline;
}




#mainContent h1  {
	color: black;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: normal;
	}
#mainContent h2 {
	color: black;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
}
#mainContent h3 {
	color: black;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-weight: normal;
}
	
	.thrCol #sidebarRight p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	}
	
#mainContent p	
	{ color: black; font-size: 14px; font-family: "Times New Roman", Georgia, Times; line-height: 17px; text-align: left; }
#mainContent img, #sidebarRight img {
	padding-bottom: 5px;
}
#mainContent li {
	color: black;
	font-size: 14px;
	font-family: "Times New Roman", Georgia, Times, serif;
	line-height: 17px;
	text-align: left;
	list-style-type: disc;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#mainContent dl dd {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
#mainContent dl dt   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	display: block;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
.thrCol #container #sidebarRight p {
	font-weight: bold;
}

