body {
    margin:0;
    padding:0;
    font-size:80%;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    line-height:1.6em;
    color:#42422F;
	background-image: url('../img/bg.gif');
	background-repeat: repeat-x;
}
a img, img {
    border:none;
    vertical-align:middle;
}
a {
    text-decoration:none;
    color:#1100C3;
}
a:hover {
    text-decoration:underline;
}
h1, h2 {
    margin:14px 0 10px;
    padding:0;
    font-size:2.1em;
    font-weight:bold;
    line-height:1em;
    color:#000000;
}
h2.small {
	font-size: 1.8em;
}
h2.green {
	color: #3e7d16;
}
h3 {
	color: #3e7d16;
    margin:18px 0 10px;
    padding:0;
    font-size:1.3em;
    font-weight:bold;
    line-height:1em;
}
h3 a {
    text-decoration:none;
    color:#000;
}
h4 {
    margin:18px 0 10px;
    padding:0;
    font-size:1.1em;
    font-weight:bold;
    line-height:1em;
}
p {
	color: #464646;
    margin:12px 0 10px;
}
ul {
    list-style-type:disc;
    list-style-image:url(../img/green-bullet.gif);
    margin:10px 0;
    padding:0 0 0 20px;
}
ul.check {
	margin: 0px 0px 0px 20px;
	list-style-image: url('../img/check.gif');
}
li {
    margin:0;
    padding:0;
}
big {
    font-size:1.25em;
}
small {
    font-size:0.8em;
}
strong {
    padding:4px;
    background:#F1F1F1;
}
.alignRight {
    text-align:right;
}
.clear {
    clear:both;
}
.left {
    float:left;
}
img.left {
    margin:0 14px 14px 0;
}
.right {
    float:right;
}
img.right {
    margin:0 0 14px 14px;
}
.hDivider {
    clear:both;
    margin:0 0 28px;
    padding:0;
    border-bottom:dotted 1px;
    height:12px;
}

/**** outer ****/
#outer {
    margin:0 auto;
    background:url(../img/content-bg.jpg) 0 173px no-repeat;
    width:939px;
}

/**** header ****/
#header {
    position:relative;
    height:221px;
	background-image: url('../img/header2.gif');
	background-position: center;
}
#header h1 {
    position:absolute;
    top:12px;
    left:0;
    margin:0;
    padding:0;
}
#header h1 a {
    display:block;
    text-indent:-9999px;
    width:400px;
    height:160px;
    outline:none;
}
#header .pics {
    position:absolute;
    top:67px;
    right:75px;
}
#header .pics img {
    float:left;
    display:inline;
    margin:0 0 0 40px;
}
#header .cart {
	position: absolute;
	bottom: 10px;
}
#header .cart strong {
	background-color: transparent;
}

/**** navigation ****/
#navigation {
    background:url(../img/nav-bg.gif) no-repeat;
    list-style-type:none;
    list-style-image:none;
    margin:10px 0 0;
    padding:0;
    height:48px;
    overflow:hidden;
}
#navigation li {
	background-image: url('../img/nav-li-bg.gif');
	background-position: right;
	background-repeat: no-repeat;
    float:left;
    margin:2px 0 0 0;
}
#navigation li.text {
	font-size: 13px;
	font-weight: bold;
	color: #f7b972;
	float: right;
	line-height: 46px;
	margin: 2px 25px 0px 0px;
	background-image: none;
}
#navigation li a {
    float:left;
    display:block;
    padding:0 24px;
    font-weight:bold;
    text-decoration:none;
    line-height:46px;
    height:46px;
	font-size: 13px;
    color:#FFF;
}
#navigation li a:hover {
	text-decoration: underline;
}

/**** sub navigation ****/
#sub_nav {
	background-image: url('../img/subnav-bg.gif');
    position:absolute;
    top:7px;
    left:0;
    list-style-type:none;
    list-style-image:none;
    margin:0 6px 0px 7px;
    padding:0;
	width: 928px;
    height:34px;
    overflow:hidden;
}
#sub_nav li {
    float:left;
    margin:0 10px 0 0;
}
#sub_nav li a {
    float:left;
    display:block;
    padding:0 12px;
    font-weight:bold;
    font-size:0.9em;
    text-decoration:none;
    text-transform:uppercase;
    line-height:34px;
    color:#42422F;
    height:34px;
}
#sub_nav li.active a, #sub_nav li.active a:hover {
    color:#326610;
}

/**** content ****/
#content {
    clear:both;
    position:relative;
	width: 941px;
	margin: 10px 0px 0px 0px;
    padding:14px 6px 10px 7px;
	background-image: url('../img/content.gif');
}
#sub_page #content, #product_page #content {
    padding:50px 0 14px;
}

/**** main content ****/
#product_page #main_content {
    float:right;
    padding:0;
    width:724px;
}

/**** sidebar ****/
#sidebar {
    float:left;
	margin: 0px 0px 0px 6px;
    padding:18px 0 0;
    width:200px;
}
#sidebar h3 {
    color:#1100C3;
}

/**** footer ****/
#footer_outer {
    clear:both;
}
#footer {
    margin:0 auto;
    padding:10px 0 20px;
    background:url(../img/footer.gif) no-repeat;
	background-position: top;
    color:#6F6F6F;
    width:921px;
	padding: 10px;
}
#footer a {
    text-decoration:none;
    color:#636352;
}
#footer a:hover {
    text-decoration:underline;
}
#footer .contact {
    float:left;
    width:50%;
}
#footer .contact h3 {
    color:#1100C3;
}
#footer .navigation {
    float:right;
    list-style-type:none;
    list-style-image:none;
    margin:6px 0 0;
    padding:0;
    border-bottom:dotted 1px #AFAF9E;
    width:50%;
    height:40px;
}
#footer .navigation li {
    float:right;
    padding:8px 12px;
}
#footer .copyright {
	float: right;
    margin:0;
    padding:12px 0 0;
    text-align:right;
    color:#6F6F6F;
	width: 50%;
}

/**** newsletter ****/
#join_newsletter {
    float:right;
    margin:8px 0 16px 16px;
    padding:20px;
    border:solid 1px #DBDBC3;
    background:url(../img/join-newsletter-bg.gif) repeat-x #DBDBC3;
    font-size:0.9em;
    width:330px;
}
#join_newsletter h3 {
    margin-top:0;
    font-size:1.7em;
}
#join_newsletter em {
    padding:2px 1px;
    background:#FFFF00;
    font-style:normal;
}
#join_newsletter form {
    margin:14px 0 0;
}
#join_newsletter .textBox {
    padding:2px;
    border:solid 1px #DBDBC3;
    font-size:24px;
    vertical-align:middle;
    width:220px;
    height:36px;
}
#join_newsletter .submit {
    vertical-align:middle;
}

/**** special deals ****/
.featured {
	float: right;
	width: 280px;
	margin: 0px 5px 0px 0px;
}
.featured li {
	background-color: #e0eee0 !important;
	width: 240px !important;
}
.specialDeals .moreLink {
    float:right;
    background:#0301AE;
    color:#FFF;
}
.specialDeals h2 {
    margin-bottom:24px;
}
.specialDeals h2.small {
	font-size: 1.5em;
}
.specialDeals h3.black {
	color: #000000;
}
.specialDeals .deals {
    list-style-type:none;
    list-style-image:none;
    padding:0;
}
.specialDeals .deals li {
    padding:14px;
}
.specialDeals .deals li div.product{
    float:left;
    margin:0 20px 20px 0;
    padding:14px;
    background:#FFFCD8;
    width:28%;
}

.specialDeals .deals li p {
	margin-left: 90px;
}
.specialDeals .deals li p.more {
	margin-top: 5px;
	margin-bottom: 0px;
}
.specialDeals .deals li.odd {
    clear:left;
}
.specialDeals .deals li img.left {
    margin:0 12px 12px 0;
}
.specialDeals .deals li h3 {
    margin:0 0 12px;
}
.specialDeals .deals li a {
    color: #3a8509;
	font-weight: bold;
}
.specialDeals .deals .price {
    padding:4px;
    background:#F1F300;
    font-weight:bold;
    font-size:12px;
    color:#000000;
}
.specialDeals .deals .oldPrice {
    color:#817C3A;
}

/**** product ****/
.prodImage {
    border:solid 1px #DBDBC3;
}
#product_page .price {
    padding:4px;
    background:#DEDED1;
	vertical-align: top;
}
.buyNow {
    padding:4px;
    background:#E20000;
    color:#FFF;
}
.paypal {
	display: inline-block;
	width: 143px;
	height: 37px;
	margin: 0px 0px 0px 10px;
	background-image: url('../img/paypal.gif');
}
.paypal span {
	display: none;
}

/**** read links ****/
.moreLink {
    padding:2px 4px;
    background:#DEDED1;
    color:#42422F;
}
h2 .moreLink {
    font-size:0.5em;
    font-weight:normal;
}
.readMore, .readAll {
    border-bottom:dotted 1px;
    font-style:italic;
    text-decoration:none;
    color:#B80000;
}
.readAll {
    color:#464601;
}
.readMore:hover, .readAll:hover {
    text-decoration:none;
    color:#1100C3;
}

/**** alerts ****/
.alert {
    padding-bottom:10px;
    border-bottom:solid 1px #E6E6E6;
}
.alert.last {
    border:none;
}
.alert .title {
    display:block;
    margin:8px 0;
    font-weight:bold;
}

/**** sidebar links ****/
#sidebar .links a {
    border-bottom:dotted 1px;
    text-decoration:none;
    color:#202020;
}
#sidebar .links a:hover {
    color:#B80000;
}
#sidebar h3 {
	color: #3e7d16;
}

#left {
	margin: 0px 300px 0px 7px;
}
#full {
	margin: 0px 6px 0px 7px;
}
#products {
	font-size: 0.8em;
	width: 98%;
}
	#products .head {
		background-color: #DDDDDD;
	}
		#products .head td {
			font-size: 1.2em;
			font-weight: bold;
			padding: 5px;
			border-bottom: 1px solid #CCCCCC;
		}
	#products .item {
		background-color: #EEEEEE;
	}
		#products .item td {
			font-size: 1.1em;
			padding: 5px;
			border-top: 1px solid #FFFFFF;
		}
			#products .item td a {
				color: #0066CC;
			}
form {
	
}
	form .button {
		font-family: Arial, Helvetica, sans-serif;
		margin: 10px 0px 20px 0px;
		padding: 3px 8px;
		cursor: pointer;
		background: #633500 url(../img/button_bg.gif) repeat-x top left;
		border: 1px solid #4f3415;
		color: #ffffff;
		font-weight:bold;
	}
	form .input {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
		width: 249px;
		margin: 0px 0px 5px 0px;
		border: 1px solid #e6e6e6;
		font-size:18px;
		font-weight:normal;
		line-height: 200%;
		height:34px;
		background: #ffffff url(../img/input_bg.gif) repeat-x top left;
	}
	form textarea.input {
		height:50px;
	}
	form label {
		float: left;
		display: inline-block;
		width: 120px;
		color: #42422f;
		font-weight:bold;
	}
	
	hr {
	border: none 0; 
border-top: 1px dotted #909090;/*the border*/
width: 98%;
height: 1px;
text-align:left;
	}
	
	.smallprice{
		color: #8f8f8f;
		font-weight:bold;
		font-size:12px;
	}
	.bigprice{
		color: #666666;
		font-size:15px;
		font-weight:bold;
	}