@charset "utf-8";
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
p {
	margin: 0px;
}
body {
	background:#0066b5;
	font:12px "Trebuchet Ms", Arial, sans-serif;
}
img {
	border:0;
}
#page {
	background:#f3f5f5;
	width:940px;
	margin:0 auto;
	padding:10px 20px 20px 20px;
}
#header {
	height: 340px;
	background: url(images/logo.jpg) left bottom no-repeat;
	position: relative;
}
#header P {
	position: absolute;
	top: 0;
	right: 20px;
	padding: 0;
	margin: 0;
	font-size: 20px;

	color: #4e6378;
}
#navigation ul {
	list-style:none;
	text-align:center;
	margin-top:15px;
}
#navigation ul li {
	float:left;
	text-transform:uppercase;
}
#navigation ul li.active {
	float:left;
	text-transform:uppercase;
	background:url(images/active_bg.gif) no-repeat bottom center;
}
#navigation ul li.active a {
	color:#5c84a0;
}
#navigation ul li a, #navigation ul li a:visited {
	color:#5c84a0;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	padding:0 40px;
	height:30px;
	display:block;
}
#navigation ul li a:hover {
	text-decoration:none;
	background:url(images/active_bg.gif) no-repeat bottom center;
}
#main {
	background:#d8e8ef url(images/divider_bg.gif) repeat-y 565px 0;
	padding:20px;
}
#sub {
	background:#d8e8ef;
	padding:20px;
}
#main #content {
	float:left;
	width:550px;
}
#content h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#666666;
	font-weight:normal;
	text-transform:uppercase;
}
#content h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	color:#666666;
	font-weight:normal;
}
#content blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-style:italic;
	color:#28608c;
	font-weight:normal;
	margin-top:10px;
}
#content {
	font-size:13px;
	color:#656565;
	line-height:20px;
}
#content p {
	font-size:13px;
	color:#656565;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	line-height:20px;
}
div.hr {
	margin-bottom:20px;
	height: 21px;
	background: #fff url(images/content_divider_bg.gif) no-repeat scroll center;
}
div.hr hr {
	display: none;
}
#sidebar {
	float:right;
	width:310px;
}
ul#featured {
	list-style:none;
}
ul#featured li {
	color:#666;
	margin-bottom:20px;
}
ul#featured li img {
	float:left;
	margin-right:10px;
	background:#fff;
	padding:7px;
}
ul#featured li a, ul#featured li a:visited {
	color:#2f689a;
}

#footer {
	text-align:right;
	color:#aaa;
	margin-top:8px;
}
#footer a, #footer a:visited {
	color:#2f689a;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline
}




/* --------------------------------------- */

.product-cat-thumb {
	float: left;
	border: 1px solid #5c84a0;
	padding: 2px;
	margin: 0px 20px 10px 0px;
}

#featured .product-cat-thumb {
	float: left;
	border: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

#featured .product-cat-thumb IMG {
	width: 50%;
	height: 50%;
}


/* --------------------------------------- */

.contact_left {
	float: left;
	width: 185px;
	text-align: center;
	margin-right: 25px;
}

.contact_left IMG{
	border: 10px solid #fff;
	margin-bottom: 5px;
}

.contact_right {
	float: left;
	width: 340px;
}

.contact_right IMG{
	border: 10px solid #fff;
	margin-bottom: 5px;
}

.linkbox {
	display: block;
	background: #bcd4df;
	border: 10px solid #fff;
	padding: 10px 15px;
}