
* {
	margin:0px;
	border:none;
	font-size:11px;
	color:#2d2d2d;
}


a {
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}

input {
border:#969696 solid 1px;
}

body {
background:url(../images/backgrounds/mainback2.jpg) 50% top;
background-repeat:repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}

#outsidewrapper {
position:relative;
	width:874px;
	margin:auto;
	background:#FFFFFF;
}

#logo {
	height: 121px;
}

#award {
	background:no-repeat left top;
	position:absolute;
	top:0px;
	left:760px;
	width:75px;
	height:115px;
	z-index:1;
}

#nav {
	background:#2d2d2d url(../images/nav/navbackground.gif) left bottom;
	background-repeat:repeat-x;

}

* html #nav {
height:35px;
}


#navleft {
	width: 519px;
	float: left;
	display: inline;
	margin-left: 38px;
	margin-right: 12px;
	padding-top: 4px;
}

#toolTip {
	color:#FF0000;
	border:#FF0000 solid 2px;
}
/*====================== navigation =========================*/

#navleft ul {
	list-style:none;
	margin:0px;
	padding:0px;
	display: block;
	position: relative;
}

#navleft li {
	display:block;
	margin:0px;
	padding:0px;
	margin-right:1px;
	text-align:center;
	font-weight:normal;
	font-size:12px;
	float:left;
}

#navleft li.homeselected, #navleft li.productsselected, #navleft li.promotionsselected, #navleft li.servicesselected, #navleft li.eventsselected, #navleft li.aboutusselected, #navleft li.contactusselected {
	border-bottom:11px solid #FFFFFF;
	font-weight:bold;
	margin-top:0px;
	text-align:center;
	font-size:12px;
	padding-top:4px;
}

#navleft a {
display:block;
padding-bottom:10px;
}

/*======================nav selected======================*/
#navleft li.homeselected{
	width:49px;
	background:url(../images/nav/homeselected.gif) no-repeat left top;
	padding-bottom: 10px;
}
#navleft li.productsselected{width:69px; background:url(../images/nav/productsselected.gif) no-repeat left top; padding-bottom: 10px;}
#navleft li.promotionsselected{
	width:89px;
	background:url(../images/nav/promotionsselected.gif) no-repeat left top;
	padding-bottom: 10px;
}
#navleft li.servicesselected{width:69px; background:url(../images/nav/servicesselected.gif) no-repeat left top; padding-bottom: 10px;}
#navleft li.eventsselected{width:62px; background:url(../images/nav/eventsselected.gif) no-repeat left top; padding-bottom: 10px;}
#navleft li.aboutusselected{width:78px; background:url(../images/nav/aboutusselected.gif) no-repeat left top; padding-bottom: 10px;}
#navleft li.contactusselected{width:85px; background:url(../images/nav/contactusselected.gif) no-repeat left top; padding-bottom: 10px;}

/*======================nav selected======================*/
#navleft a.home{width:49px; background:url(../images/nav/homerollover.gif) no-repeat left top; margin-top:10px; padding-top: 2px; padding-bottom:6px; font-weight:normal; border-bottom:#2d2d2d solid 1px;}
#navleft a.products{width:69px; background:url(../images/nav/productsrollover.gif) no-repeat left top; margin-top:10px; padding-top: 4px; padding-bottom:4px; font-weight:normal; border-bottom:#2d2d2d solid 1px;}
#navleft a.promotions{width:89px; background:url(../images/nav/promotionsrollover.gif) no-repeat left top; margin-top:10px; padding-top: 4px; padding-bottom:4px; font-weight:normal; border-bottom:#2d2d2d solid 1px;}
#navleft a.services{width:69px; background:url(../images/nav/servicesrollover.gif) no-repeat left top;margin-top:10px; padding-top: 4px; padding-bottom:4px; font-weight:normal; border-bottom:#2d2d2d solid 1px;}
#navleft a.events{width:62px; background:url(../images/nav/eventsrollover.gif) no-repeat left top; margin-top:10px; padding-top: 4px; padding-bottom:4px; font-weight:normal; border-bottom:#2d2d2d solid 1px;}
#navleft a.aboutus{width:78px; background:url(../images/nav/aboutusrollover.gif) no-repeat left top; margin-top:10px; padding-top: 4px; padding-bottom:4px; font-weight:normal; border-bottom:#2d2d2d solid 1px;}
#navleft a.contactus{width:86px; background:url(../images/nav/contactusrollover.gif) no-repeat left top; margin-top:10px; padding-top: 4px; padding-bottom:4px; font-weight:normal; border-bottom:#2d2d2d solid 1px;}

/*======================nav selected======================*/
#navleft a.home:hover{width:49px; background:url(../images/nav/homerollover.gif) no-repeat left top; margin-top:0px; padding-bottom: 16px;}
#navleft a.products:hover{width:69px; background:url(../images/nav/productsrollover.gif) no-repeat left top; margin-top:0px; padding-bottom: 14px;}
#navleft a.promotions:hover{width:89px; background:url(../images/nav/promotionsrollover.gif) no-repeat left top; margin-top:0px; padding-bottom: 14px;}
#navleft a.services:hover{width:69px; background:url(../images/nav/servicesrollover.gif) no-repeat left top; margin-top:0px; padding-bottom: 14px;}
#navleft a.events:hover{width:62px; background:url(../images/nav/eventsrollover.gif) no-repeat left top; margin-top:0px; padding-bottom: 14px;}
#navleft a.aboutus:hover{width:78px; background:url(../images/nav/aboutusrollover.gif) no-repeat left top; margin-top:0px; padding-bottom: 14px;}
#navleft a.contactus:hover{width:86px; background:url(../images/nav/contactusrollover.gif) no-repeat left top; margin-top:0px; padding-bottom: 14px;}



/*=====================dropdown second nav=====================*/
#mainnav {
position:relative;
z-index:100;
}

#mainnav li.over ul {
display: none;
}


#mainnav li:hover ul{
display: block;
position:absolute;
top:34px;
left:49px;
margin:0px;
padding:0px;
width:180px;
white-space:normal;
}


#mainnav li.over ul{
display: block;
position:absolute;
top:34px;
left:49px;
margin:0px;
padding:0px;
width:180px;
white-space:normal;
z-index:9999;
}

* html #mainnav li.over ul {
left:-460px;
}

* html #mainnav li:hover ul{
z-index: 0;
}

* html #mainnav a {
height: 1%;
}

/* Support for the "iehover-fix.js" */

* html ul.navdrop iframe{
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0*/
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

#mainnav #secondnav {
display:none;
text-align:left;
background:#FFFFFF;
}

#mainnav #secondnav li {
float:none;
display:block;
text-align:left;
background:#FFFFFF;
margin:0px;
padding:0px;
}


#mainnav #secondnav a {
	padding:0px;
	padding:5px 10px 5px 10px;
	display:block;
	font-weight:normal;
	border-bottom:#2d2d2d solid 1px;
	border-left:#2d2d2d solid 1px;
	border-right:#2d2d2d solid 1px;
	z-index:999;
}

#mainnav #secondnav a:hover {
background:#2d2d2d url(../images/furniture/subnavhover.gif) no-repeat left 50%;
color:#f9ce03;
}


/* ====================== navigation END =========================*/


#navright {
	height:38px;
	float: right;
	width: 270px;
	text-align:right;
	padding-right:26px;
	display: inline;
	padding-top: 6px;
}

#navright p {
	color:#FFFFFF;
	font-weight:bold;
	display: inline;
}

#navright img {
	padding-left: 5px;

}


#navright #keywordsearch {
margin-left:5px;
}

#leftcol {
	width:208px;
	float: left;
	margin-left: 38px;
	margin-bottom: 30px;
	margin-top: 15px;
	display: inline;
	margin-right: 10px;
	padding: 0px;
}
/*=========================wishlist=========================*/

#wishlistbox {
display:block;
margin-bottom:10px;
}

#wishlistboxtop {
height:33px;
background:url(../images/furniture/wishlisttop.gif) no-repeat left top;
}

#wishlistboxtop h1 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding-top:6px;
	padding-left:45px;
}

#wishlistboxtop img.wishlistboxquestion {
margin-left:35px;
}


#wishlistboxmiddle {
	background:#FFFFFF;
	border-left:#2d3283 solid 1px;
	border-right:#2d3283 solid 1px;
}

#wishlistboxmiddle #wishlistboxleft {
	padding-left:10px;
	padding-top:3px;
	display:block;
	width:80px;
	float:left;
}

#wishlistboxmiddle #wishlistboxleft h1 {
	font-size:47px;
	border: none;
}

#wishlistboxmiddle #wishlistboxright{
	padding-top:3px;
	display:block;
	width:110px;
	float:right;
	padding-right: 5px;
}

#wishlistboxmiddle #wishlistboxright h1 {
	font-size:11px;
	font-weight:bold;
	padding-bottom:14px;
	padding-top:8px;
	display:block;
}


#wishlistboxmiddle #wishlistboxright a{
background:url(../images/furniture/wishlistbutton.gif) no-repeat left top;
padding-left:10px;
display:block;
width:90px;
height:25px;
color:#FFFFFF;
text-align:center;
margin:0px;
padding:0px;
padding-top:7px;
}

#wishlistboxmiddle #wishlistboxright a:hover {
color:#f9ce03;
}



#wishlistboxbottom {
background:url(../images/furniture/wishlstbottom.gif) no-repeat left top;
height:7px;
}
/*=========================wishlist END=========================*/

/*======================Advanced Search======================*/

#searchtop {
height:8px;
background:url(../images/furniture/searchtop.gif) no-repeat left top;
}

#searchmiddle {
border-left:#2d2d2d solid 1px;
background:#FFFFFF;
border-right:#2d2d2d solid 1px;
}

#searchmiddle h1{
	font-size:12px;
	font-weight:bold;
	padding-left:10px;
	padding-bottom: 3px;
	display: block;
}

#searchbottom {
	background:url(../images/furniture/searchbottom.gif) no-repeat left top;
	height: 61px;
}

#searchbottom #signgif {
width:140px;
float:left;
}

#searchbottom #gogif {
	width:34px;
	float:left;
	padding-top:6px;
	padding-left:9px;
	margin-left: 16px;
}

#searchrowone, #searchrowtwo, #searchrowregion, #searchrowgrape1, #searchrowgrape2 , #searchrowfour,  #searchrowspirit{
	margin-left:10px;
	margin-bottom:7px;
	width:188px;
	border:#969696 solid 1px;
}

#informUpdate{
	margin-left:10px;
}

/*======================Advanced Search END======================*/

#leftcol #club, #leftcol #beerclub, #leftcol #signup {
	background:url(../images/furniture/wineclubback.jpg) no-repeat left top;
	height: 95px;
}

#leftcol #beerclub {
	background:url(../images/furniture/beerclubback.jpg) no-repeat left top;
}

#leftcol #signup {
	background:url(../images/furniture/signupback.gif) no-repeat left top;
	height: 80px;
	padding-left:10px;
	padding-top:25px;
	/*margin-bottom:5px;*/
}

#leftcol #casescall {
	background:url(../images/furniture/casescallbottom.gif) no-repeat left top;
}


#leftcol #club h1, #leftcol #club p, #leftcol #club a, #leftcol #beerclub h1, #leftcol #beerclub p, #leftcol #beerclub a{
padding-left:14px;
}

#leftcol #club h1, #leftcol #beerclub h1 {
	color:#f9ce03;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}


#leftcol #club p, #leftcol #beerclub p, #leftcol #signup p {
	color:#FFFFFF;
	font-size: 11px;
	font-weight:normal;
	padding-right:10px;
	display:block;
}

#leftcol #club a, #leftcol #beerclub a, #leftcol #signup a {
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	padding-top:10px;
	display:block;
	}


#leftcol #club a:hover, #leftcol #beerclub a:hover, #leftcol #signup a:hover {
	color:#f9ce03;
}

#leftcol #casescall {
height:75px;
margin-bottom:10px;
}

#leftcol #casescall p {
	color:#ffffff;
	padding-left:10px;
	padding-top: 8px;
	padding-bottom: 5px;
}

#leftcol #casescall strong {
	color:#ffffff;
}

#leftcol #casescall a{
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding-left:10px;
	padding-top: 10px;
	padding-right:5px;
	display: block;
}


#leftcol #casescall a:hover{
	color:#f9ce03;
}


#leftcol img.deliveryimage  {
	padding-top:10px;
	height:93px;
	border:none;
}


#rightcol {
	width: 592px;
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
	display: inline;
}

#homepromo {
padding-bottom:10px;
	display: block;
}

#promotop {
	height:5px;
	display: block;
	background:url(../images/furniture/hometoppromo.gif) no-repeat left top;
}

#promotop img {
height:5px;
}

#promomiddle {
	background: #2d2d2d;
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
	margin: 0px;
}


/*=======================Offer Pacth===============*/

#promomiddle .offerpatch {
	position:relative;
	width:185px;
	float: left;
	margin-right: 8px;
	display: block;
}

#promomiddle .offer {
	position:absolute;
	top:5px;
	left:22px;
	z-index:2;
	border: none;
	display: block;
}


#promomiddle .offerpatch h1, #promomiddle .offerpatch h3 {
color:#f9ce03;
font-weight:bold;
font-size:14px;
}

#promomiddle .offerpatch h2{
color:#fff;
font-size:12px;
font-weight:normal;
}

#promomiddle .offerpatch h4 {
color:#fff;
font-weight:bold;
font-size:14px;
}

.offerpatch h1, .offerpatch h2, .offerpatch h4, .offerpatch h3 {
text-align:center;
display:block;
}

.offerpatch h1, .offerpatch h3 {
	padding-bottom:3px;
}

.offerpatch h2 {
padding-bottom:6px;
}

.imagewrap {
	background:url(../images/furniture/patchdropshadow.png) no-repeat 0% 50%;
	display: block;
	padding-bottom: 9px;
	position:relative;
	z-index:1;
}


.imagewrap img {
border:#2d2d2d 5px solid;
margin:0px auto;
display:block;
position:relative;
	z-index:1;
}



/*=======================Offer Pacth END===============*/


#promobottom {
	height:5px;
	display: block;
	margin: 0px;
	padding: 0px;
	background:url(../images/furniture/homebottompromo.gif) no-repeat left top;
}


#homewelcome h1 {
	font-size:14px;
	font-weight:bold;
	display: block;
}



#homewelcome p {
font-size:12px;
width:570px;
display:block;
}

#homerightfooter {
	margin-top:10px;
	padding-top:10px;
	border-top:#969696 solid 1px;
}

#footerpatchleft {
	width:219px;
	background:#FFFFFF;
	float:left;
	padding-right: 10px;
	display: block;
	border-right:#969696 solid 1px;
}

#footerpatchleft h1, #footerpatchcenter h1, #footerpatchright h1, #products #footerpatchleft h1,#products #footerpatchcenter h1, #newsletterreg #footerpatchcenter h1, #newsletterreg #footerpatchleft h1, #wineclubreg #footerpatchleft h1, #beerclubreg #footerpatchleft h1, #wineclubreg #footerpatchcenter h1, #beerclubreg #footerpatchcenter h1   {
	background:#2d2d2d;
	color:#FBCE03;
	text-align: center;
	padding-top:8px;
	padding-bottom:8px;
	font-weight: bold;
	font-size: 12px;
	display: block;
	margin: 0px;
}

#footerpatchcenter h1, #products #footerpatchcenter h1, #newsletterreg #footerpatchcenter h1, #wineclubreg #footerpatchcenter h1, #beerclubreg #footerpatchcenter h1  {
 width:162px;
 margin:0px auto;
 display:block;
 	padding-bottom:3px;
 
 }


#footerpatchleft h2 {
	font-size:12px;
	font-weight:normal;
	padding-top: 8px;
}

#footerpatchleft h3 {
	font-size:13px;
	padding-bottom: 10px;
}

#footerpatchleft p {
	padding-bottom:10px;
}

#footerpatchleft a.enquire {
	padding-right:13px;
	background:url(../images/furniture/whitearrow.gif) no-repeat 53% 53%;
	padding-top: 3px;
	display: block;
}

#footerpatchleft a.enquire:hover {
background:url(../images/furniture/greywhitearrow.gif) no-repeat 53% 53%;
}

#footerpatchcenter {
	width:180px;
	background:#FFFFFF;
	float:left;
	border-right:#969696 solid 1px;
	margin-right: 5px;
}

#footerpatchcenter img{
	border:#2d2d2d 5px solid;
	display:block;
	margin: 0px auto;
}

#footerpatchright{
	width:172px;
	background:#FFFFFF;
	float:left;
}

#footerpatchright h1 {
width:164px;
margin:0px auto;
}

#footerpatchright #tiptop{
	background:url(../images/furniture/tipofthemonthmiddle.jpg) repeat-y left top;
	padding-bottom:15px;
}


#footerpatchright #tiptop h2, #footerpatchright #tiptop p{
width:154px;
padding-left:6px;
padding-right:5px;
padding-top:4px;
margin:0px auto;
display:block;
}

#footerpatchright #tiptop h2{
	font-weight:bold;
	padding-top: 8px;
}

#footerpatchright #tiptop p{
font-weight:normal;
}

#footer {
	height:27px;
	background:#2d2d2d;
	padding-top: 10px;
	
}

#footer h3 {
	font-size:10px;
	padding-right:200px;
	float:left;
	display:block;
	width:300px;
	padding-left:38px;
	color:#FFFFFF;
}

#footer p {
	float:right;
	margin:0px;
	display:block;
	width:150px;
	color:#FFFFFF;
	padding-right: 19px;
}

#footer a {
color:#FFFFFF;
font-size:11px;
text-decoration:none;
font-weight:bold;
}

#footer a.footerlink {
margin-left:10px;
font-size:11px;
}

#footer a.footerlink:hover {
text-decoration:underline;
}

#footer a:hover {
text-decoration:underline;
}

.clearboth{
	clear:both;
	display: block;
}

/*=================Wishlist Page====================*/

#wishlist #homepromo, #wishlist #details {
width:591px;
}

#wishlist #homepromo {
	margin-bottom:10px;
	display: block;
}

#wishlist #promotop {
	height:33px;
	display: block;
	background:url(../images/furniture/wishlistmaintop.gif) no-repeat left top;
}

#wishlist #promotop h1 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	display:block;
	padding-top:1px;
	padding-left:45px;
}

#wishlist #promotop img.wishlistquestion {
	margin-left:70px;
	height:20px;
}


#wishlist #promomiddle {
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 10px;
	display: block;
	margin: 0px;
		background:#FFFFFF;
}

#wishlist #promobottom, #wishlist #detailsbottom {
	height:8px;
	display: block;
	margin: 0px;
	padding: 0px;
	background:url(../images/furniture/ordedetailsbottom.gif) no-repeat left top;
}



#wishlist #detailstop {
	height:8px;
	display: block;
	background:url(../images/furniture/orderdetailstop.gif) no-repeat left top;
}

#wishlist #detailsmiddle, #wishlist #promomiddle {
	border-left:#2d3283 solid 1px;
	border-right:#2d3283 solid 1px;
	background:#FFFFFF;
	padding-right: 10px;
}

#wishlist #detailsmiddle form {
display:inline;
float:left;
}

#wishlist #detailsmiddle {
padding:10px;
padding-bottom:15px;
}

#wishlist #detailsmiddle p {
padding-bottom:10px;
}


#wishlist #sendorder {
	width:260px;
	float:left;
	padding-top: 43px;
}


#wishboxdetails p {
padding:0px;
font-size:13px;
font-weight:bold;
}

#wishboxdetails #wishcontactrespondby, #wishboxdetails #wishcontactemail, #wishboxdetails #wishcontactname, #wishboxdetails #wishcontactnumber {
border:#969696 solid 1px;
width:160px;
margin-right:5px;
}

#wishlist #sendorderleft {
	float:left;
}


#wishlist #sendorder #sendorderleft a {
background:url(../images/furniture/wishmainbutton.gif) no-repeat left top;
padding-left:10px;
display:block;
width:143px;
height:32px;
color:#FFFFFF;
text-align:center;
margin:0px;
padding:0px;
padding-top:7px;
}

#wishlist #sendorder #sendorderleft a:hover {
	color:#f9ce03;
	display: block;
}

#wishlist #sendorderight {
	float:left;
	padding-left: 10px;
}

#wishlist #sendorderight a.mainquestion {
color:#21246b;
font-size:12px;
font-weight:bold;
padding-top:9px;
text-decoration:none;
}

#wishlist #sendorderight a.mainquestion:hover {
text-decoration:underline;
}


#wishlist #sendorderight a {
	padding-top: 21px;
	font-size:10px;
	display:block;
}

#wishlist #sendorderight a:hover {
text-decoration:underline;
}

/*================ALL footer bottom=================*/

#wishlist #homepromo #totalcost{
	padding-top:3px;
}

#wishlist #homepromo #totalcost h1, #wishlist #homepromo #totalcost h2{
	display:block;
	font-size: 13px;
	text-align: center;
	padding-top: 7px;
}

#wishlist #homepromo #totalcost #totalcostleft {
	padding-right:20px;
	float:right;
}
#wishlist #homepromo #totalcost #totalcostright {
	background:url(../images/furniture/finalcost.gif) no-repeat left top;
	width:83px;
	height:32px;
	display:block;
	float:right;
	margin-right: 48px;
}

#wishlist #homepromo #producttypes {
	text-align:right;
	padding-right: 3px;
	display: block;
	padding-top: 10px;
}

#wishlist #homepromo #producttypes ul {
list-style:none;
}

#wishlist #homepromo #producttypes li {
	display:inline;
	padding-left:10px;
	font-weight: bold;
}
/*================footer bottom END=================*/

/*=================Wishlist Page END====================*/


/*=============contact us page=====================*/
#contactus #hometop {
border-bottom:#969696 solid 1px;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

#contactus #homepromo h1 {
font-size:14px;
display:inline;
}


#contactus #homepromo p.hometopp{
display:inline;
}

#contactus #googlemap {
	width:434px;
	height:300px;
	float:left;
	display: block;
}

#contactus #address {
	width:140px;
	float:left;
	padding-left:10px;
	display: block;
}

#contactus #address h1 {
font-size:13px;
padding-bottom:3px;
border:none;
}
#contactus #address h1.opening {
display:block;
padding-top:20px;
}

#contactus #address h2 {
	font-size:11px;
	font-weight:bold;
}

#contactus #address a {
font-size:11px;
font-weight:normal;
padding-bottom:3px;
}

#contactus #address h2.addressphone {
	font-size:11px;
	padding-top:10px;
	display:block;
	font-weight:bold;
}

#contactus #address p {
padding-bottom:4px;
	display:block;

}


#contactus #directions {
	padding-top:6px;
	width:434px;
	padding-bottom:20px;
}

#contactus #directions p {
padding-bottom:6px;
}

#getdirections {
	margin-left:10px;
}
/*=============contact us END=====================*/


/*============sevices page===============*/

#services .servicepatch{
	padding-top:5px;
	padding-bottom:5px;
	border-top: #969696 solid 1px;
}

#services .patchleft {
	width:472px;
	float:left;
}

#services .patchleft h1{
font-size:13px;
}

#services .patchright {
	width:100px;
	float:left;
	margin-left:10px;
}

#services a.enquire{
	padding-right:13px;
	background:url(../images/furniture/whitearrow.gif) no-repeat 90% 53%;
	padding-top: 3px;
	display: block;
	padding-bottom: 2px;
}

#services a.enquire:hover{
background:url(../images/furniture/greywhitearrow.gif) no-repeat 90% 53%;
}

#services #hometop h1 {
	font-size:14px;
	padding-bottom: 5px;
}

#services #footerpatchleft a.enquire {
	padding-right:13px;
	background:url(../images/furniture/whitearrow.gif) no-repeat 53% 53%;
	padding-top: 3px;
	display: block;
}

#services #footerpatchleft a.enquire:hover {
background:url(../images/furniture/greywhitearrow.gif) no-repeat 53% 53%;
}

#services .patchleft ul{
list-style:bullet;
display:block;
padding-left:20px;
padding-top:8px;
padding-bottom:8px;
}

/*=====================end=======================*/

/*=====================Search Page=======================*/

#search #hometop {
padding-bottom:10px;
}


#search #hometop h1, #products h1 {
font-size:14px;
font-weight:bold;
padding-bottom:1px;
}

#search #hometop h2{
font-size:12px;
font-weight:normal;
padding-bottom:6px;
}

#search #searchlisttop, #wishlist #searchlisttop {
	padding-bottom: 10px;
}

#search .productitem {
	padding-bottom: 10px;
	padding-top: 2px;
	z-index: 0;
}


#search .productitemleft, #wishlist .productitemleft {
	background: url(../images/furniture/searchbackground.gif) repeat-x left top;
	width:536px;
	float:left;
}

/*============ search offer pacths==============*/
#search .productitemleft .offerpatch, #wishlist .productitemleft .offerpatch {
	position:relative;
	width:110px;
	float: left;
	margin-right: 4px;
	display: block;
	z-index: 0;
}

#search .productitemleft .offer, #wishlist .productitemleft .offer{
	position:absolute;
	top:5px;
	left:10px;
	z-index:2;
	border: none;
	display: block;
}


#search .productitemleft .offerpatchtext h1, #search .productitemleft .offerpatchtext h3, #wishlist .productitemleft .offerpatchtext h1, #wishlist .productitemleft .offerpatchtext h3 {
color:#f9ce03;
font-weight:bold;
font-size:13px;
}

#search .productitemleft .offerpatchtext h2, #wishlist .productitemleft .offerpatchtext h2 {
color:#fff;
font-size:11px;
font-weight:normal;
}

#search .productitemleft .offerpatchtext h3, #wishlist .productitemleft .offerpatchtext h3{
padding-top:5px;
}

#search .productitemleft .offerpatchtext h4, #wishlist .productitemleft .offerpatchtext h4 {
color:#fff;
font-weight:bold;
font-size:13px;
}

#search .productitemleft .offerpatchlink a, #wishlist .productitemleft .offerpatchlink a {
	float:right;
	background:url(../images/furniture/searchbutton.gif) no-repeat left top;
	width:130px;
	height:30px;
	line-height:30px;
	display:block;
	margin-top:31px;
	margin-right:20px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}

#search .productitemleft .offerpatchlink a:hover, #wishlist .productitemleft .offerpatchlink a:hover{
background:url(../images/furniture/searchbuttonrollover.gif) no-repeat left top;
color:#2d2d2d;

}

#search .productitemleft .imagewrap, #wishlist .productitemleft .imagewrap {
	background:url(../images/furniture/smallpatchdropshadow.png) no-repeat 0% 50%;
	display: block;
	padding-bottom: 9px;
}

#search .productitemleft .imagewrap img, #wishlist .productitemleft .imagewrap img {
	border:#2d2d2d 5px solid;
	display:block;
	margin:0px;
}


#search .productitemleft .offerpatchtext, #wishlist .productitemleft .offerpatchtext {
	width:268px;
	float: left;
	padding-top: 12px;
}


#search .productitemrightoffer, #search .productitemright, #wishlist .productitemrightoffer, #wishlist .productitemright {
background:url(../images/furniture/offersearchtail.gif) no-repeat left top;
width:56px;
height:95px;
float:right;
}

#search .productitemright, #wishlist .productitemright {
background:url(../images/furniture/serachtail.gif) no-repeat left top;
}


#search #searchlisttopleft{
width:200px;
float:left;
}

#search #searchlisttopleft p {
font-size:12px;
}

#search #searchlisttopleft strong {
font-size:12px;
font-weight:bold;
}


#search #searchlisttopright, #search #bottomnav {
float:right;
}

#search #searchlisttopright select {
	width:200px;
	border: #2d2d2d solid 1px;
}


#search #searchlisttopright a, #search #bottomnav a {
padding-left:10px;
}

#search #searchlisttopright a:hover, #search #bottomnav a:hover{
text-decoration:underline;
}
#search #searchform {
	width:200px;
	display: inline;
}
/*=====================end=======================*/

/*============ product offer pacths==============*/

#products #hometop {
	margin-bottom:6px;
}

#products #hometop h1 {
display:inline;
}

#products #homepromo #hometop p {
display:inline;
font-size: 12px;
}

#products #homepromo p {
	font-size: 12px;
	padding-bottom:8px;
}

#products .productitem {
	padding-bottom: 10px;
	padding-top: 2px;
}


#products .productitemleft {
	background: url(../images/furniture/productbackground.gif) repeat-x left top;
	width:542px;
	float:left;
}

#products .productitemleft .offerpatch {
	position:relative;
	width:175px;
	float: left;
	margin-right: 4px;
	display: block;
}

#products  .productitemleft .offer {
	position:absolute;
	top:5px;
	left:10px;
	z-index:2;
	border: none;
	display: block;
}

#products #description {
padding-bottom:10px;
}

#products .productitemleft .offerpatchtext h1, #search .productitemleft .offerpatchtext h3 {
	color:#f9ce03;
	font-weight:bold;
	font-size:14px;
	display: block;
}

#products .productitemleft .offerpatchtext h2{
	color:#fff;
	font-size:12px;
	font-weight:normal;
	display: block;
	padding-bottom: 6px;
}

#products .productitemleft .offerpatchtext h3{
padding-top:5px;
color:#f9ce03;
}

#products .productitemleft .offerpatchtext h4 {
color:#fff;
font-weight:bold;
font-size:14px;
}

#products .productitemleft .offerpatchlink {
	padding-top:40px;
	float:right;
	width:130px;
	margin-right:15px;
}

#products .productitemleft .offerpatchlink a{
	background:url(../images/furniture/searchbutton.gif) no-repeat left top;
	height:30px;
	line-height:30px;
	display:block;
	margin-top:10px;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}

#products .productitemleft .offerpatchlink a:hover{
background:url(../images/furniture/searchbuttonrollover.gif) no-repeat left top;
color:#2d2d2d;

}

#products .productitemleft .imagewrap {
	background:url(../images/furniture/patchdropshadow.png) no-repeat 85% 40%;
	display: block;
	padding-bottom: 9px;
}

#products .productitemleft .imagewrap img {
	border:#2d2d2d 5px solid;
	display:block;
	margin:0px;
}


#products .productitemleft .offerpatchtext {
	width:210px;
	float: left;
	padding-top: 20px;
}


#products .productitemrightoffer, #search .productitemright, #products .productitemright {
	background:url(../images/furniture/productstail.gif) no-repeat left top;
	width:97px;
	height:150px;
	float:right;
}

#products .productitemrightoffer {
	background:url(../images/furniture/productstail.gif) no-repeat left top;
	width:50px;
	height:150px;
	float:right;
}

#products .productitemright{
width:50px;
background:url(../images/furniture/productsnormaltail.gif) no-repeat left top;
}


#products #searchlisttopleft {
width:200px;
float:left;
}

#products  #searchlisttopleft p {
font-size:12px;
}

#products  #searchlisttopleft strong {
font-size:12px;
font-weight:bold;
}


#products  #searchlisttopright, #search #bottomnav {
float:right;
}

/*=====================end=======================*/

#aboutus #hometop, #events #hometop {
border-bottom:#969696 solid 1px;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

#aboutus #homepromo h1, #events #homepromo h1 {
	font-size:14px;
	display:inline;
	padding-right: 10px;
}

#aboutus #homepromo p {
	font-size:12px;
	padding-bottom: 8px;
}

#events .event1 img, #events .event2 img {
margin-bottom:5px;
}

#events .event1, #events .event2 {
width:264px;
float:left;
}

#events .event1 h2, #events .event2 h2{
font-size:11px;
font-weight:normal;
display:block;
padding-bottom:3px;
}

#events #homepromo .event1 h1 , #events #homepromo .event2 h1, #events #homepromo #eventbottom .event1 h1 , #events #homepromo #eventbottom .event2 h1 {
	font-size:13px;
	font-weight:bold;
	display:block;
	border:none;
	padding-bottom:3px;
	margin-bottom: 0px;
}

#events .event2 {
float:right;
}

#events .register {
	padding:5px 5px 5px 0px;
	border-top:#969696 solid 1px;
	border-bottom:#969696 solid 1px;
	margin-top: 10px;
}

#events #homepromo a {
text-decoration:underline;
text-size:11px;
}


#events #homepromo a.registerlink {
	text-align:right;
	padding-right:13px;
	font-size:12px;
	background:url(../images/furniture/whitearrow.gif) no-repeat 100% 53%;
	display: block;
	text-decoration:none;
	cursor:pointer;
}

#events #homepromo a.registerlink:hover {
background:url(../images/furniture/greywhitearrow.gif) no-repeat 100% 53%;
	cursor:pointer;
}

#events #formMessage {
	padding-bottom:5px;
	font-size:13px;
	color:#000066;
}


#events #eventtop{
	padding-bottom:px;
	display: block;
}

#events #eventbottom {
	display:block;
}

#events #eventbottom h1 {
	padding-bottom: 1px;
	margin-bottom: 9px;
	display:inline;
}

#events #homepromo #registerfields1, #events #homepromo #registerfields2, #events #homepromo #registerfieldsthree, #events #homepromo #registerfieldsfour {
	display:block;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:#969696 solid 1px;
}

#events #homepromo a.sendevent {
width:60px;
background:url(../images/furniture/registersend.gif) no-repeat left top;
height:23px;
text-align:center;
padding-top:7px;
display:block;
color:#FFFFFF;
text-decoration:none;
}

#events #hometop a, #events #homebottom a {
text-decoration:none;
padding-right:5px;
}

#events #hometop a:hover, #events #homebottom a:hover {
text-decoration:underline;
}

#events #homepromo a.sendevent:hover {
	color:#f9ce03;
}

#events #homepromo #registerfields1 h2, #events #homepromo #registerfields2 h2, #events #homepromo #registerfieldsthree h2, #events #homepromo #registerfieldsfour h2 {
	color:#2d2d2d;
	font-size:11px;
	font-weight:bold;
}
#events #homepromo #registerfields1, #events #homepromo #registerfields2, #events #homepromo #registerfieldsthree, #events #homepromo #registerfieldsfour {
	padding-top:10px;
	display: none;
}
#events #homepromo .leftreg {
float:left;
width:200px;
}

#events #homepromo .rightreg {
	float:right;
	width:60px;
	padding-top: 42px;
}
#events #homepromo #regnumber, #events #homepromo #regemail, #events #homepromo #regname{
margin-bottom:3px;
margin-right:2px;
border:#969696 solid 1px;
}

#events #homebottom {
border-bottom:#969696 solid 1px;
margin-bottom:9px;
padding-bottom:1px;
display:block;
}

#events #homebottom {
padding-top:10px;
}
#events #eventbottom .event1 p {
padding-top:0px;
}
/*====================css fixs=========================*/
/*wishlist fixs*/
#wishlist .productitemleft {
	width:100%;
}

#wishlist .productitem {
	padding-bottom: 7px;

}

#wishlist .productitemleft .offerpatchtext {
	width:208px;
}

#wishlist .offercolone, #wishlist .offercoltwo, #wishlist .offercolthree, #wishlist .offercolfour {
	float:left;
	border-left:#f9ce03 solid 1px;
	height:55px;
	width:40px;
	text-align: center;
	margin-top: 6px;
	padding-top: 23px;
}

#wishlist .offercoltwo {
	width:55px;
	padding-top: 27px;
	height: 51px;
}

#wishlist .offercolone h3 {
	font-size:12px;
	color:#FFFFFF;
	font-weight: normal;
	padding-top: 7px;
}

#wishlist .offercolthree h3 {
	font-size:12px;
	color:#FFFFFF;
	padding-top: 7px;
}

#wishlist .offercolone {
	width:65px;
}

#wishlist .offercolthree {
	width:65px;
}

#wishlist .offercolfour {
	width:56px;
}


#wishlist .offercolfour img {
	padding-top:3px;
}

#wishlist #producttypes li.price {
padding-right:25px;
display:block;
}

#wishlist #producttypes li.total {
padding-right:17px;
display:block;
}

#wishlist #producttypes li.qty {
padding-right:21px;
display:block;
}

#wishlist .offercoltwo a.update {
color:#FFFFFF; 
padding-top:3px;
display:block;
}
#wishlist .offercoltwo a.update:hover {
color:#f9ce03; 
}


#wishlist .offercoltwo #qty {
	width:25px;
	text-align: center;
}


#detailsmiddle h1 {
font-size:14px;
}
/*====================css fixs End=========================*/


/*====================Registration PAGES=========================*/
#newsletterreg #hometop h1, #wineclubreg #hometop h1, #beerclubreg #hometop h1 {
	font-size:14px;
	border-bottom:#969696 solid 1px;
	padding-bottom: 1px;
	margin-bottom: 9px;
}

#registration {
padding-top:10px;
}

#wineclubreg #homepromo h4, #beerclubreg #homepromo h4{
	display:block;
	padding-top: 4px;
}

#wineclubreg #homepromo #hometop h3, #beerclubreg #homepromo #hometop h3, #wineclubreg #homepromo #hometop p, #beerclubreg #homepromo #hometop p {
padding-bottom:6px;
}

#terms {
	padding-top:8px;
	display: none;
}

#wineclubreg #terms ul {
	margin:0px;
	padding:0px;
	display:block;
	list-style:circle;
	list-style-position:inside;
	margin-left: 10px;
}

#terms li {
	padding-bottom:6px;
	display:block;
	font-size: 10px;
}

#hometop a.termslink {
text-decoration:underline;
font-size:11px;
}

#newsletterreg  #registration h2, #wineclubreg #registration h2, #beerclubreg #registration h2 {
	font-size:12px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#newsletterreg  #registration p, #wineclubreg #registration p, #beerclubreg #registration p {
padding-left:8px;
padding-right:10px;
}


#newsletterreg #registration a.disclaimer, #wineclubreg #registration a.disclaimer, #beerclubreg #registration a.disclaimer {
padding-left:190px;
font-size:11px;
font-weight:normal;
padding-top:0px;
display:block;
}

#newsletterreg #registration a.disclaimer:hover, #wineclubreg #registration a.disclaimer:hover, #beerclubreg #registration a.disclaimer:hover{
text-decoration:underline;
}

#newsletterreg a.sendevent, #wineclubreg a.sendevent, #beerclubreg a.sendevent {
width:60px;
background:url(../images/furniture/registersend.gif) no-repeat left top;
height:23px;
text-align:center;
padding-top:7px;
display:block;
color:#FFFFFF;
text-decoration:none;
margin-left:190px;
margin-top:8px;
}

#newsletterreg a.sendevent:hover, #wineclubreg a.sendevent:hover, #beerclubreg a.sendevent:hover {
	color:#f9ce03;
}

/*====================newsletter registration END=========================*/


#wishlist #footerpatchright h1, #contactus #footerpatchright h1, #services #footerpatchright h1, #search #footerpatchright h1, #aboutus #footerpatchright h1, #products #footerpatchright h1, #events #footerpatchright h1, #newsletterreg #footerpatchright h1, #promotions #footerpatchright h1, #newsletterreg #footerpatchright h1, #wineclubreg #footerpatchright h1, #beerclubreg #footerpatchright h1 {
background:#2d2d2d;
	color:#FBCE03;
	text-align: center;
	padding-top:8px;
	font-weight: bold;
	font-size: 12px;
	 width:162px;
 	margin:0px auto;
 	display:block;
 	padding-bottom:3px;
}


#wishlist #footerpatchright, #contactus #footerpatchright, #services #footerpatchright, #search #footerpatchright, #aboutus #footerpatchright, #products #footerpatchright, #events #footerpatchright, #newsletterreg #footerpatchright, #promotions #footerpatchright, #newsletterreg #footerpatchright, #wineclubreg #footerpatchright, #beerclubreg #footerpatchright {
width:180px;
magin-right:0px;
}

#wishlist #footerpatchcenter, #contactus #footerpatchcenter, #services #footerpatchcenter, #search #footerpatchcenter, #aboutus #footerpatchcenter, #products #footerpatchcenter, #events #footerpatchcenter, #newsletterreg #footerpatchcenter, #promotions #footerpatchcenter, #newsletterreg #footerpatchcenter, #wineclubreg #footerpatchcenter, #beerclubreg #footerpatchcenter {
margin-right:1px;
}



#search .productitemrightoffer, #search .productitemright, #wishlist .productitemrightoffer, #wishlist .productitemright {
background:url(../images/furniture/offersearchtail.gif) no-repeat left top;
width:56px;
height:95px;
float:right;
}

#search .productitemright, #wishlist .productitemright {
background:url(../images/furniture/serachtail.gif) no-repeat left top;
}


/*=====================fixs=============*/

* html .offer img{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/public/images/furniture/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

* html #searchtop, * html #homepromo, * html #promotop, * html #wishlist #detailstop, * html #wishlist #detailsbottom, * html #wishlistboxmiddle, * html #wishlistboxbottom  {
overflow: hidden;
}

* html div.imagewrap, * html #search .productitemleft div.imagewrap, * html #products .productitemleft div.imagewrap, * html #wishlist .productitemleft div.imagewrap {
background:none;
}

* html #products .productitemleft {
	background: url(../images/furniture/productbackground.gif) repeat-x left top;
	width:542px;
	float:left;
	display:inline;
}

* html #products .productitemrightoffer, * html #search .productitemrightoffer, * html #products .productitemleft .offerpatchlink, * html #search .productitemleft .offerpatchlink, * html #search .productitemleft .offerpatchlink a, * html #search .productitemleft, * html #wishlist #homepromo #totalcost #totalcostleft, * html #wishlist #homepromo #totalcost #totalcostright {
	display:inline;
}

* html #homepromo {
padding-bottom:0px;
}


/* new changes======*/

#search .productitemleft .offerpatchlinksmall a {
	float:right;
	background:url(../images/furniture/searchbuttonsmall.gif) no-repeat left top;
	width:50px;
	height:30px;
	line-height:30px;
	display:block;
	margin-top:31px;
	margin-right:20px;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}

#search .productitemleft .offerpatchlinksmall a:hover {
background:url(../images/furniture/searchbuttonrolloversmall.gif) no-repeat left top;
color:#2d2d2d;

}

#search .productitemleft .offerpatchtext {
	width:305px;
	float: left;
	padding-top: 12px;
}
