@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, footer, header, hgroup, menu, nav, output, ruby, section, summary, mark, audio, video{ margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body {line-height: 1; font-family:Arial, Helvetica, sans-serif;}
ol, ul{	list-style: none;}
blockquote, q{ quotes: none;}
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none;}
table{ border-collapse: collapse; border-spacing: 0;}
a {	color:#51abcd; text-decoration:none;}
.formError{ color:#F00; display:block; margin:0 0 0 135px; font-size:11px;}
a:hover { color:#51abcd; text-decoration:none;}
@font-face {
  font-family:Helvetica;
  src: url(../HELVE6.TTF);
}
form label{ float:left; width:120px; text-align:right; margin:8px 15px 0 0;}
form input[type="text"], textarea, select{ border:1px solid #6d6e71; outline:none; padding:8px; width:280px; resize:none; font-family:Arial, Helvetica, sans-serif; font-size:12px;}
form input[type="submit"]{
	border:none; /*background: url(../images/btn-bg.jpg) repeat-x top;*/
	color:#FFF;
	padding:7px 13px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4ba9cb', endColorstr='#1c8db5');
	background: -webkit-gradient(linear, left top, left bottom, from(#4ba9cb), to(#1c8db5));
	background: -moz-linear-gradient(top,  #4ba9cb,  #1c8db5);
	/*background: -webkit-gradient(radial, center center, 0, center center, 460, from(#595959), to(#252525));
	background: -webkit-radial-gradient(circle, #595959, #252525);
	background: -moz-radial-gradient(circle, #595959, #252525);
	background: -ms-radial-gradient(circle, #595959, #252525);*/
}
form select{ width:298px;  }
form textarea{ width:350px; height:80px;}
form p{ margin:0 0 8px 0;}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-position:center 111px;
	background-repeat:repeat-x;
	color:#6d6e71;
	}
input[type="text"], select, textarea, input[type="button"]{-moz-border-radius:3px;-webkit-border-radius:3px;-o-border-radius:3px;-ms-border-radius:3px;-khtml-border-radius:3px;border-radius:3px;}
p {
	line-height:20px;
	margin-bottom: 10px;
	text-align:justify;
	}
h1{
	font-family:"Helvetica";
	font-size:22px;
	color:#bfa374;
	margin-bottom:15px;
	}
h2{
	font-size:14px;
	font-weight:bold;
	margin:0 0 8px 0;
	}
#wrapper{
	width:953px;
	margin: auto;
}
/*header*/
header{ padding:31px 0 21px 0; float:left; width:953px; height:59px;}
header a#logo{ float:left;}
header #right{ float:right; width:500px; font-size:14px; padding:15px 0 0 0; text-align:right; height:44px;}
header #right p{ text-align:right;}
header #right img{ position:relative; float:right; margin:-18px 0 0 19px;}
header #right span{ margin:0 0 0 0; display:block;}
header #right a{ color:#bfa374; margin:4px 0 0 0; display:block; font-size:20px;}

/*navigation*/
nav{
	clear:both;
	padding:17px 0 16px 0;
	float:left;
	width:953px;
	}

nav ul li {
	float:left;
	border-right: 1px dashed #dcdcdc;
	margin:0 12px 0 0;
}
nav li a{
	padding:11px 20px;
	margin:0 12px 0 0;
	float:left;
	color:#6d6e71;
	width:170px;
}
nav a:hover{ background-color:#FFF; }
nav li:hover big{ color:#4eadcc;}
nav li:hover span{ color:#6d6e71;}
nav li .current {
	background-color:#FFF;
	
}
#current big {
	color:#4eadcc;
}
nav big{
	font-size:22px;
	font-family:"Helvetica";
	font-weight:400;
}
nav span{
	font-size:14px;
	display:block;
	margin:6px 0 0 0;
	}
#banner{clear:both;}
	
/*section*/
#content{float:left; padding:30px 0;}
section {
	width:587px;
	float: left;
	}
/*right col*/
aside {
	float: right;
	margin:0 0 0 40px;
	width: 320px;
}
aside ul.services{float:left; width:320px; position: absolute;}
aside ul.services li{
	float:left;
	background: url(../images/bullet.png) no-repeat 0 10px;
	border-bottom:1px dotted #dbdbdb;
	padding:8px 0px 8px 20px;
	width:125px;
	margin-right:15px;
	line-height:18px;
	}
aside ul.services li a{
	display: inline;
	color:#6d6e71;
}
aside ul.services li a:hover {
	color:#51abcd;
}
/*footer*/
footer{
	border-top:solid 1px #dbdbdb;
	width:953px;
	float:left;
	padding:15px 0;
}
footer #leftcol{float:left;}
footer #rightcol{ float: right;}
footer:hover .develope{ background-color:#51abcd; color:#fff;}
#services li{
	margin:0 0 5px 0;
	float:left;
	width:270px;
	background: url(../images/bullet.png) no-repeat 0 8px;
	padding:8px 0px 2px 20px;
	line-height:19px;
	}
