@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#27170b;
	background: url(img/bgd.jpg) top repeat #331e0e;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

p {
	margin:15px 0px;
}

.spacer {
	clear:both;
	display:block;
	height:1px;
	overflow:hidden;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:22px;
	color:#000000;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin:15px 0px;
}

h2 {
	font-size:18px;
	color:#534231;
	margin:15px 0px;
}

h3 {
	font-size:16px;
	color:#fbdbbd;
	margin:0px 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color: #705740;
}

a:hover {
	color:#000000;
}

hr {
	color:#000000;
}

#container {
	display:block; 
	width:965px; 
	margin:0px auto;
}

/********** header styles ************/

#header {
	display:block; 
	height:153px; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/headerbg.png');
	width:965px;
}

div > #header {
	background:url(img/headerbg.png) top left no-repeat; 
}

#header .top_head {
	height:56px; 
	display:block; 
	overflow:hidden;
}

#header .top_head .th_left {
	font-size:14px; 
	color:#f8f1e7; 
	padding-left:50px; 
	padding-top:12px; 
	float:left;
}

#header .top_head .th_left strong {
	 font-size:16px;
}

#header .top_head .th_right {
	width:270px; 
	height:56px; 
	overflow:hidden; 
	float:right; 
	margin-right:57px; 
	font-family:'Times New Roman', Times, serif; 
	font-size:12px; 
	color:#bebdbd;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/newsletterbg.png');
}

div > #header .top_head .th_right {
	background:url(img/newsletterbg.png) top left no-repeat; 
}

#header .top_head .th_right .title {
	text-align:center; 
	padding-top:5px; 
}

#header .top_head .th_right .title img {
	vertical-align:middle; 
	margin:0px 5px;
}

#header .top_head .th_right .inputs {
	 padding-left:10px;
	 position:relative;
	 float:left;
	 margin-top:8px;
}

#header .top_head .th_right .inputs .email {
	 font-size:11px; 
	 color:#bebdbd;
	 background:#616974; 
	 width:155px; 
	 text-align:center; 
	 border:none;
	 float:left;
}

#header .top_head .th_right .inputs .btn_submit {
	 color:#FFFFFF; 
	 background:none; 
	 font-size:11px; 
	 font-family:'Times New Roman', Times, serif;
	 margin-left:10px; 
	 width:85px; 
	 border:none; 
	 cursor:pointer;
	 float:left;
	 margin-top:2px;
}

#header .logo {
	padding-left:75px; 
	padding-top:19px; 
	float:left;
	position:relative;
}

/********** topnav styles ************/

#topnav {
	float:right;
	font-size:11px;
	padding-top:32px;
	padding-right:60px;
	font-family:"Times New Roman", Times, serif;

	position:relative;
}

#topnav ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#topnav ul li {
	display:block;
	float:left;
	height:31px;
	margin:0px 1px;
	padding:0px;
}

#topnav ul li a {
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	height:23px;
	padding:8px 15px 0px;
	background:url(img/itembg.gif) top right no-repeat;
	text-transform: uppercase;
}

#topnav ul li a:hover {
	background-position: bottom right;
}

#topnav ul li.active a {
	background-position: bottom right;
}

/********** content styles ************/

#content {
	display:block; 
	padding:0px 15px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/shadow.png');
	width:935px;
}

div > #content {
	background:url(img/shadow.png) repeat-y;
}

#content .leftcol {
	width:249px; 
	float:left; 
	background:url(img/highlight.png) top right no-repeat;
	padding:3px;
}

#content .leftcol a:hover {
	text-decoration:underline;
}


#content .rightcol {
	width:617px; 
	float:right; 
	padding:0px 16px;
	position:relative;
}

#content .rightcol p {
	text-align:justify; 
	line-height:18px;
}

#content .rightcol .search {
	font-size:13px; 
	color:#221409; 
	float:right; 
	padding-top:20px;
}

#content .rightcol .search .txtbox {
	width:75px; 
	vertical-align:middle; 
	margin:0px 10px;
}

#content .rightcol .search .btn {
	background:url(img/btn-search.gif) top left no-repeat; 
	width:80px; 
	height:22px; 
	border:none; 
	cursor:pointer; 
	vertical-align:middle;
}

#content .wrap {
	background:url(img/contentbg.jpg) repeat-y;
}

#content .wrap .wrap_top {
	background:url(img/content-top.jpg) top left no-repeat;
}

#content .maincont_top {
	 height:5px; 
	 width:913px; 
	 margin:0px auto; 
	 overflow:hidden;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/contentbg-top.png');
}

div > #content .maincont_top {
	background:url(img/contentbg-top.png) top left no-repeat; 
}

#content .maincont_mid { 
	 width:913px; 
	 margin:0px auto;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/content-rightbg.png');
}

div > #content .maincont_mid {
	 background:url(img/content-rightbg.png) repeat-y; 
}

#content .maincont_bot {
	 height:5px; 
	 width:913px; 
	 margin:0px auto; 
	 overflow:hidden;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/contentbg-bot.png');
}

div > #content .maincont_bot {
	 background:url(img/contentbg-bot.png) top left no-repeat; 
}

#content .maincont_wrapper {
	 width:913px;
	 background:url(img/content-leftbg.png) left repeat-y;
}

#content .maincont_wrapper .leftcol p {
	color:#ffffff;
	margin-left:15px;
}

#content .leftcol h1 {
	 width:231px; 
	 height:32px; 
	 padding: 0;
	 margin: 0;
	 font-family:'Times New Roman', Times, serif; 
	 font-size:20px; 
	 color:#e4e0dc; 
	 padding-left:15px; 
	 padding-top:8px;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/titlebg.png');
}

#content .leftcol h1 a {
	font-family:'Times New Roman', Times, serif; 
	font-size:20px; 
	color:#e4e0dc; 
	text-decoration: none;
}

div > #content .leftcol h1 {
	 background:url(img/titlebg.png) top left no-repeat; 
}

#content .leftcol .pads {
	padding:10px 0px 10px 10px;
	width:225px;
}

#content .leftcol .subtitle {
	font-size:20px; 
	font-family:'Times New Roman', Times, serif; 
	color:#e4e0dc;
}

#content .leftcol .photo {
	 margin:10px 0px;
}

#content .leftcol .desc {
	font-size:11px; 
	color:#FFFFFF; 
	text-align:justify; 
	line-height:18px; 
	margin:8px 0px;
}

#content .leftcol h3 {
	margin:5px 0 0 15px;
}

#content .leftcol .more {
	color:#cea47c; 
	text-decoration:none; 
	float:right; 
	font-size:12px;
}

#content .leftcol .prod_name {
	 color:#cea47c; 
	 font-size:14px;
}

#content .content_home {
	 width:905px; 
	 margin:0px auto;
}

#content .content_home .leftcol_home {
	 width:656px; 
	 float:left;
}

#content .content_home .leftcol_home .banner_home {
	 width:626px; 
	 height:385px; 
	 overflow:hidden; 
	 padding:15px;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/bannerbg.png');
}


div > #content .content_home .leftcol_home .banner_home {
	 background:url(img/bannerbg.png) top left no-repeat; 
}

#content .content_home .leftcol_home .banner_home .banner_wrap {
	 background:url(img/banner2.jpg) top left no-repeat; 
	 overflow:hidden; 
}


#content .content_home .leftcol_home .banner_home .banner_wrap .text {
	 height:38px; 
	 display:block; 
	 overflow:hidden; 
	 font-family:'Times New Roman', Times, serif; 
	 font-size:16px; 
	 color:#FFFFFF; 
	 padding-top:8px; 
	 padding-left:10px;
	 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/txtblockbg.png');
}

#content .content_home .leftcol_home .banner_home .banner_wrap .text a:hover {
	text-decoration:underline !important;
}


div > #content .content_home .leftcol_home .banner_home .banner_wrap .text {
	 background:url(img/txtblockbg.png) top left no-repeat;
}

#content .content_home .leftcol_home .banner_home .banner_wrap .text .more {
	 font-size:11px; 
	 color:#FFFFFF; 
	 text-decoration:none; 
	 margin-left:20px;
	 position:relative;
}

#content .content_home .leftcol_home h1 {
	 border-bottom:1px solid #927c60; 
	 padding-bottom:5px; 
	 margin:5px 0px;
}

#content .content_home .leftcol_home h1 span {
	 color:#000000;
}

#content .content_home .leftcol_home p {
	line-height:20px; 
	text-align:justify; 
	margin:5px 0px;
	font-size:15px;
	color:#000000;
}

#content .content_home .leftcol_home p a {
	color:#856142;
	text-decoration:none;
}

#content .content_home .leftcol_home h2 {
	font-size:16px;
	color:#49311a;
	font-weight:normal;
}

#content .content_home .leftcol_home h2 span {
	color:#1b1916;
	font-style:italic;
}

#content .content_home .leftcol_home a:hover {
	text-decoration:underline !important;
	color:#000000 !important;
}

#content .content_home .leftcol_home .products {
	display:block;
}

#content .content_home .leftcol_home .products img {
	margin-right:5px;
}

#content .content_home .leftcol_home .banner_mid {
	padding:5px 25px 5px 20px; 
	font-size:12px; 
	color:#000000;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/bannerbg-mid.png');
	width:611px;
}

#content .content_home .leftcol_home .banner_mid a:hover {
	text-decoration:underline;
}


div > #content .content_home .leftcol_home .banner_mid  {
	background:url(img/bannerbg-mid.png) repeat-y; 
}

#content .content_home .leftcol_home .banner_mid .imgright {
	float:right; 
	margin:20px 20px 5px;
}

#content .content_home .leftcol_home .banner_mid .view {
	color:#715741;
	font-size:11px; 
	float:right; 
	text-decoration:none; 
	margin-top:10px;
	position:relative;
}

#content .content_home .leftcol_home .banner_bot {
	height:4px;
	width:656px; 
	overflow:hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/bannerbg-bot.png');
}

div > #content .content_home .leftcol_home .banner_bot {
	background:url(img/bannerbg-bot.png) top left no-repeat; 
}

#content .content_home .rightcol_home {
	width:245px; 
	float:right; 
	padding-top:0;
}

#content .content_home .rightcol_home h1 {
	font-size:22px; 
	color:#534231; 
	font-family:'Times New Roman', Times, serif; 
	margin:8px 0px;
}


#content .content_home .leftcol_home .pads {
	padding:20px;
}

#content .content_home .leftcol_home .pads h1{
	margin-bottom:15px;
}

#content .content_home .leftcol_home .pads .toright {
	float:right; 
	margin:0px 0px 10px 20px;
}

#content .content_home .rightcol_home a:hover {
	text-decoration:underline;
	color:#000000;
}

/********** smallbox styles ************/

.smallbox {
	 background:url(img/smallbox-mid.gif) repeat-y; 
	 width:232px;
}

.smallbox .sb_top {
	background:url(img/smallbox-bot.gif) bottom left no-repeat;
}

.smallbox .sb_bot {
	background:url(img/smallbox-top.gif) top left no-repeat; 
	padding:10px;
	width:212px;
}

.smallbox .title {
	color:#FFFFFF; 
	font-size:16px; 
	font-family:'Times New Roman', Times, serif;
}

.smallbox p {
	color:#edd9b9; 
	font-size:11px; 
	font-weight:bold; 
	margin:7px 0px;
}

.smallbox .link {
	float:right; 
	text-decoration:none; 
	color:#FFFFFF;
}

/********** smallbox02 styles ************/

.smallbox02 {
	background:url(img/smallbox02-mid.gif) repeat-y; 
	width:243px;
}

.smallbox02 .sb02_top {
	background:url(img/smallbox02-top.gif) top left no-repeat;
}

.smallbox02 .sb02_bot {
	background:url(img/smallbox02-bot.gif) bottom left no-repeat;
	font-size:11px; 
	padding:10px 14px;
	width:215px;
}

.smallbox02 .title {
	 font-size:16px; 
	 color:#FFFFFF; 
	 font-family:'Times New Roman', Times, serif;
}

.smallbox02 p {
	 color:#c5ae89; 
	 font-weight:bold; 
	 margin:5px 0px
}

.smallbox02 .link {
	 float:right; 
	 color:#FFFFFF; 
	 text-decoration:none;
}

/********** product_row start ***********/

.product_row {
	display:block; 
	margin:0px -6px; 
	padding:6px;
}

.product_row.even {
	background:#ccb89b; 
}

.product_row .photo {
	float:left; 
	padding-top:10px;
}

.product_row .desc {
	width:490px; 
	float:right; 
	padding-right:5px;
}

.product_row .title {
	font-size:16px; 
	color:#7d654c; 
	padding-top:10px; 
	height:20px; 
	overflow:hidden;
}

.product_row .title .name {
	float:left;
}

.product_row .title .idnum {
	float:right; 
	color:#49311a;
}

.product_row p {
	font-size:15px; 
	text-align:justify; 
	line-height:18px; 
	color:#27170b;
}

/********** box styles *************/

.box {
	background:url(img/box-top.gif) top left no-repeat #49311a; 
	width:613px; 
	color:#FFFFFF; 
	margin:20px 0px;
}

.box .wrapper {
	background:url(img/box-bot.gif) bottom left no-repeat; 
	padding:8px 15px;
}

.box .wrapper p {
	text-align:justify; 
	line-height:18px;
}

/********** columns styles ***********/

.columns {
	display:block; 
	line-height:18px; 
	background:url(img/border.gif) center repeat-y;
	margin:20px 0px;
}

.columns .col01 {
	width:290px; 
	float:left; 
	text-align:justify;
}

.columns .col02 {
	width:290px; 
	float:right; 
	text-align:justify;
}

/********** leftnav styles ***********/

.leftnav {
	margin:10px 0px;
	padding:0px;
	list-style:none;
}

.leftnav ul {
	margin:0px;
	padding:10px 0px 0px;
	list-style:none;
}

.leftnav li {
	display:block;
	background:url(img/bullet.gif) 15px 9px no-repeat;
	padding-left:35px;
	margin:2px 0px;
	padding-top:6px;
	padding-bottom:5px;
	width:214px;
}

.leftnav li.active {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/leftnavbg.png');
}

div > .leftnav li.active  {
	background:url(img/leftnavbg.png) no-repeat;
}

.leftnav li.active a {
	position:relative;
	
}

.leftnav .active {
	color:#e0b68a;
}

.leftnav li a {
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
}

.leftnav li li {
	background:url(img/bullet2.gif) 0px 10px no-repeat;
	padding-left:15px;
	margin:0px;
	padding-top:2px;
	width:auto;
	color:#ffffff;
}

.leftnav li li {
	background:url(img/bullet2.gif) 0px 10px no-repeat;
	padding-left:15px;
	margin:0px;
	padding-top:2px;
	width:auto;
	color:#ffffff;
}

.leftnav li li.active {
	background:url(img/bullet2.gif) 0px 10px no-repeat;
	padding-left:15px;
	margin:0px;
	padding-top:2px;
	width:auto;
}

.leftnav li li a {
	font-size:12px;
}

.leftnav li li a.active {
	font-weight: bold;
}

.leftnav li li a {
	color:#ffffff;
}

.leftnav a:hover {
	color:#e0b68a;
	text-decoration:underline;
}

/********** product_block styles *********/

.product_block {
	display:block; 
	height:72px; 
	margin:5px 0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/semitransbar.png');
}

div > .product_block {
	background:url(img/semitransbar.png); 
}

.product_block .thumb {
	width:80px; 
	height:66px; 
	overflow:hidden; 
	float:left; 
	margin-left:5px; 	
	margin-top:4px; 
	padding-left:3px; 
	padding-top:3px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/frame.png');
}

div > .product_block .thumb {
	background:url(img/frame.png) top left no-repeat; 
}

.product_block .name {
	float:right;
	font-size:13px; 
	font-family:'Times New Roman', Times, serif; 
	line-height:15px; 
	font-weight:bold; 
	color:#483019; 
	width:140px; 
	padding-right:15px; 
	padding-top:15px;
}

.product_block .view {
	font-size:12px; 
	color:#70563f; 
	text-decoration:none; 
	font-family:Arial, Helvetica, sans-serif; 
	float:right; 
	margin-top:5px;
}

.product_block .view:hover {
	text-decoration:underline;
}

.product_block .txtsmall {
	font-size:13px;
}

.product_block .txtxsmall {
	font-size:12px;
}
/********** box02 styles ************/

.box02 {
	 background:url(img/box02-bot.gif) bottom left no-repeat #49311a; 
	 width:245px; 
	 margin:30px 0px 10px;
}

.box02 .b2_wrap {
	background:url(img/box02-top.gif) top left no-repeat;
	width:245px;
}

.box02 .b2_wrap .more {
	color:#b48961; 
	text-decoration:none;
}

.box02 .b2_wrap .more:hover {
	text-decoration:underline;
}

.box02 .title {
	font-size:16px; 
	font-family:'Times New Roman', Times, serif; 
	color:#fbdbbd; 
	padding-left:15px; 
	padding-top:8px; 
	padding-bottom:8px;
}

.box02 .pads {
	padding:10px 15px 0px 20px; 
	font-size:11px; 
	color:#ffffff; 
	line-height:18px;
}

/********** hand_helds styles ************/

.hand_held {
	display:block;
	margin:10px 0px;
}

.hand_held .photo {
	width:60px; 
	float:left;
}

.hand_held .desc {
	width:135px; 
	text-align:justify; 
	float:right; 
	padding-top:5px;
}

.hand_held .name {
	font-size:18px; 
	font-family:'Times New Roman', Times, serif; 
	margin-bottom:5px;
}

/********** footer styles ************/

#footer {
	display:block; 
	height:123px; 
	overflow:hidden; 
	font-size:11px; 
	color:#49311a;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='img/footerbg.png');
}

div > #footer {
	background:url(img/footerbg.png) top left no-repeat; 
}

#footer a {
	color: #705740;
}

#footer ul {
	display:block;
	margin:0px;
	padding:0px;
	list-style:none;
	height:15px;
	overflow:hidden;
	margin-bottom:10px;
}

#footer ul li {
	display:block;
	float:left;
	background:url(img/sep.gif) 0px 2px no-repeat;
	padding:0px 8px;
}

#footer ul li.first {
	background:none;
	padding-left:0px;
}


#footer ul li a {
	color:#49311a;
	text-decoration:none;
	font-size:12px;
}

#footer ul li a:hover {
	text-decoration:underline;
	color:#705740;
}

#footer ul .active a {
	text-decoration:underline;
	color:#705740;
}

#footer .fleft {
	float:left; 
	padding-left:80px; 
	padding-top:36px;
	width:500px;
	position:relative;
}

#footer .fright {
	float:right; 
	padding-right:80px; 
	padding-top:40px;
	position:relative;
}

.pager {
	text-align: right;
	padding: 4px;
}