/* CSS Document */

body {
	margin: 0px;
	padding:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#35494f;
	line-height:18px;
	background-color:#fff;
	background-image:url(../images/headbg.jpg);
	background-repeat:repeat-x;
}
a{
	text-decoration:none;
	color:#4d7fbd;
	border:0px;
	}
a:hover{
	color:#000000;
	border:0px;
}
*:focus{
	outline:0px;
}
.warp{
	width:949px;
	margin:0px auto;
}
.header{
	clear:both;
	height:73px;
}
.logo{
	width:300px;
	padding-top:14px;
}
.slogan{
	width:400px;
	padding-top:24px;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
.nav{
	height:41px;
	line-height:41px;
}
.nav a{
	color:#FFFFFF;
	padding:0px 30px;
	font-weight:bold;
}
.nav a:hover{
	color:#000000;
}
.main-img{
	height:298px;
}
.content-main{
	background-image:url(../images/content-bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding:10px;
}
.content{
	width:620px;
	background-image:url(../images/dotted.gif);
	background-position:top right;
	background-repeat:repeat-y;
	padding-right:10px;
}
.content h1{
	color:#366596;
	font-size:18px;
	font-weight:bold;
}
.content h2{
	color:#366596;
	font-size:16px;
}
.sidebar{
	width:286px;
	padding-left:10px;
}
.contact{
	background-image:url(../images/contact-bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:210px;
	padding-left:20px;
}
.contact h1{
	font-size:16px;
	line-height:30px;
	padding-top:8px;
	color:#FFFFFF;
}
.contact p{
	line-height:20px;
}
.points ul {
	margin:0px;
	padding:0px;
	margin-left:20px;
}
.points ul li{
	list-style:none;
	padding-left:20px;
	line-height:26px;
	background-image:url(../images/buliets.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
.footer-main{
	background-color:#757676;
	border-top:10px solid #000000;
	padding:20px 0px;
	color:#eceaea;
}
.footer{
	width:949px;
	margin:0px auto;
}
.footer a{
	color:#b9b9b9;
	text-decoration:none;
	padding:0px 10px;
}
.footer a:hover{
	color:#ffffff;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;
}
.clearfix {display: block;
}
/* End hide from IE-mac */ 
