@charset "utf-8";
/* CSS Document */

/* Global definitions */
body{
	text-align:left;
	background:url(../../images/site_bg_top.jpg) top repeat-x #2d9328;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;/*This is the font color*/
}
img{
	border:none;
}
p{
	margin:5px;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	margin:5px 0;
	padding:0;
	font-weight:bold;
}
form{
	margin:0;
	padding:0;
}
h1{
	font-size:16px;
	display:block;
	border:solid #333333;
	border-width:0 1px 1px 0;
}

/* Template definitions */
#container { 
	width: 918px;
	margin: 0 auto;
	position:relative;
}

.container_head{
	width:918px;
	margin:0 auto;
	background:url(../../images/site_head_bg.png) center top no-repeat;
	height:147px;
	position:relative;
}
/* .container_head a{
	position:absolute;
	width:115px;
	height:31px;
	top:75px;
	display:block;
} */

.container_menu {
	height: 30px;
	padding:0px 20px;
	background:url(../../images/site_menu_bg.jpg) center top no-repeat;
	position:relative;
	text-align:center;
}

.container_menu a {
	padding:8px 12px 0px 12px;
	display:block;
	height: 22px;
	color: #FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	float: left;
}
.container_menu a:hover {
	background-color:#333;
	color:#F90;
}	
	
.container_foot{
	width:900px;
	margin:0 auto;
	background:url(../../images/site_foot_bg.png) top center no-repeat;
	height:24px;
}
.container_body {
	width:900px;
	height: 100%;
	padding: 0px 9px;
	background:url(../../images/site_body_bg.png) center repeat-y;
	display: block;
	position:relative;
	min-height:330px;
}
.container_1{
	background:url(../../images/site_body_bg.png) center repeat-y;
	width:918px;
	margin:0 auto;
	padding:0 9px;
}
.container_2{
	background:url(../../images/site_body_top_bg.jpg) top no-repeat;
	
}
.container_2 .nav {
	display: block;
	height: 40px;
	padding: 5px;
	margin-left: 370px;
}
.container_2 .nav a{
	display:block;
	position:relative;
	float: left;
	margin-left: 10px;
	width:115px;
	height:31px;
/*	border-left: solid #000 thin;
	border-right: solid #000 thin;*/
} 


.container_3{
	position:relative;
	background:url(../../images/site_body_bottom_bg.jpg) bottom no-repeat;
	min-height:200px;
}
.content{
	width:660px;
	margin:0 auto;
}
.footer{
	text-align:center;
	margin-top:10px;
}
.hr{
	height:1px;
	background:#333333;
	margin:10px 0;
}

/* News display */
.news_date{
	font-style:italic;
	font-size:10px;
	margin-bottom:5px;
}
.news_subj{
	margin-top:5px;
	font-weight:bold;
}

/* categories display */
.category_name{
	margin-top:5px;
	font-weight:bold;
}

/* Subnavigation definitions */
.subnav{
	width:218px;
}
.subnav_1{
	background:url(../../images/subnav_bg.jpg) center repeat;
	width:208px;
	margin:0 auto 15px auto;
}
.subnav_1:first-child{
	margin-top:30px;
}
.subnav_2{
	background:url(../../images/subnav_top_bg.jpg) top no-repeat;
}
.subnav_3{
  background:url(../../images/subnav_bottom_bg.jpg) bottom no-repeat;
  min-height:160px;
  padding:10px 5px;
}
.subnav_3b{
  background:url(../../images/subnav_bottom_srch_bg.jpg) bottom no-repeat;
  min-height:40px;
  padding:10px 5px;
}
.subnav h2{
	font-size:14px;
	border-bottom:1px dotted #333333;
	margin:3px;
	padding:3px 0;
}
.subnav #cart a{
	text-decoration:none;
	line-height:16px;
	font-weight:bold;
}
.subnav #cart{
	text-align:center;
}
.subnav .feedback{
	background:url(../../images/yellow_10perc.png);
	margin:4px;
	padding:3px;
	font-size:10px;
	border:1px dotted #CC9900;
}
.subnav .feedback p{
	right:0;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

/* Opt-in for special deals */
.specials_signup{
	font-size:12px;
	font-weight:bold;
	margin:3px;
	padding:3px 0;
}
.specials_signup input[type=text], .specials_signup input[type=submit]{
	width:185px;
}
.specials_signup label{
	display:block;
	margin:3px 0;
}

/* Subnav product quick list */
.products_quick{
	border-bottom:1px dotted #DDDDDD;
	padding:10px 0;
	text-align:center;
}
.products_quick:hover{
	background:url(../../images/black_5perc.png);
}

/* Subnav menu navigation */
.subnav ul{
	display:block;
	margin:0;
	padding:0;
}
.subnav .subnav_menu li{
	display:block;
	margin:0 4px;
	border-top:1px dotted #333333;
}
.subnav .subnav_menu li:first-child{
	border-top:none !important;
}
.subnav .subnav_menu li a, .subnav ul li a:visited{
	display:block;
	font-size:16px;
	text-align:left;
	font-weight:bold;
	padding:5px;
	color:#333333;
	text-decoration:none;
}
.subnav .subnav_menu li a:hover{
	background:url(../../images/black_5perc.png);
}
.subnav .subnav_menu li .active{
	background:url(../../images/yellow_10perc.png) !important;
}
.subnav .subnav_sub li a{
	font-size:12px !important;
	padding:3px 0 3px 10px !important;
	margin:2px 0 !important;
}
.subnav .subnav_sub li{
	border:none;
	margin:0;
	padding:0;
}
/* User log in */
.user_login{
	position:relative;
	background:url(../../images/yellow_10perc.png);
	border:1px dotted #CC6600;
	width:550px;
	height:125px;
	margin:50px auto;
	text-align:center;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:0 50px;
}
.user_login input[type=text], .user_login input[type=password]{
	width:225px;
}
.user_login .feedback{
	color:#990000;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	font-style:italic;
}

/* Form Definitions */
.text_field{
	background:url(../../images/yellow_10perc.png);
	margin:0;
	padding:0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	border:1px solid #333333;
}
.text_field_sm{
	background:url(../../images/yellow_10perc.png);
	margin:0;
	padding:0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:none;
}
/* Admin Definitions */
.config_alt{
	background:url(../../images/yellow_10perc.png);
	padding:10px;
}
.config{
	border:1px dotted #333333;
	padding:10px;
}
.object_delete{
	display:block;
	margin:10px 0;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
}

/* Other stuff */
.table_bordered_cells td{
	border:1px dotted #333333;
}
.feedback{
	background:url(../../images/yellow_10perc.png);
	margin:10px;
	padding:3px 3px 3px 15px;
	font-size:12px;
	border:1px dotted #CC9900;
}
.feedback p{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	position:relative;
	right:10px;
}
.tdarker{
	background:url('../../images/black_5perc.png');
}

/* Product Definitions */
.product_item{
	border-bottom:1px dotted #333333;
	background:white;
	padding:10px;
}
.product_item:hover{
	background:#EEEEEE;
}
.product_disabled{
	background:#CCCCCC !important;
}
.product_item table td{
	font-size:10px;
}
.product_item table td p{
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:0;
}
.product_item .price{
	font-size:20px;
	font-weight:bold;
	float:right;
	padding:0 10px;
}
.product_item .name{
	font-size:16px;
	font-weight:bold;
}
.product_item .description{
	font-size:12px;
}
.product_item .product_actions, .product_full .product_actions{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
}
.product_item .product_actions a, .product_full .product_actions a{
	text-decoration:none;
}

.product_full .price{
	font-size:24px;
	font-weight:bold;
}
.product_full .name{
	margin:10px 0;
	font-weight:bold;
	font-size:16px;
}
.product_full .description{
	font-size:12px;
}
