* 
{
	margin: 	0;
	padding: 	0;
}

* img
{
	border: 0px;
}

body 
{  
/*	background: 		url(img/bg_body.jpg) repeat-x left top;*/
	background-color:	#384466;
	text-align: 		center; 	
	
	min-width: 			900px; 
}

#branding
{
	height: 			60px;
	padding: 			0px;
/*	background: 		url(img/bg_branding.jpg) no-repeat;*/
	
	background-color:	#384466;	
}

#branding p
{
	font-size: 			40px;
	
	font-family:		Verdana;

	color: 				white;
	
	padding-top:		0.25em;
}

#title
{
	float:	left;
	width: 	300px;
}

#phone
{
	float:	right;
	width: 	300px;	
}

#phone p
{
	text-align:			right;

	font-size: 			15px;
	
	font-family:		Verdana;

	color: 				white;
	
	padding-top:		2.5em;
}



/***************************************
		Главная панель навигации				
****************************************/

#Main_Nav
{  
	height: 		35px; 
	padding: 		0;
  
	list-style: 	none;
  
	background: 	url(img/bg_main_nav.gif);    
}

#Main_Nav li 
{
	float: 	left;  
}

#Main_Nav li a 
{
	width: 				150px;
	display: 			block;
	
	text-align: 		center;  
	text-decoration: 	none;
	line-height: 		2.5em;  
	font-family:		Verdana;
	font-size: 			14px; 
	
	color: 				white;	
  
	background: 		url(img/sep_main_nav.gif) repeat-y left top;
}

#Main_Nav a:hover 
{
	color: 				#D89F8F;
	text-decoration: 	underline;
}

#Main_Nav .first a 
{
	background: 	none;
}

#Main_Nav .selected a
{
	background: 	url(img/bg_main_nav_selected.gif); 
}

#Main_Nav .current a
{
	background: 	url(img/bg_main_nav_selected.gif); 
}

#Main_Nav .current a:hover 
{
	color: 				white;
	text-decoration: 	none;
}



/***************************************
		Вторая панель навигации						
****************************************/

#Sec_Nav
{  
	height: 	22px; 
	padding: 	0;  
 
	list-style:	none; 
	
	background: url(img/bg_sec_nav.gif); 		
}

#Sec_Nav li 
{
	float:	left;
	
	background: 		url(img/sep_sec_nav.gif) repeat-y left bottom;	
}

#Sec_Nav li a 
{
	float: 			left;
	display: 		block;
	padding: 		0 2em;
	
	text-decoration: 	none;
	line-height: 		2.0em;  
	font-family:		Verdana;
	font-size: 			11px; 
	
	color: 				black; 	
}

#Sec_Nav a:hover 
{
	color: 				#D89F8F;
	text-decoration: 	underline;
}
 
 #Sec_Nav .first a 
{
	/*background: 	none;*/
}

#Sec_Nav .selected a
{
	color: 			#C4603E; 
}

#Sec_Nav .current a
{
	color: 			#C4603E; 
}

#Sec_Nav .current a:hover
{
	color: 			#FFB600; 
}

 
  
/***************************************
		Третья панель навигации						
****************************************/

#Third_Nav
{  
	height: 	22px; 
	padding: 	0;  
 
	list-style:	none; 
	
	background: url(img/bg_third_nav.gif); 
}

#Third_Nav li 
{
	background: 		url(img/sep_third_nav.gif) repeat-y left bottom;
	float: left;
}

#Third_Nav li a 
{
	float: 			left;
	display: 		block;
	padding: 		0 2em;
	
	text-decoration: 	none;
	line-height: 		2.0em;  
	font-family:		Verdana;
	font-size: 			11px; 
	
	color: 				black; 
	
}

#Third_Nav a:hover 
{
	color: 				#D89F8F;
	text-decoration: 	underline;
}
 
#Third_Nav .first a 
{
	/*background: 	none;*/
}

#Third_Nav .selected a
{
	color: 	#C4603E; 
}

#Third_Nav .current a
{
	color: 	#C4603E; 
}

#Third_Nav .current a:hover
{
	color: 	#FFB600; 
}
  
  
  
  
  
  
  

#footer
{
	

	background-color:	#ccd;
	padding: 			0px 0px;
  
	clear: 				both; 
}

#footer p
{
	font-family:	Verdana;
	font-size: 		11px;
	padding: 		5px;
}

#footer a
{
	color: 				#C4603E;
	text-decoration: 	underline;
}

#footer a:hover
{
	color: 				#FFB600;
}


#wrapper 
{
	width: 				900px; 
	margin: 			0 auto; 
	
	text-align: 		left;
  
	background-color: 	#fff;  
	
	border:				0px;	
}

#content 
{ 
	padding: 		30px;    
	font-family:	Tahoma;
	font-size: 		12px; 
	
	text-align: 	justify;
	
	float: left;
}

#content p
{
	margin-bottom:	1em;
}

#content h1 
{
	font-size: 		15px;
	font-family:	Verdana;	
	
	color:			#C4603E;			/************************************************/
	
	margin:			1em 0;
}

#content h2
{
	font-size: 			12px;
	font-family:	Verdana;	
	
	margin:				3em 0;
	
	color:				#C4603E;		/************************************************/
}


/*					Зачем???
#content * 
{
  padding-right: 20px;
}

#content * * 
{
  padding-right: 0;
}
*/


/*					Зачем???
#Main_Nav *
{
  color: white;
}
*/
/*					Зачем???
#Sec_Nav *
{
  color: black;
}
*/

#content .text
{
	width:		100%;
	float:		left;
}

#content .text a
{
	color: #C4603E;
	text-decoration: underline;
}

#content .text a:hover
{
	color: #FFB600;	
}

#content .text_s
{
	width:		100%;
	float:		left;
	
	font-size:	11px;
}

#content .image
{
	width: 		260px;
	float: 		left;
}

#content .image p
{
	font-size: 	10px;
}

#content .description
{
	width: 560px;
	float: right;
}

#content .image_s
{
	width: 		210px;
	float: 		left;
}

#content .image_s p
{
	font-size: 	10px;
}

#content .description_l
{
	width: 580px;
	float: right;
}

#content .image_ss
{
	width: 		150px;
	float: 		left;
}

#content .image_ss p
{
	font-size: 	10px;
}

#content .description_ll
{
	width: 650px;
	float: right;
}


#content .description_l h2.first
{
	margin-top: 0;
}

.list
{
	list-style-type: square;
}

.list li
{
	margin-top: 0.4em;
}

