@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: #5D4E43;
	font: .9em Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #589bcd;
}
h1 {
	color: #005568;
	font-size: 1.4em;
}
h2 {
	color: #005568;
	font-size: 1.2em;
}
h3 {
	background: #CEECFC;
	padding: 3px;
	color: #005568;
	font-size: 1em;
}
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: url(../images/bg-header.jpg) no-repeat;
	height: 149px;
	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: 98px 36px 0 0;
	padding: 0;
	font-size: 12px;
	color: #5fa3d6;
}
#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: 0 25px;
	padding: 0;
	height: 28px;
	background: url(../images/nav-bg.gif) repeat-x #6CAEDF;
}
#mainNav li {
	display: inline;
	float: left;
}
#mainNav li a span {
	display: none;
}
#navAboutUs, #navServices, #navServices, #navStore, #navContactUs {
	display: block;
	height: 28px;
	background-position: 0 0;
	margin-left: 78px;
}
#navAboutUs:hover, #navServices:hover, #navStore:hover, #navContactUs:hover {
	background-position: 0 -28px;
}
#navAboutUs {
	background: url(../images/nav-aboutUs.gif) no-repeat;
	width: 72px;
}
#navServices {
	background: url(../images/nav-services.gif) no-repeat;
	width: 96px;
}
#navStore {
	background: url(../images/nav-store.gif) no-repeat;
	width: 96px;
}
#navContactUs {
	background: url(../images/nav-contactUs.gif) no-repeat;
	width: 84px;
}
/* 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: 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: .8em;
}
#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: .8em;
}
/* body styles */
#mainContent { 
	float: left;
	width: 580px;
	padding: 20px;
} 
#mainContent p:first-child {
	margin-top: 0;
	padding-top: 0;
}
#homeContent { 
	float: left;
	width: 750px;
} 
#homeBanner {
	margin: 2px 0 20px 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;
} 
#footerHome {
	width: 800px;
	margin: 0 auto;
	background: url(../images/bg-home-footer.jpg) no-repeat;
	color: #FFF;
	font-size: 10px;
}
#footer 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;
}