@charset "utf-8";

* {
	margin:0;
	padding:0;
	border:0;
	font-size: 12px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	margin-left: 30px;
}
body, html {
	background: url(../images/body/background.jpg) repeat-x #FFFFFF;
}
p { margin: 10px 0; }
table {
	border-right: 1px solid #003399;
	border-top: 1px solid #003399;
}
table td, table th {
	border-bottom: 1px solid #003399;
	border-left: 1px solid #003399;
}
table th {
	background-color: #0099CC;
	color: #FFF;
	font-size: 11px;
}
table .tr1 {
	background-color: #FFF;
}
table .tr1 {
	background-color: #D7EBFF;
}


.clear { display: block; clear: both; float: none; }
#wrap {
	margin: 0 auto;
	width: 1000px;
}
#footer {
	text-align: center;
	height: 30px;
	margin-top: 20px;
	padding-top: 18px;
	display: block;
	float: none;
	clear: both;
	background-image: url(../images/body/footer_background.jpg);
	background-repeat: repeat-x;
}
#footer div { margin: 0 20px; }
#logo {
	height: 148px;
	background: url(../images/body/logo.jpg);
}
#block {
	height:200px;
	background: url(../images/body/block.jpg);
}
#navigation {
	background-image: url(../images/body/navigation/navigation_bg.jpg);
	background-repeat: repeat-x;
	height: 48px;
	text-align:center;
}
#navigation img { border: none; }
#contentwrap {
	margin-top: 10px;
	padding: 0 15px;
	background: url(../images/body/content_bg_1.gif) repeat-y;
}
#content h1, #content h2, #content h3 {
	color: #003399;
	font-size: 18px;
	border-bottom: 1px dashed #999;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#content h2 { font-size: 14px; }
#content h3 { font-size: 12px; }
#content {
	width: 360px;
	padding-right: 20px;
	float: left;
	line-height: 20px;
	background-color: #FFF;
	min-height: 300px;
}
#contentmiddle {
	width: 270px;
	float: left;
	margin-left: 20px;
}
#contentright {
	width: 270px;
	float: right;
}
#productimages { margin-bottom: 20px; text-align: center; }
.product {
	display: block;
	font-size: 10px;
	clear: both;
	float: none;
	margin-bottom: 30px;
}
.product h2 {
	font-size: 11px;
}
.product img, #productimages img {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	border: 1px solid #999;
}
#productimages img { float: none; }
.product a {
	font-size: 10px;
}
.product h2, #contactfront h2, #contactfront span {
	color: #070F3D;
}
#contactfront {
	background-color: #F3F3F3;
	padding: 30px;
}


form label { display: inline; font-weight: bold; clear: both; float: left; width: 200px; clear: both; padding-right: 10px; padding-top: 6px; }
form input, form textarea, form select { display: inline; width: 230px; font-size: 12px; float: left; background-color: #fff; padding: 5px; border: 1px solid #ccc; margin-bottom: 5px; color: #000; }
form select { width: 240px; margin-top: 6px; }
form .ckbx {
	width: 30px;
	border:0;
}
form .chkwrap {
	float: left;
	display: block;
	width: 300px;
}