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

body {
	background:url(../images/body_background.jpg) center top repeat-x;
	font-family:Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	width:auto;
}

/* main */
#main {
	margin:0px auto;
	width:975px;
	text-align:left;
}

/* header */
#header {
	background:url(../images/header_background.jpg);
	width:975px;
	height:163px;
	background-repeat:no-repeat;
}

#header .cart {
	position: relative;
	top:50px;
	left:765px;
	width:138px;
}

#header .cart a {
	color:#333;
}

/* topNav */
#topNav {
	display:block;
	width:551px;
	position:relative;
	top:94px;
	left:210px;
}

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

#topNav li {
	font-size:14px;
	font-weight:bold;
	padding-top:8px;
	text-align:center;
	display:block;
	float:left;
	margin-right:0px;
}

#topNav .onTab {
	background:url(../images/nav_tab_on.gif);
	background-repeat:no-repeat;
	width:93px;
	height:34px;
}

#topNav .offTab {
	background:url(../images/nav_tab_off.gif);
	background-repeat:no-repeat;
	width:93px;
	height:34px;
}

#topNav .onLink {
	color:#004812;
	text-decoration:none;
}

#topNav .offLink {
	color:#FFF;
	text-decoration:none;
}

/* login */
#login {
	display:block;
	position:relative;
	top:5px;
	left:400px;
	color:#FFF;
	width:190px;
}

#login h1 {
	font-size:12px;
	margin:0px;
	color:#FFD200;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#login input {
	width:75px;
}

#login a {
	color:#FFF;
}

/* search */
#search {
	display:block;
	padding-left:10px;
}

#search a {
	text-decoration:none;
	color:#FFFFFF;
}

#search .advanced {
	display:block;
	margin-left:50px;
}

#search h1 {
	width:50px;
	color:#004812;
	font-size:12px;
}



/* categories */
#categories {
	display:block;
	padding-left:10px;
}

/* bodyContent */
#bodyContent {
	width:975px;
	display:block;
}

/* content */
#content {
	display:block;
	float:left;
	width:750px;
}

#bodyContent h1 {
	display:block;
	color:#004812;
	border-bottom: 3px dotted;
	border-bottom-color: #CED0B4;
	width:755px;
	margin-bottom:20px;
	font-size:24px;
	padding-bottom:14px;
}

#bodyContent h3 {
	color:#004812;
	margin:0px;
}

.prodName {
	color:#4C1606;
	font-weight:bold;
}

.prodNumber {
	color:#225D3E;
	font-weight:bold;
}

.btn {
	display:block;
	background:url(../images/btn_background.jpg) no-repeat;
	width:115px;
	height:28px;
	padding:5px 0px 3px 0px;
	color:#004812;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	float:left;
	margin-right:10px;
}

.stroke {
	background-color:#CED0B4;
}

.red {
	color:#CC0000
}	

.gridHeader {
	background-color:#CED0B4;
	color:#FFFFFF;
}

.gridSubHeader {
	background:#E7EFE9;
	color:#225D3E;
}

.priceGrid {
	background-color:#FFFFFF;
}

#pageContent {
	display:block;
	width:680px;
	float:left;
}

/* leftNav */
#leftNav {
	display:block;
	background:url(../images/left_nav_background.gif) top center repeat-y;
	width:185px;
	margin-right:10px;
	float:left;
}

#leftNav .leftNavContent {
	background:url(../images/left_nav_background.gif) top center repeat-y;
	width:185px;	
}

#leftNav ul {	
	margin:0px 0px 10px 0px;
	padding:0px;
	list-style-type:none;
}

#leftNav li {
	width:175px;
	font-weight:normal;
	color:#666;
	background:url(../images/left_nav_bullet.gif) center left no-repeat;
	padding-left:15px;
}

#leftNav a {
	color:#666;
	text-decoration:none;
}

#leftNav h1 {
	color:#004812;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	font-size:14px;
	margin:0px;
	border:none;
	width:180px;
	padding:0px;
}

#leftNav .divider {
	border-bottom:1px solid #CED0B4;
	position:relative;
	top:auto;
	left:0px;

}

/* left nav top and bottom */

#leftNav .top {
	display:block;
	background:url(../images/left_nav_top.gif) no-repeat left top;
	width:185px;
	height:12px;
}

#leftNav .bottom {
	display:block;	
	width:185px;
	height:68px;
}

/* centerColumn */
#centerColumn {
	display:block;
	float:left;
	width:530px;
	margin-right:10px;
}

/* rightColumn */
#rightColumn {
	display:block;
	float:left;
	width:200px;
}

#rightColumn img {
	display:block;
	margin-bottom:8px;
}

/* footer */
#footer {
	display:block;
	width:975px;
	text-align:center;
	border-top:solid 1px #CCC;
	margin-top:20px;
	padding-top:10px;
	text-transform:uppercase;
}

#footer a {
	text-decoration:none;
	color:#666;
}

.clear {
	clear:both;
}

/* listPage */
#listPage {
	display:block;
	float:left;
}

#listPage h1 {
	display:block;
	color:#004812;
	margin:0px;
	border-bottom: medium dotted;
	border-bottom-color:#CED0B4;
	width:665px;
}

#listPage .listItem {
	margin-top:10px;
	padding-bottom:10px;
	display:block;
	float:left;
	border-bottom:1px solid #CCCCCC;
	width:425px;

}

.listItem .image {
	width:100px;
	display:block;
	float:left;

}

#listPage .listItem a {
	text-decoration:none;

}

#itemInfo {
	display:block;
	width:330px;
	float:left;
	margin-right:10px;
}

#itemInfo .prodNumber {
	color:#225D3E;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#itemInfo .prodName {
	color:#4C1606;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

#listLeft {
	display:block;
	float:left;
	width:535px;
}

#listRight {
	display:block;
	float:left;
	width:150px;
	margin-top:10px;
}

#listPage .listFilter {
	display:block;
	margin-top:10px;
}

#listPage .pagination {
	display:block;
	margin-top:5px;
	padding:3px;
	border-bottom:1px solid #CCCCCC;
}

#listPage .pagination a {
	font-weight:bold;
	color:#004812;

}

/* productPage */
#productPage {
	display:block;
	width:600px;
	float:left;
}

#productPage a {
	text-decoration:none;
}

#productPage h1 {
	border:none;
	width:auto;
	margin:0px;
	padding:0px;
}

#productPage h3 {
	width:auto;
	margin-bottom:5px;
	font-size:14px;
}

#productPage .prodNumber {
	font-size:24px;
}

#productPage .prodName {
	font-size:24px;
}

#productPage .leftColumn {
	display:block;
	float:left;
	width:300px;
}

#productPage .rightColumn {
	display:block;
	float:left;
	width:250px;
}

#productPage .gridHeader {
	background-color:#CED0B4;
	color:#FFFFFF;
	font-size:12px;
}

#productPage .gridSubHeader {
	background:#E7EFE9;
	color:#225D3E;
	font-size:12px;	
}

#productPage .priceGrid {
	background:#FFFFFF;
	font-size:10px;
}

#productPage li {
	margin:0px;
}

/* configurePage */
#configurePage {
	display:block;
}

#configurePage .listItem {
	padding-bottom:10px;
	display:block;
	float:left;
}

#configurePage .listItem a {
	text-decoration:none;
}

#configurePage .itemInfo img {
	display:block;
	float:left;
	margin-right:10px;
}

#configurePage .configOptions {
	display:block;
	padding-top:20px;
	border-top:1px solid #cccccc;
	width:665px;
}

#configurePage h3 {
	margin:0px;
	padding-bottom:5px;
	font-size:14px;
	clear:left;
	margin-top:10px;	
}

/* taxList */
#taxList {
	display:block;
}

#taxList #itemInfo {
	display:block;
	float:left;
	width:auto;
	margin-right:10px;
}

#taxList h3 {
	margin:0px;
	padding:0px;
	font-size:14px;
	clear:left;	
}

#taxList .leftColumn {
	display:block;
	float:left;
	width:440px;
}

#taxList .rightColumn {
	display:block;
	float:left;
	margin-left:20px;
	width:185px;
}

#taxlist .rightElement {
	display:block;
	background-color:#E7EFE9;
	margin-bottom:10px;	
	color:#666666;	
}

#taxlist .rightElementContent {
	padding:10px;
}

#taxlist .rightElement h3 {
	display:block;
	background-image:url(../images/subhead_bkgnd.gif);
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;	
	height:23px;
}

#taxlist img {
	width:95px;
}

/* catList */
#catList {
	display:block;
}

#catList h3 {
	margin:0px;
	padding:0px;
	font-size:14px;
	clear:left;	
}

#catList .leftColumn {
	display:block;
	float:left;
}

#catList .rightColumn {
	display:block;
	float:left;
	margin-left:20px;
}

#catList img {
	width:95px;
}

/* home */
#home {
	display:block;
	width:680px;	
}

/* featuredProduct */
#featuredProduct {
	width:200px;
	display:block;
	font-size:10px;
	margin-bottom:20px;
}

#featuredProduct .top {
	background-image:url(../images/subhead_featured.gif);
	background-repeat:no-repeat;
	width:200px;
	height:23px;
}

#featuredProduct .bottom {
	background-image:url(../images/right_nav_bottom.gif);
	background-repeat:no-repeat;	
	width:200px;
	height:10px;
}

#featuredProduct .content {
	background-image:url(../images/right_nav_background.gif);
	background-repeat:repeat-y;
	padding:10px;
	text-align:center;
}

#featuredProduct a {
	color:#002596;
}



/* special */
#special {
	display:block;
	font-size:10px;
	width:200px;
}

#special .top {
	background-image:url(../images/subhead_specials.gif);
	background-repeat:no-repeat;
	width:200px;
	height:23px;
}

#special .bottom {
	background-image:url(../images/right_nav_bottom.gif);
	background-repeat:no-repeat;	
	width:200px;
	height:10px;
}

#special .content {
	background-image:url(../images/right_nav_background.gif);
	background-repeat:repeat-y;
	padding:10px;
	text-align:center;
}


/* popularProducts */
#popularProducts {
	display:block;
	width:529px;
	margin-top:10px;
}

#popularProducts .top {
	background-image:url(../images/subhead_popular_products.jpg);
	width:529px;
	height:23px;
	margin:0px;
}

#popularProducts .container {
	border:solid 1px #cccccc;
	border-top:none;
	width:527px;
}

#popularProducts .content {
	padding:10px;
}