/* IN-BUILT STYLES */

*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #990033;
}

a.category
{
	color: #990033;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}

a.category:hover
{
	text-decoration: underline;
}

a.intro
{
	color: #cccccc;
}

a.intro:hover
{
	color: #ffffff;
}

a.nav_selected
{
	color: #ffffff;
	text-decoration: none;
}

a.navigation
{
	color: #999999;
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

a.navigation:hover
{
	color: #FFFFFF;
}

a.none
{
	text-decoration: none;
}

a.none:hover
{
	text-decoration: underline;
}

a.popup
{
	color: #666666;
}

a.reset
{
	color: #990033;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

a.footer
{
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font-family: georgia,times new roman,serif;
	font-size: 10px;
}

a.footer:hover
{
	color: #333333;
	text-decoration: underline;
}

a.wine
{
	color: #ffffff;
	text-decoration: none;
}

a.wine:hover
{
	text-decoration: underline;
}

body
{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
	background-attachment: fixed;	
	background: url("../images/site/bg_body.jpg") top center no-repeat;
}

h1, h2, h3, h4, h5
{
	font-family: Georgia, Times New Roman, serif;
}

h1, .txt_heading
{
	color: #000000;
	font-family: georgia,times new roman,serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

h2, .txt_subheading
{
	color: #000000;
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 20px;
}

h3, .txt_heading_red
{
	color: #900; 
	font-family: georgia,times new roman,serif;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 10px;
}

h3.recipe
{
	font-family: georgia,times new roman,serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	padding-bottom: 0px;
}

h4
{
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
}

h5
{
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
}

h1.home
{
	margin-left: 20px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 50px;
	color: #ffffff;
	text-transform: none;
}

div.review_subheading
{
	color: #000000;
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
}

img
{
	border: 0;
}

form
{
	line-height: 25px;
}

input, textarea, select, option
{
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	border: 0;
	background-color: #F0F0F0;
	color: #666666;
	margin: 0;
}

input.newsletter
{
	width: 130px;
	height: 18px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

input.button
{
	border: 1px #333333 solid;
	background: #666666;
	font-family: arial,helvetica,sans-serif;
	text-transform: uppercase;
	color: #CCCCCC;
	font-size: 10px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	height: 20px;
	vertical-align: bottom;
}

input.contact
{
	width: 180px;
	height: 18px;
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

input.button:hover
{
	color: #FFFFFF;
}

textarea.contact
{
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

select.search
{
	width: 190px;
	border: 1px solid #cccccc;
	background-color: #fff;
}

input.input_box,
select.input_box,
textarea.input_box
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;	
	color: #666666;
	border: 1px solid;
	background-color: #ffffff;	
}

ul.arrow
{
	padding-left: 15px;
	margin-left: 0px;
	list-style-image: url('../images/site/arrow.gif');
}

ul.none
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
}

ul.none li
{
	padding-top: 20px;
}

li
{
	padding-bottom: 0px;
}

ul.content
{
	margin-left: 15px;
}

ul.content li
{
	list-style-image: url("../images/site/arrow.gif");
}

ol.content
{
	margin-left: 15px;
}

ol.content li
{
	margin-bottom: 10px;
}

ul.recipes_white
{
	margin-left: 15px;
}

ul.recipes_white li
{
	margin-bottom: 10px;
	list-style-image: url("../images/site/arrow.gif");
}

ul.recipes
{
	margin-left: 15px;
}

ul.recipes li
{
	margin-bottom: 10px;
	list-style-image: url("../images/site/arrow_list.gif");
}

p.steps
{
	line-height: 16px;
}

p.steps:first-letter
{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px;
	font-weight: bold;
	color: #990033;
	line-height: 20px;
}

table.tbl_form
{
	border: 1px solid #cccccc;
	padding: 1px;
}

table.tbl_form td
{
	background-color: #ededed;
	color: #333333;
}

.bg_grey
{
	background-color: #f0f0f0;
}

.bg_hide
{
	display: none;
}

.bg_content_heading
{
	background: url("../images/site/bg_pageheading.jpg") no-repeat;
}

.border_right
{
	border-right: 1px solid #ffffff;
}

.move
{
	cursor: move;
}

.opacity_40
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	filter: alpha(opacity=40);		
}

.opacity_50
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);		
}

.opacity_85
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	filter: alpha(opacity=85);		
}


/* CUSTOM STYLES */

.border_top
{
	border-top-style: solid;
	border-top-color: #f0f0f0;
	border-top-width: 1px;
}

.border_right
{
	border-right-style: solid;
	border-right-color: #ffffff;
	border-right-width: 1px;
}

.box_middle 
{
	background: url('../images/site/border_box_middle.gif');
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}

.txt_captionblack
{
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	color: #000000;
	text-transform: uppercase;
	float: right;
}

.txt_small
{
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}

.txt_white
{
	color: #FFFFFF;
}

.txt_red
{
	color: #990033;
}

.txt_caps
{
	font-size: 20px;
	color: #990033;
}

.txt_small
{
	font-size: 10px;
}

.area_divider
{
	margin: 0 auto;
	width: 900px;
	height: 15px;
	background-color: #333333;
	overflow: hidden;
}

/* PDF */

#container_pdf
{
	position: absolute;
	margin-top: 130px;
	margin-left: 830px;
	width: 93px;
	height: 113px;
	z-index: 100;
	overflow: hidden;
}

#container_pdf_small
{
	position: absolute;
	margin-top: 120px;
	margin-left: 860px;
	width: 93px;
	height: 113px;
	z-index: 100;
	overflow: hidden;
}

/* POP UP LAYER STYLES */

#popup
{
	position: absolute;
	left: 600px;
	top: 150px;
	width: 418px;
	height: 238px;
	visibility: visible;
	overflow: hidden;
	z-index: 999;
}

#popup #popup_bg
{
	margin-bottom: -238px;
	width: 418px;
	height: 238px;
	background: url("../images/site/bg_popup.png") no-repeat;
}

#popup #popup_content
{	
	position: relative;
	padding: 25px;
	width: 368px;
	height: 188px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
}

#popup #popup_close
{
	text-align: right;
	padding-right: 10px;
	width: 358px;
	height: 20px;
	overflow: hidden;
}

#popup #popup_heading
{
	padding-top: 10px;
	width: 368px;
	height: 75px;
	text-align: center;
	overflow: hidden;
}

#popup #popup_text
{
	padding-top: 20px;
	width: 368px;
	text-align: center;
	overflow: hidden;
}

/* GLOBAL LAYER STYLES */

#container_main
{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}

#container_header
{
	background: url(../images/site/bg_navigation.jpg);
	background-color: #FFFFFF;
	background-position: top right;
	background-repeat: no-repeat;
	width: 900px;
	height: 60px;
	padding-top: 50px;
	vertical-align: middle;
}

#container_hero
{
	background-color: #666666;
	height: 200px;
	width: 900px;
	overflow: hidden;
}

#container_navigation
{
	background-color: #333333;
	width: 900px;
	height: 50px;
	overflow: hidden;
}

#container_navigation #logo
{
	float: left;
	padding-left: 20px;
	width: 290px;
	height: 50px;
	overflow: hidden;
}

#container_navigation #links
{
	float: right;
	width: 570px;
	text-align: right;
	height: 30px;
	padding-right: 20px;
	padding-top: 20px;
	color: #999999;
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	text-transform: uppercase;
}

#container_top
{
	background-color: #666666;
	height: 100px;
	width: 900px;
	overflow: hidden;
}

#container_top #title
{
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	height: 60px;
	width: 140px;
}

#container_top #text
{
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	color: #FFFFFF;
	font-family: georgia,times new roman,serif;
	font-size: 16px;
	height: 60px;
	width: 680px;
}

#container_page
{
	background-color: #FFFFFF;
	width: 900px;
	overflow: hidden;
}

#container_page #left
{
	float: left;
	width: 165px;
	overflow: hidden;
}

#container_page #left #title
{
	padding-top: 20px;
	padding-left: 15px;
	height: 80px;
	width: 145px;
}

#container_page #left #top_area_navs
{
	width: 165px;
	overflow: hidden;
}

#container_page #left #subnav
{
	float: left;
	padding-top: 20px;
	padding-left: 15px;
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	line-height: 20px;
	width: 140px;
	text-transform: lowercase;
}

#container_page #left #marker
{
	float: right;
	width: 10px;
	font-family: georgia,times new roman,serif;
	font-size: 16px;
}

#container_page #content
{
	float: right;
	width: 700px;
	padding-left: 20px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
	border-left-width: 1px;
	overflow: hidden;
}

#container_page #content #intro
{
	padding-top: 20px;
	padding-right: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 16px;
	height: 80px;
	width: 680px;
}

#container_page #content #text
{
	float:left;
	margin-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	width: 340px;
	min-height: 540px;
	height: auto !important;
	height: 540px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
	border-right-width: 1px;
}

#container_page #content #right
{
	float: right;
	width: 320px;
	height: 100%;
}

#container_page #content #right #caption
{
	padding-top: 20px;
	width: 300px;
	font-family: georgia,times new roman,serif;
	font-size: 13px;
	color: #990033;
	line-height: 20px;
}

#container_page #content #right #image
{
	padding-top: 20px;
	width: 300px;
}

#container_footer
{
	background-color: #DCDCDC;
	width: 900px;
	height: 70px;
	background-image: url('../images/site/footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

#container_footer #links
{
	float: left;
	padding-left: 20px;
	width: 770px;
	height: 60px;
	color: #666666;
}

#container_footer #logo
{
	float: right;
	padding-right: 20px;
	width: 90px;
	height: 60px;
}

#bottle
{
	position: relative;
	margin-top: -490px;
	width: 170px;
	height: 490px;
	overflow: hidden;
}

/* HOME LAYER STYLES */

#container_flash
{
	background-color: #FFFFFF;
	width: 900px;
	height: 540px;
	z-index: -1;
}

#container_home
{
	background-color: #FFFFFF;
	width: 900px;
	overflow: auto;
}

#container_home #left
{
	float: left;
	width: 270px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

#container_home #left #heading
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 14px;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-bottom-width: 1px;
}

#container_home #left #text
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 14px;
}

#container_home #right
{
	float: right;
	width: 630px;
}

#container_home #right #events
{
	float: left;
	width: 268px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	border-left-style: solid;
	border-left-color: #DCDCDC;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DCDCDC;
	border-right-width: 1px;
}

#container_home #right #events #heading
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 14px;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-bottom-width: 1px;
}

#container_home #right #events #text
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#container_home #right #subscribe
{
	float: right;
	width: 360px;
}

#container_home #right #subscribe #heading
{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	font-family: georgia,times new roman,serif;
	font-size: 14px;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #DCDCDC;
	border-bottom-width: 1px;
}

#container_home #right #subscribe #image
{
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	width: 40px;
}

#container_home #right #subscribe #text
{
	float: right;
	padding-right: 20px;
	padding-top: 20px;
	width: 280px;
}

/* WINE LAYER STYLES */

#container_top #text #top
{
	color: #cccccc;
	font-size: 20px;
	height: 25px;
}

#container_top #text #top #top_heading_text
{
	float: left;
	text-transform: uppercase;
}

#container_top #text #bottom
{
	color: #999999;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 4px;
	text-transform: uppercase;
	border-top-style: solid;
	border-top-color: #999999;
	border-top-width: 1px;
}

#container_page #content_wine #content #bottle_image
{
	float:left;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 40px;
	width: 130px;
}

#container_page #content_wine #content #right
{
	float: right;
	padding-top: 20px;
	width: 550px;
	height: 100%;
}

#container_page #content_wine #content #right #wine_details
{
	margin-left: 10px;
	padding-right: 20px;
	width: 520px;
	overflow: auto;
}

#container_page #content_wine #content #right #wine_details #top_left
{
	float: left;
	/*width: 260px;*/
}

#container_page #content_wine #content #right #wine_details #top_right
{
	float: right;
	padding-left: 20px;
	width: 240px;
}

#container_page #content_wine #content #right #wine_awards
{
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	width: 520px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	border-top-width: 1px;
}

#container_page #content_wine #content #right #wine_awards #award_box
{
	padding-top: 10px;
	width: 520px;
	overflow: hidden;
}

#container_page #content_wine #content #right #wine_awards #award_box #award_text
{
	float: left;
	width: 500px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;	
}

#container_page #content_wine #content #right #wine_awards #award_box #review_text #award_headline
{
	color: #990033;
}

#award_headline strong
{
	color: #000000;
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	font-weight: 700;
	padding-bottom: 20px;
	padding-top: 40px;
	text-transform: uppercase;
}

#container_page #content_wine #content #right #wine_reviews
{
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	width: 520px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	border-top-width: 1px;
}

#container_page #content_wine #content #right #wine_reviews #review_box
{
	padding-top: 10px;
	width: 520px;
	overflow: auto;
}

#container_page #content_wine #content #right #wine_reviews #review_box #stars
{
	float: left;
	width: 20px;
	height: 10px;
}

#container_page #content_wine #content #right #wine_reviews #review_box #review_text
{
	float: right;
	width: 500px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;	
}

#container_page #content_wine #content #right #wine_reviews #review_box #review_text #review_headline
{
	color: #990033;
}

#container_page #content_wine #content #right #wine_reviews #review_box #review_text #review_info
{
	color: #999999;
}

/* WINES LAYER STYLES */

#container_page #category_heading
{
	padding-left: 20px;
	background-color: #333333;
	color: #999999;
	font-family: georgia,times new roman,serif;
	font-size: 30px;	
	line-height: 50px;
	text-transform: uppercase;
}

#container_page #wines_list
{
	float: inherit;
	background-color: #f0f0f0;
	height: 510px;
}

#container_page #wines_list #wine_image
{
	padding-top: 20px;
	padding-left: 39px;
	background-color: #f0f0f0;
	height: 370px;
	width: 140px;
	overflow: hidden;
}

#container_page #wines_list #wine_image:hover
{
	background-color: #DCDCDC;	
}

#container_page #wines_list #wine_image_nofocus
{
	padding-top: 20px;
	padding-left: 39px;
	background-color: #f0f0f0;
	height: 370px;
	width: 140px;
	overflow: hidden;
}

#container_page #wines_list #wine_text
{
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	height: 120px;
	width: 160px;
}

#container_page #wines_list #wine_text #title
{
	font-family: georgia,times new roman,serif;
	font-size: 10px;
	color: #000000;
	font-weight: 700;	
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
}

#container_page #wines_list #wine_text #details
{
	font-size: 12px;
	padding-top: 6px;
	height: 83px;
	border-top-style: solid;
	border-top-color: #DCDCDC;
	border-top-width: 1px;
}

/* DISTRIBUTORS LAYER STYLES */

#container_page #content #content_distributor
{
	padding-right: 20px;
	padding-bottom: 40px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

#container_page #content #content_distributor #distributor_box
{
	float: inherit;
	width: 220px;
	height: 230px;
	overflow: auto;
}

/* EVENT LAYER STYLES */

#event-body
{
	width: 560px;
	min-height: 560px;
	height: auto !important;
	height: 560px;
	background-color: #f0f0f0;
	margin: 0 auto;
}

#event-head
{
	width: 560px;
	height: 100px;
	overflow: hidden;
}

#event-head #close
{
	float: right;
	margin-top: -30px;
	padding-right: 20px;
	color: #666666;
	font-family: georgia, arial, helvetica;
	font-size: 10px;
	position: relative;
}

#event-head #close a
{
	color: #999999;
	text-decoration: none;
}

#event-head #close a:hover
{
	color: #F0F0F0;
}

#event-heading
{
	width: 540px;
	height: 40px;
	padding-top: 20px;
	padding-left: 20px;
	background-color: #666666;
}

#event-content
{
	width: 520px;
	padding: 20px;
	background-color: #FFFFFF;
	color: #666666;
	overflow: auto;
}

#event-footer
{
	width: 520px;
	padding: 20px;
	background-color: #f0f0f0;
	color: #666666;
	overflow: auto;
}

/* DOWNLOADS LAYER STYLES */

.dotted {
	background:url(../images/site/divider_grey.gif) repeat-x;
	height:2px;
	font-size:0px;
	line-height:0px;
}

#container_page #content #text #categories h1 
{ 
	color:#900; 
	font-family: georgia,times new roman,serif;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 10px;
	text-transform: none;
}
#container_page #content #text #categories span { text-decoration:underline; }
#container_page #content #text #categories ul { list-style-type:none; padding-left:0; margin-left:0px; }
#container_page #content #text #categories ul ul { list-style-type:none; margin-left:0; margin-bottom:8px; }
#container_page #content #text #categories ul ul img { vertical-align:middle; padding:0; margin:0; }
#container_page #content #text #categories ul h2 { font-size:11px; }
#container_page #content #text #categories li.selfile { font-size:11px; text-decoration:none; font-family:Arial, Times, "Times New Roman", serif; padding:0; margin:4px 0; }
#container_page #content #text #categories li span.sel { color:#999; text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:11px; }
#container_page #content #text #categories li.selfile a { font-family:Arial, Helvetica, sans-serif; font-size:11px; }
#container_page #content #text #categories h2 
{ 
	color:#000; 
	font-family: georgia,times new roman,serif;
	font-size: 11px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.file { padding:0; margin:4px 0; }

.solid {
	border-bottom:1px solid #d4d4d4;
	height:2px;
	font-size:0px;
	line-height:0px;
}

/* ADDED WINES HEADING */
#wine_heading
{
	width:880px;
	height:250px;
	background-image:url('../images/site/wines_gradient.gif');
	background-repeat:repeat-y;
	overflow:auto;
	padding-top: 30px;
	padding-right: 20px;
}

#wine_heading #image
{
	float: left;
	width: 580px;
}

#wine_heading #text
{
	float: right;
	width: 280px;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-align: right;
}

.finger
{
	cursor: pointer;
}

.wine_description
{
	font-family: georgia,times new roman,serif;
	font-size: 14px;
	margin: 20px 0;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 20px;
}

/* RECIPE GLOBAL STYLES */

#container_main .page_heading
{
	width: 900px;
	height: 50px;
	background-color: #333333;
	overflow: hidden;	
}

#container_main .page_heading .wine_heading
{
	float: right;
	padding-top: 13px;
	width: 190px;
	height: 30px;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: #333333;
	overflow: hidden;
}

#search_recipes
{
	margin-top: 30px;
	padding: 15px;
	width: 140px;
	overflow: hidden;
}


/* RECIPE HOME */

#container_top #container_intro
{
	margin-top: 310px;
	width: 900px;
	height: 150px;
	overflow: hidden;
}

#container_top #container_intro #intro_bg
{
	margin-bottom: -150px;
	width: 900px;
	height: 150px;
	background-color: #333333;
	overflow: hidden;
}

#container_top #container_intro #intro_content
{
	position: relative;
	width: 900px;
	height: 150px;
	overflow: hidden;
}

#container_top #container_intro #intro_content #intro_text
{
	float: left;
	padding-top: 20px;
	padding-left: 20px;
	width: 510px;
	height: 130px;
	color: #ffffff;
	font-family: Georgia, Times New Roman, serif;
	font-size: 19px;
	overflow: hidden;
}

#container_top #container_intro #intro_content #competition_box
{
	padding-top: 10px;
	float: right;
	width: 336px;
	height: 130px;
	overflow: hidden;
}

#container_top #container_intro #intro_content #competition_box #competition_bg
{
	margin-bottom: -130px;
	width: 336px;
	height: 130px;
	background: url("../images/site/bg_competitions.png") no-repeat !important; 
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/bg_competitions.png', sizingMethod='image');		
	overflow: hidden;
}

#container_top #container_intro #intro_content #competition_box #competition_text
{
	padding: 10px 16px 10px 50px;
	width: 280px;
	height: 110px;
	color: #cccccc;
	font-size: 15px;
	overflow: hidden;
}

#container_top #container_intro #intro_content #competition_box #competition_text .winner_box
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

#container_main #container_wines
{
	width: 900px;
	height: 525px;
	overflow: hidden;	
}

#container_main .list_box,
#container_main .wine_box,
#container_main .recipe_box
{
	width: 179px;
	height: 525px;	
	overflow: hidden;
}

#container_main .wine_box .image
{
	padding-top: 20px;
	padding-left: 39px;
	width: 140px;
	height: 370px;
	background-color: #f0f0f0;
	overflow: hidden;
}

#container_main .wine_box .text
{
	padding-left: 10px;
	padding-right: 10px;
	width: 160px;
	height: 135px;
	background-color: #fff;
}

#container_main .wine_box .text .title
{
	font-family: Georgia, Times New Roman, serif;
	font-size: 10px;
	color: #000000;
	font-weight: 700;	
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
}

#container_main .wine_box .text .details
{
	border-top: 1px solid #dcdcdc;
	padding-top: 5px;
	height: 100px;
	background-color: #ffffff;
	font-size: 11px;
}

#container_main .recipe_box
{
	position: relative;
	margin-top: -525px;
	height: 390px;
}

#container_main .recipe_box .recipe_bg
{
	margin-bottom: -390px;
	width: 179px;
	height: 390px;
	background-color: #d1d1d1;	
}

#container_main .recipe_box .recipe_text
{
	position: relative;
	padding: 10px;
	width: 159px;
	height: 370px;
	font-size: 11px;
}

#container_main #scroller_wines
{
	width: 900px;
	height: 20px;
	background: url("../images/site/bg_scrollbar.jpg") no-repeat;
	overflow: hidden;	
}

#container_main #scroller_wines #container_handle
{
	float: left;
	padding: 3px 0px 3px 0px;
	width: 860px;
	height: 14px;
	overflow: hidden;	
}

#container_main #scroller_wines #container_handle #scroller_handle
{
	width: 120px;
	height: 14px;
	background: url("../images/site/scroller_handle.png") no-repeat !important; 
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/scroller_handle.png', sizingMethod='image');	
	overflow: hidden;
}

#container_main #scroller_wines #prev
{
	float: left;
	padding-top: 3px;
	padding-right: 5px;
	width: 15px;
	height: 15px;
	overflow: hidden;	
}

#container_main #scroller_wines #next
{
	float: right;
	padding-top: 3px;
	padding-left: 5px;
	width: 15px;
	height: 15px;
	overflow: hidden;	
}

#container_details
{
	width: 900px;
	overflow: hidden;
}

#container_about
{
	margin: 0 auto;
	width: 900px;
	height: 290px;
	background: url("../images/site/bg_about.jpg") no-repeat;
	overflow: hidden;	
}

#container_about #text
{
	padding-top: 20px;
	padding-left: 20px;
	width: 520px;
	height: 100px;
	font-family: Georgia, Times New Roman, serif;	
	font-size: 16px;
	color: #666666;
	overflow: hidden;	
}

#container_top_upload
{
	width: 900px;
	height: 210px;
	background: url("../images/site/bg_header_upload.jpg") no-repeat;
	overflow: hidden;
}

/* RECIPES PAGE STYLES */

#container_top_recipes
{
	width: 900px;
	height: 210px;
	background: url("../images/site/bg_header_recipes.jpg") no-repeat;
	overflow: hidden;
}

#container_page #recipes_list
{
	padding-top: 20px;
	width: 660px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: hidden;
}

#container_page #recipes_list .category_box
{
	margin-bottom: 40px;
	width: 660px;
	overflow: hidden;
}

#container_page #recipes_list .category_box .recipes_box
{
	float: left;
	width: 150px;
	font-size: 11px;
	overflow: hidden;
}

/* RECIPE STYLES */

#container_top_recipe
{
	width: 720px;
	height: 390px;
	background-color: #f0f0f0;
	overflow: hidden;
}

#container_top_recipe #recipe_image
{
	float: left;
	width: 550px;
	height: 390px;
	overflow: hidden;
}

#container_top_recipe #wine_image
{
	float: right;
	padding-top: 20px;
	width: 170px;
	height: 370px;
	text-align: center;
	overflow: hidden;
}

#container_page #recipe_details
{
	width: 720px;
	overflow: hidden;
}

#container_page .comment_box
{
	padding-left: 20px;
	margin-bottom: 10px;
	width: 670px;
	overflow: hidden;
}

#container_page .comment_box .top
{
	width: 670px;
	height: 10px;
	background: url("../images/site/bg_comment_top.gif") no-repeat;
	overflow: hidden;
}

#container_page .comment_box .middle
{
	padding: 5px 10px 5px 10px;
	width: 650px;
	background: url("../images/site/bg_comment_middle.gif") repeat-y;
	overflow: hidden;
}

#container_page .comment_box .middle .author
{
	float: left;
	width: 225px;
	overflow: hidden;
}

#container_page .comment_box .middle .text
{
	float: right;
	width: 410px;
	overflow: hidden;
}

#container_page .comment_box .bottom
{
	width: 670px;
	height: 15px;
	background: url("../images/site/bg_comment_bottom.gif") no-repeat;
	overflow: hidden;
}

#container_page #recipe_details .ingredients
{
	line-height: 25px;
	color: #666666;
	overflow: hidden;
}

#container_page #recipe_details .reply_box
{
	margin-top: 20px;
	padding-left: 20px;
	width: 670px;
	font-size: 11px;
	overflow: hidden;
}

#container_main .wine_heading_text
{
	padding-top: 5px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	overflow: hidden;
}