html,body {
	width: 100%;
	height: 100%;
	margin: 0px;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color:#050505;
	line-height:18px;
}

hr {
	border-bottom: 2px dotted #98c6f7;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin:0px 0px 5px 0px;
}

h1 {
	font-size:27px;
	margin:0px;
	padding: 0px 0px 15px 0px;
	font-weight:normal;
	letter-spacing:1px;
    line-height: 120%;
}

h2 {
	padding: 0px 0px 5px 0px;
	margin:0px;
	font-weight:bold;
	font-size: 12px;
}

h3 {
	padding: 0px 0px 5px 0px;
	margin:0px;
	font-weight:bold;
	font-size: 12px;
}

form {
	padding:0px;
	margin:0px;
}

input {
	padding:0px;
	margin:0px;
}

ul {
	margin:0px;
	padding: 7px 15px 7px 40px;
	list-style-image:url(img/site/marker10.gif);
}


ol {
	margin:0px;
	padding: 7px 15px 7px 40px;
}

li {
	padding: 5px 0px 5px 0px;
}
p {
	padding: 15px 0px;
	margin: 0px;
}


a {
	color:#0066cc;
	text-decoration:underline;	
}
a:hover {
	text-decoration:none;
}

img {
	border:none;
}

.table {
	background: #969696;
}
.table th {
	background-color:#aecbeb;
	vertical-align:top;
	color:black;
	font-weight:bold;
	padding:6px;
}
.table td {	
	vertical-align:top;
	padding:4px;
	cursor:default;
}
.table_border {
	border:solid 1px #e1e1e1;
}
.select {
	font:11px Arial, Helvetica, sans-serif;
}
	

/*Страницы----------------------------*/
.pages {
	margin:0px 20px 0px 20px;
	color:#263F8F;
}
.pages a {
	color:white;
	text-decoration:none;
	padding:0px 5px 0px 5px;
	background-color:#969696;
}
.pages span {
	padding:0px 5px 0px 5px;
	background-color:#D6D6D6;
}


/*строки------------------------*/
.leftrowdiv {
	width:30%;
	position:relative;
	float:left;
}
.leftrowdiv_70 {
	width:70%;
	position:relative;
	float:left;
}
.leftrow {
	width:35%;
}
.rightrowdiv {
	position: relative;
}
.rowdiv1 {
	background-color:white;
	padding:3px;
}
.rowdiv2 {
	background-color:#e1e1e1;
	padding:3px;
}
.rowsel {
	background-color:#4d80b6;
	color:white;
}
.rowsel a {
	color:white;
}
.row1 {
	background-color:white;
	vertical-align:top;
}
.row2 {
	background-color:#e1e1e1;
	vertical-align:top;
}
.rowdiv_header {
	background-color:#3674b4;
	color:white;
	font-weight:bold;
	padding:3px;
}

.error {
	font-weight:bold;
	color: red;
}
/*------------------------------------------*/



.abs {
	position:absolute;
}
.rel {
	position:relative;
}


/*контейнер--------------------------------------*/
#container {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:1000px;
	clear:left;
	z-index:2;
}
#header {
	height:70px;
	background:#000000 url(img/site/header.gif) top repeat-x;
	color:#ffffff;
}
#header span {
	color:#9e9e9e;
}
#header span span {
	color:#ffffff;
	font-size:18px;
}
#header a {
	color:#ffffff;
}
#header_mail {
	position:relative;
	float:left;
	width:200px;
	padding:26px 0px 0px 18px;
	font-size:14px;
}
#header_right {
	position:relative;
	float:right;
	width:470px;
	padding-top:11px;
}
#header_right div {
	padding-top:7px;
}
#middle {
	background:url(img/site/people.jpg) top right no-repeat;
	margin: 30px 0px;
	position:relative;
	float:left;
	width:1000px;
}
#title {
	color:#05b1bb;
	font-size:27px;
	font-weight:bold;
}
#title a {
	color:#05b1bb;
	text-decoration:none;
}
#title a:hover {
	text-decoration:underline;
}
#left {
	position:relative;
	float:left;
	width:635px;
}
#right {
	position:relative;
	float:right;
	width:365px;
	padding-top:239px;
	text-align:right;
}
#buttons {
	padding-top:57px;
}
#buttons a {
	padding-right:12px;
}
#footer {
	position:relative;
	float:left;
	width:1000px;
	height:73px;
	padding-top:20px;
	background:url(img/site/footer.gif) top repeat-x;
	color:#ffffff;
}
#footer span {
	color:#9e9e9e;
}
#footer a {
	color:#ffffff;
}
#content {
	padding-top:30px;
}
.vrezka {
	font-size:14px;
	font-style:italic;
}
.border {
	border:solid 1px #05b1bb;
}