@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
}
img, div {behavior: url(iepngfix.htc); }
body {
	background: #283891 url(../images/body_bg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-size: 1em;
	margin: 5px 0 10px 0;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	padding: 2px;
	color: #283891;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background: #283891;
}
a:hover img {
	background: none;
}
a.read_more {
	float: right;
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
}
h1{
	font-size: 1.9em;
	color: #283891;
}
h2{
	font-size: 1.7em;
	color: #A71047;
}
h3{
	font-size: 1.5em;
	color: #283891;
}
h4{
	font-size: 1.3em;
	color: #A61148;
}
h5{
	font-size: 1.1em;
	color: #283891;
}
h6{
	font-size: 0.75em;
	color: #A51047;
}
#main ul {
	margin-left: 15px;
}
#main li {
	margin:4px 0;
	font-size: 1em;
}
#main ol {
	margin-left: 45px;
	font-size: 1em;
}
.img_right {
	float: right;
	margin: 5px;
}
.img_left {
	float: left;
	margin: 5px;
}
.fltRght {
	float: right;
	margin: 5px 0 5px 5px;
}
.fltLft {
	float: left;
	margin: 5px 5px 5px 0;
}
#wrap {
	width: 960px;
	margin: 0 auto;
}
#header {
	background: url(../images/header_bg.jpg) no-repeat #F6F6F6 center center;
	padding: 15px;
	float: left;
	width: 930px;
	height: 121px;
	display:inline;
}
#content {
	float: left;
	width: 940px;
	padding: 0 15px 15px 5px;
	background: url(../images/content_bot.jpg) no-repeat bottom #F6F6F6;
	display:inline;
}
#left {
	background: url(../images/left_top.jpg) no-repeat #a51047 top;
	width: 135px;
	float: left;
	padding-top: 15px;
	display:inline;
}
#left ul {
	background: url(../images/left_bot.jpg) no-repeat bottom;
	float: left;
	width: 135px;
	padding-bottom: 15px;
	list-style-type: none;
}
#left li {
	font-size: 15px;
	font-weight: bold;
}
#left a {
	display: block;
	width: 110px;
	float: left;
	padding: 10px 0 10px 15px;
	border-top: 2px solid #FFF;
	color: #FFF;
}
#left a:hover, #left a.active {
	background: #283891;
}
#left a.last {
	border-bottom: 2px solid #FFF;
}
#main {
	float: right;
	width: 792px;
}
#welcome {
	float: left;
	width: 782px;
	height: 157px;
	background: url(../images/welcome_bg.jpg) no-repeat;
	overflow: hidden;
	padding: 5px;
}
#welcome h1 {
	font-weight: bold;
	color: #F6F6F6;
	margin-left: 250px;
}
#welcome p {
	margin-left: 350px;
	margin-bottom:5px;
	color: #FFF;
}

#use, #order {
	float: left;
	height: 218px;
	width: 242px;
	padding: 5px 5px 5px 10px;
	color: #283891;
}
#sol {
	float: left;
	height: 218px;
	width: 499px;
	padding: 5px 5px 5px 10px;
	color: #283891;
}
#use {
	margin: 10px 10px 0 0;
	background:url(../images/use_bg.jpg) no-repeat;
	overflow: hidden;
}
#order{
	margin: 10px 10px 0 0;
	background:url(../images/xds.jpg) no-repeat;
	overflow: hidden;
}
#sol {
	margin: 10px 0 0 0;
	background:url(../images/sol_bg2.jpg) no-repeat;
	overflow: hidden;
}
#footer {
	float: left;
	width: 960px;
	color: #FFF;
}
#footer ul {
	float: left;
	width: 960px;
	list-style-type: none;
}
#footer li {
	display: block;
	float: left;
	margin: 10px 0;
	padding: 0 2px;
}
#footer a, #welcome a {
	color: #FFF;
}
#footer a:hover, #welcome a:hover {
	color:#283891;
	background: #FFFFFF;
}
#footer li.copyright {
	float: right;
}