/*common styles*/
.one_point_seven { font-size:1.7em; }
.one_point_one { font-size:1.1em; }
.one_point_two { font-size:1.2em; }
.one_point_three { font-size:1.3em; }
.one_point { font-size:1.0em; }
.point_eight_five { font-size:0.85em; }
.point_eight { font-size:0.8em; }
.point_seven { font-size:0.7em; }
.point_seven_five { font-size:0.75em; }
.point_six_five { font-size:0.65em; }
.brown { color: #D56109; }
.grey { color:#666; }
.black { color:#000; }
.relative { position:relative; }
.point_eight_one { font-size:0.9em; line-height:1.3em; }
.point_seven_six { font-size:0.75em; margin-bottom: -15px; margin-top: -15px;}

/*define body styles and center content on page*/
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
	color:#FFFFFF;
}
#content_wrapper {
 	margin-left: auto;
	margin-right: auto;
	width: 840px;
	text-align:left;
}
/*background image*/
#background_image {
	width: 840px; height:630px;
	background:url(../images/background-homepage.jpg) top right no-repeat;
}
#background_image_step_2 {
	width: 840px; height:700px;
	background:url(../images/background-step2.jpg) top right no-repeat;
}
#background_image_step_3 {
	width: 840px; height:710px;
	background:url(../images/background-step3.jpg) top right no-repeat;
}
#background_image_shop {
	width: 840px; height:670px;
	background:url(../images/background-shop.jpg) top right no-repeat;
}
#background_image_contact {
	width: 840px; height:641px;
	background:url(../images/background-shop.jpg) top right no-repeat;
}
#background_image_signup {
	width: 840px; height:641px;
	background:url(../images/background-email-signup.jpg) top right no-repeat;
}
#background_image_about_us {
	width: 840px; 
	background:url(../images/background-about-us-1.jpg) top right no-repeat;
}
#background_repeater {
	width: 840px; 
	background:url(../images/background-about-us-2.jpg) top right repeat-y;
}
/*header*/
#header_wrapper {
}
/*logo*/
#logo {
	float:left;
	margin-top:30px;
}
#logo h1 a {
	width:270px; height:80px;
	background:url(../images/logo.gif) top left no-repeat;
	text-indent:-9999px;
	display:block;
}
/*top nav*/
#top_nav {
	float:right;
	margin-top:20px;
}
#top_nav ul li {
	display: inline;
}
#top_nav ul li a {
	color:#fff;
}
#top_nav ul li a:hover {
	text-decoration:underline;
	color: #D56109;
}
/*step nav*/
#step_nav {
	margin:30px 0 0 0;
}
#step_nav ul li {
	float:left;
	line-height:1.8em;
	text-indent:27px;
}
#step_nav_1 a {
	display:block;
	height:20px; width:170px;
	background:url(../images/step-number-one.gif) 0 -20px no-repeat;
	color:#666;
}
#step_nav_1 a:hover {
	background-position:0 0;
	color:#fff;
}
#step_nav_1_selected {
	height:20px; width:140px;
	background:url(../images/step-number-one.gif) 0 0 no-repeat;
}
#step_nav_2 a {
	display:block;
	height:20px; width:140px;
	background:url(../images/step-number-two.gif) 0 -20px no-repeat;
	color:#666;
}
#step_nav_2 a:hover {
	background-position:0 0;
	color:#fff;
}
#step_nav_2_selected {
	height:20px; width:140px;
	background:url(../images/step-number-two.gif) 0 0 no-repeat;
}
#step_nav_3 a {
	display:block;
	height:20px; width:200px;
	background:url(../images/step-number-three.gif) 0 -20px no-repeat;
	color:#666;
}
#step_nav_3 a:hover {
	background-position:0 0;
	color:#fff;
}
#step_nav_3_selected {
	height:20px; width:200px;
	background:url(../images/step-number-three.gif) 0 0 no-repeat;
}
/*footer*/
#footer {
	margin:40px 0 0 50px;
}
#footer ul li {
	display: inline;
	color:#666
}
#footer ul li a {
	color:#666;
}
#footer ul li a:hover {
	text-decoration:underline;
	color: #FFF;
}
/*step one styles (homepage) */
#body_wrapper {
	margin:20px 0 0 50px;
	/*border:1px solid yellow;*/
}
.find_wine_1 {
	font-weight:normal;
	margin:55px 0 0 94px;
}
.find_wine_2 {
 	font-weight:normal;
	margin:0 0 0 460px;
}
#instruction_list {
	margin:13px 0 0 94px;
	background:url(../images/numbers-small.gif) top left no-repeat;
	height:79px;
}
#list_1 {
	padding:5px 0 0 27px;
}
#list_2 {
	padding:17px 0 0 27px;
}
#list_3 {
	padding:18px 0 0 27px;
}
#choose_city {
	height:92px;
	margin:18px 0 0 0;
}
#select_city {
	width:562px; height:80px;
	background:url(../images/start-graphic.jpg) top left no-repeat;
	text-indent:-9999px;
	float:left;
}
#step_one_form_wrapper {
	float:left;
}
#input_metroarea {
	margin:10px 0 0 16px;

}
#input_state {
	margin:32px 0 0 16px;
	
}
#features {
	padding-top:18px;
	line-height:1.1em;
}
#features p {
	line-height:1.0em;
	margin:0 112px 0 10px;
}
#features h3 {
	font-weight:normal;
	margin:15px 0 5px 10px;
}
#features a {
	display:block;
	width:260px; height:80px;
	color:#FFFFFF;
}
#feature_1 {
	background:url(../images/feature-1.jpg) top left no-repeat;
	width:260px; height:80px;
	float:left;
	margin-right:5px;
}
#feature_2 {
	background:url(../images/feature-2.jpg) top left no-repeat;
	width:260px; height:80px;
	float:left;
	margin-right:5px;
}
#feature_3 {
	background:url(../images/feature-3.jpg) top left no-repeat;
	width:260px; height:80px;
	float:left;
}
/*step two styles*/
#choose_wine{
	margin:40px 0 0 0;
}
#select_wine {
	width:322px; height:70px;
	background:url(../images/header-2.jpg) top left no-repeat;
	text-indent:-9999px;
}
#search_wine {
	float:left;
	padding: 0 0 0 90px;
	width:290px;
	margin:0;
}
#search_wine p {
	padding:5px 0 0 0;
}
#search_wine_fields {
	margin:14px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:0 0 13px 0;
	height:237px;
}
#search_wine_fields span {
	line-height:2.4em;
}
input.text {
	font-size:0.65em;
	width:176px;
}
select.select {
	font-size:11px;
	width:180px;
}
label.label {
	font-size:0.75em;
	text-transform:uppercase;
}
input.button {
	font-size:0.7em;
}
#search_wine .text, .select, .option {
	margin:13px 0 0 0;
}
.searchwine_marginfix {
	margin:0;
}
#metroarea_image {
	float:left;
	padding:31px 0 0 60px;
	width:300px;
}
.steptwo_spacer_fix {
	margin:-5px 0 0 0;
}
/*step two_b styles */
#wine_results {
	float:left;
	padding:6px 0 0 60px;
	width:300px;
}
#wine_results_fields {
	margin:14px 0;
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:10px 0 13px 0;
	height:226px;
	overflow-y: scroll;
	overflow:auto;
	overflow:-moz-scrollbars-vertical;
}
#wine_results_fields p {
	height:1.8em;
	margin-left:-4px;
}
/*step three styles */
#location_banner {
	margin:40px 0 28px 0;
}
#location_header {
	width:373px; height:70px;
	background:url(../images/header-3.jpg) top left no-repeat;
	text-indent:-9999px;
	float:left;
	margin:0 0 0 -1px;
}
#back_button {
	float:left;
	width:125px; height:20px;
	background:url(../images/step-number-2-on.gif) top right no-repeat;
	line-height:1.1em;
	margin:29px 0 0 275px;
}
#back_button a {
	color:#fff;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:0.75em;
}
#location_info {	
}
#location_list 	{
	float:left;
	width:288px; height:370px;
	border:1px solid #666;
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
	margin:0 10px 0 0;
}
#location_list p, #location_list h4 {
	padding:25px 0 0 25px;
	line-height:1.5em;
}
#location_list p a {
	color:#fff;
	text-decoration:underline;
}
#location_list p a:hover {
	color: #D56109;
}
#location_map {
	float:left;
	width:489px;
	height: 370px;
}
.step_three_spacer_fix {
	padding-bottom:20px;
}
/*shop page styles */
#market_header {
	width:70px; height:20px;
	background:url(../images/header-shop.gif) top left no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 0;
}
#product_list {
	margin:40px 0 0 0;
}
.product_info {
	width:190px;
	float:left;
	padding:0 10px 30px 0;
	line-height:1.4em;
	font-size:0.75em;
	text-align:center;
}
.product_info img {
	display:block;
	margin-bottom:-10px;
}
.end_of_row {
	padding:0 0 30px 0;
}
.shop_spacer_fix {
	margin:-30px 0 20px 0;
}
/* market page styles */
#market_header {
	width:130px; height:20px;
	background:url(../images/header-wine-mrkt.gif) top left no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 0;
}
#market_wrap {
	margin:20px 0 0 0;
}
#market_tagline {
	width:189px;
	float:left;
	margin:0 20px 0 0;
	text-align:right;
}
#market_tagline p {
	margin:10em 0 0 2em;
	line-height:1.4em;
}
#market_company_desc {
	width:189px;
	float:left;
	margin:50px 20px 0 0;
	text-align:left;
}
#market_company_desc p{
	margin:.7em .5em 0 0;
	line-height:1.4em;
}
#market_company_name {}
#market_products {
	width:581px;
	float:left;
	padding:0 0 25px 0;
}
#market_main_image {
	width:581px; height:350px;
	background:url(../images/wine-mrkt-main-image.jpg) top right no-repeat;
	text-indent:-9999px;
}
#market_list {
	margin:10px 0 0 0;
}
#market_product {
	width:83px;
	float:right;
}
.market_product a {
	display:block;
	float:right;
	width:83px; height:70px;
	background:url(../images/wine-mrkt-product-off.jpg) top right no-repeat;
	text-indent:-9999px;
}
.market_product a:hover {
	background:url(../images/wine-mrkt-product-on.jpg) top right no-repeat;
}
.market_product_selected {
	float:right;
	width:83px; height:70px;
	background:url(../images/wine-mrkt-product-on.jpg) top right no-repeat;
	text-indent:-9999px;
}
#market_product_detail {
	background-color:#fff;
}
#market_company_image {
	float:left;
	width:350px;
}
#market_company_image img {
	display:block;
	width:350px; height:350px;
}	
#market_product_desc {
	float:left;
	width:240px;
	margin:10px 0 0 10px;
}
#market_product_desc p {
	line-height: 1.2em;
	margin:10px 0 12px 0;
}
#market_buy_button a {
	display: block;
	width:80px; height:20px;
	text-indent:-9999px;
	background:url(../images/button-buy-off.gif) top left no-repeat;
}
#market_buy_button a:hover {
	background:url(../images/button-buy-on.gif) top left no-repeat;
}
/*about us page styles */
#about_us_header {
	width:120px; height:20px;
	background:url(../images/header-about-us.gif) top left no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 0;
}

#privacy_header {
	width:200px; height:20px;
	background:url(../images/header-privacy.gif) top left no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 0;
}

#partners_header {
	width:126px; height:20px;
	background:url(../images/header-partners.gif) top left no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 0;
}
#about_us_wrapper {
	margin:20px 5px 0 0;
}
#about_us_image {
	float:left;
	width:370px;
	margin:0 30px 0 0;
}

#privacy_image {
	float:left;
	width:370px;
	margin:1px 30px 10px 0;
}

#about_us_desc {
	float:left;
	width:355px;	
} 


#about_us_desc p {
	line-height:1.4em;
	margin-bottom:2em;
}

#privacy_desc p {
	line-height:1.4em;
	margin-bottom:1em;
}

#about_us_image_bottom {
	width: 790px; height:60px;
	background:url(../images/background-about-us-3.jpg) top right no-repeat;
	margin:-20px 0 0 0;
}
.about_spacer_fix {
	margin:-40px 0 20px 0;
}
/*contact us styles */
#contact_header {
	width:114px; height:20px;
	background:url(../images/header-contact.gif) top left no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 0;
}
#contact_wrapper {
	margin:50px 0 0 0;
}
#contact_image {
	float:left;
	width:370px;
	margin:0 40px 0 0;
}
div#contact_form {
	float:left;
	width:355px;
}
div#contact_form p {
	line-height:1.4em;
	margin-bottom:1em;
	width:15em;
}	
#contact_fields {
	margin:14px 0;
}
#contact_fields div {
	padding-bottom:13px;
}
#contact_fields input {
	width: 260px;
}
#contact_fields textarea {
	width: 260px;
	height: 150px;
}
.contact_spacer_fix {
	padding:20px 0 20px 0;
	margin:30px 0 0 0;
}
/*signup styles */
#signup_header {
	width:170px; height:20px;
	background:url(../images/header-email-signup.gif) top left no-repeat;
	text-indent:-9999px;
	margin:40px 0 0 0;
}
#signup_wrapper {
	margin:30px 0 0 0;
}
#signup_image {
	float:left;
	width:370px;
	margin:0 40px 0 0;
}
div#signup_form {
	float:left;
	width:355px;

}
div#signup_form p {
	line-height:1.4em;
	margin:0 0 2em 0;
	width:20em;
}	
#signup_fields {
	margin:14px 0;
}
#signup_fields div {
	padding-bottom:13px;
}
#signup_fields input {
	width: 200px;
}
.signup_spacer_fix {
	margin:10px 0;
	padding-top:1px;
}
