body {
	margin:0;
	padding:0;
	background-image:url(../images/bgd_main.jpg);
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	line-height: 24px;
	height:100%;
	color:#333333;
}
h1 h2 h3 h4 {font-family: 'Oswald', sans-serif;padding:0;line-height:0;}
.red{color:#892e05; text-transform:uppercase;}
.sub_title{color:#333333;text-transform:lowercase;font-size:17;}
.left{float:left};
.right{float:right};
#featured_area{}
#featured_left{float:left;}
#featured_right{float:right;}
.sidebar {
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #9C9E8F;
	border-left-color: #9C9E8F;
	background-color: #F5F5F5;
	font-size: 10px;
}
.headerBar {
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
}
a:link {
	color: #bc6240;
	border-bottom:#090;
}
a:visited {
	color: #bc6240;
}
a:hover {
	text-decoration: none;
}
a:active {
}
.productHeader {
	/*font-size: 12px;*/
	font-weight: bold;
	/*letter-spacing: 1px;*/
}
.productMenu {
	/*line-height: 16pt;*/
}
.productSideBar {
	/*font-size: 13px;
	line-height: 16pt;*/
}
#footer {
	margin:auto;
	background-image:url(../images/address_footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	clear:both;
	height:36px;
}
#address {
	padding:7 20 5 20;
}
#copyright {
	padding:20px 0;
	text-align:center;
	color:#888;
}

#header{margin:auto; width:900px}
#header_nav{float:right;}
#header_logo {float:left; width:407px; background-image:url(../images/bgd_nav.gif);}

#features_container{text-align:center;	}
#features {
	margin: auto;
	width: 654px;
	height: 234px;
	overflow: hidden; /* Changed to hidden if javascript enabled */
	/*clear:both;*/
}
#features ul {
	width: 654px;
	margin:0;
	padding:0;
}
#content{
margin:auto;
width:900px;
background-image:url(../images/bgd_body.gif);

}
#one_column{
padding:0 30px 30px 30px;
}
#one_column p{width:400px;font-size:14px;}
#featured_img {margin:0 20px 20px 0}
#left_column{ float:left; width:600px; margin:0 0 30px 30px;}
#right_column{ float:right;margin:6px 30px 0 0;}
#product_thumbnail{float:left;width:75px;}
#product_list p{width:840px
}
/*------------------------------GALLERY------------------------------*/
#gallery_container{background-image:url(../images/bgd_body.gif);background-position:top;
background-repeat:repeat-y;text-align:center;padding:20px 0 0 0;}
#gallery {
	text-align:left;
	margin:auto;
	width:558px;
}
#gallery p{margin:0;}
#gallerybox img, #galleryboxlast img {
	border-style:solid;
	border-color:#fff;
	border-width:5px;
}
#gallerybox:hover img,#galleryboxlast:hover img {
	border-color:#bc6240;
}
#galleryrow {
	/*margin:auto;*/
	width:558px;
	height:120px;
	padding:0 0 20px 0;
}
#gallerybox {
	padding:0 20px 0 0;
	float:left;
}
#galleryboxlast {}
/*------------------------------/GALLERY------------------------------*/
#filter-nav{margin:10px 0 20px 0;}
#filter-nav ul{display:inline;padding:0;}
#filter-nav li{display:inline}
#filter-nav a{color:#6a6b60;border:none;padding: 5px 15px;}
#filter-nav a:hover{color:#009dff}
#filter-nav a.active{
	color: #FFFFFF;
	background: #009dff; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009dff', endColorstr='#00426c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#009dff), to(#00426c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #009dff,  #00426c); /* for firefox 3.6+ */
	behavior: url(css/border-radius.htc);
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	text-shadow:#333 -1px -1px;	
	}
