@charset "utf-8";
/* CSS Document */
	* {margin: 0px; padding: 0px;}
	body { background: #90cef1; font-family: Georgia, "Times New Roman", Times, serif; color:#1c7ab2; font-size:13px; }
	
	#wrapper {width:980px; margin: 0px auto;}
	#head	{width: 980px; height:410px;}
			#menu {   background: #ffffff; height: 415px; width: 210px; float: left; text-align: center;}
				#menu img {border: 0px;}
			#content_head { background: 0;  height: 415px; width: 760px; float: left; padding:0 0 0 10px;}
			#l_head_block { border: 5px solid #ffffff; background: #dff7fd; height: 399px;  width: 234px; float: left; margin-right: 10px; padding: 3px; }
			#r_head_block { border: 5px solid #ffffff; background: #dff7fd;  height: 399px; width: 234px; float: right; padding: 3px; }
			#c_head_block {  border: 5px solid #ffffff; background: #dff7fd;  height: 405px; width: 230px; float: left; margin-right: 10px;}
	#content { width: 980px;  padding: 20px 0px 0px 0px;}
			#ramka { border: 5px solid #ffffff; background: #dff7fd; padding: 0px 10px 10px 10px; }
	#footer	{ width: 970px; height: 150px; margin:20px 0 0 0; background: #dff7fd; padding:5px; }
			#footer_left   { width: 700px; height:100px; float:left; text-align: left;}
			#footer_right { width: 250px; height: 100px; float:left; text-align: right;}
			#baners {height: 40px; clear: botch; }
			

/*text style*/

 #menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size: 16px;
	color:#00a1f4;
}
#menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size: 16px;
	color:#ff0000;
}
#menu ul { 
		list-style: none;
}
#r_head_block ul{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#1c7ab2;
	font-size:13px;
	list-style: disc;
	list-style-position: inside;
	}
#r_head_block ul li{ padding-top:10px;}
h1, h2, h3, h4 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	color:#390;
	font-weight: bold;
}
h1, h2 {  text-align: center; padding-top: 20px; }
p 	{ font-family: Georgia, "Times New Roman", Times, serif;
	color:#1c7ab2;
	font-size:13px;
	padding-top: 7px;
}
.center { text-align: center; padding: 20px;}
.baners { text-align: center; padding: 20px;}
.bold { font-weight: bold; line-height: 1.4;}
.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#390;
	font-weight:bold;
	
}

.price {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #603;
	font-size:30px;	
}

.style2 {
font-family: Georgia, "Times New Roman", Times, serif;
color:#1c7ab2;
font-size:14px;
}
.style_green {
color:#390;
font-weight: bold;
}
ul {  font-family: Georgia, "Times New Roman", Times, serif;
	color:#1c7ab2;
	font-size:13px;
	list-style: none;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #1c7ab2;
	font-size: 13px;
	list-style-position: inside;
	}
ol  li{
	padding-top: 10px;
	}
dt { font-weight: bold; padding: 20px 0px 5px 10px;
}
dd { padding-left: 40px;}
