/* Css 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,b,u,i,center,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-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/* General Styles */
.skiplink{ display:none; }
label{ cursor:pointer; }
a,a:visited{ color:#116fa5; text-decoration:none; }
a:focus,a:hover{ text-decoration:underline; }
body{ background:#e3f5fb; color:#505050; font:10px Arial, HelvІetica, sans-serif; }
.wrapper{ margin:0 auto; width: 1000px; }

/*header*/
#header {
	width:100%;
	height:45px;
	overflow:hidden;
	background: url(../images/bgr_body.jpg) repeat-y 50% 0;
}
#logo {
	width:195px;
	height:25px;
	display:block;
	float:left;
	cursor:pointer;
	text-indent:-9999em;
	background:url(../images/logo.jpg) no-repeat;
	margin:13px 0 0 12px;
}
#header .slogal {
	float:left;
	width:717px;
	text-align:center;
	font-size:15px;
	font-weight:700;
	padding:17px 0 0 42px;
}
/*menu*/
#menu {
	width:100%;
	height:66px;
	overflow:hidden;
	background:url(../images/bgr_menu.png) repeat-x 0 0;
	position: absolute;
}
#menu .left {
	float:left;
	width:221px;
	text-align:center;
	font-size:14px;
	color:#000;
	padding:26px 0 0;
}
#menu ul {
	float:left;
	width:739px;
	text-align:center;
	font-size:14px;
	color:#000;
	padding:24px 0 0 20px;
}
#menu ul li {
	color:blue;
	display:inline;
	font:14px Verdana, Geneva, sans-serif;
	padding:0 12px;
}
#menu ul li a { color:blue; }
/*body*/
#body {
	width:100%;
	overflow:hidden;
	padding:80px 0 20px;
	background: url(../images/bgr_body.jpg) repeat-y 50% 0;
}
#body .sidebar {
	width:201px;
	float:left;
	font:13px Verdana, Geneva, sans-serif;
	color:#116fa5;
	padding:0 10px;
}
#body .sidebar .box {
	width:188px;
	float:left;
	padding:0 0 20px 13px;
}
#body .sidebar .box h4 {
	width:201px;
	float:left;
	padding:12px 0 5px;
	font-size: 16px;
}
#body .sidebar .box ul {
	width:201px;
	float:left;
	line-height:23px;
}
#body .sidebar .box a{
	color: blue;
}
#body .sidebar .navigation { background: #fff; margin: 0 0 20px 0; }
#body .sidebar .hgh { background: #fff; }
#body .main_content {
	width:699px;
	float:left;
	background:#FFF;
	border:1px solid #208ac6;
	line-height:23px;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 0 0 20px;
	padding:0 20px 14px;
}
#body .main_content h1 {
	font-size:15px;
	font-weight:700;
	color: #00339d;
	padding:13px 0;
}
#body .main_content h2 {
	font-size:15px;
	line-height:23px;
	font-weight:700;
	color: #2b3c8c;
}
#body .main_content ul {
	padding:5px 0 20px;
}
#body .main_content ul li {
	line-height:30px;
	font-size:14px;
	background:url(../images/ico_list.jpg) no-repeat 0 10px;
	padding:0 0 0 20px;
}
#body .main_content p {
	font-size:14px;
	line-height:23px;
	margin: 0 0 20px 0;
}
#body .main_content a{
	color: #1c82b3;
	text-decoration:underline;
}
#body .main_content a:hover{
	text-decoration:none;
	color: #fff;
	background: purple;
}
#body .main_content .error{
	color: red;
}
#body .main_content .items {
	width:602px;
	text-align:center;
	overflow: hidden;
	padding:13px 0 19px 97px;
}
#body .main_content .items .item {
	float:left;
	width:176px;
	font-size:14px;
	line-height:normal;
	text-align:center;
}
#body .main_content .items .item p { line-height:normal; margin: 0; }
#body .main_content .items .item .image {
	display:block;
	width:122px;
	border:1px solid #096aa1;
	margin:0 auto 12px;
	padding:1px;
}
#body .main_content .items .item img { display:block; }
/*contact_form*/
#contact_form{
	width: 100%;
	overflow: hidden;
}
#contact_form .row{
	width: 100%;
	overflow: hidden;
	padding: 0 0 10px 0;
}
#contact_form .row input, #contact_form .row textarea{
	color:#505050; 
	font:14px Arial, HelvІetica, sans-serif;
	width: 350px;
	border: 1px solid #ccc;
	padding: 5px;
}
#contact_form .row textarea{
	overflow: auto;
	width: 687px;
	height: 200px;
}
#contact_form .row label{
	display: block;
	font-size:14px;
	padding: 0 0 5px 0;
}
#contact_form .submit{
	width: 100%;
	overflow: hidden;
}
#contact_form .submit input{
	float: right;
	color:#505050; 
	font:14px Arial, HelvІetica, sans-serif;
}
/*footer*/
#footer {
	width:100%;
	height:34px;
	overflow:hidden;
	background:url(../images/bgr_footer.jpg) repeat-x 0 0;
	padding:0 0 20px;
}
#footer p {
	text-align:center;
	font:12px Verdana, Geneva, sans-serif;
	color:#096aa1;
	line-height:34px;
	padding:0 0 0 220px;
}
#header .slogal span, #body .main_content .items .item a { color:#208ac6; }

/* WP-Table CSS File v1.50 */
.wptable {
	border: 1px solid #ccc;
	background:	#fff;
	border-collapse: collapse;	
}

/* header row*/
.wptable th {
	padding: 10px;
 	border: 0;
	cursor: default;
	background: #fff;
	color: #00339d;
	font-weight: bold;
	border-bottom: 2px solid #6678b1;
	text-align: left;
	font-size: 14px;
}
.wptable th a{
	color: #00339d;
}
.wptable th a:hover{
	color: #fff;
}
/* normal row*/
.wptable tr {
}
.wptable td {
	padding: 7px;
	border-bottom: 1px solid #ccc;
	background: #fff;
	font-size: 14px;
}
.wptable tr:hover{
	color: #00339d;
}
/* alternative rwo */
.wptable tr.alt {
}

.alignright{
	float: right;
	margin: 0 0 5px 20px;
}