/* CSS Document */

* {
	margin:0;
	padding:0;
	}
					
body{
	background-color:#000;
	color:#F1EFEB;
	font:14px/18px Verdana, Arial, Helvetica, sans-serif;
	padding:48px 0 65px;
	}

ul{
	list-style-type:none;
	}

a{
	outline:none;
	color:#F1EFEB;
	background-color:inherit;
	text-decoration:underline;
	}

a:hover{
	text-decoration:none;
	color:#4B4B4B;
	background-color:inherit;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

p{
	padding-bottom:18px;
	}
img {
	display:block;
}

/* Container Panel	*/

#container{
	position:relative;
	width:1040px;
	margin:0 auto;
	overflow:hidden;
	height:100%;
	}

/* Left Panel */

#leftPan{
	width:452px;
	float:left;
	overflow:hidden;
	height:100%;
	}

/* Right Panel */

#rightPan{
	width:567px;
	float:right;
	overflow:hidden;
	height:100%;
	padding:0 10px;
	}
	
#rightPanbody ul{
	list-style-type:disc;
	list-style-position:outside;
	padding-left:20px;
}

#rightPan .testName {
	color:#A58B68;
	margin-bottom: 10px;
}

#rightPan .question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #A58B68;
	font-size: 15px;
}

#rightPan a.faqlinks {
	font-size:11px;
	color: #A58B68;
	text-decoration: underline;
}

#rightPan a.faqlinks:hover {
	font-size:11px;
	color: #A58B68;
	text-decoration: none;
}

#rightPan div.nav{
	overflow:hidden;
	height:100%;
	}
	
#rightPan div.nav ul{
	background:url(../images/top-nav-bg.gif) 0 0 no-repeat;
	height:68px;
	padding:0 0 0 5px;
	}
	
#rightPan div.nav ul li{
	float:left;
	width:auto;
	padding:0 15px 0 0;
	font:normal 16px/46px Georgia, "Times New Roman", Times, serif;
	}
	
#rightPan div.nav ul li.noPad{
	padding:0;
	}
	
#rightPan div.nav ul li a{
	display:block;
	text-decoration:none;
	color:#fff;
	height:68px;
	text-align:center;
	}

#rightPan div.nav ul li a.home{
	}
	
#rightPan div.nav ul li a.homeActive{
	background:url(../images/w.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a:hover.home{
	background:url(../images/w.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a.about{
	}
	
#rightPan div.nav ul li a.aboutActive{
	background:url(../images/a.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a:hover.about{
	background:url(../images/a.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a.gallery{
	}
	
#rightPan div.nav ul li a.galleryActive{
	background:url(../images/g.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a:hover.gallery{
	background:url(../images/g.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a.services{
	}
	
#rightPan div.nav ul li a.servicesActive{
	background:url(../images/s.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a:hover.services{
	background:url(../images/s.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a.testi{
	}
	
#rightPan div.nav ul li a.testiActive{
	background:url(../images/t.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a:hover.testi{
	background:url(../images/t.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a.faq{
	}
	
#rightPan div.nav ul li a.faqActive{
	background:url(../images/f.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a:hover.faq{
	background:url(../images/f.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a.contact{
	}
	
#rightPan div.nav ul li a.contactActive{
	background:url(../images/c.gif) 50% 0 no-repeat;
	}
	
#rightPan div.nav ul li a:hover.contact{
	background:url(../images/c.gif) 50% 0 no-repeat;
	}

#rightPan div.content{
	padding:30px 32px 0 46px;
	}
	
#rightPan div.gallery{
	padding:30px 30px 0 46px;
	margin:0 auto;
	}

#rightPan h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #A58B68;
	background-color:inherit;
	font-size:18px;
	line-height:20px;
	padding-bottom:15px;
	}
	
#rightPan div.gallery ul.pic{

	}
	
#rightPan div.gallery ul.pic li{
	float:left;
	padding:0 21px 10px 0;
	width:auto;
	}
	
#rightPan div.gallery ul.pic li.noPad{
	float:left;
	padding:0 0 10px 0;
	width:auto;
	}
	
#rightPan div.gallery ul.pic li a img{
	border:2px solid #493F2E;
	}
	
#rightPan div.gallery ul.pic li a:hover img{
	border:2px solid #665A47;
	}

.extpad{
	padding:20px 0 0;
	}

/* Footer */

#footer{
	width:1004px;
	height:100%;
	overflow:hidden;
	}
	
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	font-weight:normal;
	color:#4B4B4B;
	padding-bottom:0;
}

#footer p a{
	color:#4B4B4B;
	background-color:inherit;
	text-decoration:none;
	}
	
#footer p a:hover{
	color:#999999;
	background-color:inherit;
	}
