html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';font-size: 12px;}
p{padding-top: 8px; padding-bottom: 8px; line-height:28px; color: #d6d6d6; font-size: 13px;}
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
a{color: #1e1a04;}
a:hover{color: red;}
a { outline: none; -moz-outline: 0; border: none; border-width: 0px; }
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
img { border: none; border-width: 0px; }
h1{padding-bottom: 10px; padding-top: 10px; font-size: 18px; color: #e9d869;}
div.clear { clear: both; font-size: 0pt; line-height: 0px; height: 0px; }
div.main { width: 100%; min-width: 1000px; min-height: 100%; margin: 0 auto; font-size: 12px; _height: 100%;  background: url('../img/fon.jpg');}
* html  div.main
			{
				width:expression(
					(document.compatMode && document.compatMode == 'CSS1Compat')
					?
					(
						document.documentElement.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
					:
					(
						document.body.clientWidth < 1000
						?
						"1000px"
						:
						"auto"
					)
				);
			}
div.header{
	background: url('../img/header_fon.jpg') repeat-x;
	height: 333px;
	width: 100%;
}
div.men{
	background: url('../img/marrige.png') no-repeat;
	width: 313px;
	height: 228px;
	position: absolute;
	top: 10px;
	left: 230px;
}

*html div.men { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/marrige.png", sizingMethod="crop"); }

div.logo{
	background: url('../img/logo.png') no-repeat;
	width: 277px;
	height: 113px;
	position: absolute;
	top: 20px;
	left: 600px;
}
*html div.logo { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo.png", sizingMethod="crop"); }
div.smoking{
	background: url('../img/smoking.png') no-repeat;
	width: 206px;
	height: 333px;
	position: absolute;
	right: 0px;
}
*html div.smoking { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/smoking.png", sizingMethod="crop"); }
div.line{
	background: #e9d869;
	width: 100%;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
}
div.menu{
	
	float: left;
	position: relative;
	margin-left: 40px;
	margin-top: 55px;
}
div.content_menu{
	background: url('../img/menu.jpg') no-repeat;
	width: 305px;
	height: 462px;
}
div.menu ul{
	padding-top: 15px;
	_padding-top: 30px;
    /*margin-left:30px;*/
    font-size:12px;
    font-family:arial, sans-serif;
}
div.menu ul li{
	line-height: 16px;
    padding:0 5px 7px 1px;
    /*padding:0 5px 3px 1px;*/
}
div.image{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
div.block_content{
	margin-left: 400px;	
	margin-right: 100px;
}
div.content{
	position: relative;
	min-height: 900px;
	_height: 900px;
}
div.pod_menu{
	background: url('../img/pod_menu.jpg') no-repeat;
	width: 272px;
	height: 378px;
	margin-top: 30px;
	margin-left: 15px;
}
div.footer{
	margin-left: 400px;
	background: url('../img/footer.jpg') 350px no-repeat;
	height: 222px;
}
div.footer .google{
	padding-top: 100px;
}
div.footer .copy{
	font-size: 18px;
	color: #e9d869;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
