/*** GLOBAL  ***/
html,body{height:100%;}

html {
font-size: 100.01%;
}


body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:15px;
	margin:0 auto;
	padding:0;
	color:#000000;
	background-image: url(../images/page_pg.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow-y: scroll;
}



* {
	margin:0;
	padding:0;
}
*:focus {
	outline:none; /* removes ugly dotted border but may make template more unsuable, up to you
					 if you want to keep it! */
}
.clr{clear:both}
form{margin:0; padding:0;}
hr {
	border: 0;
	color: #6b6b6b;
	background-color: #6b6b6b;
	height: 1px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

/*** END OF GLOBAL  ***/

/*** DEFAULT ELEMENT STYLES ***/
/* heading */
h1, h2{
	margin-bottom:12px;
	font-weight:normal;
	color:#00647D
}
h1.tblue{
	color:#FF6600;
}
h3, h4, h5 {
	margin-bottom:12px;
	font-weight:normal;
	color:#474854
}
h1 {
	font-size:30px; /* все браузеры */
	line-height:32px;	
}
 
.title{
	margin:0px 0px 5px 0px;
	text-transform: uppercase;
}
h2 {
	font-size:23px;
	line-height:22px;
	color:#006F8A;
	text-transform: none;
}
h3 {
	font-size:18px;
	line-height:20px;
}
h4 {
	font-size:20px;
	line-height:15px;
}
h5 {font-size:13px; line-height:15px;}

#boxslideshow h3 {
	color: #9FA398;
}

/* links */
a {
	color:#FF6600;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{border:none}
.border{ border:1px solid #c5c5c5; padding:3px;}
.imgleft{float:left; margin-right:15px;}
.imgright{float:right; margin-left:15px;}
.imgmiddle{vertical-align:middle; padding-right:6px}
/* lists, blockquotes and paragraphs */
p, ul, ol, blockquote {
	line-height:23px;
	margin-bottom:20px;
}
ul, ol {
	margin:10px 0 35px 30px;
}
li ol,
li ul
{
	list-style:square;
	margin-bottom:0;
	margin-top:0;
}
li ol {list-style:decimal;}
blockquote {
	font-style:italic;
	margin:25px 0 25px 0px;
	color:#6b6b6b;
	padding:10px 20px 10px 25px;
	border-left:4px solid #6b6b6b;}

/* code */
code {
	font-family:Verdana, Arial;
	letter-spacing:1px;
	margin:25px 0 25px 0px;
	display:block;
	font-size:0.9em;
	border-left:4px solid #6b6b6b;
	padding:15px 10px;
}


/*** END OF DEFAULT ELEMENT STYLES ***/


/*** CONTAINER ***/
#top_container{
	background-repeat:no-repeat;
	width:900px;
	height:160px;
	background-image: url(../images/ru/ttl_bk.png);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: left top;
}

#content_container{
	width:100%;
	margin-top: 10px;
}
#content_container_inner{ width:100%;padding:20px 0px 20px 0px}
#bottom_container{ width:100%; height:100px;}
/*** END OF CONTAINER ***/

/*** CENTERCOLUMN ***/
.centercolumn{width:940px; margin:0px auto 0px auto;}
/*** END OF CENTERCOLUMN ***/

/*** TOP ***/
#top{
	float:left;
	height:160px;
	width: 900px;
	padding-top: 28px;

}

#title
{
	float:left;
	font-size:20px;  
	color: #474854;
	width: 900px;
	text-align: center;
}

#top_container .centercolumn #top #adress {
	float: left;
	width: 800px;
	padding-left: 150px;
}

#title a, #title a:hover
{
	color: #393A44;
	text-decoration: none;
}



#title strong {
	font-size:50px; /* все браузеры */
	color: #009EC6;
}


#topmenu{
	float:none;
	clear:right;
	margin-left: 140px;
}
#nav{
	list-style-type:none;
	float:left;
	z-index:15;
	margin-top: 13px; /* все браузеры */

}
#nav ul{margin:0px; padding:0px; list-style-type:none; z-index:16;  }
#nav li{
	list-style-type:none;
	float:left;
 
	background-position:left;
	padding: 0px;
	margin: 0px;
}
#nav li a{
	color:#004455;
	text-transform:uppercase;
	
	font-size:18px; /* все браузеры */
	

	float:left;
	line-height:35px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	

}
* html #nav li a{margin-right:1px;} /* ie6 only */
#nav li a:hover{
	text-decoration:none;
	background-color: #EEEEDF;
	color: #474854;
}
#nav li li{
	margin-top:0;
	background-image:none;
	background-image:none;
	position:relative;
	z-index:10;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-right: 10px;
}
#nav ul {
	display:none;
	left:0px;
	position:absolute;
	top:37px;
	width:170px;
	z-index:10;
	border:solid 1px #e6e7df;
	background-color:#fff;
	border-width:0px 1px 1px 1px;
	padding:0px 10px;
}
#nav li ul a{
	width:170px;
	height:auto;
	float:left;
	text-align:left;
	padding:0px 0px 0px 0px;
	text-transform:capitalize;
	font-size:14px;
	font-weight:normal;
	line-height:33px;
	z-index:10;
	color:#333;
}
#nav ul ul{top:auto;border-top:none; border:solid 1px #e6e7df; border-width:1px 1px 1px 1px;}	
#nav li ul ul {left:123px; top:0px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{display:none;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{display:block;}
#nav li ul a{border-top:none;}
#topmenu #navigation #nav li.active a{
	color:#FFFFFF;
	background-color: #009EC6;
}
/*** END TOP ***/

/*** HEADER ***/
#featured_container{
	height:324px;
	position:relative;
	margin-bottom:20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
/*** END HEADER ***/


/*** CONTENT ***/
#maincontent{
	width:900px;
	padding:20px 0px 30px 0px;
}
#content{
	float:left;
	padding: 0px;
}
#content p {text-align:justify; }

#content_full{width:100%;}
 
/*** END CONTENT ***/



/*** FOOTER ***/
 #footer_container{
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00556A;
	background-color: #FFFFFF;
}


#footer_container{width:100%; clear:both;}
#footer_container a, #footer_container a:visited{
	color:#474854;
}
#foot{
	text-align:left;
	color:#474854;
	font-size: 12px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}


#content #cols {
	clear: both;
	float: left;
	font-size: 0.9em;
	padding-bottom: 20px;
	list-style-position: inside;
	list-style-image: url(../images/list_square.gif);
	letter-spacing: normal;
}



#content #cols   img {
	margin-top: 20px;
	padding: 5px;
	border: 10px solid #CCCCCC;
}

#content #col1 {
	float: left;
	width: 280px;
	margin-right: 40px;
}


#content #col2 {
	float: left;
	width: 580px;
	margin-top: 20px;
}



#foot #col1 {
	float: left;
	width: 280px;
	margin-bottom: 30px;
}


#foot #col2 {
	float: left;
	width: 530px;
	padding-left: 50px;
}


#foot span {
	font-size: 8px;
	color: #ddd;
	letter-spacing: 2px;
}
