@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background-color: #d8cfab;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}

a, a:link{
	color:#34460d;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}

a:active, a:focus {
	outline: 0
}


h1{
	color:#34460d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-transform: uppercase;
	height: 30px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h2{
	color:#34460d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	height: 30px;
	margin: 0px 0px 10px 10px;
	padding: 15px 0px 0px 0px;
}

h3{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	padding:0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}
h4{
	color:#330000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	width: 189px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f3e5b9;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
	float: left;
}
p, li{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

form {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
form.zipcode {
	padding-left:10px;
	margin:0;
	font-weight: bold;
}
form.zipcode-sub {
	padding-left:10px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
}
input.zip{
	color:#666;
	border: solid 1px #cacaca;
	width:115px;
	height:20px;
	float:left;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 3px;
}
input.zip-sub{
	color:#000;
	font-size:11px;
	border: solid 1px #000;
	width:94px;
	padding:3px;
	float:left;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
input.go-btn{
	height:25px;
	padding:0;
	margin:2px 0 0 0px;
	float:left;
}
#container{
	width:980px;
	padding:0;
	border: 1px solid #000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#masthead{
	height:114px;
	padding:0;
	margin:0px;
	background-image: url(../images/masthead_bkg.jpg);
	background-repeat: no-repeat;
	width: 980px;
}


#masthead div.logo{
	width:178px;
	height:114px;
	padding:0;
	margin:0;
	float:left;
}

div#navigation{
	width: 802px;
	height: 38px;
	/*float: right;*/
	margin-top: -2.55em;
	margin-left: 11em;
	background:url(../images/nav_bg.gif) repeat-x;
	display:block;
	padding: 0px;
}

div#navigation ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li{
	float: left;
	height: 38px;
	margin: 0px;
	padding: 0px;
}

div#navigation ul li a#home {
	display: block;
	height:38px;
	text-indent:-9999px;
	width:87px;
	background-image: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div#navigation ul li a#products {
	display:block;
	height:38px;
	text-indent:-9999px;
	width:125px;
	background-image: url(../images/nav_products.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div#navigation ul li a#whatsnew {
	display:block;
	height:38px;
	text-indent:-9999px;
	width:139px;
	background-image: url(../images/nav_whatsNew.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div#navigation ul li a#getstarted {
	display:block;
	height:38px;
	text-indent:-9999px;
	width:178px;
	background-image: url(../images/nav_getStarted.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div#navigation ul li a#resources {
	display:block;
	height:38px;
	text-indent:-9999px;
	width:142px;
	background-image: url(../images/nav_resources.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div#navigation ul li a#ask {
	display:block;
	height:38px;
	text-indent:-9999px;
	width:131px;
	background-image: url(../images/nav_ask.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
div#navigation ul li a#home:hover,
div#navigation ul li a#products:hover, 
div#navigation ul li a#whatsnew:hover, 
div#navigation ul li a#getstarted:hover, 
div#navigation ul li a#resources:hover,
div#navigation ul li a#ask:hover,
div#navigation ul li a.selected {
	background-position:0 -38px !important;
}

#footer{
	width:980px;
	height:44px;
	padding:0px;
	margin:0px;
	display:block;
	background-image: url(../images/footer_bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
}

#footer div.copyright{
	color:#ca9f7c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 200px;
	margin: 0px;
	float:right;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

#footer div.links{
	color:#ca9f7c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	width:600px;
	margin:0px;
	float:left;
	text-transform: uppercase;
	padding-top: 17px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#footer a:link, #footer a{
	color:#ca9f7c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Home Page Styles */
#content-home{
	background-color:#FFF;
	width:980px;
	padding:0px;
	margin:0;
	display:block;
}

div.billboard{
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:980px;
	padding:0px;
	background-image: url(../images/billboard_main.jpg);
	background-repeat: no-repeat;
	height: 396px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}
div.billboard div.welcome{
	background-image: url(../images/welcome_bkg.gif);
	background-repeat: no-repeat;
	width: 351px;
	background-position: 0px 85px;
	margin-top: 0px;
	padding-top: 20px;
	height: 307px;
	}
div.billboard div.welcome h2{
	background-image: url(../images/welcomeBanner.gif);
	background-repeat: no-repeat;
	height: 54px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	}
div.billboard div.welcome h3{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-top: 28px;
	margin-right: 55px;
	}
div.billboard div.welcome p{
	font-size: 12px;
	color: #000;
	padding-right: 50px;
	padding-left: 20px;
	margin: 0 0 10px 0;
}
div.billboard div.welcome img{
	margin-left: 20px;
	}
div.billboard div.billboard-right{
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 12px;
	color: #000;
	width: 199px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
div.billboard div.billboard-right p{
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
div.billboard-right div.locator{
	background-image: url(../images/home_locate_bkg.gif);
	background-repeat: no-repeat;
	width: 199px;
	float: right;
	padding: 0px;
	margin: 0px;
	height: 185px;
	}
div.billboard-right div.enews{
	background-image: url(../images/home_enews_bkg.gif);
	background-repeat: no-repeat;
	width: 199px;
	height: 158px;
	float: right;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
div.billboard-right div.enews img{
	margin-left: 10px;
	}
div.callouts-home{
	background-color: #FFF;
	background-image: url(../images/home_btm_bkg.gif);
	background-repeat: repeat-x;
	width: 940px;
	padding: 20px;
	float: left;
	font-size: 12px;
	color: #333;
	}
div.callouts-home p{
	padding: 0 5px 0 10px;
	margin:0 0 10px 0;
}
div.callouts-home div.left{
	background-image: url(../images/home_callout_bkg.gif);
	float: left;
	margin-right: 20px;
	background-repeat: no-repeat;
	width: 350px;
	height: 216px;
	}
div.callouts-home div.middle{
	background-image: url(../images/home_callout_bkg.gif);
	background-repeat: no-repeat;
	float: left;
	width: 350px;
	padding-right: 20px;
	height: 216px;
	}
div.callouts-home div.right{
	background-image: url(../images/home_calloutRight_bkg.gif);
	background-repeat: no-repeat;
	width: 200px;
	float: left;
	height: 216px;
	}
div.callouts-home div.right img{
	margin-left: 10px;
	}
img.image-left{
	float:left;
	border: solid 1px #f3e5b9;
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/* END Home Page Styles */

/* Sub Page Styles */
#content{
	background-color:#FFF;
	width:980px;
	padding:0px;
	display:block;
	background-image: url(../images/leftnav_bkg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0;
}
#breadcrumbs{
	width:960px;
	height: 22px;
	background-color: #FFF;
	font-size: 11px;
	color: #333;
	padding-top: 10px;
	padding-left: 20px;
}
	
#breadcrumbs a:link, #breadcrumbs a{
	color:#cc9933;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#left-nav{
	width:197px;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-nav h1{
	color:#34460d;
	font-size:16px;
	height:30px;
	background-image: url(../images/leftnav_headerbkg.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
	width: 187px;
}
#left-nav ul.navlist{
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	width: 194px;
}
#left-nav ul.navlist li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.3em;
	list-style:none;
	background-image: url(../images/leftnav_fadebkg.gif);
	background-repeat: repeat-x;
	background-position: 0px bottom;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
}
#left-nav ul.navlist li#subSelected{
	background-image: url(../images/leftnav_fadebkg.gif);
	background-repeat: repeat-x;
	background-position: top;

}
#left-nav ul.navlist li a, #left-nav ul.navlist li a:link {
	background-image: url(../images/leftnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 3px;
	padding-left: 20px;
}
#left-nav ul.sublist{
	list-style:none;
	background-color: #f9f3d9;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}
#left-nav ul.sublist li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	list-style:none;
	background-image: url(../images/leftnav_arrowsmall.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 10px;
}
#left-nav ul.sublist li a, #left-nav ul.sublist li a:link{
	background-image: none;
	margin: 0px;
	padding: 0px;
}
#left-nav ul.sublist ul{
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0em;
	padding-left: 0;
}
#left-nav ul.sublist ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:1.3em;
	list-style:none;
	background-image: url(../images/leftnav_bulletsquare.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#center-column{
	width:526px;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#center-column h1{
	font-size:24px;
	height:43px;
	background-image: url(../images/pagetitle_bkg.gif);
	background-repeat: no-repeat;
	width: 512px;
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 0px 15px;
}
#center-column h1.videos{
	font-size:24px;
	height:43px;
	background-image: url(../images/pagetitle_bkg_lng.gif);
	background-repeat: no-repeat;
	width: 725px;
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 0px 15px;
}
#center-column h2{
	color:#000;
	font-size:16px;
	background:url(../images/page_title_bg.jpg) no-repeat;
	width: 527px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0 0 5px 0;
	border-bottom:solid 2px #efdca0;
	display:block;
}
#center-column h2.subhead{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
	width:255px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display:inline;
	float:left;
}
#center-column div.intro{
	color:#333;
	font-size:12px;
	padding:0px 0px 0px 6px;
	margin:0px 0px 12px 0px;
}

#center-column span.subhead, #center-column p.subhead, #center-column div.callout p.subhead, #center-column div.dbl-callout p.subhead{
	color:#330000;
	font-size:12px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

#center-column ul{
	list-style:none;
	padding:0;
	margin:0 0 20px 1em;
}
#center-column ul li{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3em;
	list-style:none;
	padding:0 0 0 .8em;
	margin:0 0 0.2em 0;
	background-image: url(../images/content_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#center-column .intro img.product-image{
	padding:0;
	margin:0 0 10px 10px;
	float:right;
}

#center-column img.product-image-border{
	padding:0;
	margin:0 0 10px 10px;
	float:right;
	border:solid 2px #f2e3b3;
}

/* Center Column Callouts */

#center-column div.dbl-callout{
	background:#FFF url(../images/dbl_callout_bg.gif) repeat-y;
	width:516px;
	padding:0;
	margin:10px 0 0 0;
	display:block;
}

#center-column div.dbl-callout div.lft{
	width:252px;
	padding:0;
	margin:0 12px 0 0;
	float:left;
}

#center-column div.dbl-callout div.rght{
	width:252px;
	padding:0;
	margin:0;
	display:block;
	float:left;
}

#center-column div.dbl-callout h2{
	color:#FFF;
	font-size:14px;
	background:url(../images/single_callout_head.gif) no-repeat;
	width:240px;
	height:22px;
	padding:6px 0 0 12px;
	margin:0;
	border:none;
	float:left;
}

#center-column div.dbl-callout div.callout-inner{
	font-size:12px;
	background:#f6ecc5 url(../images/callout_inner_bg.jpg) repeat-x;
	width:224px;
	padding:10px 12px 7px 12px;
	margin:0 2px 0 2px;
	display:block;
	clear:both;
}

#center-column div.dbl-callout-btm{
	background:#FFF url(../images/dbl_callout_btm.gif) no-repeat;
	width:516px;
	height:7px;
	padding:0;
	margin:0;
	display:block;
	clear:both;
}

#center-column div.callout{
	width:514px;
	padding:0;
	margin:0;
	border-left:solid 1px #ecd690;
	border-right:solid 1px #ecd690;
}

#center-column h2.callout-head{
	color:#FFF;
	font-size:14px;
	background:url(../images/center_callout_head.gif) no-repeat;
	width:506px;
	height:22px;
	padding:6px 0px 0px 10px;
	margin:10px 0px 0px 0px;
	border:none;
}
#center-column h2.callout-head-noborder{
	color:#FFF;
	font-size:14px;
	background: url(../images/callout_head_noborder.gif) no-repeat;
	width:506px;
	height:22px;
	padding:6px 0px 0px 10px;
	margin:10px 0px 0px 0px;
	border:none;
}
#center-column div.callout div.inner{
	font-size:12px;
	background:#f6ecc5 url(../images/callout_inner_bg.jpg) repeat-x;
	width:492px;
	height: 95px;
	padding:11px 10px 11px 10px;
	margin:0;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
	display:block;
	clear:both;
}

#center-column div.callout p, #center-column div.dbl-callout p{
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}

#center-column div.callout div.left-content{
	width:234px;
	padding:0 12px 0 0;
	margin:0;
	float:left;
	border-right:solid 1px #ecd690;
}
#center-column div.callout div.right-content{
	width:225px;
	padding:0 0 0 15px;
	margin:0;
	float:left;
}


#center-column div.callout-btm{
	background:#FFF url(../images/center_callout_btm.gif) no-repeat;
	width:516px;
	height:7px;
	padding:0;
	margin:0;
	display:block;
	clear:both;
}


/* END Center Column Callouts */



/* product list styles */

#center-column h2.prod-head{
	color:#FFF;
	font-size:14px;
	background:url(../images/prod_head.gif) no-repeat;
	width:160px;
	height:22px;
	padding:6px 0 0 10px;
	margin:0;
	border:none;
}
#center-column h2.prod-head-dbl{
	color:#FFF;
	font-size:14px;
	background:url(../images/prod_head_dbl.gif) no-repeat;
	width:338px;
	height:22px;
	padding:6px 0 0 10px;
	margin:0;
	border:none;
}

#center-column-wide{
	width:700px;
	float:left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* styles for wider pages (ie. video page) */
#center-column-wide h1{
	font-size:24px;
	height:43px;
	background-image: url(../images/pagetitle_bkg.gif);
	background-repeat: no-repeat;
	width: 512px;
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 0px 15px;
}

div.selector{
	width:526px;
	margin:15px 8px 20px 0;
}

div.selector select{
	width:160px;
	padding:2px;
	margin:5px 0 0 8px;
}

#center-column div.selector h2.prod-head{
	color:#FFF;
	font-size:14px;
	background:url(../images/selector_head.gif) no-repeat;
	width:516px;
	height:22px;
	padding:6px 0 0 10px;
	margin:0;
	border:none;
}
div.selector-outer{
	background:#FFF url(../images/selector_bg.jpg) repeat-x bottom;
	width:524px;
	border-left:solid 1px #ecd690;
	border-right:solid 1px #ecd690;
}

div.selector-inner{
	font-size:12px;
	background:none;
	width:516px;
	padding:3px;
	margin:0;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}

div.selector-btm{
	background:url(../images/selector_btm.gif) no-repeat;
	width:526px;
	height:7px;
}

div.cat-item{
	width:170px;
	float:left;
	margin:10px 8px 2px 0;
}

div.cat-item-last{
	width:170px;
	float:left;
	margin:10px 0px 2px 0;
}

div.cat-item-dbl{
	width:348px;
	float:left;
	margin:10px 0 2px 0;
}

div.prod-item{
	background:#FFF url(../images/prod_item_bg.jpg) repeat-x bottom;
	width:168px;
	border-left:solid 1px #ecd690;
	border-right:solid 1px #ecd690;
}

div.prod-item-dbl{
	background:#FFF url(../images/prod_item_bg.jpg) repeat-x bottom;
	width:346px;
	border-left:solid 1px #ecd690;
	border-right:solid 1px #ecd690;
}

div.prod-item-inner{
	font-size:12px;
	background:none;
	width:156px;
	padding:7px;
	margin:0;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}
div.prod-item-inner-dbl{
	font-size:12px;
	background:none;
	width:334px;
	min-height:157px;
	padding:7px;
	margin:0;
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}

div.prod-item-inner-dbl p{
	padding:0;
	margin:0px 0px 10px 0px;
}

div.prod-item-inner a, div.prod-item-inner-dbl a{font-weight:bold;}

div.prod-item-inner img{
	padding:0;
	margin:0 0 5px 0;
	border:solid 1px #ecd690;
}

div.prod-item-inner-dbl img{
	padding:0;
	margin:0 10px 5px 0;
	border:solid 1px #ecd690;
}

div.prod-item-inner img:hover, div.prod-item-inner-dbl img:hover{
	border:solid 1px #34460d;
}

div.prod-btm{
	background:url(../images/prod_btm.gif) no-repeat;
	width:170px;
	height:7px;
}

div.prod-btm-dbl{
	background:url(../images/prod_btm_dbl.gif) no-repeat;
	width:348px;
	height:7px;
}

div.subcat-item{
	width:526px;
	padding:8px 0 10px 0;
	margin:2px 0 2px 0;
	border-bottom:solid 1px #f2e3b3;
	display:block;
	clear:both;
}

div.subcat-item-last{
	width:526px;
	padding:8px 0 0 0;
	margin:2px 0 2px 0;
	display:block;
	clear:both;
}

div.subcat-item h3, div.subcat-item-last h3{
	font-size:14px;
	font-weight:bold;
	padding:0;
	margin:0;
}

div.subcat-item p, div.subcat-item-last p{
	font-size:12px;
	padding:0;
	margin:0 0 10px 0;
}
div.subcat-item img, div.subcat-item-last img{
	padding:0;
	margin:0 12px 0 0;
	border:solid 1px #ecd690;
}

div.subcat-item img:hover, div.subcat-item-last img:hover{border:solid 1px #34460d;}	

div.subcat-inner{
	font-size:12px;
	background:none;
	width:350px;
	padding:0 10px 0 0;
	margin:0;
	float:left;
}
div.subcat-inner p{
	font-size:12px;
	background:none;
	padding:0;
	margin:0 0 10px 0;
}

/* END product list styles */

table{
	width: 514px;
	margin-left: 10px;
	}
td.filter{
	background-image: url(../images/table_header.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
div.filter-title{
	float: left;
	padding-top: 4px;
	margin-left: 0px;
	margin-right: 18px;
	padding-left: 4px;
}
form.filter-products {
	float: left;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
}
tr.header{
	background-color: #f3e4b5;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	color: #333;
}
tr.white{
	background-color: #ffffff;
	font-size: 12px;
	text-align: center;
	color: #333;
}
tr.yellow{
	background-color: #fcf5db;
	font-size: 12px;
	text-align: center;
	color: #333;
	}
td.white{
	background-color: #ffffff;
	font-size: 12px;
	text-align: center;
	color: #333;
}
td.yellow{
	background-color: #fcf5db;
	font-size: 12px;
	text-align: center;
	color: #333;
	}
td.number{
	border: 1px solid #e2dab9;
}
td.caliber{
	border: 1px solid #e2dab9;
	}
td.grams{
	border: 1px solid #e2dab9;
	}
td.description{
	border: 1px solid #e2dab9;
	}
td.count{
	border: 1px solid #e2dab9;
	}
td.details{
	border: 1px solid #e2dab9;
	}
td.details a, td.details a:link{
	font-weight: bold;
	}
	
td.content{
	border: 1px solid #e2dab9;
}

#right-column{
	width:199px;
	padding:0px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#right-column div.callout{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(../images/calloutSub_bkg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0px;
	width: 199px;
}
#right-column div.callout h2{
	font-size:16px;
	height:30px;
	background-image: url(../images/calloutSub_header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#right-column div.callout p{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

table.ballisticstable{
	background-image:url(/images/callout_inner_bg.jpg);
}

tr.contenttop{
	background-image:url(/images/ballistics_header.gif);
	font-size: 11px;
	font-weight: bold;
	height: 30px;
}

.yui-skin-sam {
	font-size: 12px;	
}
