/* - - - - - - - - - - - - - - - - - - - - -

Title : Farmer's Daughter Wines 
URL : http://www.ifa.net.au

Author : SiteSuite Australasia
Author URL : http://www.farmersdaughterwines.com.au

Description : full website styles

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBAL BROWSER - Baseline values for browser consistency
-----------------------------------------------------------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote { 
	margin: 0;
	padding: 0;
	}

body {
	font: 12px/17px Arial, Tahoma,Verdana, helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	}

img {
	border: 0;
	}



.clear {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0
	}

h1 {
	font-size: 18px;
	color: #7d333f;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
	}

h2 {
	font:  bold 16px Arial, Verdana, Helvetica, sans-serif;
	color: #8f9994;
	margin: 0 0 20px 0;
	}
	
h3 {
	color: #7f7c74;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	margin: 10px 0 10px 0;
	}	

a {
	color: #7d333f;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	text-decoration: none;

	}

#stats {
display: none;
height: 0;
line-height: 0;
} 

hr {
width: 100%;
height: 1px;
border: 1px dotted #662a34;

}


/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#top_bg {
width: 100%;
height: 122px;
background-color: #b8b3ac;

}
	#top_body {
	width: 835px;
	height: 122px;
	margin: 0 auto 0 auto;
	background-color: #dfdad1;
	
	}
	
		#logo_top {
		width: 207px;
		height: 122px;
		float: left;
		
		}
		
		#text_logo {
		width: 336px;
		height: 90px;
		float: right;
		margin-right: 15px;
		
		}
		
			#email {
			margin-top: 10px;
			margin-bottom: 20px;
			
			}
			
			#logo_t {
			width: 336px;
			height: 35px;
			
			}

#header_bg {
width: 100%;
height: 125px;
background: url(../siteimages/header_bg.gif) repeat-x;

}

	#header_body {
	width: 835px;
	height: 125px;
	margin: 0 auto 0 auto;
	background:url(../siteimages/header_bg2.gif) repeat-x;
	
	}
	
		#logo_bottom {
		width: 207px;
		height: 125px;
		float:left;
		
		}
		
		#header {
		width: 563px;
		height: 125px;
		float: right;
		margin-right: 15px;
		
		}
		
		#flash {
		width: 563px;
		height: 125px;
		float: right;
		margin-right: 15px;
		
		}

#menu_bg {
width: 100%;
height: 52px;
background-color: #2e2e2e;

}

	#menu_wrapper {
	width: 835px;
	height: 52px;
	margin: 0 auto 0 auto;
	background-color: #000000;
	
	}
	
	#menu_bar {
	width: 725px;
	height: 52px;
	margin: 0 auto 0 auto;
	background-color: #000000;
	
	}
	


	#content_wrapper {
	width: 835px;
	margin: 0 auto 0 auto;
	background: url(../siteimages/content_bg.gif) repeat-y;
	
	}
	
		#lhs {
		width: 583px;
		float: left;
		padding: 25px;
		}
		
		#lhs li {
		margin-left: 30px;
		
		}
		
		#rhs {
		float: right;
		width: 182px;
		padding: 10px;	
		}

#footer_bg {
width: 100%;
background-color: #2e2e2e;
height: 49px;

}


	#footer_wrapper {
	width: 835px;
	margin: 0 auto 0 auto;
	height: 34px;
	background-color:#000000;
	color: #7f7c74;
	font-size: 11px;
	padding-top: 15px;	}
	
	#footer_wrapper a {
	color: #7f7c74;
	text-decoration: none;
	} 
	
	#footer_wrapper a:hover {
	text-decoration: underline;
	
	}







/*
----------------------------------------------------------------------------- 
Main Menu 
-----------------------------------------------------------------------------*/
.mainNavItem {
	font-size: 11px;
	text-align: center;
	vertical-align:middle;
}
.mainNavItemLast { 
font-size: 11px; 
text-align: center;
vertical-align:middle;}

#nav, #nav ul {
	list-style: none;
	line-height: 11px;
	padding: 0px;
	margin: 0px; 
	}
	
ul#nav li {
	padding: 0px;
	float: left;
	font-family: Tahoma,Arial, Helvetica, sans-serif;

	 }

#nav li a {
	display: block;
	text-decoration: none;
	padding: 8px 12px 8px 12px;
	color: #d4cec2;
	text-transform: uppercase;
	vertical-align:middle;
	
}

#nav li a:hover { color: #7d333f;  }

#nav li ul a {
	font-size: 11px;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	color: #FFFFFF;
}

#nav li ul a:hover { color: #bcbd44; background: none; }

ul#nav li ul {
	position: absolute;
	left: -888em;
	height: auto;
	width: 125px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #2C190F;
	border-right: 1px solid #2C190F;
	border-bottom: 1px solid #2C190F;
	background-color: #2C190F;
}

ul#nav li ul li {
	width: 125px;
	margin: 0px;
	padding: 0px;
}

#nav li ul ul {
	margin: -1.90em 0 0 15em; }

#longMenu { display: block; width: 155px; height: 10px; position: relative; top: -11px; left: 30px; }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { left: auto; }

#nav li:hover, #nav li.sfhover {
	color: #FF7300;  }

#nav li ul li:hover, #nav li ul li.sfhover {
	color: #FF7300; background: none; }

/*
----------------------------------------------------------------------------- 
Links
-----------------------------------------------------------------------------*/

a.linkopacity img {
	filter:alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1;
	}

a.linkopacity:hover img {
	filter:alpha(opacity=65);   
	-moz-opacity: 0.80;   
	opacity: 0.80;
	}


input, select, textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FAFAFA;
	border: 1px solid #ABABAB;
	padding: 1px;
	}
	
/*
----------------------------------------------------------------------------- 
custom style 
-----------------------------------------------------------------------------*/

.td_bg_beige {
background-color: #f5f4f1;
padding: 15px;

}

.minicart_heading {
background: #a6a49e;
color: #662a34;
font-weight: bold;
}

.product_list a{
color: #FFFFFF;
text-decoration: none;

}

.checkout_toprow {
background: #ece5e6;

}

.checkout_td_bgcol {
border: 1px solid #ece5e6;

}

div.cat_productwrap {
    float: left;
	width: 145px;
	max-width: 145px;
	height: 175px;
	text-align: center;
	vertcal-align: top;
	overflow: hidden;
	display: block;
}

.thumb {
	border: 6px solid #dfdedc;
}

	 div.cat_producttxt {
					   width: 140px;
						 max-width: 140px;
						 height: auto;
						 margin: 0 auto;
						 overflow: none;
						 display: block;
					 }

 					 div.cat_producttxt a h4 {
					   color: #000000;
					   text-decoration: none;
					   size: 12px;
					 }
					 
					 div.cat_producttxt a:hover h4 {
					   color: #7c2e2a;
					   text-decoration: underline;
					 }

div#product_wrap {
	width: 600x;
	max-width: 600px;
	height: auto;
	overflow: none;
	display: block;
}

.submenu ul li a {
margin-left: 20px;

}

.productname {
text-decoration: none;

}

.productname a:hover {
text-decoration: underline;

}

/*------------------------------------------------------------------------------
Lightbox
------------------------------------------------------------------------------*/

#lightbox {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink{
	width: 49%;
	height: 100%;
	background: transparent url(/persistent/templateimages/lightbox_prevlabel.gif) no-repeat left 15%; /* Trick IE into showing hover */
	display: block;
	}

#nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/persistent/templateimages/lightbox_nextlabel.gif) no-repeat right 15%; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/persistent/templateimages/lightbox_prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/persistent/templateimages/lightbox_nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
