@charset "utf-8";
@import url("reset.css");
/* CSS Document */

body{
	background:url(../images/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0;
	margin:0;
	line-height:18px;
	}

#container{
	margin:30px 0 0 0;
	float:left;
	width:960px;
	}
h2{
	font:22px Arial, Helvetica, sans-serif;
	color:#ada064;
	margin:0 0 24px 0;
}

#details{
	float:left;
	width:682px;
}
	
#details .left{
	float:left;
	width:424px;
	margin:0 20px 0 0;
}

#details .left .largeimg{
	text-align:right;
	float:none;
	}
#details .left .largeimg img{
	margin:0 0 8px 0;
	}
#details .left .largeimg a{
	color:#000;
	font: normal 11px Arial;
}

#details .left .content{
	margin:15px 0 10px 0;
	float:left;
	width:424px;
}

#details .left .content .label{
	float:left;
	margin:10px 0 0 0;
}

#details .left .content .label b{
	font-size:14px;
	font-weight:bold;
	width:100px;
	float:left;
	color:#000;
}

#details .left .content .button{
	background: url(../images/leftcol_hrefbg.jpg) repeat-x #e2d9ae;
	color:#000;
	padding:6px;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	margin:10px 0 5px 0;
	-webkit-box-shadow:1px 3px 1px #c2c0b1;
}

#details .left .email{
	float:left;
	background:#f9f7ea;
	padding:11px;
	margin:15px 0 0 0;
	width:402px;
}
#details .left .email img{
	float:left;
	margin:5px 15px 0 10px;
}
#details .left .email p{
	font-size:11px;
	margin:0;
	}
#details .left .email .textbox{
	padding:4px;
	width:246px;
	font:12px Arial, Helvetica, sans-serif;
	margin:5px 10px 10px 0;
	float:left;
}
#details .left .email a{
	color:#000;
	margin:3px 0 5px 10px;
	float:left;
}
#details .left .email input{ padding:5px;}
#details .right{
	margin:0 0 0 20px;
	float: right;
}

#details .right .ul{
	margin:0 0 0 0 ;
}
#details .right li{
	text-align:center;
	margin:0 0 15px 0;
	width:142px;
}

#details .right li img{
	margin:0 0 5px 0 ;
	}
#details .right li a:hover{
	color:#4C6434;
}
