@import url(blueprint/screen.css);

/*FULL IMAGE BACKGROUND CSS - DO NOT EDIT!*/

img.bg {
			/* Set rules to fill background */
			min-height: 78px;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 45px;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
}

/*****************/


body {
	font-family:Verdana, Geneva, sans-serif;
	color:#483418;
	background:url(../images/new_wood2.jpg) top center repeat;
}

p, h1, h2, h3, h4{
	margin:6px 18px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
}

p{
	font-size:11px;
	line-height:17px;
}

p a{
	text-decoration:underline !important;
	color:#483418 !important;
}

a{
	text-decoration:none;
	color:#000 !important;
}

a:hover{
	text-decoration:underline;
}

a:visited{
	color:#000;
}

h1{
	font-weight:bold;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

br{
	line-height:18px;
}

.container{
	background:none;
	position:relative;
	padding:0 20px;	
}

.contentWrapper{
	height:auto;
	background:none;
}

.mainArea{
	background:none;
	height:auto;
}

.navArea{
	text-align:center;
	margin:0 6px 0 0!important;
}

.navArea img{
	margin-top:22px;
	height:222px;
}

.navArea ul{
	list-style-type:none;
	text-indent:-28px;
	line-height:30px;
}

.navArea ul li a{
	color:#000;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	margin-left:18px;
}

.navArea ul li a:hover{
	border-bottom:2px solid #903 !important;
}

.navArea ul li a.active, subMenu a.active{
	border-bottom:2px solid #903 !important;
}

li.subMenu a{
	font-size:11px !important;
}

.contentArea{
	-moz-border-radius:10px; /* all corners */
	-webkit-border-radius:10px; /* all corners */
	-khtml-border-radius:10px; /* all corners */
	border:none;
    height:auto;
	padding:0 0 30px 0;
	margin:0 0 0px 20px;
	background:url(../images/contentAreaBG.png) top left repeat;
}

.contentArea img.headerImage{
	padding:70px 0 10px 0;
	width:670px;
	height:auto;
}

.textArea p, .textArea h1, .textArea h2{
	margin-left:40px !important;
}

.textArea.gallery ul{
	list-style-type:none;
	float:left;
	margin-left:-20px;
}

.textArea.gallery ul li{
	float:left;
	padding-right:12px;
}

.textArea.gallery ul li a{
	text-decoration:none;
	font-size:13px;
	color:#000;
}

.textArea.gallery ul li a:hover{
	text-decoration:underline;
}

.textArea.gallery img{
	padding:18px 6px 9px 0;
	width:170px;
	height:132px;
	margin-bottom:-10px;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	
}

.textArea.logoGallery img{
	height:auto !important;
	width:120px !important;
}


.textArea.gallery img:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}

.logoGallery{
	background:url(../images/menuAreaBG.png) top left repeat;
	height:80px;
	margin-top:15px !important;
	padding:10px 0 25px 0;
	text-align:center;
}

.logoGallery img{
	filter: alpha(opacity=100) !important;
	-moz-opacity:1.0 !important;
	opacity:1.0 !important;
    vertical-align:middle;
	z-index:1000;

}

.faceBook{
	flaot:right;
	padding:0 0 -5px 0 !important;
	margin:0 0 -5px 0 !important;
	height:auto;
}

.listArea{
	background:url(../images/menuAreaBG.png) top left repeat;
	margin-top:6px;
}

.listArea h2{
	margin-left:50px !important;
}

.listArea ul{
	margin-left:10px;
	list-style-type:none;
}

.listArea ul li{
	font-size:11px;
	line-height:18px;
}

.listItems{
	width:200px;
	margin-right:-24px;
	padding-left:12px;
}

.listPrices{
	margin-right:14px;
}

span.price{
	float:right;
	font-size:12px !important;
	font-weight:normal !important;
	
}

.specialTextArea{
	background:url(../images/specialTextAreaBG.png) top left ;
	text-align:center;
	margin-top:20px;
	padding:40px 0;
	
}

.specialTextArea p{
}

.specialTextAreaWidth{
	margin:12px 40px 0 30px;
}

.galleryImages{
	margin-left:0px !important;
}

.galleryImages li a{
	font-size:11px !important;
}


.thumbNails img{
	-moz-border-radius:20; /* all corners */
	-webkit-border-radius:20px; /* all corners */
	-khtml-border-radius:20px; /* all corners */
}

.fbook{
	padding-left:18px;
}
