body {
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000055;
}
hr {
	height: 1px;
	width: 80%;
	text-align: left;
	border: 1px dotted #FFD700;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.main {
	font-size:12px;
	padding: 10px 10px 50px 20px;
}
h1 {
	font-size: 18px;
	margin: 0 0 3 0;
	color: #B8860B;
}
h2 {
	font-size: 16px;
	margin: 0 0 3 0;
	color: #B8860B;
}
h3 {
	font-size: 14px;
	margin: 0 0 3 0;
	color: #B8860B;
}
h4 {
	font-size: 13px;
	margin: 0 0 3 0;
	color: Yellow;
}

.big {
	font-size: 20px;
	color: #FFFF00;
	vertical-align: top;
}
.little {
	font-size: 18px;
	color: #FFFF00;
	vertical-align: top;
}
.small {
	font-size: 14px;
	color: #B0E0E6;
	vertical-align: top;
}
.ekvator {
	/*background-color: #FFD700;*/
	font-size: 11px;
	font-weight: bold;
	color: #003366;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	/*border-top: 1px solid #D9B702;
	border-bottom: 1px solid #D9B702;*/
}
.submit {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	background-color: #FFD700;
	border-top: 1px solid #F0E088;
	border-left: 1px solid #F0E088;
	border-bottom: 1px solid #A79220;
	border-right: 1px solid #A79220;
}
.inptext {
	border-top: 1px solid #F0E088;
	border-left: 1px solid #F0E088;
	border-bottom: 1px solid #A79220;
	border-right: 1px solid #A79220;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
}
.head {
	background-image: url(pic/bhead2.gif);
	background-repeat: repeat-x;
	background-color: #0066ff;
	padding: 1px 2px 0px 2px;
	/*border-bottom: 1px solid #5E8CDF;*/
	border-top: 1px solid #5E8CDF;
}
.foot {
	/*background-color: #6495ED;*/
	/*background-color: #2C80D9;*/
	background-color: #0066ff;
	padding: 1px 2px 2px 2px;
	border-bottom: 1px solid #5E8CDF;
	border-top: 1px solid #5E8CDF;
}
a {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #00008B;
	text-decoration: underline;
}
.price {
	padding: 7px 2px 20px 2px;
	background-image: url(pic/bttm_l.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.news {
	padding: 7px 2px 20px 2px;
	font-size: 11px;
	background-image: url(pic/center.gif);
}
.new {
	font-size: 11px;
}
.mainnew {
	font-size: 12px;
	padding: 3 3 3 3;
}
.listprice {
	font-size: 12px;
	color: #000000;
}

.copy {
	font-size: 11px;
	color: #FFFF00;
}
.tbl1 {
	background-color: #FFD700;
	padding: 2px 2px 2px 5px;
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.tbl2 {
	background-color: #FFFFE0;
	font-size: 12px;
	padding: 2px 2px 2px 5px;
}
.center{
	background-image: url(pic/center.gif);
}

/*Выпадающее меню начало*/

ul {
margin: 0;
padding: 0;
list-style: none;
width: 200px;
}

ul li {
position: relative;
}

li ul {
position: absolute;
left: 199px;
top: 0;
display: none;
}

ul li a:hover {
display: block;
text-decoration: none;
font-size: 11px;	
font-weight: bold;	
padding: 2px 0px 2px 10px;
background-color:#567AB9; 
border-top: 1px solid #385485;
border-bottom: 1px solid #385485;
border-right: 1px solid #385485;
}

ul li a {
display: block;
text-decoration: none;
font-size: 11px;	
font-weight: bold;	
padding: 2px 0px 2px 10px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
margin: 0;
padding: 0;
list-style: none;
width: 200px;
border-bottom: 1px solid #ccc;
}

li:hover ul { display: block;}

li:hover ul, li.over ul { 
display: block;  
background-color:#567AB9; 
border-top: 1px solid #385485;
border-bottom: 1px solid #385485;
width:300px;
} 

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/*Выпадающее меню конец*/



