html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; color:#000;background:#ffefee url(../img/bodyBg.jpg) repeat-x;}
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;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
p{padding-bottom: 15px;}
a { color:#306e91; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#89cdf2;}
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:#a68787; }
div.main { min-height: 100%; _height: 100%; width:998px; margin:0 auto; padding-bottom: 80px;}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
    width:952px;
    margin:0 auto;
}
div.header{
	margin: 35px 0 45px;
    overflow:hidden;
    zoom:1;
    position:relative;
    height:401px;
    width: 950px;
    background:url("../img/header.jpg") no-repeat;
    border:1px solid #d0c4c3;
}
div.header div.text{
	width: 545px;
	position:absolute;
	left:355px;
	top:110px;
	color:#080808;
	font-style:italic;
}
div.header p{
	padding:20px 0 0;
	font-size:14px;
	line-height:26px;
}
div.wrapper{
	width: 950px;
    background:#fff url("../img/contentBg.jpg") no-repeat;
    background-position: 30px 0;
    border:1px solid #d0c4c3;	
    overflow: hidden;
    _overflow: visible;
    min-height:640px;
    height: auto;
    _height:640px;
    
}
div.left{
	padding:30px 0 0 20px;
	float:left;
    position:relative;
    width:240px;
}
div.category{
	color: #a68787;
	padding-bottom: 15px;
	font-size: 28px; 
	font-family:arial, sans-serif;
}
div.menu{}
div.menu ul{
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding-bottom:7px;
    *padding-bottom:5px;
}
div.menu ul li a{
    margin-left:9px;
    font-style:normal;
}
div.menu ul li i{
    padding:2px;
    background: url(../img/li.jpg) 0 5px  no-repeat;
}

div.right{
	padding:30px 0 170px;
	margin-left: 275px;
}
div.content{
	position: relative;
	z-index: 50;
}
div.content h1{
    padding-bottom:15px;
}

div.content .links{
    padding:10px 0;

}
div.image{
    float:left;
    width:208px;
    height:208px;
    margin:10px 15px 8px 0;	
 	background:url(../img/imgBg.jpg) no-repeat;
}
div.image img{
    margin: 4px 0 0 4px;
}
div.content p{
    line-height:28px;
    padding:0 15px 25px 0;
    font-size:14px;
    font-family:arial, sans-serif;
    position:relative;
    z-index:100;
}
div.wrapper .contentI{
	position: absolute;
	bottom:1px;
	_bottom:0px;
	left:290px;
	width:243px;
	height:276px;
	background:url(../img/content.jpg) no-repeat;
	z-index: 1;
}
div.wrapper .contentR{
	position: absolute;
	bottom:151px;
	_bottom:150px;
	right:3px;
	width:443px;
	height:388px;
	background:url(../img/contentR.jpg) no-repeat;
	z-index: 5;
}

div.footer{
	position: absolute;
	bottom: 0;
	_bottom: -1px;
	right: 0;
	border-top: 1px solid #d0c4c3;	 
	border-left:1px solid #d0c4c3;
	background:#ffefee;
	width:395px;
	height:150px;
	color:#000;
}
div.footer div.google{
	padding:15px 0 0 5px;
	*padding:15px 0 0 2px;
    white-space:nowrap;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
	padding:25px 0 0 70px;
    font-size:17px;
}

