/*------------------------------------------------------------*
** Exweb Style
** 2008 © Innerson.
**------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

body, html {
	background:#fff;
	font-family: Arial;
	font-size:13px;
	color:#555;
	line-height:1.5em;
}

img {
	border:none;
}

a {
	color:#005CC0;
}

a:hover {
	color:#ff0000;
}

#header {
	height:90px;
	background:#C9EDFF;
	clear:both;
	overflow:hidden;
	padding:0px 0px 0px 100px;
}

#header .span {
	color:#fff;
	font-size:18px;
	line-height:1.6em;
	width:600px;
	padding-top:10px;
}

#header .span h1 {
	font-size:30px;
	font-family:"Trebuchet MS", serif;
	margin-bottom:20px;
	color:#b71138;
}

#header-bg {
	background:url('../images/header-bg-2.png') no-repeat right bottom;
	height:90px;
	overflow:hidden;
}

#header-bg-2 {
	background:url('../images/header-bg.png') repeat-x;
	height:250px;
	overflow:hidden;
	clear:both;
}

#nav {
	height:60px;
	background:url('../images/nav.png') repeat-x;
}

#logo {
	float:left;
	width:400px;
}

#navig {
	float:right;
	margin-top:40px;
	margin-right:2px;
	font-family: Arial;
	text-transform: lowercase;
}


#left {
	margin-right:300px;
	padding-left:50px;
}

/*------------------------------------------------------------*/
#static {
	padding-top:5px;
}

#static h2 {
	
	font-size:20px;
	padding-top: 20px;
	color:#000;
}

#static h4 {
	
	padding-bottom: -5px;
	color:#000;
}

#static a {
	color:#5C97CF;
	font-weight:bold;
	text-decoration: none;
}

#static a:hover {
	color:#ff0000;
	text-decoration: none;
}

#static hr {
	width:95%;
	border: none; 
	color: #CDE3F8; 
	background-color: #CDE3F8; 
	height: 2px;
}



/*------------------------------------------------------------*/
#outer {
	padding-top:40px;
	background:#fff url('../images/content.png') repeat-x;
}

h1, h2, h3, h4 {
	font-weight:normal;
	font-family:"Trebuchet MS", "Georgia", serif;
}

h1 {
	font-size:22px;
	margin-bottom:5px;
}

h2 {
	font-size:20px;
	margin-bottom:4px;
}

h3 {
	font-size:18px;
	margin-bottom:3px;
}

h4 {
	font-size:16px;
	margin-bottom:2px;
}

.meta {
	font-size:11px;
	color:#777;
	margin-bottom:5px;
	clear:left;
	padding-top:5px;
}

em {
	font-style:normal;
}

em a {
	color:#ab2843;
}

.news {
	margin-bottom:50px;
}

#intro {
	margin-left:20px;
}

.intron {
	width:22%;
	float:left;
	padding-bottom:30px;
	padding-top:20px;
	margin-right:40px; 
}

#in1 {
	padding-left:60px;
	background:url('../images/nav-1.jpg') no-repeat left center;
}

#in2 {
	padding-left:60px;
	background:url('../images/nav-2.jpg') no-repeat left center;
}

#in3 {
	padding-left:60px;
	background:url('../images/nav-3.jpg') no-repeat left center;
}

#right {
	float:left;
	width:220px;
	margin-left:-232px;
}

#right-2 {
	float:left;
	width:250px;
	margin-left:-270px;
}

#main {
	float:left;
	width:100%;
	background:#fff;
}

.block {
	width:220px;	
  	background: #E4F0FF url('../images/block.jpg') no-repeat left bottom;
  	margin-bottom: 10px;
  	float: left;
  	width: 100%;
	padding-bottom:25px;
}

.block-content {
	padding:20px;
}

.block-content a {
	text-decoration: none;
}

.block-content a:hover {
	text-decoration: none;
}


.block-content-m {
	font-size: 14px;
	padding: 20px;
	line-height:  1.5em;
}

.block-content-m a {
	text-decoration: none;
}

.block-content-m a:hover {
	padding-left: 1px;
	text-decoration: none;
}



.hblock {
	padding-bottom:5px;
}

#footer {
	clear:both;
	background:#E4F0FF;
	height:5px;
	border-top:1px solid #CDE3F8;
	font-size:11px;
	text-align: right;
}

#top {
	height:60px;
}

#top ul {
	list-style-type:none;
	margin:80px;
}

#top ul li {
	float:left;
	margin-right:1px;
}

#top ul li a {
	font-size:14px;
	padding:5px;
	font-weight: bold;
	color:#fff;
	text-decoration:none;
}

#top ul li a:hover {
	background:#9a1333;
}

#top ul li.active a {
	background:#9a1333;
}


.lefth {
	font-size:13px;
	padding:5px;
	color:#fff;
	background:#9a1333;
	float:left;
	margin-right:10px;
}

.news h1 {
	padding-top:5px;
}

.news-content {
	margin-bottom:15px;
}

.after a {
	padding:3px;
	color:#555;
	background:#F0F0E7;
	margin-top:10px;
	text-decoration:none;
}

#content {
	background:#abcdef url('../images/logo.jpg') no-repeat left;
	overflow:hidden;
	height:150px;
}


.block ul {
	list-style-type:circle;
}

.block ul li {
	font-size:13px;
	margin-bottom:7px;
	margin-left:17px;
}

.block ul li a {
	text-decoration:none;
	border-bottom:0px dashed;
}

.block ul li a:hover {
	text-decoration:none;
	border-bottom:1px dashed;
	color:#002F63;
}

ul.inner {
	padding-left:5px;
	padding-top:0px;
}

ul.inner li a {
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}

li.addn {
	margin-top:20px;
}

li.addn a {
	padding:5px;
	background:#ab2843;
	color:#fff;
}

li.addn a:hover {
	color:#fff;
}

a.login {
	font-size:11px;
	text-decoration:none;
	border-bottom:1px dashed;
}

a.login-e {
	font-size:11px;
	padding-top:5px;
}

.after2 a.otz {
	padding:3px;
	color:#555;
	background:#F0F0E7;
	margin-top:10px;
	text-decoration:none;
}

.after2 span {
	margin-top:10px;
	height:20px;
}

#town {
	
	height:100px;
	background: url('../images/town.gif') repeat-x;
	
}  

#contact {
	color:#005CC0;
	font-family: arial;	
}
/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
	margin-bottom:10px;
	padding-bottom:10px;
}
#comment-top {
	font-size:11px;
}
.comment-date {
	float:left;
	padding-right:10px;
}
#comment-bottom {
	margin:5px;
	font-size:11px;
	paddding-top:5px;
	clear:left;
}
.comment-s {
	padding:10px;
	overflow:hidden;
}
#com-l {
	width:120px;
	float:left;
}
#com-l a {
	text-decoration:none;
	border-bottom:1px dashed;
}
#com-r {
	width:65%;
	float:left;
}
#com {
	margin-bottom:20px;
	border-top:1px dashed #e6e6e6;
	background:url('../images/img10.gif') no-repeat left bottom;
	padding-bottom:20px;
	padding-left:10px;
}

#register input, #register select, #register textarea {border: 1px solid #E6E6E6; background: #F3F3F3; color: #666; padding: 2px 0 2px 5px; font: 11px Verdana;}
textarea:focus, input:focus{color:#333; border:1px solid #777;}

.hint {display:none; position: absolute; margin-left: 40px; width: 200px; margin-top: -4px; border: 1px solid #c93; padding: 10px 12px; background-color: #ffc;}
.hint .hint-pointer {position: absolute; left: -10px; top: 5px; width: 10px; height: 19px; background: url(pointer.gif) left top no-repeat;}

dd { margin-bottom:10px; }



/*------------------------------------------------------------*/

.men {
position: absolute; 
right: 10px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 7px;
width: 150px; 
height: 18px; 
overflow: hidden; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .menDIV { 
width:148px; 
} 

.men1 {
position: absolute; 
right: 10px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 0px; 
width: 150px; 
height: auto; 
overflow: visible; 
text-align: center;
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .men1DIV { 
width:148px; 
} 

/*------------------------------------------------------------*/

.men2 {position: absolute; 
right: 170px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 7px; 
width: 150px; 
height: 18px; 
overflow: hidden; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .men2DIV { 
width:148px; 
} 


.men22 {position: absolute; 
right: 170px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 0px;
width: 150px; 
height: auto; 
overflow: visible; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .men22DIV { 
width:148px; 
} 

/*------------------------------------------------------------*/

.men3 {
position: absolute; 
right: 330px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 7px;
width: 150px; 
height: 18px; 
overflow: hidden; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .menDIV { 
width:148px; 
} 

.men33 {
position: absolute; 
right: 330px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 0px; 
width: 150px; 
height: auto; 
overflow: visible; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .men1DIV { 
width:148px; 
} 

/*------------------------------------------------------------*/

.men4 {
position: absolute; 
right: 490px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 7px; 
width: 150px; 
height: 18px; 
overflow: hidden; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .menDIV { 
width:148px; 
} 

.men44 {
position: absolute; 
right: 490px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 0px; 
width: 150px; 
height: auto; 
overflow: visible; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .men1DIV { 
width:148px; 
} 

/*------------------------------------------------------------*/

.men5 {
position: absolute; 
right: 650px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 7px; 
width: 150px; 
height: 18px; 
overflow: hidden; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .menDIV { 
width:148px; 
} 

.men55 {
position: absolute; 
right: 650px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 0px; 
width: 150px; 
height: auto; 
overflow: visible; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .men1DIV { 
width:148px; 
} 

/*------------------------------------------------------------*/

.men6 {
position: absolute; 
right: 810px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 7px; 
width: 150px; 
height: 18px; 
overflow: hidden; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .menDIV { 
width:148px; 
} 

.men66 {
position: absolute; 
right: 810px; 
top: 150px; 
background-color: #CDE3F8;
border: 2px solid #fff; 
padding-bottom: 0px;
width: 150px; 
height: auto; 
overflow: visible; 
text-align: center; 
voice-family: "\"}\""; 
voice-family: inherit; 
width:148px; 
} 
html>body .men1DIV { 
width:148px; 
} 

/*------------------------------------------------------------*/

A.m {display: block; 
 
width: 148px; 
height: auto; 
color:#005CC0; 
font-family: sans-serif;
FONT-SIZE: 11px; 
text-decoration: none; 
text-align: center; 
padding: 3px; 
font-weight: bold;
voice-family: "\"}\""; 
voice-family: inherit; 
width:142px; 
} 
html>body A.m { 
width:142px; 
} 

A.m:hover { 
display: block; 
background-color:#005CC0; 
color:#fff; 
} 

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/


#menubackp {
	margin: 10px auto 10px 10px;
	list-style: none;
	background: url(../images/poligraf-f.gif);
	width: 190px;
	overflow: auto;	
	float: right;
}

#menubackp .shutter {
	width: 190px;
	height: 190px;
	display: block;
	float: left;
}

#shutterp {
	background: url(../images/poligraf.gif) no-repeat; 
}


#menubackp a.link {
   width: 190px;
   height: 190px;
   display: block;
   text-indent: -9999px;
}


/*------------------------------------------------------------*/


#menubackw {
	margin: 10px 10px 10px auto;
	list-style: none;
	background: url(../images/webrazrab-f.gif);
	width: 190px;
	overflow: auto;	
	float: left;
}

#menubackw .shutter {
	width: 190px;
	height: 190px;
	display: block;
	float: left;
}

#shutterw {
	background: url(../images/webrazrab.gif) no-repeat; 
}


#menubackw a.link {
   width: 190px;
   height: 190px;
   display: block;
   text-indent: -9999px;
}

/*------------------------------------------------------------*/


#menubackr {
	margin: 10px 10px 10px auto;
	list-style: none;
	background: url(../images/rkamp-f.gif);
	width: 190px;
	overflow: auto;	
	float: left;
}

#menubackr .shutter {
	width: 190px;
	height: 190px;
	display: block;
	float: left;
}

#shutterr {
	background: url(../images/rkamp.gif) no-repeat; 
}


#menubackr a.link {
   width: 190px;
   height: 190px;
   display: block;
   text-indent: -9999px;
}

/*------------------------------------------------------------*/

#menubacko {
	margin: 10px auto 10px 10px;
	list-style: none;
	background: url(../images/other-f.gif);
	width: 190px;
	overflow: auto;	
	float: right;
}

#menubacko .shutter {
	width: 190px;
	height: 190px;
	display: block;
	float: left;
}

#shuttero {
	background: url(../images/other.gif) no-repeat; 
}


#menubacko a.link {
   width: 190px;
   height: 190px;
   display: block;
   text-indent: -9999px;
}

/*------------------------------------------------------------*/

#menubackn {
	margin: 10px auto 10px 10px;
	list-style: none;
	background: url(../images/naruj-f.gif);
	width: 190px;
	overflow: auto;	
	float: right;
}

#menubackn .shutter {
	width: 190px;
	height: 190px;
	display: block;
	float: left;
}

#shuttern {
	background: url(../images/naruj.gif) no-repeat; 
}


#menubackn a.link {
   width: 190px;
   height: 190px;
   display: block;
   text-indent: -9999px;
}


#stat {
	font-family: arial;
	}
	
#stat TABLE {
    width: 100%;
    border-collapse: collapse; 
   }
   
#stat TD, TH {
    padding: 3px; 
    border: 1px solid #CDE1F3; 
   }
   
#mpage	{
	text-align: justify;
	margin-bottom: 10px;
	}
	
#mpage p {
    text-indent: 20px;
   }
