/* Begin Resets */
* {margin:0; padding:0; }
html { overflow-y: scroll; }
body { font-size: 62.5%; font-family: Arial, Helvetica, sans-serif; }
ul { list-style: none inside; }
p { font-size: 1.3em; line-height:1.3em; margin-bottom: 1em; color:#33362f; }
a { outline: none; }
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
/*blockquote:before, blockquote:after, q:before, q:after {content: ""; }*/
/*blockquote, q {quotes: "" ""; }*/
a img, fieldset { border: 0; outline: none; }

/* Begin General Typography & Colors */
body {
	background: #fdfdfa url("../images/base/mainbg-strip.gif") 50% 0 repeat-y;
	color: #3d3938;
	text-align: center;
}

a {
	color: #33362f;
	text-decoration: underline;
}
a:hover {
	color: #818770;
	text-decoration: underline;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}

.hide {
	display: none;
}
.hidden {
	visibility: hidden;
	display: none;
}
hr {
	visibility: hidden;
	clear: both;
}
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }

.textright {
	text-align: right;
}

/*	Begin Headings */
h1 {
	margin: 0 0 0.35em 0;
	font-size: 2.3em;
	line-height: 1.3em;
	font-weight: normal;
	font-family: Georgia, baskerville, 'palatino linotype', "Times New Roman", Times, serif;
	color: #33362f;
	}

h2 {
	font-size: 1.6em;
	color: #818770;
	font-family: Georgia, baskerville, 'palatino linotype', "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	font-weight: normal;
}

.midcolumn h3 {
	font-size: 1.3em;
	margin: 1em 0 0.4em 0;
}

h4 {
	font-size: 1.3em;
	color: #818770;
	text-transform: uppercase;
	font-family: Georgia, baskerville, 'palatino linotype', "Times New Roman", Times, serif;
	margin-top: 2em;
	margin-bottom: 10px;
}

h5 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 3px;
	color: #0c3a72;
}

/* Begin Structure */

#wrap {	
	margin: 0px auto;
	padding: 0px;
	width: 976px;
	text-align: left;
}

#header {
	border-bottom: 4px solid #FFF;
	background: #FFF url("../images/base/topmenu-bgstrip.gif") bottom left repeat-x;
	margin: 0;
	padding: 0;
}

#header .wrap, #navigation .wrap {
	margin: 0px auto;
	padding: 0px;
	width: 918px;
	text-align: left;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
}

#content .wrap, #footer .wrap {
	margin: 0px auto;
	padding: 0px;
	width: 918px;
	text-align: left;
}

#header .topstrip {
	clear: both;
	height: 30px;
}

#header .login, #header .cart {
	width: 50%;
	float: left;
	padding: 6px 0px;
	font-size: 1.2em;
}

#header .cart {
	text-align: right;
}

#header .mainmenu {
	height: 95px;
	clear: both;
	background: #758035 url("../images/base/logo-bg.gif") 0 0 repeat-y;
}

#header .mainmenu .logo {
	width: 354px;
	float: left;
}

#header .mainmenu h1 {
	margin: 0;
	padding:5px 10px 0 20px;
	line-height: 0;
}

#header .mainmenu .logo h2 {
	color: #e7f2aa;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	padding: 0 10px 0 20px;
	margin-bottom: 0em;
}	

#header .mainmenu ul {
	float: right;
	width: 564px;
	list-style: none;
	height: 95px;
}

#header .mainmenu ul li {
	background-color: #e7f2aa;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	border-left: 4px solid #FFF;
	text-align: center;
	height: 95px;
}

#header .mainmenu ul li a {
	text-decoration: none;
	float: left;
	display: block;
	padding: 0px;
	margin: 0;
	width: 137px;
}

#header .mainmenu ul li a h2 {
	font-family: Georgia, baskerville, 'palatino linotype', "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #61700d;
	background-color: #b0bb6f;
	padding: 15px 3px;
	margin-bottom: 0em;
}

#header .mainmenu ul li a:hover h2 {
	background-color: #855959;
	color: #dacccc;
}

#header .mainmenu ul li a p {
	color: #798535;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 7px 5px 9px 5px;
	margin: 0;
}


/* Navigation */

#navigation {
	background-color: #3c2f40;
	clear: both;
}

#navigation ul {
	list-style: none;
	font-family: Georgia, baskerville, 'palatino linotype', "Times New Roman", Times, serif;
	font-size: 1.3em;
	margin: 0;
	float: left;
	width: 600px;
}

#navigation ul li {
	margin: 0;
	float: left;
	display: block;
}

#navigation ul li a {
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	font-size: 1em;
	padding: 7px 10px;
	color: #FFF;
}

#navigation ul li a:hover {
	color: #aa8b8b;
}

#navigation ul li.selected a, #navigation ul li.selected a:hover {
	background-color: #aa8b8b;
	color: #FFF;
	}

#navigation .search {
	float: right;
	background-color: #FFF;
	clear: right;
}


/* Content */

#content {
	clear: both;
	padding-top: 18px;
}

.leftcolumn {
	float:left;
	width: 190px;
}

.leftcolumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #855959;
	font-size: 1.7em;
	font-weight: normal;
	padding: 4px;
	background: url("../images/base/lhn-headbg.gif") bottom left repeat-x;
	border-bottom: 1px dotted #a48383;
}

.leftcolumn .explore {
	margin-bottom: 30px;
	}

.leftcolumn ul li {
	border-bottom: 1px dotted #a48383;
	padding: 4px;
}

.leftcolumn ul li a {
	text-decoration: none;
	font-size: 1.3em;
}

/* Middle Column */

.midcolumn {
	float: left;
	width: 480px;
	padding-bottom: 50px;
	margin-left: 20px;
}

.midcolumnwide {
	float: left;
	width: 700px;
	padding-bottom: 50px;
	margin-left: 20px;
}

.midcolumnwide .midcolumn {
	margin-left: 0;
	padding: 0;
	}
	
.midcolumnwide .midcolumn table {
	font-size: 1.3em;
	margin-bottom: 1em;
}

.midcolumnwide .midcolumn table td {
	padding: 6px;
}

.midcolumnwide .midcolumn ul {
	font-size: 1.3em;
	margin: 12px 0px 20px 5px;
}

.midcolumnwide .midcolumn ul li {
	list-style: disc;
	margin-bottom: 8px;
	list-style-position: inside;
	}

.midcolumn table.shippingcosts td {
	width: 30%;
	padding: 5px 5px 20px 5px;
	vertical-align: top;
}

.midcolumn table.shippingcosts td p {
padding: 5px;
margin: 1px 0 2px 0;
background-color: #F3EEEE;
}

.midcolumn table.shippingcosts h3 {
	font-size: 1.4em;
	margin-bottom: 0.3em;
	padding: 5px;
	border-bottom:1px dotted #A48383;
	color: #3C2F40;
	font-weight: normal;
	}
	
h3.zone1 {
	background-color: #AE8A8A;
}

h3.zone2 {
	background-color: #EBA944;
}

h3.zone3 {
	background-color: #b193b9;
}

h3.zone4 {
	background-color: #8BC477;
}

h3.zone5 {
	background-color: #6EBBC5;
}

h3.zone6 {
	background-color: #F5F092;
}

.fullcolumn {
	float: left;
	width: 690px;
	padding-bottom: 50px;
	margin-left: 20px;
}


/* Home Page */

.homemidcolumn {
	float: left;
	width: 520px;
	padding-bottom: 50px;
	margin-left: 9px;
}

.homemidcolumn .who-we-are h3 {
	font-size:1.7em;
	font-weight: normal;
	letter-spacing:0;
	line-height:1em;
	margin: 1.3em 0 0.5em 0;
	color:#444444;
}

.homemidcolumn .who-we-are  {
border-top : 1px solid #EEEEEE;
top-bottom:1.48em;
}

.homemidcolumn .who-we-are a {
color:#727D34;
}

.shoppreview {
	width: 520px;
	margin: 10px 0;
	background: #f3eeee;
}

.shoppreview .padding {
	padding: 0px 5px;
	}

.shoppreview p {
	margin-bottom: 0.2em;
	}

.shoppreview h3 {
	color: #855959;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
	font-size: 1.7em;
	font-weight: normal;
	border-bottom:1px dotted #A48383;
	}
	
.shoppreview h3 a {
	color: #855959;
	text-decoration: none;
	}
	
.shoppreview .pets, .shoppreview .personal, .shoppreview .home {
	width: 165px;
	float: left;
	margin: 4px;
}

.shoppreview .padding img {
	border: 1px solid #bca3a3;
	margin: 4px 0;
	}
	
	
.blogpreview {
	width: 520px;
	margin: 10px 0;
}

.blogpreview h3 {
	color: #77785d;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	font-size: 1.7em;
	font-weight: normal;
	border-bottom:1px dotted #b1b68e;
	background-color: #f1f7cc;
	}
	
h3.highlights {
	color: #855959;
	background-color: #DACDCD;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	font-size: 1.7em;
	font-weight: normal;
	border-bottom:1px dotted #b1b68e;
	margin-bottom: 8px;
	}
	
.blogpreview .padding {
	padding: 5px;
	}
	
.faq-question {
	padding: 8px 0;
	border-bottom:1px dotted #b1b68e;

}

.faq-question h3 {
	color: #855959;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
	font-size: 1.7em;
	font-weight: normal;
	}


/* Right Column */

.rightcolumn {
	float:right;
	width: 190px;
}

.rightcolumn .bucchiselect {
	background: #f3eeee url("../images/base/home-selectbg.gif") 0 0 repeat-x;
	margin-bottom: 8px;
	padding-bottom: 5px;
	}
	
.rightcolumn .bucchiselect .thumbnails {
	border-bottom:1px dotted #A48383;
	margin: 0px 4px;
	background: #ebdcd9 url("../images/base/home-selectthumbbg.gif") 0 0 repeat-x;
	padding: 5px;
}

.rightcolumn .bucchiselect .thumbnails .image {
	float: left;
	width: 72px;
	margin: 6px;
	border: 1px solid #d2c2c2;
}

.rightcolumn .bucchiselect h3 {
	color: #855959;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	font-size: 1.7em;
	font-weight: normal;
	}

.rightcolumn .facebook {
	background-color: #c4deed;
	padding-bottom: 7px;
	margin-bottom: 8px;
}

.rightcolumn .whybuy, .rightcolumn .twitter {
	background-color: #f1f7cc;
	padding-bottom: 7px;
	margin-bottom: 8px;
}

.leftcolumn .ccards {
	padding-bottom: 7px;
	margin-bottom: 10px;
}

.rightcolumn .ccards h3 {
	color: #855959;
	background-color: #f3eeee;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	font-size: 1.7em;
	font-weight: normal;
	}
	
.leftcolumn .ccards .logos {
	margin: 10px;
	}

.leftcolumn h5 {
	color:#444444;
	font-weight: normal;
	padding: 0px 5px;
	border-bottom:1px solid #EEEEEE;
}

.rightcolumn .facebook h3 {
	background-color: #90acb4;
	padding: 5px 9px;
	color: #FFF;
	font-size: 1.4em;
	font-weight: normal;
}

.rightcolumn .whybuy h3, .rightcolumn .twitter h3 {
	background-color: #50522f;
	padding: 5px 9px;
	color: #c0c27e;
	font-size: 1.4em;
	font-weight: normal;
}

.rightcolumn .facebook p, .rightcolumn .whybuy p, .rightcolumn .twitter p {
	padding: 5px 10px;
	margin: 0;
}

.rightcolumn .whybuy ul {
	list-style: disc;
	margin: 8px;
	padding-left: 1em;
	font-size: 1.3em;
	}

.rightcolumn .whybuy li {
color: #747556;
margin-bottom: 0.3em;
}

.rightcolumn .bucchiselect p {
	padding: 5px;
	margin: 0;
}

.rightcolumn .logo {
	border-top:1px dotted #A48383;
	border-bottom:1px dotted #A48383;
	text-align: center;
	padding: 10px 0;
}

.rightcolumn .logo img {
	margin: 0 auto;
	}
	

/* Buttons */

.buttons {
	clear:both;
	height:29px;
	margin: 5px 5px 5px 5px;
	overflow:hidden;
}

.buttons a:hover {
	color: #FFF;
	text-decoration: underline;
	}

.bluebutton {
	background:transparent url("../images/base/btn-blue-right.png") no-repeat scroll right top;
	color:#FFFFFF;
	float:left;
	font-size:1.3em;
	margin:0 0 0 5px;
	padding:0;
	text-decoration:none;
}

.bluebutton span {
background:transparent url("../images/base/btn-blue-left.png") no-repeat scroll left top;
display:block;
margin-right: 25px;
padding: 6px 12px 6px 12px;
}

.blackbutton {
	background:transparent url("../images/base/btn-black-right.png") no-repeat scroll right top;
	color:#FFFFFF;
	float:left;
	font-size:1.3em;
	margin:0;
	padding:0;
	text-decoration:none;
}

.blackbutton span {
background:transparent url("../images/base/btn-black-left.png") no-repeat scroll left top;
display:block;
margin-right: 28px;
padding: 7px 12px 7px 12px;
}



/* Footer */

#footer form {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

#pagination {
	font-size: 1.6em;
}

.shop-main .footer .floatright {
	margin-right: 57px;
	}

#footer .item {
	padding: 0;
}

#footer form label {
	display: block;
	margin: 14px 0px 5px 0px;
	padding: 0;
}

#footer form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
}

#footer form textarea {
	margin-bottom: 16px;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#footer form .cat_button {
	margin-top: 10px;
}

#footer {
	border-top: 4px solid #000;
	margin: 20px 0px;
	background: #FFF;
}

#footer .copyright {
	background-color: #e7f2aa;
	padding: 10px 0;
}

#footer .copyright p {
	font-size: 1.1em;
	margin: 0;
	text-align: right;
}

#footer .company, #footer .help, #footer .contact, #footer .newsletter {
	float: left;
	padding: 10px;
	margin-top: 20px;
}

#footer .contact .buttons {
	clear: right;
	}



#footer h5 {
	color: #6D6E43;
	font-size: 1.5em;
	font-weight: normal;
}

#footer ul {
	margin-top: 5px;
}

#footer ul li {
	margin-bottom: 12px;
}

#footer ul li a {
	font-size: 1.2em;
	color: #727d34;
	text-decoration: underline;
}

#footer p {
	font-size: 1.2em;
}

#footer .newsletter, #footer .help {
	border-left: 1px dotted #798A6E;
	width: 170px;
	height: 20em;
}

#footer .contact {
	border-left: 1px dotted #798A6E;
	width: 300px;
	height: 20em;
}

#footer .company {
	width: 170px;
}


/* Twitter */

.tweet {
	border-bottom: 1px dotted #50522F;
	padding: 5px 0;
	font-size: 1.3em;
	margin: 3px 10px;

}

.tweet_avatar {
display: none;
}


/* Business Showcase */


.servicelist .logo {
border-bottom:1px dotted #A48383;
border-top:1px dotted #A48383;
padding:10px 0;
text-align:center;
float: left;
margin-right: 15px;
height: 100px;
width: 160px;
margin-bottom: 30px;
}

.servicelist .logo img {
	height: 100px;
	}

.servicelist {
clear: both;
width: 600px;
}