/* CSS Document */
body
{
margin:0px;
padding:0px;
background-color:#ffffff;
font: 12px Arial, Helvetica, sans-serif;
color: #232323;
line-height: 1.5em;
}

a {
	color: #9b250f;
	text-decoration: underline;}
	
a:hover {
	color: #d23214;
	text-decoration: underline;}
	
img{border: 0px;}

p, ol, ul {
	margin: 9px 0;
	}
	
ol, ul {
	padding: 0px 0 0 37px;
	}
	
h1 {font-size: 2.4em;}

#wrapper {
	width: 1000px;
	margin: 0 auto;}
	
#head {
	height: 160px;
	padding: 70px 30px 0 70px;
	background: #000000 url(../images/head.jpg) top left no-repeat;
	}
	#head h1 a{
		color:#FFFFFF;
		font-size: 27px;
		font-weight: normal;
		text-decoration: none;		
		}
	#head h2{
		color:#D8A60F;
		font-size: 18px;
		font-weight: normal;
		}
	
#menu {
	height: 39px;
	border-top: 1px solid #ffffff;
	background: #bd2d12;
	}
	
	#menu ul{
		display: block;
		height: 39px;
		margin: 0px;
		padding: 0 0 0 70px;
		list-style-type: none;		
		}
		#menu ul li{
			float: left;
			display: block;
			height: 39px;
			color: #ebd007;				
			padding: 0px;			
			}
			#menu ul li a{
				display: block;
				padding: 11px 20px 11px 12px;
				margin: 0px;
				font-size: 14px;
				color: #ffffff;
				font-weight: bold;
				text-decoration: none;
				background: url(../images/cube.gif) left center no-repeat;
				}
			#menu ul li a:hover{
				color: #f3f4df;
				text-decoration: underline;
				}
#search {
	display: block;
	float: right;
	width: 350px;
	padding: 7px;
	color: #ffffff;
	font-weight: bold;
	line-height: 25px;
	}
	#search input{
		border: none;
		height: 20px;
		padding: 2px;
		margin: 0px; 
		line-height: 20px;
		vertical-align: middle;
		}
	#search input.button{		
		border: 1px solid #666;
		height: 26px;	
		padding: 2px 7px;		
		}
	#search input.search{		
		border: 1px solid #fff;
		height: 18px;		
		}
	
				
#content {
	padding: 20px 25px;
	text-align: justify;
	min-height: 436px;
	}
	#content h1{
		text-transform: uppercase;
		}
	
#footer {
	background:transparent url(../images/f_tl.gif) repeat-x scroll 0 0;
	padding: 26px 10px;
	height: 40px;
	line-height: 10px;
	font-size: 11px;
	text-align: right;
	}
	
#fs_logo {float:left;padding: 0 30px 0 20px}

table {border-spacing:0px; border-collapse: collapse;}

table.price {
	border: 1px solid #959ea0}
	
table.price th{
	border: 1px solid #959ea0;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center}
	
table.price td{
	padding: 3px 5px;
	text-align: center;
	border: 1px solid #959ea0;}

.moscow{
		color:white;
}
