@charset "utf-8";
/* CSS Document */

/*
Colors:

Light Blue - #A7D9E7;
Red - #B71E21;
Light tan - #D9A872;
Brown - #735931;
*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

body {
	font-size: 12px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #745A32;
}

img {
	border: none;
}

p{
	margin: 0px;
	padding: 2px 0px;
}

a{
	text-decoration: none;
	color: #C42024;
}

form{
	margin: 0px;
	padding: 0px;
}

a:hover{
	color: #77C4DA;
}

h1{
	margin: 0px;
	padding: 10px 0px;
	color: #b81f22; /* #77c4da; */
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
}

h2{
	margin: 0px;
	padding: 10px 0px;
	color: #77C4DA;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

h3{
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #745A32;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

fieldset{
	border: none;
	padding: 0px;
}

div.clear-both {
	clear: both;
}

.clear{
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
	visibility: hidden;
}

#wrap {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#wrap-td {
	vertical-align: middle;
}

#border-outer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #C0C0C0;
	/* TEMPORARY */
	/*min-height: 500px;*/
	/* END TEMPORARY */
}

div#header-bar {
	height: 35px;
	background-color: #A7D9E7;
	border-bottom: 3px solid #B71E21;
}

#header a.logo  {
	float: left;
	margin-left: 45px;
	margin-top: 30px;
}

#header a.latest-news {
	float: left;
	margin-left: 245px;
	margin-top: 30px;
}

#header .newsletter-box {
	float: left;
	margin-left: 64px;
	margin-top: 30px;
	min-height: 81px;
	width: 122px;
	background: url(images/newsletter-box-bot.png) left bottom no-repeat #d6edf4;
	text-align: center;	
}

* html #header .newsletter-box {
	height: 81px;
}

#header .newsletter-box input.textbox{
	width: 105px;
	font-size: 9px;
	border: solid 1px #ffffff;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	color: #745A32;
}

#header .newsletter-box p{
	padding: 2px 8px 0px 0px;
	margin: 0px;
	font-size: 9px;
	line-height: 10px;
	text-align: right;
}

#header .newsletter-box a{
	font-weight: bold;
	color: #B81F22;
	text-decoration: none;
}

#header .newsletter-box form{
	background: url(images/newsletter-box.png) top left no-repeat;
	padding: 32px 0px 5px 0px;
}

#main-menu-box{
	background: url(images/menu_line.png) repeat-x top;
	clear: both;
}

#top-menu {
	margin: 0px;
	padding: 0px;	
	width: 470px;
	float: right;
}

#top-menu li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}

#top-menu li.about-us {
	height: 32px;
	width: 63px;
	background: url(images/menu-bg-about-us.png) top left no-repeat;
	margin-left: 0px;
}
#top-menu li.reward {
	height: 32px;
	width: 81px;
	background: url(images/menu-bg-reward.png) top left no-repeat;
	margin-left: 0px;
}

#top-menu li.testimonials {
	height: 40px;
	width: 81px;
	background: url(images/menu-bg-testimonials.png) top left no-repeat;
	margin-left: 5px;
	margin-top: 32px;
}
#top-menu li.myaccount {
	height: 40px;
	width: 81px;
	background: url(images/menu-bg-myaccount.png) top left no-repeat;
	margin-left: 5px;
	margin-top: 32px;
}

#top-menu li.faq {
	height: 32px;
	width: 64px;
	background: url(images/menu-bg-faq.png) top left no-repeat;
	margin-left: 5px;
}

#top-menu li.delivery {
	height: 36px;
	width: 73px;
	background: url(images/menu-bg-delivery.png) top left no-repeat;
	margin-left: 5px;
	margin-top: 32px;
}

#top-menu li.contact-us {
	height: 33px;
	width: 66px;
	background: url(images/menu-bg-contact-us.png) top left no-repeat;
	margin-left: 5px;
}

#top-menu li.blog {
	height: 37px;
	width: 70px;
	/*background: url(images/menu-bg-contact-us.png) top left no-repeat;*/
	background: url(images/menu-bg-delivery.png) 77px 0px no-repeat;
	
	
    padding-left: 80px;
}

#top-menu li.blog a{

	margin-top:5px;
	
}

#top-menu li a {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}

#top-menu li.about-us a, #top-menu li.faq a, #top-menu li.contact-us a {
	padding-top: 14px;
}

#top-menu li.testimonials a, #top-menu li.delivery a {
	padding-top: 4px;
	padding-bottom: 10px;
}

#sub-header {
	width: 450px;
	margin-left: 45px;
	float: left;
	padding: 43px 0px 0px 0px;
}

#sub-header form {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

#sub-header a {
	font-size: 10px;
	color: #735931;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 2px;
	float: left;
	margin-right: 5px;
}

#sub-header .textbox {
	line-height: 14px;
	font-size: 10px;
	padding: 0px;
	width: 120px;
	border: 1px solid #735931;
	float: left;
	margin-right: 5px;
	color:#745A32;
}

#cart-area {
	float: left;
	margin-left: 50px;
	width: 200px;
}

#cart-area a {
	padding-left: 20px;
	background: url(images/cart-image.png) center left no-repeat;
	color: #B71E21;
}


#bottom-menu {
	/*height:16px;*/
	background-color: #B71E21;
	text-align: center;
	padding-bottom: 2px;
}

#bottom-menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	padding: 0px 20px;
}

#footer {
	background: #A7D9E7;
}

#footer p {
	padding: 10px 20px;
	margin: 0px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: lowercase;
	line-height: 1.5em;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #B81F22;	
}

#footer a.credit {
	display: block;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}

#main-table {
	/*border: 1px solid #FF0000;*/
	width: 930px;
	margin-left: 25px;
	margin-right: 25px;
	height: 200px;
}


#content {
	vertical-align: top;
	padding: 20px 0px 20px 0px;
}

#content2 {
	vertical-align: top;
	padding: 20px 0px 20px 10px;
	width:780px;
}

#side-menu {
	width: 210px;	
	vertical-align: top;	
	color: #745A32;
	font-size: 12px;
	line-height: 15px;	
}

#side-menu .side-menu-inner{
	padding: 30px 0px 10px 20px;
}
#side-menu a{
	color: #745A32;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;	
}
#side-menu a:hover{
	color: #77C4DA;
}
#sidenavigation a{
	display: block;
	text-transform: lowercase;
	padding: 3px 0px;
}
#sidenavigation a.catselected{
	color: #B81F22;
}
.quickmenu{
	padding: 3px 0px;	
}
.quickmenu a{
	line-height: 20px;
}
.quickmenu select{
	width: 145px;
	color:#745A32;
}

p.specialLinks{
	padding: 20px 0px;
}
#homePage{
	position: relative;
	width: 750px;
	margin-left: 10px;
}
#homePage img{
	vertical-align: bottom;
}

#homePage a{
	width: 240px;
	float: left;
	margin: 0px 12px 15px 0px;
}

#homePage a.nomargin{
	margin: 0px 0px 15px 0px;
}

#hotProdsHome{
	width: 167px;
	height: 167px;
	position: absolute;
	top: 170px;
	left: 255px;
}

#breadcrumb{
	font-size: 9px;
	font-weight: bold;
	color: #9C9D9F;
	text-transform: lowercase;
	width: 400px;
	float: left;
}

#breadcrumb a{
	color: #9C9D9F;
	text-decoration: none;
}

#breadcrumb a:hover{
	color: #B81F22;	
}

#categoriesTable{
	text-align: center;	
	font-size: 11px;
	line-height: 13px;
	color: #745A32;
}
#categoriesTable a{
	text-decoration: none;
	color: #C42024;
	font-weight: bold;
}
#categoriesTable a:hover{
	color: #77C4DA;
}

#categoriesTable .tdCatName td{
	text-align: center;
}
.box1{
	background:url(images/box1_mid.png) repeat-y center center;
	width: 127px;
}
.box1Top{
	background:url(images/box1_top.png) no-repeat center top;
}
.box1Bot{
	background:url(images/box1_bot.png) no-repeat center bottom;
	padding: 4px 0px;
	text-align: center;
}

.box2{
	background:url(images/box2_mid.png) repeat-y center center;
	width: 188px;
	margin: 0px auto 5px auto;
}
.box2Top{
	background:url(images/box2_top.png) no-repeat center top;
}
.box2Bot{
	background:url(images/box2_bot.png) no-repeat center bottom;
	padding: 4px 0px;
	text-align: center;
}

.box3{
	background:url(images/box3_mid.png) repeat-y center center;
	width: 56px;
	margin: auto;
}
.box3Top{
	background:url(images/box3_top.png) no-repeat center top;
}
.box3Bot{
	background:url(images/box3_bot.png) no-repeat center bottom;
	padding: 4px 0px;
	text-align: center;
}


#prodtable{
	font-size: 11px;
	line-height: 13px;
}
#prodtable .prodname{
	width: 127px;
	margin: auto;
	color: #745A32;
	font-weight: bold;
	padding: 4px 0px;
}	
#prodtable .prodname a{
	color: #745A32;
}	
#prodtable .prodname a:hover{
	color: #C42024;
}	

#prodtable .listprice{
	color: #77C4DA;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;

}
#prodtable .prodprice{
	color: #77C4DA;
	margin: auto;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	padding: 2px 0px;
}

#prodtable .tdDescription{
	display:none;
}

#prodtable .tdBuyButton{
	font-weight: bold;
}

#prodtable .tdBuyButton a{
	color: #C42024;
}	
#prodtable .tdBuyButton a:hover{
	color: #745A32;	
}
#productsContainer{
	padding: 0px 0px;
	color: #745A32;
	font-size: 11px;
}

#prodtable{
	margin: 10px 0px 0px 0px;
}
#productsContainer .catDesc{
	padding: 10px 0px;	
}

.pagenums{
	width: 300px;
	float: right;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #9C9D9F;
	text-transform: lowercase;
}

.pagenums a{
	color: #9C9D9F;
	text-decoration: none;
}

.pagenums a:hover{
	color: #77C4DA;
}

.pagenums .current{
	color: #B81F22;	
}

.prevnext{
	width: 300px;
	float: right;
	text-align: right;
	font-size: 9px;
	font-weight: bold;
	color: #9C9D9F;
	text-transform: lowercase;
}

.prevnext a{
	color: #9C9D9F;
	text-decoration: none;
}

.prevnext a:hover{
	color: #77C4DA;
}

#categoriesContainer{
	padding: 10px 0px;
}

#prodDetail {
	margin: 30px 0px 0px 0px;
}

#prodDetail td{
	vertical-align: top;
	font-size: 11px;
}

#prodDetail td.tdImage{
	width: 240px;
	text-align: center;	
}
#prodDetail .pdImage{
	padding: 0px 0px 10px 0px;
}

#prodDetail .pdImage a{
	font-weight: bold;
	color: #98999B;
	font-size: 9px;
}

#prodDetail .pdImage a:hover{
	color: #B81F22;
}

#prodDetail h1.pdHeading{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #745A32;
	font-size: 18px;
	font-weight: normal;
	text-transform: lowercase;
}


#prodDetail .pdlPrice{
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
	color: #C42024;
	padding: 0px 0px 15px 0px;
}

#prodDetail .listprice{
	color: #9C9D9F;
	padding: 0px 0px 0px 10px;	
}

#prodDetail p.proddesc{
	color: #745A32;
	font-size: 11px;
	margin: 0px;
	padding: 10px 0px;
}

#quantity-div{
	padding: 20px 0px;
	text-transform: lowercase;
	color: #745A32;
	font-weight: bold;
}

#quantity-div label{
	width: 80px;
	float: left;
	padding: 3px 0px 0px 0px;
}

#quantity-div fieldset{
	clear: left;
	padding: 5px 0px 0px 0px;
}

#quantity-div select{
	color:#745A32;
}

#quantity-div input{
	color:#745A32;
}

#emailFriend a{
	font-weight: bold;
	color: #77C4DA;
}

#emailFriend a:hover{
	color: #C42024;
}

#multiple-images{
	margin: auto;
}

#multiple-images img{
	width: 52px;
}

#multiple-images td{
	padding: 0px 5px 0px 5px;
}
.red{
	color: #B81F22;
}

#faq .answer{
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dashed #C0C0C0;
}

#faq .answer p{
	padding: 5px 0px;
}

#faq h2.question{	
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	padding: 3px 0px;
}

#faq h2{
	border-bottom: 1px dashed #C0C0C0;
	color: #77C4DA;
}

#faq h2.answerSelected{
	color: #B81F22;
	border: none;
}

.hr{
	border-top: 1px dashed #C0C0C0;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 7px 0px 5px 0px;
}

p.quote{
	font-style: italic;
}

p.quote span{
	font-weight: bold;
	color: #77C4DA;
	font-style:normal;
}
#contactDetails{
	width: 300px;
	float: right;
}

#contactForm{
	width: 400px;
	float: left;
	padding: 20px 0px 0px 0px;
}

#contactForm label{
	width: 150px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 0px 0px 0px;
}

#contactForm input.textbox{
	margin: 0px 0px 15px 0px;
	border: 1px solid #735931;
	width: 150px;
	font-size: 12px;
	color: #999999;
	padding: 0px 3px;
}

#contactForm textarea{
	width: 300px;
	border: 1px solid #735931;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 3px;
	height: 120px;
	margin: 3px 0px 0px 0px;
}

#contactForm .buttonBox{
	width: 300px;
	text-align: right;
	padding: 10px 0px;
}

#contactForm .buttonBox input{
	font-weight: bold;
	color: #B81F22;
	background: none;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

ul.sitemap1{
	margin: 0px;
	padding: 20px 0px 20px 30px;
	width: 300px;
	float: left;
}

ul.sitemap2{
	margin: 0px;
	padding: 20px 0px 20px 30px;
	width: 300px;
	float: left;
}

#checkoutForm{ 
	margin: 20px 0px 0px 0px;
}

#checkoutForm th{
	border-bottom: solid 1px #745A32;	
}

#checkoutForm td, #checkoutForm th{
	padding: 3px 5px;
}

.checkouttable td{
	padding: 3px 10px;
}

.checkouttable td .catname{
	text-align: center;
}

#search-for-box{
	width: 300px;
	float: left;
}
#max-price-box{
	width: 300px;
	float: right;
}

#search-type-box{
	width: 300px;
	float: left;
	padding: 10px 0px 0px 0px;
}

#in-category-box{
	width: 300px;
	float: right;
	padding: 10px 0px 0px 0px;	
}

#search-page-form{
	padding: 20px 0px 0px 0px;
}

#search-page-form label{
	width: 120px;
	float: left;
	font-weight: bold;
}

#search-page-form .textinput{
	width: 160px;	
	border: 1px solid #735931;
	padding: 1px 0px;
	color:#745A32;
}

#search-page-form select{
	width: 162px;	
	border: 1px solid #735931;
	padding: 0px;
	color:#745A32;
}

#button{
	clear: both;
	text-align: center;
	padding: 10px 0px;
}
