/*
-----------------------------------------------
- McIvor Estate
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

a 
{
	color: #333333;
}

a.none
{
	text-decoration: none;
}

a.none:hover
{
	text-decoration: underline;
}

a.nav
{
	line-height: 18px;
	font-size: 11px;
	color: #363636;
	font-style: italic;
	text-decoration: none;
}

a.nav:hover
{
	text-decoration: underline;
}

a.quick_links
{
	color: #333333;
	font-size: 14px;
	font-style: italic;
}

a.uppercase
{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

a.buy_nav
{
	color: #333333;
	text-decoration: none;
}

a.buy_nav:hover
{
	text-decoration: underline;
}

body, html { height: 100%; overflow: hidden; }

body
{
	margin: 0 auto;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #ffffff;
}

h2
{
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
	color: #333333;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}

img
{
	border: 0;
	margin: 0;
}

input,
textarea
{
	margin: 0;
	height: 15px;
	padding-left: 3px;
	padding-right: 2px;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
}

input.newsletter,
textarea.newsletter
{
	border: none;
	width: 150px;
	background-color: #eeeeee;
	color: #666666;
}

input.contact,
textarea.contact
{
	border: none;
	width: 200px;
	background-color: #dbdbdb;
	color: #333333;
}

input.wineclub,
textarea.wineclub,
input.customer,
textarea.customer
{
	border: none;
	padding-top: 2px;
	padding-bottom: 3px;
	height: 15px;
	width: 220px;
	background-color: #e2e2e2;
	color: #333333;
}

select.customer
{
	width: 227px;
	height: 20px;
	padding-left: 3px;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}

input.customer,
textarea.customer
{
	background-color: #f0f0f0;
}

input.qtybox,
textarea.qtybox
{
	border: 1px solid #333333;
	width: 35px;	
}

select.qtypackbox
{
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 40px;	
}

select.wineclub
{
	width: 227px;
	height: 20px;
	padding-left: 3px;
	font-family: Georgia, Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
}

table td.content,
div.content
{
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}

div.home_content
{
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
}

table th
{
	height: 50px;
}

tr.buy_product
{
	height: 30px;
}

ul.content
{
	margin-left: 15px;
}

.bg_hide
{
	display: none;
}

.border_top
{
	background: url("../../images/site/dot_horizontal.gif") top left repeat-x;
}

.border_top_contact
{
	background: url("../../images/site/dot_contact.gif") top left repeat-x;
}

.border_left
{
	background: url("../../images/site/dot_vertical.gif") top left repeat-y;
}

.divider_top
{
	background: url("../../images/site/dot_horizontal.gif") top left repeat-x;
	width: 100%;
	height: 1px;
	overflow: hidden;
}

.finger
{
	cursor: pointer;
}

.space
{
	height: 5px;
}

.txt_caption
{
	font-size: 11px;
	line-height: 15px;
}

.txt_red
{
	color: #cc3333;
}

.txt_price
{
	font-size: 24px;
	font-style: italic;
	color: #333333;
}

.txt_nav_selected
{
	line-height: 18px;
	font-size: 11px;
	color: #363636;
	font-style: italic;
	text-decoration: underline;	
}

.txt_upper
{
	text-transform: uppercase;
}

/* GLOBAL LAYER STYLES */

#background
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

#background td 
{
	text-align: center;
	vertical-align: middle;
}

#background img 
{
	margin: 0 auto;
	min-height: 50%;
	min-width: 50%;
}

#wrapper
{
	position: absolute;	
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#container_top #top_bg
{
	margin-bottom: -622px;
	width: 1000px;
	height: 622px;
	background: url("../../images/site/bg_top.png") top left !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/bg_top.png', sizingMethod='image');
}

#container_top #top_content
{
	position: relative;
	width: 1000px;
	height: 622px;
	overflow: hidden;
}

#container_header #logo
{
	float: left;
	width: 470px;
	height: 95px;
	overflow: hidden;
}

#container_header #contact_info
{
	float: right;
	width: 470px;
	height: 95px;
	overflow: hidden;
}

#container_header #contact_info #address_info
{
	float: left;
	width: 125px;
	overflow: hidden;
}

#container_header #contact_info #email_info
{
	float: left;
	margin-left: 20px;
	width: 125px;
	overflow: hidden;
}

/* BANNER LAYER STYLES */

#container_banner #banner
{
	margin-bottom: -255px;
	width: 960px;
	height: 255px;
	overflow: hidden;
}

#container_banner #home_banner
{
	position: relative;
	margin-bottom: -255px;
	width: 960px;
	height: 255px;
	overflow: hidden;
}

#container_banner #banner_overlay
{
	position: relative;
	width: 960px;
	height: 255px;
	background: transparent;
	overflow: hidden;
}

#container_banner #banner_overlay
{
	float: right;
	width: 485px;
	height: 255px;
	background: url("../../images/site/bg_banner_overlay.png") top right no-repeat !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/bg_banner_overlay.png', sizingMethod='image');
	overflow: hidden;
}

/* NAVIGATION EXTRA */

#container_navigation_extra
{
	padding: 10px 20px 0px 20px; 
	width: 960px;
	height: 90px;
	overflow: hidden;
}

/* HOME: E-NEWSLETTER LAYER STYLES */

#content_e-newsletter #e-news_bottle
{
	float: left;
	width: 60px;
	height: 200px;
	overflow: hidden;
}

#content_e-newsletter #e-news_form
{
	float: right;
	padding-right: 10px;
	width: 155px;
	font-size: 11px;
	overflow: hidden;
}

/* GLOBAL FONTS */

#about_content,
#event_content,
#club_content,
#content_member_packs,
#club_form_content,
#wine_details_links,
#wine_details_content
{
	font-size: 11px;
}

/* ABOUT LAYER STYLES */

#about_content strong
{
	font-size: 11px;
	color: #333333;
	text-transform: uppercase;
}

#club_content strong
{
	color: #333333;
}

#content_member_packs strong
{
	color: #333333;
	text-transform: uppercase;
}

/* WINES LAYER STYLES */

div.wine_box
{
	height: 600px;
	text-align: center;
	overflow: hidden;
}

div.wine_image
{
	padding-top: 20px;
	padding-bottom: 25px;
	height: 440px;
	text-align: center;
	overflow: hidden;
}

div.wine_brief
{
	padding: 10px;
	height: 94px;
	font-size: 10px;
	overflow: hidden;
}

span.wine_brief_heading
{
	font-size: 12px;
	color: #cc3333;
	overflow: hidden;
}

/* WINE DETAILS LAYER STYLES */

#wine_details_links #links_wine_reviews
{
	float: left;
	width: 225px;
	overflow: hidden;
}

#wine_details_links #links_tasting_notes
{
	float: right;
	width: 220px;
	overflow: hidden;
}

#wine_details_content strong
{
	text-transform: uppercase;
	color: #333333;
}

#wine_details_content #wine_details_left
{
	float: left;
	width: 225px;
	overflow: hidden;
}

#wine_details_content #wine_details_right
{
	float: right;
	width: 220px;
	overflow: hidden;
}

div.wine_thumb_box
{
	height: 250px;
	text-align: center;
	overflow: hidden;
}

div.wine_thumb
{
	padding-top: 15px;
	height: 180px;
	text-align: center;
	overflow: hidden;
}

div.wine_title
{
	padding: 10px;
	height: 35px;
	font-size: 10px;
	overflow: hidden;
}

/* BUY WINE LAYER STYLES */

div.buy_top_nav
{
	padding-top: 13px;
	padding-left: 20px;
	padding-bottom: 7px;
	color: #333333;
	font-size: 15px;
	font-style: italic;
}

div.top_nav_bg
{
	background: url("../../images/site/bg_buy_top_nav.gif") top left repeat-x;
}

div.top_nav_bg_selected
{
	background: url("../../images/site/bg_buy_top_nav_selected.gif") top left repeat-x;
}

/* WINE CLUB LAYER STYLES */

#club_form_content
{
	height: 195px;
}

#club_form_content #club_form
{
	width: 705px;
	height: 195px;
	background: url("../../images/site/bg_wine_club.gif") no-repeat;
}

/* VENDORS LAYER STYLES */

div.region_heading
{
	padding-top: 10px;
	padding-bottom: 10px;
}

div.vendor_list
{
	padding: 10px 20px 15px 20px;
	font-size: 11px;
}

/* CONTACT LAYER STYLES */

#container_contactus
{
	position: absolute;
	z-index: 99;
	top: 495px;
	width: 225px;
	height: 385px;
	overflow: hidden;
}

#container_contactus #contactus_bg
{
	margin-bottom: -385px;
	width: 225px;
	height: 385px;
	background: url("../../images/site/bg_contact.png") top left no-repeat !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/bg_contact.png', sizingMethod='image');	
	overflow: hidden;
}

#container_contactus #contactus_text
{
	padding-top: 15px;
	width: 225px;
	height: 370px;
	font-size: 11px;
	color: #333333;
	overflow: hidden;
}

/* FOOTER LAYER STYLES */

#container_footer #footer
{
	height: 40px;	
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
	color: #999999;
	background-color: #ffffff;
}

#container_footer #footer #footer_info
{
	float: left;
	width: 800px;
	line-height: 40px;
	overflow: hidden;
}

#container_footer #footer #sw
{
	float: right;
	padding-top: 18px;
	width: 20px;
	height: 7px;
	overflow: hidden;
}