@charset "UTF-8";
/* CSS Document */

/* Tags --------------------------------------------------------- */

body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}


a:link {
	color: #BBAE2D;
}
a:visited {
	color: #BBAE2D;
}
a:hover {
	color: #BBAE2D;
}
a:active {
	color: #BBAE2D;
}


h1 {
	text-align:center;
}

/* IDs ----------------------------------------------------------- */

.oneColFixCtrHdr #container {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/ScottCellars_body.gif);
	background-repeat:repeat-y;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {

}

.oneColFixCtrHdr #mainContent {
	padding: 0px 20px 10px 20px;
	margin: 0px 20px; 
	margin-top:10px;
	border-top: 2px solid #A58A04;	
	border-bottom: 2px solid #A58A04;	
}
.oneColFixCtrHdr #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	padding-top:10px;
	
}

#menu 
{
	margin-left:135px;
}

#legal
{
 text-align:center;
 font-size:10px;
 padding:15px;
 background-color:#000000;
}

/* Classes --------------------------------------------------------- */

.clear
{
	clear:both;
}

.details
{
	float:left;
	width:200px;
}

.wine_name
{
	font-size:2em;
	font-weight:bold;
}

.wine_list
{
	float:left;
	width:250px;
	text-align:center;
}

/* Drop Down Menus -------------------------------------------------------- */


#nav, #nav ul, #nav img {
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index:99;
}

#nav 
{

}

#nav a {
	display: block;
	text-decoration: none;
	/*padding: 0;*/
	margin: 0;
}

#nav li.primary {
	float: left;
	display:block;
}

#nav li ul {
	position: absolute;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

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

ul.drop {
	background-color:#000;
	/*background-image: url(images/dropdownBG.gif);*/
	background-repeat: repeat;
	width: 150px;
	border: 1px solid #A58A04;
}

ul.drop li {
	margin: 0;
	float:none;
	display:block;
	border-bottom: 1px solid #A58A04;
}

ul.drop li a {
	padding: 5px;
	color:#FFFFFF;
	background-color:none;
}

ul.drop li a:hover {
	color:#FFFFFF;
	background-color:#333333;
}
