/* CSS Document */
body{
	margin: 0px;
	background-color: #830300;
	font-family: Trebuchet MS,Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
ul{
	padding: 0px;
	margin: 0px;
}
p{
	margin: 10px 0px 0px 0px;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #830300;
	text-decoration: underline;
}
img{
	behavior: url("/_scripts/pngbehavior.htc");
	border: none;
}
hr{
	border: none;
	border-top: 1px solid #830300;
	margin: 20px 0px 20px 0px;
	height: 1px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.wrapper{
	position: relative;
	background-color: #FFFFFF;
	width: 753px;
	margin: 13px auto 0px auto;
	padding: 485px 15px 0px 13px;
	_height: 258px;
	min-height: 258px;
	
}
.logo{
	position: absolute;
	top: 13px;
	left: 13px;
}
.thumbnails{
	width: 343px;
	position: absolute;
	top: 14px;
	left: 424px;
}
.thumbnails li{
	display: inline;
	list-style: none;
	width: 48px;
	height: 48px;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color:#666666;
}
.thumbnails li img{
	float: left;
}
.banner{
	position: absolute;
	top: 112px;
	left: 13px;
	background-image:url(../_images/banner.jpg);
	height: 259px;
	width: 753px;
}
.pagemarker{
	position: absolute;
	left: 75px;
	background-color: #830300;
	width: 8px;
	height: 8px;
	line-height: 0px;
}
.menu{
	position: absolute;
	top: 50px;
	left: 90px;
	list-style: none;
}
.menu li{
	width: 111px;
	overflow: hidden;
}
.menu li a:hover{
	margin-left: 0px;
	display:block;
	width: 222px;
	
}
.menu li a:hover{
	margin-left: -111px;
}
	
.contact{
	position: absolute;
	top: 372px;
	left: 13px;
	background-color: #78572c;
	height: 25px;
	line-height: 25px;
	width: 736px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 17px;
}
.pagetitle{
	width: 753px;
	height: 97px;
	position: absolute;
	top: 398px;
	left: 13px;
	background-image:url(../_images/title_bg.gif);
	background-color:#FFFFFF;
}
.pagetitle img{
	margin-top: 30px;
	margin-left: 25px;
}
.sitemark{
	position: absolute;
	top: 505px;
	left: 45px;
}
.content{
	border: 1px solid #d1a26b;
	border-top: none;
	margin-left: 49px;
	padding: 0px 35px 50px 35px;
	_padding-top: 1px;
}
.item p{
	width: 400px;
}
.item img{
	float: right;
	border: 1px solid #000000;
}
.decoration{
	width: 14px;
	height: 14px;
	line-height: 0px;
	background-color: #fd902b;
	margin-left: 36px;
	_margin-bottom: -4px;
}
.footer{
	background-color: #7d5d32;
	width: 740px;
	height: 22px;
	line-height: 22px;
	margin: 0px auto 0px auto;
	padding: 0px 28px 0px 13px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}