/* General Settings */

body
{
	font-family: Arial, Helvetica, sans-serif;
	background: #fff url(../images/bg_gradient.jpg) repeat-x;
	height: 100%;
	margin: 0px;
	text-align: center;
	color: #84868C;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}

img
{
	margin:0px 0px -3px 0px;
}

ul
{
	margin: 5px 40px 15px 40px;
	line-height: 18px;
}

p
{
	margin-top: 10px;
	margin-bottom: 15px;
}



/* Structure */


div.wrapper
{
	width: 900px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 40px;
}

div.wrapper-content
{
	margin: 0px 0px 0px 0px;
}

div.masthead
{
	/*margin: 0px 0px 0px 0px; 	position: relative; 	text-align: left; 	width: 100%;*/
}


div.masthead-links
{
	float: right;
	margin: 40px 5px 0px 0px;
	text-align: right;
}

div.content
{
	position: relative;
	text-align: left;
	width: 900px;
	min-height: 500px;
	background-color: #fff;
	text-align: left;
}

div.content-container /* this div is so that the hero visual text can move down if a validation summary is displayed */
{
	position: relative;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

* html div.content-background-minheight
{
	height: 430px;
	height: 430px;
}

div.masthead ul
{
	margin: 0px;
	padding: 0px;
}

div.masthead li
{
	padding-left: 50px;
	display: inline;
}

div.footer-content li
{
	float: left;
	padding-right: 30px;
}

div.navbar-content li
{
	margin-left: 40px;
	margin-right: 40px;
}

div.navbar-content li A:link, div.footer-content li A:visited, div.footer-content li A:active, div.footer-content li A:hover, div.masthead li A:link, div.masthead A:visited, div.masthead A:active, div.masthead A:hover
{
	color: #5A595A;
	font-weight: bold;
	text-decoration: none;
}

/*sidebar content end */

div.left
{
	float: left;
}

div.right
{
	float: right;
	margin: 0px 10px 0px 0px;
}

div.clear
{
	clear: both;
}

div.center
{
	text-align: center;
}

/* navigation */

div.navbar
{
	height: 35px;
	width: 900px;
	text-align: left;
	font-weight: bolder;
	font-size: 13px;
	background-color: #A5AAAD;
}

div.navbar-content A:link, div.wine-menu A:hover, div.wine-menu A:visited, div.wine-menu A:active
{
	color: #000;
}

div.navbar-content
{
	padding: 10px 0px 0px 30px;
}


/* links classes */

A:link, A:visited, A:active, A:hover
{
	color: #444444;
	font-weight: normal;
	text-decoration: underline;
}

.cursor-hand
{
	cursor: pointer;
}

h1
{
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	font-family:Times New Roman;
}

h2
{
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;	
	font-family:Times New Roman;
}
h3
{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	line-height: 22px;
}
h5
{
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 10px;
	line-height: 22px;
}

div.wine-selection A:link img, div.wine-selection A:visited img, div.wineselection A:active img, div.wineselection A:hover img
{
	height: 550px;
	margin-right: 20px;
}

div.wine-selection
{
	z-index: 2;
	position: absolute;
	top: 100px;
	width: 900px;
	text-align: center;
}

div.wine-selection-small
{
	z-index: 3;
	position: absolute;
	top: 0px;
	left: 15px;
	width: 300px;
	text-align: center;
}

div.wine-selection-small A:link img, div.wine-selection-small A:hover img, div.wine-selection-small A:visited img, div.wine-selection-small A:active img
{
	height: 310px;
}

div.background-twirl
{
	position: absolute;
	top: 120px;
	z-index: 1;
	width: 740px;
	left: 90px;
}

div.wine-menu
{
	position: absolute;
	left: 90px;
	top: 320px;
	width: 100px;	
}

div.wine-menu A:link, div.wine-menu A:hover, div.wine-menu A:visited, div.wine-menu A:active
{
	color: #84868C;
	text-decoration: none;
	font-weight:bold;
}

i
{
	font-family: Times New Roman;	
}

