
/* Global Elements
---------------------------------------------------*/
body {	
	margin: auto;
	text-align: center;
	font: 62.5% "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	color: #444;
	background: url("../images/bg-body.gif") #FFF repeat-x 0 0;
}

a:link {
	color: #63721B;
	text-decoration: none;
}

a:hover {
	color: #A7B75A;
	text-decoration: none;
}

a:visited {
	color: #D2DF96;
	text-decoration: none;
}

.wrapper {
	margin: auto;
	text-align: center;
	/*width: 770px;*/
	margin-top: 18px;
}

* html .wrapper {
	margin-top: 0;
}

.main {
	/*width: 100%;*/
	border-top: 5px solid #D2DF96;
	background: url("../images/bg-main.gif") #FFF repeat-y 0 0;
	text-align: left;
}

.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.aligncenter {
	width: 100%;
	margin: auto;
	text-align: center;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright, img.alignleft, .aligncenter img {
	border: 3px solid #D2DF96;
}

input.btn{
	border: 1px solid #5574A2;
	font: 0.9em "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	background: url("../images/bg-button.gif") #FAFAFB repeat-x bottom center;
}

.red {
	color: #AB3030;
}

.noprint { display: none; }

/* Header Elements
---------------------------------------------------*/
.header .businessname {
	text-align: left;
	font-size: 3em;
	font-weight: bold;
	margin-bottom: 10px;
}

.headernav { 	display: none; }

/* navigation
----------------------------------------------------*/

.navwrap { display: none; }


/* Content Elements
---------------------------------------------------*/
.content {
	/*float: right;
	width: 525px;*/
	font-size: 1.3em;
	padding-bottom: 20px;
}

.content h1 {
	margin: 15px 0;
	font: bold 1.7em "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
}

.content h2 {
	margin: 10px 0;
	font: bold 1.2em "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
}

.content h3 {
	margin: 5px 0;
	font: bold 1.1em "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
}

/* Sidebar Elements
---------------------------------------------------*/
.sidebar {
	/*float: left;
	width: 225px;
	padding-bottom: 15px;*/
}

.sidebar h1 {
	width: 215px;
	margin: 10px 5px 5px;
	border-bottom: 1px solid #D2DF96;
	font: bold 1.4em "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
}

.sidebar .freeparking {
	background: url("../images/bg_freeparking.gif") no-repeat 10px 0;
	margin: 0;
	padding: 5px 5px;
	
	font-size: 1.1em;
}

.sidebar p.shoppingcart {
	background: url("../images/bg_shoppingcart1.gif") no-repeat 12px top;
	margin: 0;
	padding: 5px 5px;
	clear: both;
	border-bottom: 1px solid #F1F4E1;
}

.sidebar p.shoppingcart a {
	display: block;
	padding-left: 55px;
	font-size: 1.2em;
	font-weight: bold;
}

.sidebar p.giftcard {
	background: url("../images/bg_giftcard.gif") no-repeat 5px 0;
	margin: 0;
	padding: 5px 12px;
}

.sidebar p.giftcard a {
	display: block;
	padding-left: 90px;
	font-size: 1.1em;
}

.sidebar .contact {
	margin: 0;
	padding: 3px 10px;
	font-size: 1.1em;
	list-style: none;
}

/* Footer Elements
---------------------------------------------------*/
.footer {
	clear: both;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #FBFFE6;
	border-top: 1px solid #ADAA6C;
	font-size: 1.1em;
}

.footer .left {
	float: left;
	margin-left: 10px;
}

.footer .right {
	display: none;
}

/* Home Page
---------------------------------------------------*/
.home-image {
	display: none;
}

.tipofmonth {
	float: right;
	width: 200px;
	background: #FDFFF4;
	border: 1px solid #D2DF96;
	border-top: none;
	margin: 0;
}

.tipofmonth h3 {
	background: url("../images/bg_tipofmonth.jpg") no-repeat 0 0;
	line-height: 24px;
	text-indent: 7px;
	margin: 0;
	border: 1px solid #D2DF96;
	border-width: 1px 0 3px;
}

.tipofmonth p {
	font: 0.8em Verdana, Arial, sans-serif;
	padding: 10px;
	margin: 0;
}

/* Landing Pages
---------------------------------------------------*/
.landing {
	padding-bottom: 20px;
}

.landing dt {
	margin: 5px 0;
	font: bold 1.1em "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
}

.landing dd {
	margin: 3px 0;
}

.landing dt a:link {
	color: #63721B;
	text-decoration: none;
}

.landing dt a:hover {
	color: #A7B75A;
	text-decoration: none;
}

.landing dt a:visited {
	color: #D2DF96;
	text-decoration: none;
}

/* Product Catalogue Page
---------------------------------------------------*/
.product-block {
	width: 100%;
	clear: both;
	padding-bottom: 25px;
	margin-top: 25px;
	border-bottom: 1px dotted #D2DF96;
}

.product-block:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.product-image {
	float: left;
	text-align: left;
	width: 150px;
	border-right: 1px solid #ADAA6C;
	padding-right: 10px;
}

.product-image input[type="text"] {
	width: 25px;
	text-align: center;
}

.product-info {
	float: left;
	width: 350px;
	margin-left: 10px;	
}

.product-name {
	width: 70%;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}

.product-price {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0 !important;
	padding: 0 !important;
	color: #AB3030 !important;
}

.product-description {
	clear: both;
	padding-top: 10px;
	margin: 0;
}

/* Product Details Page
---------------------------------------------------*/
.product-specs {
	margin-bottom: 20px;
}

.product-specs input[type="text"] {
	width: 25px;
	text-align: center;
}

.product-image-large {
	float: left;
	margin-right: 25px;
}

.product-tabs ul{
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	display: inline;
} 

.product-tabs{
	clear: both;
	border: none;
	border-bottom: 1px solid #ADAA6C;
	margin-bottom: 25px;
	margin-top: 15px;
	padding: 3px;
}

.product-tabs{
	padding: 2px;
}

.product-tabs ul li{
	margin-left: 3px;
	padding: 2px 5px;
	list-style: none;
	display: inline;
	background: #EDF3CF;
	border: 1px solid #ADAA6C;
	border-bottom: none;
	margin-bottom: 0px;
}
.product-tabs ul li.here{
	border-bottom: 1px solid #fff;
	background-color: #fff;
	list-style: none;
	display: inline;
}
.product-tabs a,.product-tabs a:visited{
	color: #63721B;
	text-decoration: none;
}
.product-tabs a:hover{
	text-decoration: underline;
}

#product_desc {
	display: block;
}

#related {
	display: none;
}

#friend {
	display: none;
}

#friend input.email, #friend textarea {
	width: 300px;
}

#friend dl dt{
	font-weight: normal;
	margin-top: 15px;
}

#friend dl dd {
	margin: 0;
}

/* Login and Create Account Page
---------------------------------------------------*/
.account-login {
	width: 450px;
	margin: auto;
	text-align: center;
}

.login-box {
	float: left;
	width: 200px;
	margin: 1px;
	text-align: left;
	border: 1px solid #849439;
}

.create-account-box {
	float: right;
	width: 200px;
	margin: 1px;
	text-align: left;
	border: 1px solid #849439;
}

.login-box h2, .create-account-box h2 {
	width: 190px;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding-left: 10px;
	background: #849439;
	color: #FFF;
}

.login-box .login-form, .create-account-box .login-form {
	background: #FDFFF4;
	border-top: none;
	width: 188px;
	padding: 5px;
	height: 170px;
}

.login-form .text-input {
	width: 183px;
}

.login-form dl {
	margin: 0;
}

.login-form label {
	font-size: 0.9em;
}

.login-form dl dd {
	margin: 0;
	margin-bottom: 5px;
}

/* Customer Information Page
---------------------------------------------------*/
.customer-info {
	width: 100%;
	background: #FDFFF4;
	border: 1px solid #849439;
}

.billing-info {
	width: 240px;
	float: left;
	padding: 7px;
}

.billing-info dl {
	margin-top: 44px;
}

* html .billing-info {
	width: 236px;
}

.customer-info:after, .changepwd:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

.shipping-info {
	width: 240px;
	float: right;
	padding: 7px;
	padding-left: 15px;
	border-left: 1px solid #849439;
}

* html .shipping-info {
	width: 236px;
	padding-left: 13px;
}

.shipping-info h2, .billing-info h2, .changepwd h2 {
	margin-top: 0;
	padding: 0;
}

.shipping-info p {
	margin: 0;
}

.billing-info dl dt, .shipping-info dl dt {
	clear: both;
	float: left;
	margin: 10px 0;
	line-height: 22px;
}

.billing-info dl dt, .shipping-info dl dt, .billing-info dl dd, .shipping-info dl dd {
	float: left;
	margin: 5px 0;
}

.billing-info label, .shipping-info label {
	display: block;
	width: 95px;
	font-size: 0.85em;
}

.billing-info dl input, .shipping-info dl input {
	width: 140px;
}

.changepwd {
	clear: both;
	background: #FDFFF4;
	padding: 7px;
	border: 1px solid #849439;
	margin: 20px 0;
	width: 255px;
}

.changepwd dl dt {
	clear: both;
	float: left;
	margin: 10px 0;
	line-height: 22px;
}

.changepwd dl dt, .changepwd dl dd {
	float: left;
	margin: 5px 0;
}

.changepwd label {
	display: block;
	width: 100px;
	font-size: 0.85em;
}

.changepwd dl input {
	width: 150px;
}


/* Order Summary Page
---------------------------------------------------*/
.billing-summary {
	float: left;
	width: 260px;
}

.shipping-summary {
	float: right;
	width: 260px;
}

.billing-summary dl dt, .shipping-summary dl dt {
	font-weight: bold;
	margin-bottom: 15px;
}

.billing-summary dl dd, .shipping-summary dl dd {
	margin: 0;
	margin-bottom: 5px;
}

.order-summary {
	clear: both;
	width: 100%;
	margin: 20px 0;
	border: 1px solid #D2DF96;
}

.order-summary tr th {
	font-size: 1.05em;
	color: #63721B;
	border-bottom: 1px solid #F0F3DF;
}

.order-summary tr td {
	font-size: 0.9em;
	border-bottom: 1px solid #F0F3DF;
}

.order-summary tr th, .order-summary tr td {
	height: 30px;
	padding: 0 10px;
}

.order-summary tr.alt-row {
	background: #FBFFE6;
}

.order-summary tr td.product, .order-summary tr th.product {
	width: 55%;
	border-right: 1px solid #F0F3DF;
}

.order-summary tr td.quantity, .order-summary tr th.quantity {
	width: 15%;
	border-right: 1px solid #F0F3DF;
}

.order-summary tr td.price {
	width: 30%;
}

.order-summary .total-title {
	width: 70%;
	height: 20px;
	padding-right: 0;
	text-align: right;
	background: #FDFFF4;
	border: none;
}

.order-summary .total-price {
	width: 30%;
	height: 20px;
	background: #FDFFF4;
	border: none;
}

.order-summary .total {
	font-weight: bold;
}

/* View Shopping Cart Page
---------------------------------------------------*/
.shopping-cart {
	clear: both;
	width: 100%;
	margin: 20px 0;
	border: 1px solid #D2DF96;
}

.shopping-cart tr th {
	font-size: 1.05em;
	color: #63721B;
	border-bottom: 1px solid #F0F3DF;
}

.shopping-cart tr td {
	font-size: 0.9em;
	border-bottom: 1px solid #F0F3DF;
}

.shopping-cart tr th, .shopping-cart tr td {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

.shopping-cart tr.alt-row {
	background: #FBFFE6;
}

.shopping-cart tr td.product, .shopping-cart tr th.product {
	width: 50%;
	border-right: 1px solid #F0F3DF;
}

.shopping-cart tr td.quantity, .shopping-cart tr th.quantity {
	width: 20%;
	border-right: 1px solid #F0F3DF;
}

.shopping-cart tr td.price {
	width: 30%;
}

.shopping-cart .total-title {
	width: 70%;
	height: 20px;
	line-height: 20px;
	padding-right: 0;
	text-align: right;
	background: #FDFFF4;
	border: none;
}

.shopping-cart .total-price {
	width: 30%;
	height: 20px;
	line-height: 20px;
	background: #FDFFF4;
	border: none;
}

.shopping-cart .total {
	font-weight: bold;
}

/*  Credit Card Information Page
------------------------------------------*/
dl.ccinfo {
	width: 400px;
}

dl.ccinfo dt {
	clear: both;
	float: left;
	width: 140px;
	margin: 10px 0;
}

dl.ccinfo dd {
	float: left;
	margin: 10px 0;
}

dl.ccinfo input	 {
	width: 225px;
}

/* Shipping Page
------------------------------------------*/
.shipping {
	width: 50%;
	list-style: none;
	background: #FDFFF4;
	border: 1px solid #849439;
	margin: 10px 100px;
	padding: 7px;
}

.shipping li {
	margin: 10px 0;
}

/* Contact Page
------------------------------------------*/
.contactform {
	border: none;
	margin-left: 10px;
	margin-top: 15px;
}

.contactform legend {
	margin: 0 0 10px 0;
}

.contactform label {
	font-weight: bold;
	font-size: 0.9em;
}

.contactform input.text {
	margin: 5px 0;
	width: 235px;
}

.contactform select {
	margin: 5px 0;
	width: 240px;
}

.contactform textarea {
	margin: 5px 0;
	width: 510px;
	height: 150px;
}

.contactform .submit {
	width: 75px;
}

.contactform dl.clear {
	clear: both;
}

.contactform dl.left {
	float: left;
	width: 245px;
}

.contactform dl.right {
	float: right;
	width: 245px;
}

.contactform dl dt {
	margin-top: 10px;
}

.contactform dl dd {
	margin: 0 0 10px;
}

textarea.small-textarea {
	margin: 5px 0;
	width: 520px;
	height: 75px;
}

/* Service Pages
---------------------------------------------------*/
dl.services dt {
	margin-top: 25px;
	margin-bottom: 4px;
	font: bold 1em "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	color: #63721B;
	text-transform: uppercase;
}

dl.services dd {
	margin: 0;
	margin-bottom: 2px;
}

dl.services dd ul li {
	margin-bottom: 2px;
}

dl.services dd.red {
	font-weight: bold;
	color: #AB3030;
}

/* Photogallery Pages
---------------------------------------------------*/
.divider {
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #D2DF96;
	margin: 12px 0 15px;
}

* html .divider {
	margin: 0 0 20px;
}

/* Small shopping cart 
--------------------------------------------------*/
.cart {
	float: right;
	width: 200px;
	background: #FDFFF4;
	border: 1px solid #D2DF96;
	border-top: none;
	margin: 15px 10px 5px;
}

.cart h3 {
	background: url("../images/bg_cart.jpg") no-repeat 0 0;
	line-height: 24px;
	text-indent: 10px;
	margin: 0;
	border: 1px solid #D2DF96;
	border-width: 1px 0 3px;
}

.cart p {
	font: 0.80em Verdana, Arial, sans-serif;
	padding: 5px;
	margin: 0;
}

.view {
	padding-left: 18px;
	line-height: 14px;
	background: url("../images/cart_view.gif") no-repeat 0 0;
}

.checkout {
	padding-left: 18px;
	line-height: 14px;
	background: url("../images/cart_checkout.gif") no-repeat 0 0;
}

/* Promotions
--------------------------------------------------*/
.promotion-image {
	width: 100%;
	text-align: center;
}

.promotion-image img {
	padding: 3px;
	border: 1px solid #D2DF96;
}

/* Sitemap
--------------------------------------------------*/
div.sitemap {
	margin-left: 45px;
}

/* Login Panel
--------------------------------------------------*/
div#pnlLoggedIn {
	display:inline;
}

/* Attribute Selector
--------------------------------------------------*/
#attributes_bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	background: url(../images/attributes-bg.png) 0 0;
}

.attrib-title {
	width: 529px;
	margin: 150px auto 0;
	text-align: left;
	background: url(../images/attributes-title.png) no-repeat 0 0;
	padding: 9px 15px 5px;
	font-size: 1.5em;
	color: #63721B;
}

* html .attrib-title {
	margin: 0 auto 0;
}

#attributes_bg div#attributes_content {
	width: 559px;
	margin: -10px auto 0;
	padding: 0;
	text-align: left;
	background: url(../images/attributes-content.png) no-repeat bottom center;
}

* html #attributes_bg div#attributes_content {
	margin: 0 auto;
}

#attributes_bg div#attributes_content:after {
    content: "."; 
    display: block; 
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

#attributes_bg div.attributes_btm {
	display: none;
}

* html #attributes_bg div.attributes_btm {
	display: block;
	width: 559px;
	margin: 0 auto 0;
	height: 16px;
	background: url(../images/attributes-btm.png) no-repeat 0 0;
}

#attributes_bg div#attributes_content .attrib-padding {
	position: relative;
	padding: 0 9px 15px;
	margin-top: 10px;
}

* html #attributes_bg div#attributes_content .attrib-padding {
	padding: 0 9px 0px;
}

#attributes_bg dl {
	position: relative;
	float: left;
	font-size: 1.2em;
	width: 257px;
	margin: 10px 0;
}

#attributes_bg dl dt, #attributes_bg dl dd {
	float: left;
	margin: 0;
	padding: 0;
}

#attributes_bg dl img {
	margin-right: 10px;
}

#attributes_bg dl dt {
	padding: 18px 0;
}

#dgAttributes {
	width: 100%;
	font-size: 1.3em;
	border-bottom: 1px solid #D2DF96;
	margin: 0;
	text-align: left;
}

#dgAttributes td {
	padding: 5px 10px;
}

#attributes_bg a.btn-link, #attributes_bg a.btn-link:hover, #attributes_bg a.btn-link:visited, #attributes_bg a.btn-link:active {
	padding: 2px 10px;
	/*margin: 10px;*/
	border: 1px solid #5574A2;
	font: 1.2em "Trebuchet MS", "Century Gothic", Verdana, sans-serif;
	background: url("../images/bg-button.gif") #FAFAFB repeat-x bottom center;
	color: #000;
}

#attributes_bg a.btn-link:hover, #attributes_bg a.btn-link:visited {
	color: #000;
}

a.color-link, a.color-link:visited {
	font-size: 1em;
	line-height: 1.4em;
	padding: 3px 10px;
	font-weight: bold;
	color: #63721B;
	background: url(../images/btn-color.gif) repeat-x bottom center;
	border: 1px solid #C1CF7F;
	border-top-color: #D8DFBC;
	border-left-color: #D8DFBC;
}

a.color-link:hover {
	color: #A7B75A;
	background: #F5F9E2;
}