html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
body{
    font-family: 'Arial', 'Tahoma';
    * font-size : 16 px;
    color: #c48254;

    background: url( "../img/bodyBg.jpg" ) repeat;

}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
p{padding-bottom: 15px;}
a { color:#ffa800; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#fbd488;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{font-size: 28px; font-family:arial, sans-serif; font-weight:normal; color:#fff;}
div.main {
    width:100%;
    min-width: 988px;
    width: expression( document.body.clientWidth < 998 +2 ? "998px":"auto" );
	min-height: 100%; 
	_height: 100%;  
	position:relative; 
}
div.block{ 
   	overflow: hidden;
   	zoom: 1;
   	z-index: 100; 	
}
div.header{
    overflow:hidden;
    zoom:1;
    position:relative;
    height:514px;
    background: url(../img/headerBg.jpg) repeat-x;
    background-position: top left;
}
div.header .eye{
	background: url(../img/headerImg.jpg) no-repeat;
	width:403px;
	height:507px;
	position: absolute;
	top:0;
	right:0;	
}

.header .text{
	overflow: hidden;
	zoom:1;
    color:#fff;
    padding: 80px 425px 0 20px;
}
.header .text p{
	line-height: 24px;
	padding-bottom: 25px;
	font-size: 14px;
} 
.text .title{
	font-size: 48px;
	padding:0 0 5px 35px;
	font-family: Century;
}

.center{
	background: url(../img/leftSh.jpg) repeat-y;
	background-position: left bottom;
	overflow: hidden;
	zoom: 1;
	z-index: 5;
	position: relative;
}
.wrapper{
	background: url(../img/rightSh.jpg) repeat-y;
	background-position: right bottom;
	overflow: hidden;
	zoom: 1;
	z-index: 5;
	position: relative;
}
.center .bSh{
	background: url(../img/bottomSh.jpg) repeat-x;
	width: 88%;
	height: 120px;
	margin: 0 70px 0 70px;
	position: absolute;
	bottom:0;
	left:0;
	z-index: 1;
}

div.left{
	padding-top: 20px;
	width:305px;
	float:left;
}
div.category{
	font-size: 28px;
	color:#fff;
	padding: 0 0 15px 75px;
}
div.menu{
    padding:5px 0 5px 100px;
}
div.menu ul{
    z-index: 50;
    position: relative;
    font-size:14px;
    font-family:arial, sans-serif;
    padding-bottom:30px;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.right{
    position:relative;
	z-index: 10;
	margin: 0 0 0 325px;
    padding:20px 0 90px;
}
div.content{
	min-height: 700px;
	height: auto;
	_height: 700px;
	
}
div.content h1{
    padding:0 0 15px 0;
}

div.links{
	padding:10px 0;
}
div.image{
    float:left;
    width:207px;
    height:207px;
    margin: 9px 15px 15px 0;
    background:url("../img/imgBg.jpg") no-repeat;
}
div.image img{
	margin: 3px 0 0 4px;
}
.contL{
	position: absolute;
	left:0;
	bottom: 0;
	background: url(../img/contL.png) no-repeat;
	_background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/contL.png', sizingMethod='scale');
	width: 374px;
	height: 682px;
	z-index: 3;
}
.contC{
	position: absolute;
	left:38%;
	bottom: 0;
	background: url(../img/contC.png) no-repeat;
	_background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/contC.png', sizingMethod='scale');
	width: 355px;
	height: 388px;
	z-index: 2;
}
.contR{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../img/contR.png) no-repeat;
	_background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/contR.png', sizingMethod='scale');
	width: 318px;
	height: 719px;
	z-index: 6;
}


div.content p{
    line-height:28px;
    padding:0 60px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.footer{
	z-index: 5;
	position: absolute;
	overflow: hidden;
	zoom:1;
	height: 100px;
	bottom: 0;
	width: 800px;
}
div.google{
	padding: 15px 30px 0 0;
	color:#000;
	
}
div.google input{
    margin:0 3px;
}
div.copy{
	float: left;
	padding: 40px 25px 20px 30px;
    font-size:18px;
    color:#fff;
    z-index: 2;
    position: relative;
}

