html {
	height: 100%;
	/* overflow: hidden; */
}

body {
	background: #eeebe7;
	margin: 0;
	padding: 0; 
	height: 100%;  
	color: #3e382c; 
	text-decoration: none;  
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	text-align: center;
}
 
div, li, form, select, input, label, dl, dt, dd 
{
	margin: 0;
	padding: 0;
	border: 0; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-weight: normal;
	color: #3e382c;
	margin: 0 0 1em;
} 

h1 {
	font-size: 30px;
	margin-bottom: .8em;
}
	h1 em {font-size:20px;}
	
h2 {font-size: 20px;}

p, blockquote {
	line-height: 1.8em;
	margin: 0 0 1.5em;
	padding: 0;
}

ul, ol {
	margin: 0 0 1.5em;	
	padding: 0;	
	list-style-type:none;
}

table, tr, td, th, thead, tbody  {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

img {
	display: block;
 	margin: 0;
	border: 0;
} 


a {
	color: #a75010;
	text-decoration: none;
}

a:hover {
	color: #a75010;
	text-decoration: underline;	
}

em {
	font-style: italic;
}


/* general classes
---------------------------------------------------------- */

.clear {
	clear: both;
}  

.error {
	color: #a75010;
}



/* 	layout
---------------------------------------------------------- */

#wrapper {
	height: 100%;
}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}


/* 	header
---------------------------------------------------------- */

#header {
	height:150px;
}


#ahseLogo {
	float:left;
	width:253px;
	height:16px;
	display:block;
	background: url(/images/ashe_logo.gif);
	text-indent: -9999px;
	margin-top: 64px;
	overflow: hidden;
}

#mainNav {
	float:right;
}

	#mainNav li {
		display: inline;
	}
	
	#mainNav a {
		padding: 7px 15px;
		display: block;
		float:left;
		font-size: 16px;
		font-family: Times, "Times New Roman", Georgia, serif;
		text-decoration: none;
		color: #3e382c;
	}
	
	#mainNav a:hover, #home #homeBtn, #contact #contactBtn {
		color: #eeebe7;
		background: #3e382c;
	}



/* 	leftCol
---------------------------------------------------------- */

#leftCol {
	float: left;
	width: 455px;
	margin-right: 40px;
	margin-bottom: 20px;
}

#wine {
	margin-left: 15px;
}

#wine div {
	text-align: center;
	font-size: 20px;
	width: 130px;
	margin-right: 15px;
	float:left;
	display: inline;
}

#wine img {
	margin-bottom: 5px !important;
}

#wine a {
	text-align: center;
	width: 100px;
	font-family: Times, "Times New Roman", Georgia, serif;
	font-weight: normal;
	text-decoration:none;
	color: #3e382c;	
}
#wine a:hover {
	color: #a75010;
}
#first {
	float:left;
}
#middle {
}
#last {
}

#leftCol img {
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

#leftCol p {line-height:1.3em;margin-bottom:.5em;}

.copy, .copy a {
	margin-top:5px;
	color: #b8b6b1;
	text-decoration:none;
}
	.copy a:hover {text-decoration:underline;color: #b8b6b1;}




/* 	rightCol
---------------------------------------------------------- */

#rightCol {
	float:left;
	width: 455px;
	overflow: hidden;
}

/* 	footer
---------------------------------------------------------- */
#footer {
	border-top: #CAC8BC solid 1px;
	clear: both;
}

/* 	Contact Form
---------------------------------------------------------- */

address {
	font-style:normal;	
	margin-bottom: 25px;
}

.left {
	float:left;
	clear:both;
}
.right {
	float:right;
}
.indicate-required {
	font-family: Times, "Times New Roman", Georgia, serif;
	padding-left:5px;
	display:inline-block;
	font-style:italic;
	color: #b8b6b1;
}
input {
	border: 1px solid #cecece;
	padding: 4px 5px;
	width: 206px;
	margin-bottom:.3em;
}

.mc-field-group {
	margin-bottom: 1.0em;
	width:225px;
	overflow: hidden;
}

.mc-field-group .contacttype {
display: block;
float:left;
width: auto;
margin: 1px 10px 0px 3px;
float: left;
border: none;
clear: left;
}

label {
	display:block;
	margin-bottom:.3em;
}

ul#contact li
{display: block;
	display: block;
	float:left;
	width: auto;
	margin: 1px 10px 0px 3px;
	float: left;
	border: none;
	clear: left;}
	
ul#contact li#first
	{ margin: 0px 5px 2px 3px;
}


radiolabel {
	display:block;
	float:left;
	padding: 0;
	margin: 0 0 10px 0;
}

.input, .inputLeft, .inputRight {
	width:218px;
	margin-bottom: 15px;
}

	.inputLeft, .inputRight {float: left;}
	.inputLeft {margin-right:14px;display:inline;}

.btn {
	width:auto !important;
	border: none;
	display: inline;
	color: #eeebe7;
	background: #3e382c;
	padding: 5px 7px;
}

#submitBtn {
	width:auto;
	border: none;
	display: inline;
	color: #eeebe7;
	background: #3e382c;
	padding: 5px 7px;
}

	#submitBtn:hover {
		background: #615c51;
		cursor: pointer;
	}
	
.reqText {
	display:inline;
	padding-left: 10px;
	font-style: italic;
	font-family: Times, "Times New Roman", Georgia, serif;
}

label.error {font-style: italic;}
input.error {border-color: #a75010;}

.iamwith {padding-left: 7px;}


