/* CSS Document */

body {
	background-color: #cdcdcd;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#headerhome {
	background-color: #000000;
	height: 100px;
	background-image: url(../images/basic/logo_home.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#headeralcohol {
	background-color: #a5b8c9;
	height: 100px;
	background-image: url(../images/basic/logo_a5b8c9.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#headerfood {
	background-color: #cee2f1;
	height: 100px;
	background-image: url(../images/basic/logo_cee2f1.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#headerwine {
	background-color: #e1cfd5;
	height: 100px;
	background-image: url(../images/basic/logo_e1cfd5.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#headerhamper {
	background-color: #c9d2d8;
	height: 100px;
	background-image: url(../images/basic/logo_c9d2d8.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#headeraccessories {
	background-color: #bdc2a9;
	height: 100px;
	background-image: url(../images/basic/logo_bdc2a9.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#headerseasonal {
	background-color: #c6d9ce;
	height: 100px;
	background-image: url(../images/basic/logo_c6d9ce.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

#mainnav {
	margin: 0px 40px;
	padding: 0px;
	list-style-type: none;
	background-color: #e1e1e1;
}
.bordertopbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #aeb9b9;
	border-bottom-color: #aeb9b9;
}


#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainnav ul li {
display: inline;
float: left;
}

#mainnav ul li a {
	display: block;
	float: left;
	width: 100px;
	text-align: center;
	text-decoration: none;
	padding: 75px 5px 5px;
	margin-right: 10px;
	margin-left: 10px;
	font-size: x-small;
	color: #666666;
	font-weight: bold;
	height: 30px;
}

/*#mainnav a:hover {
	background-position: 0 -110px;
	}
*/
#mainnav a:hover {
	background-color: #e1e1e1;
	}
#alcohol a  {
	background: url(../images/nav/alcohol.gif) no-repeat;
}
#food a  {
	background: url(../images/nav/food.gif) no-repeat;
}
#hamper a  {
	background: url(../images/nav/hampers.gif) no-repeat;
}
#homeware a  {
	background: url(../images/nav/homeware.gif) no-repeat;
}
#wine a  {
	background: url(../images/nav/wine.gif) no-repeat;
}
#seasonal a  {
	background: url(../images/nav/season.gif) no-repeat;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #848484;
}

a:link {
	color: #88affe;
}
a:hover {
	color: #aac6ff;
}

#search {
	float: left;
	height: 27px;
	width: 350px;
	background-image: url(../images/commerce/search.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 3px;
	margin-left: 20px;


}

#options {
	float: right;
	margin-right: 20px;
}

#options  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#options  ul li {
display: inline;
float: left;
text-decoration: none;
}

#options  ul li a {
	display: block;
	float: left;
	width: 130px;
	text-align: center;
	padding: 7px 5px 3px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	height: 20px;
}

#options a:hover {
	background-position: 0px -30px;
}

#basket {
	background-image: url(../images/commerce/basket.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#checkout {
	background-image: url(../images/commerce/checkout.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

H1 {
	font-size: 14px;
	font-weight: bold;
	color: #658db3;
}
#title {
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
	height: 20px;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-right: 20px;
}

#subnav {
	width: 170px;
	padding: 0px;
	float: left;
	height: auto;
}
.bordersides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e2e2e2;
	border-left-color: #e2e2e2;
}


#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnav ul a {
	display: block;
	text-decoration: none;
	height: 25px;
	width: 155px;
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;
	text-align: right;
	padding: 15px 10px 0px 5px;
	margin: 0px;
	background-image: url(../images/content/subnav.gif);
	background-repeat: no-repeat;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#subnav a:hover, #subnav a.selected {
	background-position: 0px -40px;
	}
#whatsnew {
	float: right;
	width: 155px;
	padding: 10px;
	background-image: url(../images/content/whats_new.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#whatsnew h2 {
	font-size: 12px;
	font-weight: bold;
	color: #658db3;
	padding-top: 3px;
}
#content {
	margin: 10px;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	color: #b8b8b8;
}
#box {
	background-color: #f0f0f0;
	margin: 0px;
	border: 1px solid #e2e2e2;
	padding: 10px;
}
#box h3 {
	font-size: 12px;
	font-weight: bold;
}

#box img {
	float: left;
	margin: 0px 20px 40px 0px;
}
#boxcontainer, .twocolumn {
	margin-left:50px;
}
#boxcontainer td {
	padding: 10px;
	font-size: 1em;
	vertical-align: top;
}
.twocolumn td {
	background-color: #f0f0f0;
	border: 1px solid #e2e2e2;
	padding: 10px;
	width: 50%;
	height: 100%;
}
.boxproduct {
	background-color: #f0f0f0;
	border: 1px solid #e2e2e2;
	padding: 10px;
	width: 150px;
	height: 100%;
}
.boxproduct h3 {
	font-size: 12px;
	font-weight: bold;
}
.boxproduct .imgcontainer {
	text-align: center;
	min-height: 215px;
}

.boxproduct .link {
	line-height: 1.8em;
	text-align: right;
}


.boxproduct img {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666666;
}
.product_price {
	font-weight: bold;
}
.product_description {
	float: right;
	border-left:1px solid #e2e2e2;
	padding-left: 10px;
  width:320px;
}
.inner { text-align: left; }
.product_image { }
.footertext {
	font-size: 10px;
	color: #a9a9a9;
	text-decoration: none;
}
.footer a:link {
	color: #a9a9a9;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
#headernav {
	float: right;

}

#headernav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#headernav ul li {
display: inline;
float: left;
text-decoration: none;
color: #FFFFFF;
}

#headernav ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	width: 50px;
	text-align: center;
	padding: 5px;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
}

#headernav ul a:hover {
	text-decoration: underline;
}
.pagination {
	background-color: #f0f0f0;
	border: 1px solid #e2e2e2;
	padding: 10px;
	width: 520px;
	line-height: 1.8em;
	height: 100%;
	margin-left:60px;
}
.pager {
	line-height: 16px;
}
.pager img {
	vertical-align: text-top;
	border: 0;
}
.pager .current {
	font-weight: bold;
	background-color: #CCCCCC;
}
.invoice { border: 1px solid #e2e2e2; }
.invoice td { text-align: right; padding: 3px; border-top: 1px solid #f0f0f0; font-size: x-small; }
.invoice th { text-align: right; padding: 3px; background-color: #f0f0f0; font-size: x-small; }

html, body {
	height: 100%;
}

/* Hack for IE */
* html {
    height: 100%;
}
/* End IE Hack */ 