@charset "utf-8";
/* CSS Document */
/*=================== RESET ===================*/
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;	
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
body {
	line-height: 1;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*=================== MAIN ===================*/
body {
	color:#2a2a2a;
	font:12px/18px Arial, Helvetica, sans-serif;
	background:#fff;
}
.lf {
	float:left;
}

.rf {
	float:right;
}
.cb {
	clear:both;
}
.clearfix {
	clear:both;
	height:0;	
}
strong {
	font-weight:bold;	
}
em {
	font-style:italic;	
}
address {
	font-style:normal;	
}
.wrap {
	margin: 0 auto;	
	width:1000px;
	position:relative;
	z-index:2;
}
.bg_left {
	height:522px;
	left:0;
	top:0;
	width:50%;
	position:absolute;
	background:url('../images/bg_left.png') right 0 repeat-x;
}
.bg_right {
	height:522px;
	right:0;
	top:0;
	width:50%;
	position:absolute;
	background:url('../images/bg_right.png') 0 0 repeat-x;
}
/*=================== HEADER ===================*/
.header {
	height:525px;	
}
/*=================== NAVIGATION ===================*/
.nav {
	font-size:0;
	line-height:0;
	float:left;
	padding-top:19px;
}
.nav li {
	display:inline-block;
	*zoom:1;
	*display:inline;	
	font-size:13px;
	line-height:15px;
	border-left:1px solid #5a77b7;
	padding:0 12px;
	height:12px;
}
.nav li:first-child {
	border-left:none;
	padding-left:0;
}
.nav li a {
	text-decoration:none;
	font-weight:bold;
	color:#5a77b7;
	position:relative;
	bottom:3px;
}
.nav li a:hover, .nav li a.active {
	text-decoration:underline;
}
/*=================== CONTENT ===================*/
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;	
}
.content {
	padding:16px 62px 10px 81px;
	text-align:justify;
}
.content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*+html .content { zoom: 1; }
.content p {
	margin-bottom:18px;	
}
.content a {
	color:#2a2a2a;	
}
.content ul {
	margin:0 0 18px 15px;	
}
.content li {
	padding-left:14px;
	background: url('../images/marker.png') 0 7px no-repeat;
}
.content li, #ie#fix {
	background: url('../images/marker.png') 0 8px no-repeat;
}
.main {
	width:530px;
	padding-right:31px;
}
h2 {
	margin:0 -31px 15px 0;
	display:block;
	border-bottom:1px dotted #8c8c8c;
	color:#343434;
	font:22px/26px Tahoma, Geneva, sans-serif;
	height:30px;	
	white-space:nowrap;
}
h3 {
	color:#343434;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	line-height:20px;
	margin-bottom:14px;
}
.aside {
	width:247px;
	padding:44px 0 185px;
	position:relative;
	min-height:238px;
}
.bg_img {
	display:block;
	padding:11px;
	background:url('../images/bg_pic.png') 0 0 no-repeat;	
}
.pic1 {
	float:left;
	margin:0 61px 21px 15px;
}
.pic2 {
	float:left;
	margin:0 -32px 21px 0;
}
.pic3 {
	float: right;
	margin: 0 0 10px 15px;
}
.banner {
	position:absolute;
	left:-2px;
	bottom:0px;
	width:279px;
}
.banner_bottom {
	background:url('../images/banner_bottom.jpg') 0 bottom no-repeat;
	min-height:164px;	
	color:#fff;
	padding:5px 80px 5px 25px;
	overflow:hidden;
}
.mail {
	float:left;
	width:45px;	
}
/*=================== FORM ===================*/
/*form div {
	margin-bottom:2px;
}
*:first-child+html form div {
	margin-bottom:0px;
}
label {
	display:block;
}
input{
	width:285px;
	font: 13px/15px Tahoma, Geneva, sans-serif;
	height:15px;
	background:#fff;
	color:#000;
	border:1px solid #000;			
	padding:2px 0 2px 1px;
}
textarea {
	width:285px;
	height:61px;
	background:#fff;
	color:#000;
	overflow: auto;
	padding:2px 0 2px 1px;
	font: 13px/15px Tahoma, Geneva, sans-serif;
	border:1px solid #000;
}
.buttons {
	overflow:hidden;	
}
.reset {
	float:left;
	border:0;
	background: url('../images/buttons.png') 0 0 no-repeat;
	width:68px;
	height:30px;
	cursor: pointer;
	margin:10px 0 0 100px;	
}
.submit {
	float:left;	
	border:0;
	background:url('../images/buttons.png') 0 -67px no-repeat;
	width:68px;
	height:30px;
	cursor: pointer;
	margin:10px 0 0 14px;
}
.reset:active {
	-ms-background-position-x: 1px;
	-ms-background-position-y: 1px;
}
.submit:active {
	-ms-background-position-x: 1px;
	-ms-background-position-y: -26px;
}*/
/*=================== FOOTER ===================*/
.footer_wrap {
	min-width:1000px;
	padding-top:7px;
	background:#aedfff url('../images/bg_footer.png') 0 0 repeat-x;
}
.footer {
	height:74px;
	padding:22px 63px 0 81px;
	width:856px;
	margin:0 auto;
	line-height:15px;
	color:#7a9dc9;
	text-align:right;
}
.footer a {
	color:#7a9dc9;
}
