/*
	Style sheet for dustpic
	Last updated: 07/02/2007
*/


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Layout  */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

*{  
	font-family: "Trebuchet MS", verdana, geneva, arial, sans-serif;
	font-size: 100%; 
	color: #333;
	margin:0;
	padding:0;
	}
	
body {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-size: 80%; 
    background: #8a0d2f url(/media/bg.jpg) -150px 0; 
	}

#wrapper {
	margin:0 auto;
	padding: 0;
	width: 960px;	 
	background-color: #fff;
	text-align: left;
	}

#header {
	margin: 0;
	padding: 0;
	width:960px;
	height: 193px;
	background-image: url('/media/header/red-wine.jpg'); 
	background-repeat: no-repeat;
	}

#sidenavigation {
	width:160px;
	padding: 45px 0 0 0;
	background:#fff;
	/* compensates for IE Win bungling */
	height: 100%;
	vertical-align:top;
	
	}

#maincontent	{
	width:750px;
	padding: 0 10px 0 40px;
	}

#container{
width: 550px;
}


#rightnavigation{
	float: right;
	margin: 0;
	padding: 0;
	width: 180px;
	}

#footer {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	background-color: #7f0029;
	}

#footer div.curve {
background-image:url("/media/footerbg.gif");
height:67px;
margin-left:-18px;
position:relative;
width:978px;
}

.repeat{
	width:520px; 
	background: #ab0534;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */	
/*  Typography */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
	
h1, h2, h3, h4, h5, h6 {
	color: #ab0534;
	margin: 0;
	padding: 0;
	font-size: 120%; 
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	display: block;
	}

#wrapper p {margin: 0.5em 0;}

li {
	margin-left:40px;
	list-style-type: square;
	}

#footer li {list-style-type:none;}

#footer p {
	padding:5px;
	color: #fff;
	text-align: center;
	}

.small{
	font-size:85%;
	}


#search{
	font-size: 120%;
	color: #ab0534;
	font-weight: bold;
	padding: 10px 0 0 0;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Link Styles */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

a {
    text-decoration: none;
	color: #ab0534;
	background: transparent; 
    }

a:hover {
	color: #ab0534;
	background-color: none;
    }


.repeat a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

.repeat a:hover {	
	padding:1px;
	text-decoration:underline;
	color: #fff;
	}
	
#footer a {	
	text-decoration:none;
	padding:1px;
	color: #fff;
	}

#footer a:hover {	
	text-decoration:none;
	padding:1px;
	color: #ab0534;
	}

a.sitecredit {
	font-size: 80%;
	text-decoration: none; 
	color: #fff ;
	background-color: #7F0029;
	text-align:center;
	display:block;
	width:960px;
	margin: 0 auto;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Extra Bits */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */


#header .logo{
	margin: 30px 0 0 35px;
	float:left;
	}

#header p.strap{
	margin: 30px 0 0 35px;
	float:left;
	color:#ffffff;
	font-size:140%;
	}

#header p.strap strong {font-size:200%;color:#fff;}

#header p.strap a {display:block;background-color:#951129;padding:5px 15px;margin:5px 0 0 0;width:120px;color:#ffffff;}

#quickbasket{
	float: right;
	text-align: center;
	margin: -5px 30px 0 0;
	color:#ab0534;
	}

#AccountLinks{
float:right;
}


.categorycell{
	padding: 10px;
	text-align:center;
	width: 33%;
	}
		
td{
	vertical-align:top;
	}


.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}

img {
	border: 0;
	outline:0;
	}



hr {
    border: 0;  
    border-bottom: 1px solid #ab0534;
	height: 1px;
    margin-top: 1ex;
	}

.hiddenclear {
	clear: both;
	color: #fff; 
    font-size: 0; 
    margin: 0;
    visibility: hidden; 
	}

.floatleft {
	float:left;
	margin-right: 5px;
	}

.floatleftb {
	float:left;
	margin-right: 5px;
	border:solid 1px #ab0534;
	}

.floatright {
	float:right;
	margin-left: 5px;
	}

.floatrightb {
	float:right;
	margin-left: 5px;
	border:solid 1px #ab0534;
	}

.center {  
    text-align: center;
    }

.VABR {
	line-height: 70%;
	vertical-align: bottom;
	text-align: right;
	}

.VABL {
	line-height: 70%;
	vertical-align: bottom;
	text-align: left;
	}

.VATR {
	line-height: 70%;
	vertical-align: top;
	text-align: right;
	}

.VATL {
	line-height: 70%;
	vertical-align: top;
	text-align: left;
	}

.smallpad{
	padding:3px;
	}
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Tables */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.tableborder {
	border-top: solid 2px #bb9cc6;
	border-right: solid 2px #bb9cc6;
	text-align:center;
	}

.tableborderlight {
	border-top: solid 2px #bb9cc6;
	border-right: solid 2px #bb9cc6;
	text-align:center;
	background-color: #faecfe;
	}

.tableborder2 {
	border-top: solid 2px #bb9cc6;
	font-weight:bold;
	background-color: #faecfe;
	}

.tableborder3 {
	border-right: solid 2px #bb9cc6;
	background-color: white;
	}

.tableborder4 {border-top: solid 2px #bb9cc6;
	text-align:center;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Forms and fields */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

form {
	padding: 0;
	margin: 0;
	}

fieldset {
	width:98%;
	padding:0 4px 4px 6px;
	border:solid 1px #ccc;
	}
	
legend {
	margin: 0;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	color:#ab0534;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
	}

.blurred {
	border: #ab0534 1px solid;
	padding: 2px; 
	background-color: #fff;  
	}

.focused {
	border: #ff0000 1px solid; 
	padding: 2px; 
	background-color: #fff; 
	}


#sidenavigation form{
	font-size:85%;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #topnav{
	margin: 0;
	padding: 0 0 5px 5px;
	text-align:center;
	}

#topnav ul, #topnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#topnav a:link, #topnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 5px 2px 5px;
	text-decoration: none;
	color: #fff;
	font-size:11px;
	}

#topnav a:link#current, #topnav a:visited#current, #topnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #ab0534;
	}

#topnav a:hover {
	color: #ccc; 
	}

p.topnav {font-size:110%;}
p.topnav a:hover {text-decoration:underline;}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Customer Top Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

 #Ctopnav{
	margin: 0;
	padding: 0 0 5px 5px;
	text-align:center;
	background:#998a9f;
	border-top: solid 1px #fff;
	}

#Ctopnav ul, #Ctopnav li{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#Ctopnav a:link, #Ctopnav a:visited{
	line-height: 14px;
	font-weight: bold;
	margin: 0 7px 2px 7px;
	text-decoration: none;
	color: #fff;
	font-size:11px;
	}

#Ctopnav a:link#current, #Ctopnav a:visited#current, #Ctopnav a:hover{
	padding-bottom: 0px;
	background: transparent;
	color: #ab0534;
	}

#Ctopnav a:hover {
	color: #ccc; 
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */
/*  Side Nav */
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

.sidenav{
	padding: 0;
	margin: 5px 0 0 0;
	width: 160px;
	}

.sidenav li {
	list-style: none;
	margin: 2px 2px 6px 3px;
	color: #333333;
	}

.sidenav li a {
	display: block;
	padding-left: 4px;
	text-decoration: none;
	font-size: 90%;
	color: #333333;
	}

.sidenav li.sub {
    font-size:91%;
	list-style: circle;
	list-style-position: outside;
	margin: 0 2px 2px 6px;
	border: none;
	text-align: left;
	}

.sidenav ul.sub {
	margin: 0;
	}

.sidenav li.subsub {
    font-size:91%;
	list-style: disc;
	list-style-position: outside;
	margin: 0 0 0 -3px;
	border: none;
	text-align: left;
	color: #ab0534;
	}

.sidenav ul.subsub {
	margin: 0px 2px 2px 0;
	}

.sidenav li a:link {
	color: #333333; 
}

.sidenav li a:visited {
	color: #333333; 
	}

.sidenav li a:hover{
	border-color: #ab0534;
	color: #000;
	}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------  */

/*HOMEPAGE SPECIALS*/

.specialoffers {
	width: 260px; 
	height:100px; 
	border-top: 3px solid #ab0535; 
	border-left: 1px solid #ab0535;
	border-right: 1px solid #ab0535;
	border-bottom: 1px solid #ab0535;
	margin:5px 0 28px 5px;
	}
	
.specialoffers img {
	margin:5px;
	border: 1px solid #ab0535;
	}
	
.specialoffersimage {
	background: url('/media/special_box_top.gif') no-repeat;
	vertical-align:top;
	}
	
.specialoffersdesc {
	background: url('/media/special_box_top.gif') no-repeat;
	height:76px;
	}
	
.specialoffersprice {
	vertical-align:bottom;
	background: url('/media/special_box_bottom3.gif') bottom no-repeat; 
	height: 24px;
	}
	
.specialoffersprice p {
	color: #fff;
	font-weight:bold;
	text-align:right;
	margin:0;
	padding:0 5px 4px 0;
	
	}
	
/*HOME FEATURED */

.featuredoffers {
	width: 260px; 
	height:100px; 
	border-top: 3px solid #4197a3; 
	border-left: 1px solid #4197a3;
	border-right: 1px solid #4197a3;
	border-bottom: 1px solid #4197a3;
	margin:5px 0 28px 5px;
	}
	
.featuredoffers img {
	margin:5px;
	border: 1px solid #4197a3;
	}
	
.featuredoffersimage {
	background: url('/media/featured_box_top.gif') no-repeat;
	vertical-align:top;
	}
	
.featuredoffersdesc {
	background: url('/media/featured_box_top.gif') no-repeat;
	height:76px;
	}
	
.featuredoffersprice {
	vertical-align:bottom;
	background: url('/media/special_box_bottom2.gif') bottom no-repeat; 
	height: 24px;
	}
	
.featuredoffersprice p {
	color: #fff;
	font-weight:bold;
	text-align:right;
	margin: 0;
	padding:0 5px 4px 0;
	}

table.ProductList td {padding:10px 10px 10px 0;width:167px;}

table.ProductList td p {height:50px;}

table.ProductList td a.imgborder{
border: solid 1px #ccc;
padding: 5px;
display:block;
position:relative;
height:173px;
}

table.ProductList td a.imgborder span {
background-color:#7F0029;
color:#FFFFFF;
display:block;
left:-1px;
padding:5px;
width:157px;
position:absolute;
bottom:-1px;
text-align:center;
}

table.ProductList td a.imgborder span strong {color:#fff;}


div.SpecialProducts {float:right;width:100px;height:50px;width:187px;}
div.SpecialProducts ul li {background:url(/media/li_product.gif) no-repeat;width:225px;height:94px;margin:0 0 0 3px;list-style-type:none;position:relative;}
div.SpecialProducts ul li img {border:1px solid #CCCCCC;width:50px;float:left;position:absolute;top:21px;left:10px;}
div.SpecialProducts ul li p {padding-top:18px;padding-left:65px;font-size:90%;}
div.SpecialProducts ul li p a {display:inline;margin-left:0;font-size:100%;}
div.SpecialProducts ul li a {display:block;margin-left:65px;font-size:90%;}