@charset "utf-8";
@import url("cartweaver.css");
body  {
	margin: 0; 
	padding: 0 0 20px 0;
	background: url(../images/bg.jpg) repeat-x #6CAEDF;
	text-align: center; 
	color: #525252;
	font: .8em Arial, Helvetica, sans-serif;
}
a {
	color: #589bcd;
}
h1 {
	color: #015281;
	font-size: 1.3em;
}
#mainContent h1 {
	margin-bottom: 1.5em; 
}
h2 {
	color: #015281;
	font-size: 1.1em;
	margin: 1em 0 0 0;
}
h3 {
	background: #CEECFC;
	padding: 3px;
	color: #005568;
	font-size: 1em;
}
p {
	margin: 0 0 1em 0;
}
strong {
	color: #005568;
}
a:hover {
	color: #069;
	text-decoration: none;
}
#container { 
	width: 800px;  
	background: #FFFFFF url(../images/bg-content.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; 
}
#homeContainer { 
	width: 800px;  
	background: #FFFFFF url(../images/bg-home-content.jpg) repeat-y;
	margin: 0 auto;
	text-align: left; 
}
/* header styles */
#header { 
	background: #fff url(../images/2010/bg-header.jpg) no-repeat;
	height: 149px;
	overflow: hidden;
	margin: 0;
	padding: 0;
} 
#logo { 
	float: left;
	background: url(../images/logo.gif) no-repeat;
	width: 282px;
	height: 59px;
	margin: 44px 0 18px 55px;
	cursor: pointer;
}
#topNav {
	list-style: none;
	float: right;
	margin: 36px 36px 10px 0;
	padding: 0;
	font-size: 11px;
	color: #5fa3d6;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#topNav li {
	display: inline;
}
#topNav li a {
	color: #5fa3d6;
	font-weight: bold;
}
#topNav li:after {
	content: " | ";
}
#topNav li.last:after {
	content: "";
}
#topNav li a:hover {
	text-decoration: none;
	color: #069;
}
#mainNav {
	clear: both;
	list-style: none;
	margin: 2px 0 10px 45px;
	padding: 0;
	height: 28px;
	font-size: 11px;
	text-transform: lowercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainNav li {
	display: inline;
	float: left;
}
#mainNav li a {
	font-weight: bold;
	color: #38879A;
	text-decoration: none;
	margin: 0 0 0 10px;
	padding: 0 15px 0 0;
	background: url(../images/2010/nav-dot.gif) no-repeat;
	background-position: right 5px;
}
#mainNav li:last-child a {
	padding: 0 0 0 0;
	background: none;
}
#mainNav li a:hover {
	text-decoration: underline;
}
/* side styles */
#leftBar {
	float: left;
	width: 25px;
	height: 438px;
	background: url(../images/bg-left.jpg) no-repeat;
}
#rightBar {
	float: right;
	width: 25px;
	height: 438px;
	background: url(../images/bg-right.jpg) no-repeat;
}
#sidebar1 {
	float: left; 
	width: 105px;
	padding: 5px 10px 15px 10px;
}
#sideNav {
	margin: 0;
	padding: 0;
}
#sideNav li {
	margin: 10px;
	list-style-image: url(../images/bullet.gif);
}
#sideNav li a {
	color: #589bcd;
	font-size: .9em;
}
#sideNav li a:hover {
	color: #069;
	text-decoration: none;
}
#sideNav ul {
	margin: 0;
	padding: 0;
}
#sideNav li li {
	margin: 10px 0 10px 12px;
	list-style-image: url(../images/bullet2.gif);
}
#sideNav li li a {
	color: #5D4E43;
	font-size: 0.9em;
}
/* body styles */
#mainContent { 
	float: left;
	width: 580px;
	padding: 0 20px 20px 20px;
} 
#mainContent p:first-child {
	margin-top: 0;
	padding-top: 0;
}
#homeContent { 
	float: left;
	width: 750px;
} 
#homeBanner {
	margin: 2px 0 0 0;
	padding-bottom: 2px;
	/* border-bottom: 1px solid #6EB0E0; */
}
#homeBannerText {
	background: #005284;
	float: left; 
	width: 200px;
	height: 200px;
	padding: 40px 25px;
	color: #FFF;
}
.homeContentBlock {
	float: left;
	width: 200px;
	margin: 0 25px;
}
.homeContentBlock h2 {
	color: #005568;
	font-size: 17px;
	margin-top: 0;
}
.galleryMedia {
	float: left;
	width: 175px;
	height: 195px;
	margin: 0 15px 15px 0;
	text-align: center;
}
/* footer styles */
#footer { 
	width: 800px;
	margin: 0 auto 15px auto;
	background: url(../images/bg-footer.jpg) no-repeat;
	color: #FFF;
	font-size: 10px;
} 
#footerText { 
	width: 800px;
	margin: 0 auto 15px auto;
	background: url(../images/2010/bg-footer-text.jpg) no-repeat;
	color: #FFF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
#footerHome {
	width: 800px;
	margin: 0 auto;
	background: url(../images/bg-home-footer.jpg) no-repeat;
	color: #FFF;
	font-size: 10px;
}
#footer a, #footerText a, #footerHome a {
	color: #FFF;
}
#footerLeft {
	float: left;
	width: 325px;
	text-align: left;
	margin: 35px 0 0 25px;
}
#footerRight {
	float: right;
	width: 300px;
	text-align: right;
	margin: 35px 25px 0 0;
}
/* general use styles */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* --------------- 2010 enhancements ------------------- */
#contentArea {
	float: left;
	width: 750px;
}
#page-top {
	background:url(../images/2010/page-top.gif) no-repeat;
	height: 39px;
}
#emailList {
	clear: right;
	float: right;
	width: 205px;
	height: 45px;
	background: #E8EFF5;
	padding: 5px;
	margin: 0 25px 0 0;
}
#emailList input {
	border: 1px solid #ddd;
	color: #818181;
}
.subscribeTitle {
	font-size: 13px;
	color: #005567;
	font-weight: bold;
	text-align: center;	
	margin-bottom: 5px;
}
#footerTextArea {
	clear: both;
	background: #015281 url(../images/2010/page-bottom.gif) no-repeat;
	padding: 50px 25px 10px 125px;
	color: #fff;
}
#footerTextArea h2 {
	color: #fff;
}
#homeStore {
	background: url(../images/2010/hp-store.jpg) no-repeat;
	min-height: 170px;
	padding: 3px 20px 20px 273px;	
}
#videoArea {
	display: none;
}
