@charset "utf-8";
/**
 * Страница
 */
 
#overall-bg-page{
	background-image: url(../images/theme/overall-bg-page.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

#overall-page{
	background-color:#000;
	width:950px;
	margin-left:auto;
	margin-right:auto;
	}
	
/**
 * Шапка
 */
#overall-header{
	/*height:200px;*/
	height:250px;
	background-image: url(../images/theme/overall-header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

#header-phones{
	position:relative;
	left:429px;
	/*top:-195px;*/
	top:-245px;
	color:#a5a5a5;
	font-size: 14px;
	text-align: right;
	width:500px;
	z-index:15;
	}
#header-phones span{
	margin-left:30px;
	}
#header-phones-mark{
	color: #FF0;
	margin-left:0;
	}
	
#header-ask{
	position:relative;
	left:430px;
	/*top:-190px;*/
	top:-240px;
	color:#777777;
	font-size: 12px;
	text-align: right;
	width:500px;
	z-index:15;
	}
	

/**
 * Главное меню
 */
#overall-menu{
	height:40px;
	padding-left: 20px;
	padding-right: 20px;
	}

/**
 * Основная область
 */
#overall-content{
	background-color:#FFF;
	min-height:384px;
	border-right-width: 20px;
	border-left-width: 20px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding-top:20px;
	}	

#content-left{
	margin-left:20px;
	width:300px;
	float:left;
	}
#content-center{
	margin-top:0;
	margin-left:340px;
	margin-right:20px;
	}

/**
 * Упрощенное меню
 */
#overall-smallmenu{
	height:30px;
	margin-left:340px;
	margin-right:20px;
	font-size:10px;
	color:#69708c;
	text-align:center;
	margin-top:20px;
	}

/**
 * Подвал
 */
#overall-bg-footer{
	background-image: url(../images/theme/overall-bg-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	min-height:166px;
	}

#overall-footer{
	background-color:#000000;

	width:950px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/theme/overall-footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:150px;
	padding-bottom:20px;
	}

#overall-footer #overall-footer-left{
	margin-left:20px;
	width:300px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color:#666;
	}
#overall-footer #overall-footer-right{
	margin-left:340px;
	margin-right:20px;
	text-align:right;
	color:#666;
	}

	
/**
 * Блоки
 */
#block-dark{
	background: #f4f4f4 url(../images/theme/block-dark-bg.jpg) right bottom no-repeat;
	border: 1px #cccccc solid;
	min-height:100px;
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	min-height:150px;
	}
	
#block-dark h1{
	margin:0;
	padding:0;
	font-size: 30px;
	color: #5c6282;
	margin-bottom: 15px;
	margin-top:10px;
	}	
 
#block-white{
	margin-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	}
	
#block-white h1{
	margin:0;
	padding:0;
	font-size: 30px;
	color: #4e5577;
	margin-bottom: 15px;
	margin-top:15px;
	}	
