/* reset & general*/
body {
	background: #fff url('../images/background.jpg') fixed;
	color: #442404;
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

p { margin: 0 0 7px 0; }
img { border: none; }
.clearer { clear: both; height: 1px; }

/* containers */
#external {
	margin-left: auto;
	margin-right: auto;
	width: 1031px;
}
#internal {
	background: url('../images/site_border.png') repeat-y;
	margin: 0 0 0 1px;
	padding: 0;
	position: relative;
	width: 1031px;
}
#banner {
	clear: both;
	background-image: url('../images/banner_logo2.jpg');
	height: 25px;
	width: 1031px;
}

/* body content containers / columns / regions */
#body_container {
	margin: 0px 14px 0px 14px;
	overflow: hidden;
	text-align: left;
	width: 1000px;
}
	#homepage #body_container {
		width: 1031px;
	}
#body_left {
	background: #fff url("../images/nav_shadow.png") repeat-x;
	float: left;
	margin: 130px 0 0 0;
	width: 200px;
}
	.three_column #body_left {
		margin-bottom: -3000px;
		padding-bottom: 3000px;
	}
	.four_column #body_left {
		margin-bottom: -3000px;
		padding-bottom: 3000px;
	}
#body_middle {
	background-image: url("../images/background_content.gif");
	float: left;
	margin: 130px 0 0 0;
	width: 550px;
}
	.two_column #body_middle {
		width: 800px;
	}
	.three_column #body_middle {
		margin-bottom: -3000px;
		padding-bottom: 3000px;
	}
	.four_column #body_middle {
		margin-bottom: -3000px;
		padding-bottom: 3000px;
		width: 295px;
	}
	.no_menu #body_middle {
		margin-bottom: -3000px;
		padding-bottom: 3000px;
		width: 750px;
	}
#body_right {
	background-color: #4a0019;
	float: right;
	margin: 130px 0 0 0;
	width: 247px;
}
	.three_column #body_right {
		margin-bottom: -3000px;
		padding-bottom: 3000px;
	}
	.four_column #body_right {
		margin-bottom: -3000px;
		padding-bottom: 3000px;
	}
	.no_menu #body_right {
		margin-bottom: -3000px;
		padding-bottom: 3000px;
	}
	#body_right .advertisement {
		display: none;
	}
	
#photo_stack {
	border-left: 3px solid #fff;
	float: right;
	height: 636px; 
	margin: 130px 3px 0 0;
	width: 252px;
}
#photo_stack ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#photo_stack li {
	margin: 0 0 -3px 0;
}

/* site footer */
#footer {
	background: url('../images/border_bottom.jpg') no-repeat;
	clear: both;
	color: #555;
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	padding: 13px 0 0 15px;
}
#footer a {
	color: #640000;
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#footer a:hover {
	color: #c83232;
	text-decoration: none;
}

#footer #facebook {
	float: right;
	margin-right: 15px;
	text-align: center;
}

/* shadow bars */
#shadow {
	background: url('../images/nav_shadow.png') repeat-x;
	height: 25px;
	position: absolute;
	top: 130px;
	width: 800px;
}
	.no_menu #shadow {
		width: 753px;
	}

/* left navigation */
#body_left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#body_left ul.first {
	padding: 15px 10px 0 0;
}
#body_left ul.second {
	margin-bottom: 30px;
}
#body_left ul.second li {
	margin: 0 0 5px 0;
}
#body_left ul.second li.second a {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
#body_left li a {
	color: #786450;
	font: bold 16px/26px Georgia, "Times New Roman", Times, serif;
	padding-left: 35px;
	text-decoration: none;
	text-indent: 0;
}
#body_left li a:hover, #body_left li a.selected {
	background: url('../images/subnav_bullet.gif') no-repeat 0 2px;
	color: #c83232;
}

/* top utility navigation */
#menu_utility {
	width: 1031px;
}
#menu_utility ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu_utility li {
	float: left;
}
#menu_utility li a {
	background-repeat: no-repeat;
	float: left;
	height: 95px;
	text-indent: -9999px;
}
#menu_utility #mu-stayinformed a {
	background-image: url('../images/nav_stay_informed.jpg');
	width: 110px;
}
#menu_utility #mu-stayinformed a:hover {
	background-image: url('../images/nav_stay_informed-mo.jpg');
	width: 110px;
}
#menu_utility #mu-trophycase a {
	background-image: url('../images/nav_trophy_case.jpg');
	width: 105px;
}
#menu_utility #mu-trophycase a:hover {
	background-image: url('../images/nav_trophy_case-mo.jpg');
	width: 105px;
}
#menu_utility #mu-carlorossihome a {
	background-image: url('../images/banner_logo1.jpg');
	width: 600px;
}
#menu_utility #mu-aboutus a {
	background-image: url('../images/nav_about_us.jpg');
	width: 127px;
}
#menu_utility #mu-aboutus a:hover {
	background-image: url('../images/nav_about_us-mo.jpg');
	width: 127px;
}
#menu_utility #mu-contactus {
	background: url('../images/nav_blank.jpg') repeat-x;
}
#menu_utility #mu-contactus a {
	background-image: url('../images/nav_contact_us.jpg');
	margin-left: 127px;
	width: 89px;
}
#menu_utility #mu-contactus a:hover {
	background-image: url('../images/nav_contact_us-mo.jpg');
	width: 89px;
}

/* main navigation */
#menu_main {
	height: 130px;
	left: 14px;
	position: absolute;
	z-index: 1;
}
#menu_main ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menu_main li {
	float: left;
}
#menu_main li a {
	background-color:#4A0011;
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	text-indent: -9999px;
	width: 200px;
}
#menu_main a:hover, #menu_main li.selected a {
	height: 140px;
}
#menu_main #mm-thelegend a {
	background-image: url('../images/nav_the_legend.jpg');
}
#menu_main #mm-thelegend a:hover {
	background-image: url('../images/nav_the_legend-mo.jpg');
}
#menu_main #mm-thewines a {
	background-image: url('../images/nav_the_wines.jpg');
}
#menu_main #mm-thewines a:hover {
	background-image: url('../images/nav_the_wines-mo.jpg');
}
#menu_main #mm-carlorossionfacebook a {
	background-image:url('../images/nav_facebook.jpg');
}
#menu_main #mm-leadthecarlorossiposse a {
	background-image: url('../images/nav_sweepstakes.jpg');
}
#menu_main #mm-leadthecarlorossiposse a:hover {
	background-image: url('../images/nav_sweepstakes-mo.jpg');
}
#menu_main #mm-snacksandsips a{
	background-image: url('../images/nav_snacks_and_sips.jpg');
}
#menu_main #mm-snacksandsips a:hover {
	background-image: url('../images/nav_snacks_and_sips-mo.jpg');
}
#menu_main #mm-wheretobuycarlorossi a {
	background-image: url('../images/nav_where_to_buy.jpg');
}
#menu_main #mm-wheretobuycarlorossi a:hover {
	background-image: url('../images/nav_where_to_buy-mo.jpg');
}

/* content text */
#text {
	margin-top: 0;
	padding: 0 15px 0 15px;
}	
	#homepage #text {
		margin-top: 130px;
		padding: 0;
	}
	#homepage #text .advertisement {
		display: none;
	}
	#p-theman #text,
	#p-thestory #text,
	#p-theads #text {
		background: url('../images/divider.gif') repeat-x top;
		list-style: none;
		margin: 7px 15px 0 20px;
		padding: 18px 0 0 0;
	}
	#p-whatisthecarlorossiposse #text, #p-contestrules #text {
		margin-top: 18px;
	}
	#p-leadthecarlorossiposse #text {
		background: url('../images/divider.gif') repeat-x top;
		/*height: 400px;*/
		margin: 0 15px -20px 20px;
		overflow: visible;
		padding: 18px 0 0 0;
		width: 500px;
	}
	#p-wineselector #text {
		padding: 0 15px 15px 15px;
	}

#callout, .callout {
	color: #660000;
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
}
	#p-thewines #callout {
		display: block;
		width: 575px;
	}

.border_top {
	background: url('../images/divider.gif') repeat-x top;
	clear: both;
	margin: 14px 0 0 0;
	padding: 18px 0 0 0;
}
	#recipe .border_top {
		margin-top: 2px;
		padding-top: 2px;
	}

ul.border_top li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.border_top li.li_blank {
	clear: both;
	height: 1px;
	line-height: 1px;
	width: 100%;
}
	#bottom_links li a {
		margin-right: 17px;
	}

	#video_list,
	#recipe_list {
		margin-bottom: 12px;
	}
	#video_list li,
	#recipe_list li {
		margin: 0 22px 12px 0;
	}
	#video_list li.last,
	#recipe_list li.last {
		margin-right: 0;
	}
	#video_list li a,
	#recipe_list li a {
		color: #281400;
		font-size: 12px;
		line-height: 16px;
		text-decoration: none;
	}
	
	#video_list li {
		margin-right: 20px;
	}
	
	#recipe_list li {
		margin-right: 32px;
		width: 150px;
	}
	
	#other_wine_sizes {
		clear: none;
		width: 490px;
	}
	#other_wine_sizes li ul {
		margin: 0;
		padding: 0;
	}
	#other_wine_sizes img {
		margin-bottom: -5px;
	}
	#other_wine_sizes li ul li {
		font-size: 11px;
		line-height: 11px;
		text-align: center;
	}
	
	#prize_pictures {
		width: 760px;
	}
	#prize_pictures li {
		font-size: 12px;
		width: 190px;
	}
	
	#prize_lists {
		width: 760px;
	}
	#prize_lists ul {
		float: left;
		font-size: 12px;
		list-style: none;
		margin: 0 0 12px 0;
		padding: 0;
		width: 50%;
	}
	#prize_lists ul li {
		margin-bottom: 12px;
	}

/* page headers (<h1> tags) */
.header {
	background-position: 20px 27px;
	background-repeat: no-repeat;
	display: block;
	margin: 0;
	padding: 27px 0 0 20px;
	text-indent: -9999px;
}
	h1#h-useagreement {
		background-image: url('../images/title_use_agreement.png');
		height: 45px;
		width: 304px;
	}
	h1#h-privacypolicy {
		background-image: url('../images/title_privacy_policy.png');
		height: 48px;
		width: 252px;
	}
	h1#h-trademarks {
		background-image: url('../images/title_trademarks.png');
		height: 38px;
		width: 224px;
	}
	h1#h-thelegend {
		background-image: url('../images/title_legend.png');
		height: 48px;
		width: 226px;
	}
	h1#h-theman {
		background-image: url('../images/title_man_subtitle.png');
		height: 60px;
		width: 233px;
	}
	h1#h-thestory {
		background-image: url('../images/title_story_subtitle.png');
		height: 63px;
		width: 186px;
	}
	h1#h-theads {
		background-image: url('../images/title_ads_subtitle.png');
		height: 60px;
		width: 299px;
	}
	h1#h-theads-specific {
		background-image: url('../images/title_ads_subtitle.png');
		height: 60px;
		margin-bottom: 6px;
		width: 299px;
	}
	h1#h-stayinformed {
		background-image: url('../images/title_stay_informed.png');
		height: 48px;
		width: 264px;
	}
	h1#h-trophycase {
		background-image: url('../images/title_trophy_case.png');
		height: 48px;
		width: 230px;
	}
	h1#h-contactus {
		background-image: url('../images/title_contact_us.png');
		height: 36px;
		width: 204px;
	}
	h1#h-thewines {
		background-image: url('../images/title_wines.png');
		height: 39px;
		width: 211px;
	}
	h1#h-burgundy {
		background-image: url('../images/title_burgundy.png');
		height: 48px;
		width: 183px;
	}
	h1#h-cabernetsauvignon {
		background-image: url('../images/title_cabernet_sauvignon.png');
		height: 48px;
		width: 375px;
	}
	h1#h-chianti {
		background-image: url('../images/title_chianti.png');
		height: 38px;
		width: 138px;
	}
	h1#h-merlot {
		background-image: url('../images/title_merlot.png');
		height: 38px;
		width: 126px;
	}
	h1#h-paisano {
		background-image: url('../images/title_paisano.png');
		height: 38px;
		width: 146px;
	}
	h1#h-chablis {
		background-image: url('../images/title_chablis.png');
		height: 38px;
		width: 139px;
	}
	h1#h-chardonnay {
		background-image: url('../images/title_chardonnay.png');
		height: 48px;
		width: 231px;
	}
	h1#h-rhine {
		background-image: url('../images/title_rhine.png');
		height: 38px;
		width: 111px;
	}
	h1#h-blush {
		background-image: url('../images/title_blush.png');
		height: 38px;
		width: 107px;
	}
	h1#h-sangria {
		background-image: url('../images/title_sangria.png');
		height: 48px;
		width: 143px;
	}
	h1#h-vinrose {
		background-image: url('../images/title_vin_rose.png');
		height: 38px;
		width: 164px;
	}
	h1#h-whitezinfandel {
		background-image: url('../images/title_white_zinfandel.png');
		height: 38px;
		width: 306px;
	}
	h1#h-snacksandsips {
		background-image: url('../images/title_snacks_and_sips.png');
		height: 47px;
		width: 298px;
	}
	h1#h-snacks {
		background-image: url('../images/title_snacks.png');
		height: 38px;
		width: 132px;
	}
	h1#h-sips {
		background-image: url('../images/title_sips.png');
		height: 47px;
		width: 79px;
	}
	h1#h-leadthecarlorossiposse {
		background-image: url('../images/title_lead_posse.png');
		height: 48px;
		width: 489px;
	}
	h1#h-whatisthecarlorossiposse {
		background-image: url('../images/title_what_is_carlo_posse.png');
		height: 78px;
		width: 340px;
	}
	h1#h-whatyouwin {
		background-image: url('../images/title_what_you_win.png');
		height: 38px;
		width: 270px;
	}
	h1#h-contestrules {
		background-image: url('../images/title_contest_rules.png');
		height: 38px;
		width: 254px;
	}
	h1#h-buycarlorossi {
		background-image: url('../images/title_where_to_buy.png');
		height: 49px;
		width: 460px;
	}

.subheader {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 2px;
}
	
/* specific page overrides & styles */
#bottom_links li a#snacks {
	margin-right: 15px;
}
#bottom_links li a#theads,
#bottom_links li a#sips {
	margin-right: 0;
}

#back_to_ads {
	background: url('../images/button_back_to_ads.png') no-repeat;
	display: block;
	height: 18px;
	text-indent: -9999px;
	width: 127px;
}

.iframe {
	width: 100%;
}
	#contact_us_frame {
		height: 1525px;
	}
	#sweepstakes_frame {
		height: 1500px;
	}
	#newsletter_frame {
		height: 600px;
	}
	#winefinder_frame {
		height: 825px;
	}

/* wines section */
ul.wines {
	clear: both;
}
ul.wines li.type strong {
	color: #281400;
	display: block;
	font: normal 18px/24px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
ul.wines ul.varietals {
	margin: 0;
	padding: 0;
}
ul.wines li.varietal {
	line-height: 8px;
	margin: 0 0 10px 8px;
	text-align: center;
}
	ul.wines li.varietal1 {
		margin-left: 0;
	}
ul.wines li.varietal img {
	margin-bottom: -8px;
}
ul.wines li.varietal a {
	color: #281400;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
}

#full_size {
	float: right;
	font-size: 13px;
	line-height: 13px;
	margin: 22px 34px 25px 0;
	text-align: right;
}
#full_size img {
	margin: 0 0 -25px -5px;
}

.wines #body_left,
.wines #body_middle {
	height: 525px;
}

#sweepstakes {
	background: url('../images/photo_carlo_rossi.png') no-repeat top right;
}

#recipe .ingredients {
	list-style: none;
	margin: 0;
	padding: 0;
}
#recipe .ingredients .ingredient_header {
	margin-top: 14px;
}

/* wine selector button */
#wine_selector_button {
	bottom: 0;
	position: absolute;
	left: 14px;
}
	#p-thewines #wine_selector_button {
		bottom: auto;
		left: auto;
		position: absolute;
		right: 17px;
		top: 164px;
	}

/* age disclaimer (a.k.a: 'intercept') */
.overlay {
	background-image: url('../images/background.jpg');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9991;
}
#intercept {
	height: 470px;
	left: 50%;
	margin: 0 0 0 -310px;
	position: absolute;
	top: 25px;
	width: 620px;
	z-index: 9992;
}
#intercept_banner {
	width: 620px;
}
#intercept_banner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#intercept_banner li, #intercept_banner li a {
	float: left;
}
#intercept_banner #banner_logo {
	background-image: url('../images/intercept_logo1.jpg');
	height: 100px;
	text-indent: -9999px;
	width: 620px;
}
#intercept_logo2 {
	background-image: url('../images/intercept_logo2.jpg');
	clear: both;
	height: 20px;
	width: 620px;
}
#intercept_spacer {
	background-image: url('../images/intercept_logo2.jpg');
	clear: both;
	height: 20px;
	width: 620px;
}
#intercept_body_container {
	background: url('../images/intercept_border.png') repeat-y;
	clear: both;
	margin: 0px 0px 0px 1px;
	padding: 0px 14px 0px 14px;
	text-align: left;
	width: 620px;
}
#intercept_photo {
	background: url('../images/intercept_photo.png') no-repeat right;
	height: 275px;
	position: absolute;
	right: 14px;
	width: 220px;
}
#intercept_body_container #content {
	background-image: url('../images/background_content.gif');
	height: 275px;
	margin: 0;
	width: 591px;
}
#intercept_body_container #content #shadow {
	background: url('../images/nav_shadow.png') repeat-x;
	height: 15px;
	position: absolute;
	top: 120px;
	width: 591px;
}
#intercept_body_container #header {
	background: url('../images/title_welcome.png') no-repeat center center;
	height: 63px;
	margin: 0;
	padding: 0 14px 0 11px;
	text-indent: -9999px;
	width: 324px;
}
#intercept_body_container #text {
	margin: 0;
	padding: 0 14px 16px 14px;
	width: 385px;
}
#intercept_body_container #content #text .enter {
	margin-left: -4px;
	position: absolute;
	top: 359px;
}
#intercept_body_container #content #text .enter a {
	background: url('../images/button_enter_site.png') no-repeat;
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 120px;
}
#intercept_footer {
	background: url('../images/intercept_bottom.jpg') no-repeat top;
	clear: both;
	color: #555;
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	padding: 13px 0 0 15px;
}
#intercept_footer a {
	color: #640000;
	font: normal 12px/16px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#intercept_footer a:hover {
	color: #c83232;
	text-decoration: none;
}

/* legal popup */
#legal #external {
	width: 620px; 
}
#legal #internal {
	background: url('../images/legal_site_border.png') repeat-y -1px 0;
	width: 620px;
}
#legal .logo { margin:0; }
#legal #body_middle {
	margin: 0 0 0 14px;
	padding: 0;
	width: 591px;
}
#legal .header {
	background-position: 0 0;
	margin: 27px 0 13px 0;
	padding: 0;
}
#legal #text {
	padding: 10px 30px 30px 50px;
}
#legal #footer {
	background: url('../images/legal_border_bottom.jpg') no-repeat top;
	margin: 0;
	padding: 13px 0 0 0;
	width: 620px;
}