/*
-----------------------------------------------
Style Sheet
Iron Pot Bay Wines - master styles
----------------------------------------------- */

html {
/*	background: #daeed0;*/
}
body {
/*	background-color: #daeed0;*/
	background-image:url(../../images/bg.jpg);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	height: 100%;
	min-height: 100%;	
}
p, td, ul, ol, li, dl, dt, dd {
	color: #333333;		
	line-height: 1.5em; 	
	margin: 0 0 1em 0;
	font-size: 11px;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color:#2D2D2D;
}

a:link, a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	background: transparent;
}
a:hover {
	color: #666666; 	
	text-decoration: underline;
	background: transparent;
}
strong {
		font-weight: bold;
}
em {
	font-style: italic;
}	
hr {
	background-color: #B4B280;
 	color: #B4B280;
	height: 1px;
	margin-top: 2em;	
}
/* table {
	width: 780px;
}*/


/* =NAVIGATION 
---------------------------------------------- */
#mainNav {
	height: 48px; 
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav {
	font-family: Verdana, Arial, Helvetica, sans-serif; 	
	font-size: .95em;
	font-weight: bold;
  	list-style: none;
   	margin: 0 0 0 0px;
  	padding: 0; 	
	text-transform: lowercase; 
/*	width: 780px;	*/
}
#nav a {
	display: block;
	line-height: 0.75em;	
/*	width: 10em; */
	text-decoration: none;
	padding: 0 0em 0 0px;
}
#nav a:hover {
	color: #D05D49;
  	} 
#nav li {
	float: left;
/*	width: 10em; */
	margin: 0;
}
#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;
	padding-top: 6px;
}
#nav li ul li {
	padding-bottom: 6px;
}
*+html #nav li:hover, *+html #nav li.hover {
    position: static;
}
#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	opacity:.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70); 
	background-color: #f0f0e6;	
}
/* =MAIN CONTENT 
---------------------------------------------- */
#content {
	clear: both;
	/*overflow:hidden; /* fixes 20px padding at bottom of Firefox due to clearfix */*/
	padding: 5px 10px 0 10px;
	width: 740px;
}
#contentMain {
/*	float: left;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

