@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center; /* center site in ie5.0 and 5.5 */
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #fff;
	background-image:url(../images/body_bgr.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
img {
	border: 0;
}
h1 {
	color: #24aad2;
	font-size: 0.90em;
	padding: 1em 25px;
	text-transform: uppercase;
}
h2 {
	color: #1D89A9;
	font-size: 12px;
	padding: 1em 25px;
}
p {
	font-size: 0.75em;
	padding: 0.3em 25px;
	line-height: 1.3em;
}
input {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1ps solid #000000;
	margin-left: 6px;
	margin-top: 2px;
	font-size: 10px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#container {
	width: 781px;
	text-align: left;
	margin: 0px auto;
	background-color:#FFFFFF;
	background-image:url(../images/container_bgr.jpg);
	background-repeat:repeat-y;
}
#content {	
	width: 781px;
}
#header {
	display: block;
}
#top {
	width: 781px;
	height: 235px;
	background-color: #234184;
}
#top img {
	display: block;
}
#top .left {
	width: 617px;
}
#top .right {
	width: 164px;
	overflow: hidden;
}
#menu {
	background-color: #233D7B;
	padding-left: 1px;
	width: 780px;
}
#menu img {
	display: block;
	float: left;
}
#wrap {
	clear: left;
	width: 779px;
	border-left: 1px solid #12141f;
	border-right: 1px solid #12141f;
	background-color: transparent;
	background-image:url(../images/wrap_bgr2.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}
#wrap .left {
	width: 575px;
}
#wrap .left ul, #wrap .left ol {
	font-size: 0.75em;
	margin: 0.5em 55px;
}
	
#wrap .right {
	width: 204px;
}
#footer {
	width: 781px;
	background-color: #24448a;
	background-image:url(../images/footer_bgr.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFFFFF;
}
#footer p {
	font-size: 0.7em;
}
#footer a {
	color: #fff;
}

ul#subnav {
	margin-top: 1em;
	list-style-type: none;
}
ul#subnav li {
	padding: 0.5em;
	font-size: 0.75em;
}
ul#subnav li a {
	color: #234184;
	text-decoration: none;
}
ul#subnav li a:hover {
	text-decoration: underline;
}

.thumbs {
	width: 530px;
	margin:5px 20px;
	height: auto;
}
.thumbs .thumb {
	width: 130px;
	float: left;
}
.thumbs .thumb img {
	margin: 4px;
}
.thumbs .thumb p {
	margin: 8px;
	padding: 0;
} 
.products {
	width: 530px;
	margin:5px 20px;
}
.product {
	width: 260px;
	float: left;
	height: auto;
	margin: 5px 3px 5px 0;	
	background-color: #eee;
}
.product img {
	float: left;
	margin: 0;
}
.product .text {
	float: left;
	width: 138px;
}
.product ul, .product ol {
	margin: 5px 0px 5px 20px!important;
}
.product ul li, .product ol li {
	font-size: 11px;
}
.product p {
	padding: 0.3em 0 0.3em 6px;
}
