


/********************************************************************** Глобальное форматирование страницы. */



body {
	text-align      :center;
	margin		: 0;
	padding		: 0;
	background      : #ECECEC;
	font		: 11px Lusida Sans, verdana;
}

img {
	border		: none;
}

a{

	color		: #7190CD;
	text-decoration   : underline;
}

a:hover{
	color		: #ED630C;
	text-decoration   : underline;
}

/********************************************************************** Положения основных блоков */

#main{

	width          : 80%;
	background      : #fff url(/images/left_angle.jpg) top left no-repeat;
	min-width		: 850px;
	margin			: 80px auto;
    text-align   :left;
}

#inside{
	width          : 100%;
	background      : transparent url(/images/fon_main.jpg) 100% 30px no-repeat;
}

#header{
	height         : 160px;
	width          : 100%;
	background      : transparent url(/images/right_angle.jpg) top right no-repeat;
}


#content{
	clear		: both;
	width		: 100%;
	min-height	: 400px;

}

#left_menu{
	float		: left;
	width		: 230px;

}

#text{
	margin-left		: 230px;
    margin-right	: 40px;
}

#footer{
	text-align      :left;
	clear		: both;
	background      : transparent url(../images/left_angle_bot.jpg) bottom left no-repeat;
	min-height		: 90px;
	margin-top	: 50px;
}

/********************************************************************** верхнее меню */

#top_menu{
	margin		: 20px 0 0 20px;

}

#top_menu ul{
	list-style	: none;
	margin		: 0;
	padding-top	: 30px;

}

#top_menu li{
	list-style	: none;
	display		: inline;
	margin-right	: 2%;

}

#top_menu a{
	font		: 11px verdana;
	color		: #7190CD;
	text-decoration   : none;

}

#top_menu a:hover{
	font		: 11px verdana;
	color		: #ED630C;
}


/********************************************************************** Промотекст */



#header_left{
	float		: left;
	width		: 213px;
	height      : 100%;
	margin		: 40px 0 0 0;
	background  : transparent url(/images/fon_header.gif) top right no-repeat;
}
#promotext{
   margin		: 40px 0 0 230px;

}

#promotext h1{
	text-indent	: 20px;
	width		: 300px;
	font		: 12px verdana;
	color		: #ED630C;
    margin		: 2px 0 0 30px;
    padding		: 0;
}


/********************************************************************** левое меню */




#left_menu h3{
	margin		: 0;
	padding		: 6px 0 0 40px;
	font		: 18px verdana;
	color		: #E6AC03;
	text-align	: left;
}

#left_menu ul{
	margin		: 0;
	padding		: 10px 10px 0 30px;
}

#left_menu li{
	list-style	: none;
	margin		: 0 15px;
	padding		: 3px 0;
	color		: #7190CD;

}

#left_menu a{
	font		: 10px verdana;
	color		: #7190CD;
	text-decoration   : none;
}




#left_menu a:hover{
	font		: 10px verdana;
	color		: #ED630C;
	text-decoration   : underline;


}




/**********************************************************************Основной контент*/






#text h2{
	font		: 24px verdana;
	margin		: 0 0 40px 30px;
	color		: #ED630C;
	max-width	: 500px;
}

#text h3{
	font		: 16px verdana;
	color		: #7190CD;
}

#text h4{
	font		: 14px verdana;
	color		: #E6AC03;
}

#text h5{
	font		: 12px verdana;
	color		: #ED630C;
}

#text h6{
	font		: 10px verdana;
	color		: #7190CD;
}

#text p{

	text-indent	: 15px;
}


#text ul{
	margin		: 10px 30px;
		color		: #E6AC03;
}

#text li{
	margin		: 0 15px;
	padding		: 5px 0;


}

#text a{
	font		: bold 11px verdana;

	text-decoration   : none;
}




#text a:hover{
	font		: bold 11px verdana;

	text-decoration   : underline;


}



/********************************************************************** Подвал */


#inside_footer{
	width          : 100%;
 	min-height		: 90px;
	background      : transparent url(/images/right_angle_bot.jpg) bottom right no-repeat;
}


#footer p{
	margin		: 0 40px;
	padding		: 20px;
	font		: 11px verdana;
	color		: #818181;
	border-top	: 1px solid #D6D6D6;

}

