
* {
	margin:0;
}

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#AFBFE1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
}

img  { 
       image-rendering: optimizeQuality;  /* Firefox 3.6 */
       -ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0+ */
     }

#head {
	margin:0 auto;
	height:130px;
	background-image:url(../images/bg_head.gif);
}

#nav {
	background-image:url(../images/btn.gif);
	width:83px;
	height:27px;
	padding-top:7px;
	padding-left:10px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#nav:hover {
	background-image:url(../images/btn_h.gif);
	width:83px;
	height:27px;
	padding-top:7px;
	padding-left:10px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#nav-active {
	background-image:url(../images/btn_h.gif);
	width:83px;
	height:27px;
	padding-top:7px;
	padding-left:10px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#navright {
	margin-left:9px;
	background-image:url(../images/btn.gif);
	width:83px;
	height:27px;
	padding-top:7px;
	padding-left:10px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#navright:hover {
	margin-left:9px;
	background-image:url(../images/btn_h.gif);
	width:83px;
	height:27px;
	padding-top:7px;
	padding-left:10px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#navright-active {
	margin-left:9px;
	background-image:url(../images/btn_h.gif);
	width:83px;
	height:27px;
	padding-top:7px;
	padding-left:10px;
	float:left;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}

#main {
	margin:0 auto;
	width:900px;
}

#left {
	float:left;
	width:480px;
}

#right {
	float:right;
	width:400px;
	margin-left:20px;
}

#spread {
	float:left;
	background-color:#FFF;
	width:860px;
	padding:20px;
	margin-top:20px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#leftmod {
	float:left;
	background-color:#FFF;
	width:440px;
	padding:20px;
	margin-top:20px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#productbox {
	padding:5px;
	background-color:#003399;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#rightmod {
	float:right;
	background-color:#FFF;
	width:360px;
	padding:20px;
	margin-top:20px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#rmlms {
	float:left;
	background-color:#3E65B2;
	width:150px;
	height:180px;
	padding:10px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#rmrms {
	float:right;
	background-color:#D7DFF0;
	width:150px;
	height:180px;
	padding:10px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

h1 {
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	color:#003399;
}

h2 {
	font-size:18px;
	line-height:26px;
	font-weight:normal;
	color:#999;
}

h3 {
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	color:#003399;
}

.product {
	font-size:14px;
	line-height:22px;
	font-weight:normal;
	color:#FFF;
}

.white {
	color:#FFF;
}

.blue {
	color:#FFF;
}

.grey {
	color:#666;
}

a {
	color:#FC9D0C;
	text-decoration:none;
}

a:hover {
	color:#FC9D0C;
	text-decoration:underline;
}

.imgborder {
	padding: 9px;
	border: 1px solid #083392;
}

.imgborderleft {
	padding: 9px;
	border: 1px solid #083392;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.imgborderright {
	padding: 9px;
	border: 1px solid #083392;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.imgborder2 {
	padding: 9px;
	border: 1px solid #083392;
}

.imgrightbox {
	float:right;
	width:360px;
	text-align:right;
	margin-left:20px;
}

.clear {
	clear: both;
}

hr {
	color:#AFBFE1;
	background-color:#AFBFE1;
}

li {
	list-style-position: inside;
}

.cright {
	background-color: #D7DFF0;
	padding: 8px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	margin-bottom: 20px;
}

.cright a {
	color:#003399
}
