#slidearea{
	height: 316px; 
	overflow: hidden;
	position: relative; 
	background:#01070d url(images/slide316.jpg) no-repeat;
}
#gallerycover{
	overflow: hidden;
	width:900px;
	margin:0px 52px;
}

.mygallery{
	overflow: hidden;
	position:relative;
}

.mytext img{
	position:absolute;
	left:5px;
	top:5px;
	padding:10px;
	background:#6E9612;
}

.mytext{
	position:relative;
	margin:30px 0px;
	height:255px;
	width:900px;
	float:left;
	display:inline;
	line-height:20px;
	color:#c4c4c4;
	font-family: Tahoma,Georgia,century gothic,Verdana, sans-serif;
}

.mytext ul li{
	height:200px;

}

.mytext a:link, .mytext  a:visited {
	color:#fff;
}

.mytext h2 {
	font: 26px Georgia,century gothic,Verdana, sans-serif;
	margin:5px 0px 5px 450px;
	font-weight:normal;
	width:450px;
}

.mytext p {
	width:450px;
	margin:0px 0px 5px 450px;
	color:#e3f3bc;
}

.mytext h2 a:link, .mytext h2 a:visited {
	color:#fff;
}

.prev{
	position:absolute;
	top:100px;
	left:20px;
	width:32px;
	height:32px;
	z-index:200;
	background:url(images/prev.png);
	}
	
.next{
	position:absolute;
	top:100px;
	right:20px;
	width:32px;
	height:32px;
	z-index:200;
	background:url(images/nxt.png);
	display:block;
	}



	
h3.sidetil{
	padding: 15px 0px 0px 55px;
	color:#222;
	font-size:20px;
	}
	
.sidetitl{
	padding: 15px 0px 10px 15px;
	color:#222;
	font-size:24px;
	}


.video{
	width:300px;
	padding:0px 0px 15px 0px;
	margin:0px 0px;
	overflow:hidden;
	background:url(images/line.png) bottom repeat-x;
	}

.video embed{
	width:270px;
	height:250px;
	margin-left:15px;
	}

.squarebannerh {
	width:300px;
	height:58px;
	background:url(images/sqb.png);
	position:relative;
	}

.squarebanner {
	width:300px;
	background:url(images/line.png) bottom repeat-x;
	padding:5px 0px;
	overflow:hidden;
	}

.squarebanner ul{
	list-style-type:none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	width:300px;
		}
		
.squarebanner ul li{
		list-style-type:none;
	    margin: 7px 0px 7px 16px;
		float:left;
		display:inline;
		}


.box{
	width:325px;
	margin: 0px 0px 20px 20px;
	margin-bottom: 5px;
	height:100%;
	color:#504945;
	font: 13px Tahoma, century gothic,Arial,verdana, sans-serif;
	float:left;
	display:inline;
	/*
	border-bottom:1px solid #DADADA;
	*/
	}

.box  h2 {
	margin: 5px 0 10px 0;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font: 24px Arial, Georgia, century gothic,verdana, sans-serif;
	font-weight:bold;
	overflow:hidden;
	}

.box h2 a, .box h2 a:link,.box  h2 a:visited  {
	color:#191109;
	background-color: transparent;
	}
	
.ethumb{
	position:relative;
	width:320px;
	height:120px;
	
	}

.resp{
	font: 30px Arial Black,Georgia, century gothic,verdana, sans-serif;
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:100;
		color:#fff;
	}

.resp a:link,.resp a:visited{
	color:#fff;
	}

.pmore{
	font-size:10px;
	font-family:Tahoma, century gothic,Arial,Verdana,Helvitica,sans-serif;
	position:absolute;
	bottom:10px;
	left:10px;
   	color:#8B5301;
	text-transform: uppercase;
	}

.pmore a:link,.pmore a:visited{
	color:#fff;
	background:#7AA019;
	display:block;
	padding:5px 5px;
	}

.subscribe{
	height:80px;
	background:url(images/line.png) bottom repeat-x;
	}


.join_email{
	
	
	padding-left: 5px;
	padding-right:5px;
	margin-top: 5px;
	}
	
	
#sidebar_cart{
	
	
	margin-left: 5px;
	margin-right:5px;
	margin-top: 5px;
	}
	
.sb_underline {


}	

.thumb_archive {
float:left;
margin-right:10px;

}

.thumb_index {
float:left;
margin-right:10px;

}

 
 
 
 



#s3slider {
   width: 660px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 660px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 660px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 