/* CSS Document */
/*********************Structure**********************/
#html,
#body{
	height:100%;
}
body{
	background-color: #807359;
	background-image: url(../img/bg3.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	font-size:.9em;
}
#Wrap{
	width:930px;
	padding:0;
	margin:0;
	overflow:hidden;
	/*border:2px solid #00CCCC;*/
}
#Header h1{
	background:url(../img/logo2.png) no-repeat;
	width:375px;
	height:100px;
	margin:7px 0 10px 16px;
	padding:0;
	text-indent:-9999px;
}
#Content{
	width:355px;
	/*border:2px dotted #999;*/
	padding:0;
	margin:0;
	height:500px;
}
#Body-content{
	width:350px;
	height:100%;
	padding:140px 20px 0 20px;
	margin:0;
	font-family:Arial, Verdana, sans-serif;
	color:#D9D2C2;
}
.clearit{
	clear:both;
}

/*********************Text Stylez**********************/
p{
	font-size:1.1em;
	line-height:1.25em;
}
#Body-content h2{
	font-family:Optima, "Lucida Sans Unicode", sans;
	font-size:1.8em;
	padding:0;
	margin:0 0 6px 0;
	font-weight:bold;
	font-variant:small-caps;
	color:#322C23;
	
}
#Body-content h3{
	font-family:Optima, "Lucida Sans Unicode", sans;
	font-size:1.3em;
	margin:6px 0 2px 0;
	padding:0;
	color:#322C23;
}
#Body-content p{
	font-family:Arial, Verdana, sans-serif;
	/*color:#D9D2C2;*/
	color:#322C23;
	padding:0;
	margin:0 0 10px 0;
	text-align:justify;
}
#Gallery p{
	margin:0 0 0 0;
	padding:0 5px;
	font-family:Arial, Verdana, sans-serif;
	color:#D9D2C2;
	/*color:#807359;
	color:#322C23;*/
}
.jdSlideshow .slideInfoZone p
{
	font-size: 9px;
}
/*********************Nav**********************/
#nav{
	/*background:url(../img/nav-bg.jpg) repeat-x top;*/
	height:38px;
	width:381px;
	padding:0;
	/*margin-top:90px;*/
}
#nav ul{
	list-style:none;
	padding:0;
	margin:0;
	text-align:center;
	height:38px;
	padding-top:4px;
}
#nav ul li{
	display:inline;
	height:38px;
}
#nav ul li a{
	text-decoration:none;
	font-family:Optima, "Lucida Sans Unicode", sans;
	font-weight:bold;
	font-size:.95em;
	color:#807359;
	margin:0 18px;
	height:38px;
}
/*********************Gallery**********************/
#gallery-eye{
	width:560px;
	height:100%;
}
#Gallery{
	width:559px;
	background:url(../img/gallery-bg-big2.png) repeat-y;
	float:right;
	padding:0;
	margin:0 0 0 10px;
	margin-top:-8px;
	/*border:3px solid #000000;*/
}
#Gallery img{
	margin-left:10px;
	border:none;
}
 #mySlideShow{
 	margin-left:13px;
/*	width: 430px !important;
	height: 400px !important;*/
}
#Design-Select{
	margin:0 16px 0 0;
	width:540px;
	margin:0px;
	padding:0 0 0 9px;
	/*border:2px solid #0099FF;*/
}
#Design-Select .design{
	float:left;
	width:170px;
	height:170px;
	margin:2px 2px;
	padding:0;
}
#Gallery-pic{
	width:520px;
	margin-left:22px;
	margin-top:10px;
	text-align:center;
}
#Gallery-pic img{
	padding:3px;
	background-color:#FFFFFF;
	border:1px solid #564D3C;
	margin:0;
}
/*Project Thumb over*/
.hiddenimg{
	display:none;
}
a:link,
a:visited,
a:active{
	color:#322C23;
}
a:hover{
	color:#D9D2C3;
}
#Body-content ul,
#Body-content ul li{
	list-style:none;
	margin:0 0 5px 0;
	padding:0;	
/*	font-size:.9em;	*/
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.highlight{
	font-weight:bold;
/*	font-size:13px;*/
	color:#BFA160;
}
.contact-but, .contact-but a, .contact-but img{
	text-align:center;
	border:none;
}