/*Основная настройка ссылок*/
:link { color: #001040; text-decoration: none; }

:visited { color: #001040; text-decoration: none; }

:link:hover,
:visited:hover { color: #13ace2; text-decoration: none; }

/*Настройка заголовков*/
h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 1.2em; line-height: 139%; font-weight: bold;}
h3 { font-size: 1.1em; line-height: 139%; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin: 0;}
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; font-weight: normal; text-align: center;}
h6 { font-size: 1.3em; font-weight: bold; }

h1, h4, h5, h6 {
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    margin: 0.5em 0 0.2em 0;
	line-height: 139%;
}

body, td, div {
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	line-height: 139%;
	}

body {
	height: 100%; 
	padding: 0; margin: 0;
	background: #ffffff;
	text-align: center;
}

#page_bg { background: #ffffff url(../images/body_bg.jpg) left top repeat-x; }

p { margin: 3px 0; }
a img { border: 0; }
html { height: 100%; margin: 0; }
form { padding: 0; margin: 0;}
.clr {clear:both;}

/*UL, LI*/
ul {
	margin: 2px 0;
	padding: 0 0 0 5px;
    }

ul li {
	margin: 5px 0; padding: 0px 0px 0px 18px;
	list-style-type: none;
	background: url(../images/arrows.png) left 2px no-repeat;
    }

li {
	margin: 5px 0; padding: 0px 0 0px 14px;
	list-style-type: none;
	background: url(../images/arrow.png) left 5px no-repeat;
    }

ul li a:link, ul li a:visited, ul li a:hover{
	color: #999;
	}

/*Линия стили для HR*/
hr	{ 
	height: 1px;
	border: solid #d8d8d8 0px;
	border-top-width: 1px;
}

/*Формы*/
input, textarea, select {
	color: #777;
	font-size: 1em;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}

/*===== ОБЩЕЕ ОФОРМЛЕНИЕ =====*/
/*WRAPPERS*/
.wrapper {
	margin: auto;
	width: 998px;
	padding-bottom: 5px;
	text-align: left;
	background-color: #ffffff;
}

/*dleft, dright*/
.dleft, .dright { background-position: left; background-repeat: repeat-y; background-color: transparent; }
.dright { background-position: right; }


/*HEADER*/
#header { height: 326px; position: relative; border-bottom: 1px solid #12ace2; }
#logo { position: relative; display: block; float: left; width: 300px; height: 325px; background-color: #fdfb99; }
#logotype { width: 300px; height: 316px; background-color: #ffffff; }
#logotype img { display: block; }

#tophead { width: 698px; height: 325px; position: relative; float: left; background-color: #fdfb99; }
#topbanner { width: 698px; height: 75px; margin-bottom: 9px; position: relative; overflow: hidden; display: block; background-color: #ffffff; }
#topbanner div{ padding: 5px; color: #13ace2; }
#slider {
	width: 698px; height: 200px; padding: 1px 0 1px; 0; position: relative; overflow: hidden; display: block; background-color: #ffffff;	
}
#topmenuwrapper { width: 696px; height: 38px; position: relative; display: block; border: 1px solid #13ace2; background-color: #ffffff; }

.register {
	position: absolute;
	top: 38px;
	right: 10px;
}

.register img { display: none; }
.register, .register a:link, .register a:visited { color: #fff; }
.register a:hover { color: #fff; text-decoration: underline; }

#container {
	float: left;
	width: 998px;
}

/* IE hack */
* html #container {width: 998px;}
/* END IE hack */

/*FOOTER*/
#footer {
	position: relative;
	display: block;
	background: #FFF url(../images/footer_bg.jpg) bottom repeat-x;
	border-top: 1px solid #13ace2;
	height: 74px;
}

/*COPYRIGHT*/
.copyright {
	font-size: 0.9em;
	position: relative;
	float: left;
	color: #000000;
	display: inline;
	padding-left: 10px;
	padding-top: 10px;
}

.copyright a:link, .copyright a:visited {
	color: #001040;
}

.copyright a:hover {
	color: #000000;
}

/*COUNTS*/
div.count {
	position: relative;
	float: right;
	display: inline;
	padding-top: 0px;
	padding-right: 10px;
	width: 360px;
	text-align: right;
}

div.count span {
	display: block;
	float: right;
	width: 88px; height: 31px;
	margin-right: 2px;
}

.navi {
	background: url(../images/navibar_bg.png) left bottom no-repeat;
	height: 25px;
	overflow: hidden;
}

.navi a:link, .navi a:visited {
	height: 25px;
	line-height: 14px;
	padding: 0 8px;
	background: url(../images/navi_link.png) center -100px repeat-x;
	display: block;
	float: left;
	color: #828282;
	outline: none;
}

.navi a:hover {
	background: url(../images/navi_link.png) center bottom repeat-x;
	color: #3ca20e;
}