@charset "utf-8";

/* Reset */

* { margin: 0px; padding: 0px; }

html, body {  
	padding: 0; margin: 0;
}

a { 
	border:0 none;
	font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color:#09F;
	text-decoration: underline;
}
a:active { border:0 none; }
a:focus { border:0 none; }
a:hover { text-decoration: none; }

img { border: none; border-width: 0px; }
*html img { vertical-align: top; }
*:first-child+html img { vertical-align: top; }
table { border-collapse: collapse; }

h1, h2, h3, h4, h5, h6 { 
	font-family: arial; font-size: 12pt; color: #999;
	text-align: left; 
}

ul,li,ol { list-style-type: none; }

.cl { clear: both; height: 0px; font-size: 0pt; line-height: 0px; visibility:hidden; }




/*  Common   */

html {
	background:white;
}
body {
	font-family: Arial, Helvetica, sans-serif; font-size:10pt; color:black;
	position:relative;
}

/*  Header  */

#header {
	height:314px;
	background:url(../images/head_bg.png) repeat-x left 82px;
	position:relative;
}
#header #wrap1 {
	position:relative;
	width:940px;
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat center top;
	height:314px;
}
#header h1.hlogo a {
	position:absolute;
	width:200px;
	height:190px;
	left:370px;
	top:50px;
	text-indent:-9999px;
}
#topmenu {
	position:absolute;
	top:140px;
}
#topmenu li {
	float:left;
}
#topmenu li a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
	display:block;
	text-align:center;
	/*background-color:#999;*/
}
#topmenu li a:hover {
	color:#CCC;
}
#topmenu li.m1 a {
	margin-left:28px;
	width:100px;
}
#topmenu li.m2 a {
	margin-left:2px;
	width:98px;
}
#topmenu li.m3 a {
	margin-left:2px;
	width:93px;
}
#topmenu li.m4 a {
	margin-left:295px;
	width:90px;
}
#topmenu li.m5 a {
	margin-left:4px;
	width:97px;
}
#topmenu li.m6 a {
	margin-left:4px;
	width:100px;
}
#header h1.h1 {
	color:#4a4a4a;
	font-size:11pt;
	padding-top:250px;
	text-align:center;
}
#header h2 {
	color:#97540b;
	font-size:16pt;
	text-align:center;
	padding-top:7px;
}

/*  Main  */

#main {
	background:#f7f7f7 url(../images/bg1.png) repeat-x left top;
	overflow:hidden;
}
#main #wrap2 {
	background:url(../images/bg2.png) repeat-x left bottom;
	padding:20px 0;
}
#content {
	width:800px;
	margin:0 auto;
	position:relative;
}
#alert {
	height:135px;
	padding:13px;
	background:url(../images/alert_bg.png) no-repeat;
}
.alert1 {
	color:#fff;
	margin-bottom:20px;
}
.alert2 {
	color:#454545;
}
.yellow {
	color:#ffc600;
	font-weight:bold;
}
#twoblocks {
	overflow:hidden;
	margin-bottom:15px;
}
#search {
	float:left;
	width:485px;
}
#search h3 {
	text-indent:-9999px;
	background:url(../images/searchheader.png) no-repeat;
	margin:0; padding:0;
	height:47px;
}
#searchform {
	border-bottom:1px #c6c6c6 solid;
	border-left:1px #c6c6c6 solid;
	border-right:1px #c6c6c6 solid;
	background-color:#FFF;
	height:200px;
}
#wrap3 {
	padding:20px 10px;
}
.input1 {
	border:1px #555555 solid;
	width:275px;
	padding:6px;
	vertical-align:middle;
}
.search1 {
	display:inline;
	vertical-align:middle;
	margin-left:5px;
}
#sform {
	text-align:center;
	margin-bottom:25px;
}
#searchform ul {
	margin-left:20px;
	margin-bottom:10px;
}
#searchform ul li {
	background:url(../images/arrow.png) no-repeat left 3px;
	margin-bottom:7px;
	padding-left:20px;
	font-size:9pt;
	color:#333333;
}
#features {
	float:right;
	width:280px;
	border:1px #c6c6c6 solid;
	background-color:#fff;
	height:247px;
}
#features h4 {
	color:#97540b;
	font-size:14pt;
	margin-bottom:10px;
}
#wrap4 {
	padding:10px;
}
#features ul li {
	background:url(../images/circle.png) no-repeat left 5px;
	margin-bottom:2px;
	font-size:8pt;
	padding-left:15px;
}
#namesdir h3 {
	background:#3a3a3a;
	color:#fff;
	font-size:12pt;
	line-height:20pt;
	padding-left:5px;
}
#namesdir p {
	background-color:#fff;
	padding:10px;
	text-align:center;
}
a.letter {
	color:#696969;
	font-size:11pt;
	padding:0 8px;
}


/*  Loading  */
#loading {
	width:580px;
	height:135px;
	background:url(../images/loading_bg.png) no-repeat;
	padding:10px;
	margin:0 auto;
	text-align:center;
}
.p1 {
	color:#b4b4b4;
	font-size:14pt;
	text-align:center;
	margin-bottom:10px;
}
.p2 {
	text-align:center;
}
img.loader {
	display:block;
	width:350px;
	margin:30px auto;
}

/*  Register  */

#register {
	border:1px #c6c6c6 solid;
	background-color:#fff;
	width:580px;
	margin:0 auto;
	padding:10px;
	text-align:center;
}
.p3 {
	color:#e40000;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:20px;
}
#register ul {
	text-align:left;
	margin-left:60px;
	margin-bottom:20px;
}
#register ul li {
	background:url(../images/arrow2.png) no-repeat left 2px;
	padding-left:25px;
	margin-bottom:7px;
	font-weight:bold;
}
#buy {
	width:560px;
	height:140px;
	background:url(../images/buybg.png) no-repeat;
	margin:0 auto;
	margin-bottom:20px;
}
#buy h3 {
	color:#804302;
	font-size:18pt;
	font-weight:lighter;
	margin-bottom:10px;
	padding-top:10px;
	text-align:center;
}
.price {
	color:#0e0e0e;
	font-size:32pt;
	margin-bottom:5px;
}
a.reda {
	color:#e40000;
	font-size:16pt;
	font-weight:bold;
}
img.verisign, img.cards {
	margin-bottom:15px;
}
.p4 {
	margin-bottom:15px;
}


/*  Results  */
#results {
	width:570px;
	margin:0 auto;
	background-color:#fff;
	padding:15px;
}
#tresults {
	width:550px;
	margin:20px auto;
	margin-bottom:20px;
	border:1px #fff solid;
}
#tresults td {
	padding:5px;
	border:1px #fff solid;
	font-size:15px;
}
td.dark {
	background-color:#2e2e2e;
	color:#fff;
	width:55%;
}
td.light {
	background-color:#f1f0f0;
	color:#5f8200;
}
a.apply {
	display:block;
	width:346px;
	height:57px;
	margin:10px auto;
	text-indent:-9999px;
	background:url(../images/apply.png) no-repeat;
}



/*  Footer  */

#footer {
	width:800px;
	margin:15px auto;
}
#bottommenu {
	width:400px;
	margin:0 auto;
	overflow:hidden;
}
#bottommenu li {
	float:left;
	border-left:1px solid #848484;/*левая граница для всех пунктов*/
	margin-left:-1px;/*сдвигаем все элементы влево*/
	padding:0 15px;
	line-height:9pt;
}
#bottommenu li a {
	color:#848484;
	font-size:8pt;
}
#copyright {
	clear:both;
	text-align:center;
	color:#ababab;
	font-size:9pt;
	padding:10px 0;
}
