@charset "utf-8";

* {margin: 0; padding: 0;}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b5d5ff;
	background: #06196B url(../images/bg_body.jpg) top center repeat-y;
}
#page {background: url(../images/bg_page.jpg) top center  no-repeat;}

#top {
	height: 344px;
	}

#header, #banner, #search, #wrap, #footer {
	width: 902px;
	margin: 0 auto;
	}
	
#header {	
	height: 112px;	
	background: url(../images/logo.jpg) no-repeat;
	}
	
#banner {
	height: 232px;
	background: url(../images/bg_banner.jpg) no-repeat;
	}
	
#topContact {
	clear: right;
	float: right;
	margin: 8px 32px 0 0;
	font-size: 10px;
	color: #fff;	
	}
	
#search {
	height: 30px;
	padding-top: 6px;
	background: url(../images/bg_search.gif) repeat-x;
	text-align: right
	}
	
#search button {
	width: 8px;
	height: 17px;
	margin-right: 24px;
	text-indent: -500px;
	border: none;
	background: url(../images/b_submit.gif);
	cursor: pointer;
	}
	
#wrap {
	padding-bottom: 40px;
	}
	
#wrap p {
	line-height: 1.5em;
	margin-bottom: 8px;
	}
* html #wrap p {clear: both;}
	
#slideshow {
	clear: both;
	width: 833px;
	height: 165px;
	margin: 16px 33px;
	}
	
.homeBox {
	float: left;
	width: 370px;
	padding: 8px 16px;
	background: #0160d9 url(../images/bg_homebox.png) left bottom repeat-x;
	border: 1px solid #1e6dd5;
	font-size: 12px;
	}
	
.homeBox h1 {
	display: block;
	padding: 4px 0;
	margin-bottom: 16px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #2072dc;
	}
	
.homeBox h2 {
	margin-bottom: 8px;
	padding-top: 8px;
	font-size: 12px;
	color: #fff;	
	}
	
.homeBox h3 {
	font-size: 11px;
	}
	
.homeBox a {color: #fff; text-decoration: none;}
.homeBox a:hover { text-decoration: underline }
	
.homeBox li { 
	list-style-type: none;
	margin-bottom: 8px;
	}

#whats_hot { clear:both; margin: 0 24px 0 34px}

* html #whats_hot {margin: 0 24px 0 17px}
#whats_hot li {font-size: 11px;	}
#whats_hot ul {border-bottom: 1px solid #2072dc;}
#whats_hot .readmore {
	font-size:11px;
	text-align: right;
	border-bottom: 1px solid #2072dc;
	}

#clients img {margin: 16px;}

#footer {
	padding: 16px 0;
	border-top: 1px solid #2072db;
	color: #fff;
	}
	
#footer a {color: #61b2ff;}
#footer p.copyright {float: left; margin: 0 0 16px 32px; }
#footer p.boyd {float: right; margin: 0 32px 16px 0; }
#footer a:hover { text-decoration: none;}


/*==============================================  CONTENT PAGES   ============================================*/

#path {
	margin-bottom: 24px;
	}
#sidebar {
	float: left;
	width: 162px;
	padding-top: 24px;	
	margin: 24px 24px 32px 32px;
	}
* html #sidebar {margin: 24px 24px 32px 16px;}
	
#content {
	float: left;
	width: 620px;
	margin: 24px 32px 32px 0;
	}
	
#content h1 {
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 2em;
	color: #fff;
	}
	
#content h2 {
	margin-bottom: 10px;
	padding-top: 12px;
	font-size: 13px;
	color: #fff;
	}
	
#content h3 {
	margin-bottom: 4px;
	padding-top: 12px;
	font-size: 1.1em;
	color: #fff;
	}
	
#content p {
	clear: left;
	line-height: 1.5em;
	margin-bottom: 10px;
	}
	
#content a {color: #fff;}
#content a:hover { text-decoration: none; }

#content ul, #content ol {
	margin: 0 0 10px 16px;
	}
	
#content li {
	line-height: 1.5em;
	}
	
#content ul.product_thumbs {
	clear: both;
	list-style-type: none;
	padding: 16px 0;
	margin-left: 0;
	}
	
ul.product_thumbs li {
	width: 116px;
	float: left;
	margin: 0 16px 16px 0;	
	text-align: center
	}
ul.product_thumbs li img {	
	margin-bottom: 2px;
	padding: 4px;
	background: #0249b8;
	border: 1px solid #2475e6;
	}
	
ul.product_thumbs h3 {
	padding-bottom: 8px;
	font-size: 1.1em;
	color: #fff;
	}
	
ul.product_thumbs li p { font-size: .9em; margin: 0}

ul.product_thumbs li a { text-decoration: none; }

/*WHAT'S HOT*/

td.post_title, .post_date { border-bottom: 1px solid #2072dc; padding: 12px 0;}
td.post_title { font-weight: bold; width: 80%; color: #fff;}
td.post_title a{text-decoration: none;}
td.post_date { text-align: right; font-weight: bold; width: 20%;}
td.post_short { text-align: justify; padding-bottom: 5px; }
