﻿@import url(main_menu.css);
@import url(slider.css);
@import url(../text.css);
 body, html {
height:100%;
margin:0;
padding:0;
}
body{
	background-color : transparent;
	background : White url(../images/menu-background.jpg) repeat-x center 110px;
}
*{
margin:0;
padding:0;
}
a img{
	border : none;
}
:focus {
	outline: none;
}
blockquote, q {
	quotes: none;
}
.clear{
	clear : both;
}
#wrapper {
 min-height:100%;height:auto !important;height:100%;
 width : 940px;
padding : 0px 10px;
 position : relative;
 margin : 0px auto;
 background : transparent url(../images/fon_wrapper.jpg) repeat-y 650px top;
 }
#wrapper .empty {
 height:80px;
 clear : both;
 }
 #wrapper_footer {
 position:relative; 
 margin-top:-60px; 
 background-color : #4879a3;
 height : 60px;
 min-width : 960px;
 }
 #header{
	overflow : hidden;
	padding : 20px 0px;
	height : 70px;
}
 #header h1{
	font-size : 50px;
	line-height : 40px;
	color : #2b437e;
}
 #header h1 a{
	font-size : 50px;
	line-height : 40px;
	color : #2b437e;
	text-decoration : none;
}
 #header h1 span{
	font-size : 18px;
	display : block;
	margin-top : 15px;
	line-height : 18px;
	color : Black;
}
#main_menu{
	background-color : #6cb4f7;
	height : 40px;
	margin-bottom : 20px;
	border-left: 1px solid #FFF;
}

#text{
	width : 600px;
	padding : 15px 20px 10px 0;
	float : left;
	overflow : hidden;
	background-color : White;
}
 #text img{
  	padding: 5px;
	border: 0px}
#sidebar{
	width : 260px;
	padding : 15px 20px 10px;
	float : right;
	background-color : #a1d4ff;
}
#sidebar ul{
	list-style-type : none;
}
#sidebar li{
	margin-left : 0px;
}
#sidebar img{
  	padding: 5px;
	border: 0px}

#footer{
	width : 940px;
	overflow : hidden;
	padding : 20px 10px;
	margin : 0px auto;
	height : 20px;
	line-height : 20px;
	color : White;
}
#footer a{
	color : White;
}
#footer .left{
	float : left;
}
#footer .right{
	float : right;
	margin-left : 20px;
}
table td {
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	line-height:17px;
	text-align: left;
	vertical-align: top;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	
	border: 1px solid #bebbbb;
	background-repeat:no-repeat;
	background-position:left;
}

table th {
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	line-height:17px;
	text-align: left;
	
	font-size:11px;
	font-weight:bold;
	color:#403d3d;
	
	border: 1px solid #CCCCCC;
	background-repeat:no-repeat;
	background-position:left;
	
	
}

table {
  	border-collapse: collapse;
	margin: 1px;
	}	
table img{
  	padding: 1px;
	border: 0px}	
	
	



