
body, div, h3 { 
	font-family: verdana, arial; 
	margin: 0; 
	padding: 0;
	color: #000000;
}

body {
	margin-top:0px;	
}


html, body { 
	margin: 0; 
	padding: 0; 
	background-color: #f0f0f0; 	
	/*
	background: url(../img/bg1.jpg) no-repeat center center fixed;
	-webkit-back ground-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	*/
	
	
	display: table; 
	width: 100%; 
	height: 100%;

	
}

#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }		
#page-wrap { position: relative; width: 750px; margin: 30px auto; }

p, ul, li , td {
	color: #8b360f;
	font-size: 12px;
	
}

div.up {
	height: 0px;
	width:750px;
}

div.logo {
	background:#000000;
	height: 100px;
	width:750px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

img.logo {
	margin-top:20px;
	margin-left:30px;
}

div.slide_item1 {
	background:url(../img/2a.jpg);
	width:750px;
	height:400px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	
}

div.slide_item2 {
	background:url(../img/3a.jpg);
	width:750px;
	height:400px;
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

div.slide_item3 {
	background:url(../img/6a.jpg);
	width:750px;
	height:400px;
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

div.slide_item4 {
	background:url(../img/1a.jpg);
	width:750px;
	height:400px;
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

div.slide_item5 {
	background:url(../img/8a.jpg);
	width:750px;
	height:400px;
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

div.menu {
	background:#000000;
	width:750px;
	height:40px;
	position: absolute;
	top: 360px;
	left: 0;
	right: 0;
	z-index: 2;
}

div.menu_content {
	padding-left:20px;
	padding-top:10px;
}

a.menu {
	color:#ffffff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	text-decoration: none;
	margin-right:20px;
	vertical-align: middle;

}

div.slide {
	position: relative;
	height: 400px;
	width:750px;
	margin: 0px auto;
}

div.content {
	position: relative;
	height: auto;
	width:750px;
	margin: 0px auto;
}

div.content_in {
	margin: 20px;
	display:none;
}

div.prices {
	margin-top:20px;
}

div.gal {
	margin-top:20px;
	height:560px;
}

.ui-jqgrid tr.jqgrow td { height: 50px; white-space: normal; }

.link_descr {
	color: #8b360f;
	font-size: 12px;
}

a.link_main {
	color: #8b360f;
	font-size: 12px;
}

.raquo{
	color: #8b360f;
	font-size: 10px;
}



