/*
-----------------------------------------------
- [Website Name]
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
- Version:  06 May 2009
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

a 
{
	color: #993300;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.none
{
	text-decoration: none;
}

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

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

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

a.brown_box
{
	color: #ffffff;
	text-decoration: none;
}

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

a.wine_title, a.newsletter_title
{
	text-decoration: none;
}

a.wine_title:hover, a.newsletter_title:hover
{
	color: #000000;
}

a.click_here
{
	color: #ffcc99;
}

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

table
{
	font-family: Cambria,Georgia,Helvetica,Arial,Verdana,Sans-serif;
	font-size: 12px;
}

td.color_white
{
	color: #ffffff;
}

td.font_bold, .font_bold
{
	font-weight: bold;
}

td.font_italic, .font_italic
{
	font-style: italic;
}

td.download_menu
{
	color: #ffffff;
	font-style: italic;
	font-size: 13px;
}

img
{
	border: 0;
	margin: 0;
}

p.block_content
{
	color: #333333;
	font-size: 14px;
}

p.block_intro
{
	margin-top: 30px;
	color: #333333;
	font-size: 22px;
	font-style: italic;
}

p.product_title
{
	margin-bottom: 25px;
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
}

p.notes
{
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url('../../images/site/ico_notes.gif') no-repeat;
}

p.product_notes
{
	font-size: 22px;
	margin-bottom: 30px;
	color: #333333;
}

p.product_description
{
	margin-bottom: 20px;
}

p.awards
{
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	background: url('../../images/site/ico_awards.gif') no-repeat;
}

p.award_content
{
	margin-bottom: 15px;
}

p.reviews
{
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	background: url('../../images/site/ico_reviews.gif') no-repeat;
}

p.review_content
{
	margin-bottom: 15px;
}

p.product_to_top
{
	padding-top: 15px;
	margin: 10px 0 5px 0;
	background: url('../../images/site/product_line.gif') top left no-repeat;
	font-size: 11px;
	text-align: right;
}

p.booking
{
	height: 15px;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 30px;
	background: url('../../images/site/ico_booking.gif') no-repeat;
}

input.signup
{
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 5px;
	width: 190px;
	height: 17px;
	border: none;
	font-family: Cambria,Georgia,Helvetica,Arial,Verdana,Sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	overflow: hidden;
}

input.enquiry,
select.enquiry,
textarea.enquiry
{
	margin: 0px;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 5px;
	width: 190px;
	height: 17px;
	border: none;
	font-family: Cambria,Georgia,Helvetica,Arial,Verdana,Sans-serif;
	font-size: 12px;
	background-color: #e6f6f9;
	overflow: hidden;
}

#wrapper
{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#wrapper #header
{
	width: 350px;
	padding: 0 325px;
	position: relative;
	overflow: hidden;
	background: url('../../images/site/bg_blue.gif');
}

#wrapper #nav_menu
{
	width: 980px;
	height: 25px;
	padding-left:20px;
	position: relative;
	overflow: hidden;
	background: url('../../images/site/bg_blue.gif');
}

div.block_menu
{
	height: 25px;
	margin-right: 50px;
	padding-left: 10px;
	/*background: url('../../images/site/dot_selected.gif') top left no-repeat;*/
	float: left;
	overflow: hidden;
	position: relative;
}

#wrapper #banner
{
	width: 1000px;
	position: relative;
	overflow: hidden;
}

#wrapper #banner #banner_top
{
	width: 1000px;
	height: 10px;
	margin-bottom: -10px;
	background: url('../../images/site/image_tear_top.png') !important;
	background-repeat: no-repeat !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/image_tear_top.png', sizingMethod='image');
	position: relative;
	overflow: hidden;
	z-index: 3;
}

#wrapper #banner #banner_image
{
	width: 1000px;
	height: 500px;
	position: relative;
	overflow: hidden;
}

#wrapper #banner #banner_bottom
{
	width: 1000px;
	height: 5px;
	margin-top: -5px;
	background: url('../../images/site/image_tear_bottom.png') !important;
	background-repeat: no-repeat !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/image_tear_bottom.png', sizingMethod='image');
	position: relative;
	overflow: hidden;
	z-index: 3;
}

#wrapper #banner #whats_going_on
{
	width: 245px;
	margin-top: -365px;
	position: relative;
	float: right;
	overflow: hidden;
}

#wrapper #content
{
	width: 960px;
	min-height: 145px;
	padding: 30px 20px;
	position: relative;
	overflow: hidden;
}

#wrapper #content #block_info
{
	width: 225px;
	position: relative;
	overflow: hidden;
}

#wrapper #content #block_info #info_bg
{
	width: 225px;
	height: 165px;
	background: url('../../images/site/bg_signup.png') !important;
	background-repeat: no-repeat !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/bg_signup.png', sizingMethod='image');
}

#wrapper #content #block_info #info_content
{
	width: 225px;
	margin-top: -165px;
	position: relative;
	overflow: hidden;
}

#wrapper #content #the_menu
{
	width: 470px;
	position: relative;
	overflow: hidden;
}

#wrapper #content #the_menu #the_menu_bg
{
	width: 470px;
	height: 165px;
	background: url('../../images/site/bg_menu.png') !important;
	background-repeat: no-repeat !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/bg_menu.png', sizingMethod='image');
}

#wrapper #content #the_menu #the_menu_content
{
	width: 470px;
	margin-top: -165px;
	position: relative;
	overflow: hidden;
}

#wrapper #content #gallery_image
{
	width: 715px;
	height: 475px;
	overflow: hidden;
	position: relative;
}

#wrapper #content #gallery_content
{
	width: 225px;
	height: 100px;
	margin-top: 35px;
	overflow: hidden;
	position: relative;
}

/*
	Wine navigation start
*/
#wrapper #content #nav_wines
{
	padding-bottom: 15px;
	margin-bottom: 5px;
	list-style: none;
	background: url('../../images/site/gallery_line.gif') bottom no-repeat;
	overflow: hidden;
	position: relative;
}

#wrapper #content #nav_wines li
{
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	height: 15px;
	overflow: hidden;
	position: relative;
}

#wrapper #content #nav_wines li:hover
{
	background: url('../../images/site/dot_hover.gif') top left no-repeat;
	position: relative;
	overflow: hidden;
}
/*
	Wine navigation end
*/

/*
	Newsletter navigation start
*/
#wrapper #content #nav_newsletter
{
	margin-top: 80px;
	list-style: none;
	overflow: hidden;
	position: relative;
}

#wrapper #content #nav_newsletter li
{
	padding-left: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	height: 15px;
	overflow: hidden;
	position: relative;
}

#wrapper #content #nav_newsletter li:hover
{
	background: url('../../images/site/dot_hover.gif') top left no-repeat;
	position: relative;
	overflow: hidden;
}
/*
	Newsletter navigation end
*/

#wrapper #content #booking_content
{
	margin-top: 25px;
	padding-top: 30px;
	background: url('../../images/site/product_line.gif') top left no-repeat;
	position: relative;
	overflow: hidden;
}

#wrapper #content #random_review
{
	width: 225px;
	padding-top: 25px;
	position: relative;
	overflow: hidden;
}

#wrapper #content #random_review #random_review_title
{
	font-weight: bold;
	margin-bottom: 25px;
}

#wrapper #content #random_review #random_review_content
{
	font-size: 22px;
	font-style: italic;
	margin-bottom: 15px;
}

#wrapper #footer
{
	width: 855px;
	height: 30px;
	padding: 115px 20px 15px 125px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background:  url('../../images/site/footer_bg.jpg');
}

#wrapper #footer #footer_text
{
	color: #333333;
	position: relative;
	float: left;
	overflow: hidden;
}

#wrapper #footer #sw_logo
{
	width: 20px;
	height: 20px;
	position: relative;
	float: right;
	overflow: hidden;
}

/* scroller menu start */
div.dhtmlnav
{
	padding: 5px 0 5px;
	position: relative;
	z-index: 999;
	/*width: 120px;*/
	background-color: #ffffff;
	/*border: 1px solid #d4d4d4;*/
	/*filter:alpha(opacity=80);*/
	-moz-opacity:.80;
	opacity:.80;
}

div.subnav
{
	font-size: 10px;
	padding: 5px 5px 5px 10px;
	text-align: center;
	height: 10px;
	font-size: 10px;
	line-height: 100%;
	text-transform: uppercase;
	color: #000000;
}

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

div.subnav a:hover
{
	color: #000000;
	text-decoration: none;
}
/* scroller menu end */

/* SYSTEM MESSAGE BOX STYLES start */
#wrapper_message_box
{
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	width: 100%;
	overflow: hidden;
}

#message_box
{
	position: relative;
	margin: 0 auto;
	z-index: 100;
	padding: 5px;
	width: 240px;
	height: 140px;
	background-color: #CCCCCC;
	/* background-color: #6e285a; */
	overflow: hidden;
}

#message_box #message_text
{
	padding: 20px;
	width: 200px;
	height: 60px;
	text-align: center;
	font-size: 14px;
	background-color: #ffffff;
	overflow: hidden;
}

#message_box #close_text
{
	padding: 10px 20px;
	width: 200px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	background-color: #ffffff;
	overflow: hidden;
}

#message_box #close_text a
{
	text-decoration: none;
}

#message_box #close_text a:hover
{
	text-decoration: underline;
}

/* SYSTEM MESSAGE BOX STYLES end */

.block_20
{
	width: 20px;
}

.block_225
{
	width: 225px;
}

.block_245
{
	width: 245px;
}

.block_470
{
	width: 470px;
}

.block_700
{
	width: 700px;
}

.block_715
{
	width: 715px;
}

.block_960
{
	width: 960px;
}

.bg_wood
{
	height: 30px;
	background: url('../../images/site/bg_wood.jpg');
}

.bg_wood_big
{
	height: 30px;
	background: url('../../images/site/bg_wood_big.jpg');
}

.bg_blue_opaque
{
	background-color: #ade0eb;
}

.bg_brown_opaque
{
	height: 230px;
	width: 130px;
	margin-top: -280px;
	padding: 15px 15px 5px 10px;
	background-color: #cc9966;
	position: relative;
	overflow: hidden;
}

.bg_cafe
{
	height: 225px;
	background: url('../../images/site/bg_cafe.jpg');
}

.bg_gallery
{
	height: 225px;
	background: url('../../images/site/bg_gallery.jpg');
}

.block_menu_selected
{
	background: url('../../images/site/dot_selected.gif') top left no-repeat;
}

.buy_wines
{
	padding-top: 5px;
	padding-bottom: 15px;
	background: url('../../images/site/gallery_line.gif') bottom no-repeat;
	overflow: hidden;
	position: relative;
}

.color_brown
{
	color: #993300;
}

.event_title
{
	color: #000000;
	font-size: 22px;
	font-weight: bold;
}

.finger
{
	cursor: pointer;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.gly_arw
{
	width: 25px;
	height: 35px;
}

.gly_cnt
{
	width: 225px;
	height: 100px;
}

.gly_img
{
	width: 715px;
	height: 475px;
}

.height_180
{
	height: 180px;
}

.height_200
{
	height: 200px;
}

.height_225
{
	height: 225px;
}

.margin_top_10
{
	margin-top: 10px;
}

.margin_top_20
{
	margin-top: 20px;
}

.margin_top_35
{
	margin-top: 35px;
}

.margin_top_-215
{
	margin-top: -215px;
}

.margin_top_-255
{
	margin-top: -255px;
}

.margin_left_15
{
	margin-left: 15px;
}

.margin_right_20
{
	margin-right: 20px;
}

.padding_left_30
{
	padding-left: 30px;
}

.overflow_hidden
{
	position: relative;
	overflow: hidden;
}