@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font: 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #151313;
	background: #151313 url(../images/bground.gif) repeat-x center top;
}
a {
	color:#F06364;
	text-decoration: none;
}
a:hover {
	color:#5A4A42;
	text-decoration: none;
}


/* Container Class */


#container {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}
#navbar {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
}


/* Navigation Class */


#nav {
	margin:0px 0px 0px 160px;
	padding:20px 5px;
	width: 150px;
	line-height: 18px;
	}
#nav a.head {
	cursor:pointer;
	background:url(collapsed.gif) no-repeat right;
	color:#5A4A42;
	display:block;
	margin:0px;
	padding:0px 0px 9px;
	text-indent:10px;
	text-decoration: none;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #BAAD89;
}
#nav a.head:hover {
	background: #F6EFE1 url(expanded.gif) no-repeat right;
}
#nav a.selected {
	background-image: url(expanded.gif);
}
#nav a.current {
	background-color:#F6EFE1;
}
#nav ul {
	margin:0px;
	padding:0px;
	text-indent:10px;
}
#nav li {
	list-style:none outside none;
	padding: 0px;
	font-size: 12px;
	color:#5A4A42;
	}
#nav li a {
	font-size: 12px;
	color:#F06364;
	display:block;
	width: 100%;
	text-decoration: none;
	background: url(../images/media_arrow_f1.gif) no-repeat right;
}
#nav li a:hover {
	color:#5A4A42;
	background: #F5DAC9 url(../images/media_arrow_f2.gif) no-repeat right;
}
.break {
	margin-top: 9px;
}
.mail {
	background: #F5DAC9 url(../images/send_f1.gif) no-repeat right;
	margin-top: 9px;
}


/* Gateway Class */


.gateway #feature {
	height: 600px;
	width: 640px;
	float: right;
	background: url(../images/frame_bottom_480.gif) no-repeat left bottom;
	} 
.gateway #newsfeed {
	height: 155px;
	width: 440px;
	padding: 0px 20px;
	margin: 0px 0px 20px;
	} 
.gateway #newsfeed ul {
	margin:0px;
	padding:0px;
	text-indent:10px;
}
.gateway #newsfeed li {
	list-style:none outside none;
	padding: 0px;
	text-indent: 15px;
	}
.gateway #newsfeed li a{
	font-size: 9pt;
	color:#F06364;
	display:block;
	width: 100%;
	text-decoration: none;
	background: url(../images/arrow_2_f1.gif) no-repeat left;
}
.gateway #newsfeed li a:hover {
	color:#f7f0e2;
	background: url(../images/arrow_2_f2.gif) no-repeat left;
}
.gateway #home {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #stage div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 390px;
	width: 960px;
	background: #EECF91;
	border-bottom: 10px solid #FFFFFF;
} 
.gateway #subnav {
	float: right; /* since this element is floated, a width must be given */
	width: 480px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: 160px;
	margin: 5px 5px 5px 0px;
	text-indent:0px;
	font-weight:normal;
	font-size: 14px;
}
.gateway h1 {
	margin: 0px;
	padding: 10px 0px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #F6EFE1;
	line-height: 40px;
	width: 320px;
}

.gateway p {
	color: #2D2D2D;
	font-size: 10pt;
	padding-left: 10px;
	margin: 0px;
}


/* Content Class */


.content #feature {
	width: 630px;
	margin-left: 325px;
	margin-top: 0px;
	background: #F7F0E1 url(../images/frame_bottom.gif) no-repeat left bottom;
	}
.content #shortfeature {
	width: 630px;
	margin-left: 325px;
	margin-top: 0px;
	background: #F7F0E1 url(../images/frame_bottom.gif) no-repeat left bottom;
	height: 600px;
	}
.content h1 {
	margin: 0px;
	font-size: 29px;
	font-weight: normal;
	color: #5B4A43;
	line-height: 40px;
	font-style: normal;
	padding: 14px 0px 80px 20px;
}
.content h2 {
	color: #5A4A42;
	font-size: 18px;
	margin: 0px;
	line-height: 25px;
	font-weight: normal;
	padding: 0px 80px 20px 20px;
}
.content h2.club {
	color: #5A4A42;
	font-size: 18px;
	margin: 0px;
	line-height: 25px;
	font-weight: normal;
	padding: 0px 80px 0px 20px;
}
.content h3 {
	color: #5A4A42;
	font-size: 13px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	line-height: 25px;
	font-weight: bold;
}
.content h4 {
	color: #BAAD89;
	font-size: 13px;
	margin: 0px;
	line-height: 25px;
	font-weight: normal;
	padding: 0px 80px 0px 20px;
	font-style: italic;
}
.content p {
	color: #5A4A42;
	font-size: 13px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 80px;
	padding-bottom: 10px;
	line-height: 20px;
}

.content #feature img {
	margin: 0px;
	padding: 0px;
}
.caption {

	margin: 0px;
	padding: 0px;
}
.content #share {
	height: 19px;
	width: 310px;
	list-style-type: none;
	padding: 0px;
	font-size: 11px;
	margin: 0px 0px 0px 320px;
}
.content #sharefooter {
	font-size: 11px;
	height: 40px;
	margin: 80px 0px 0px;
	padding: 0px;
}
.content #jump {
	width: 420px;
	float: left;
	list-style: none;
	padding-left: 20px;
}
.content #jump a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/jump_f1.gif) no-repeat left;
}
.content #jump a:hover {
	color:#955B31;
	background: url(../images/jump_f2.gif) no-repeat left;
}
.content #print {
	width: 79px;
	float: left;
	border-left: 1px dotted #BAAD89;
	list-style: none;
}
.content #print a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/print_f1.gif) no-repeat left;
}
.content #print a:hover {
	color:#5A4A42;
	background: url(../images/print_f2.gif) no-repeat left;
}
.content #send {
	width: 79px;
	float: left;
	border-left: 1px dotted #BAAD89;
	list-style: none;
}
.content #send a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/send_f1.gif) no-repeat left;
}
.content #send a:hover {
	color:#5A4A42;
	background: url(../images/send_f2.gif) no-repeat left;
}
.content #facebook {
	width: 79px;
	float: left;
	border-left: 1px dotted #BAAD89;
	list-style: none;
}
.content #facebook a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/facebook_f1.gif) no-repeat left;
}
.content #facebook a:hover {
	color:#5A4A42;
	background: url(../images/facebook_f2.gif) no-repeat left;
}
.content #twitter {
	width: 69px;
	float: left;
	border-left: 1px dotted #BAAD89;
	list-style: none;
}
.content #twitter a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/twitter_f1.gif) no-repeat left;
}
.content #twitter a:hover {
	color:#5A4A42;
	background: url(../images/twitter_f2.gif) no-repeat left;
}
.content #related {
	width: 580px;
	list-style: none;
	margin: 0px;
	padding: 0px 0px 80px 20px;
}
.content #related a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/arrow_f1.gif) no-repeat left;
}
.content #related a:hover {
	color:#5A4A42;
	background: url(../images/arrow_f2.gif) no-repeat left;
}


/* Commerce Class */


.commerce #feature {
	width: 300px;
	margin: 0 320px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	} 
.commerce #product {
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #231F20 url(../images/frame_bottom_320.gif) no-repeat left bottom; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 595px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	float: right;
}

.commerce h1 {
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #F6EFE1;
	line-height: 40px;
}
.commerce h2 {
	color: #5A4A42;
	font-size: 18px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 80px;
	padding-bottom: 20px;
	line-height: 25px;
	font-weight: normal;
}
.commerce h3 {
	color: #F6EFE1;
	font-size: 13px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 80px;
	padding-bottom: 0px;
	line-height: 20px;
	font-weight: normal;
	font-style: italic;
}
.commerce p {
	color: #82746B;
	font-size: 13px;
	padding-left: 20px;
	margin: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 15px;
}

.commerce #share {
	height: 19px;
	width: 310px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
.commerce #sharefooter {
	font-size: 11px;
	height: 40px;
	width: 640px;
	margin: 0px;
	padding: 0px;
	background: url(../images/frame_bottom.gif) no-repeat left bottom;
}
.commerce #print {
	width: 77px;
	float: left;
	border-left: 1px solid #5B4A43;
	list-style: none;
}
.commerce #print a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/print_f1.gif) no-repeat left;
}
.commerce #print a:hover {
	color:#5A4A42;
	background: url(../images/print_f2.gif) no-repeat left;
}
.commerce #send {
	width: 77px;
	float: left;
	list-style: none;
}
.commerce #send a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/send_f1.gif) no-repeat left;
}
.commerce #send a:hover {
	color:#5A4A42;
	background: url(../images/send_f2.gif) no-repeat left;
}
.commerce #facebook {
	width: 76px;
	float: left;
	border-left: 1px solid #5B4A43;
	list-style: none;
}
.commerce #facebook a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/facebook_f1.gif) no-repeat left;
}
.commerce #facebook a:hover {
	color:#5A4A42;
	background: url(../images/facebook_f2.gif) no-repeat left;
}
.commerce #twitter {
	width: 76px;
	float: left;
	border-left: 1px solid #5B4A43;
	list-style: none;
}
.commerce #twitter a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/twitter_f1.gif) no-repeat left;
}
.commerce #twitter a:hover {
	color:#5A4A42;
	background: url(../images/twitter_f2.gif) no-repeat left;
}
.commerce #related {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 260px;
}
.commerce #related a {
	display:block;
	margin:0;
	width:100%;
	padding:0px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/arrow_f1.gif) no-repeat left;
	font-size: 13px;
}
.commerce #related a:hover {
	color:#5A4A42;
	background: url(../images/arrow_f2.gif) no-repeat left;
}
.commerce #orderprice {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 100px;
	color: #F7F0E2;
	float: left;
	font-size: 12px;
	font-style: italic;
}
.commerce #orderwine {
	list-style: none;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 5px;
	width: 134px;
	float: right;
	border-left: 1px solid #5B4A43;
	color: #F6EFE1;
	font-style: italic;
	font-size: 13px;
}
.commerce #orderonline a {
	display:block;
	margin:0;
	width:100%;
	padding:0px 0px 3px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/orderonline_f1.gif) no-repeat left;
	font-size: 13px;
}
.commerce #orderonline a:hover {
	color:#5A4A42;
	background: url(../images/orderonline_f2.gif) no-repeat left;
}
.commerce #orderfax li {
	line-height: 30px;
}
.commerce #orderfax a {
	display:block;
	margin:0;
	width:100%;
	padding:0px 0px 3px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/orderfax_f1.gif) no-repeat left;
	font-size: 13px;
}
.commerce #orderfax a:hover {
	color:#5A4A42;
	background: url(../images/orderfax_f2.gif) no-repeat left;
}


/* Footer */


#footer {
	width: 960px;
	margin: 10px 0px 0px;
	text-align: left;
} 
#copyright {
	padding: 0 10px;
	height: 80px;
	margin-left: 160px;
} 
#terms {
	float: left; /* since this element is floated, a width must be given */
	width: 320px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	color: #5B4A43;
}
#terms a {
	color: #5A4A42;
	text-decoration: none;
	margin:0;
	padding:0px 0px 0px 20px;
	background: url(../images/arrow_f2.gif) no-repeat left;
}

#terms a:hover {
	color: #F06364;
	background: url(../images/arrow_f1.gif) no-repeat left;
}
#terms a:visited {
}
#footer ul {
	width: 300px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	float: left;
}


/* Helpers */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.address {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 5px;
	color: #5A4A42;
	border-left: 1px dotted #BAAD89;
	float: right;
	font-size: 13px;
	width: 155px;
}
.content #container #feature #Purchase {
	text-align: right;
	background: url(../images/order_f1.gif) no-repeat left center;
	width: 135px;
	float: right;
	border-style: none;
	cursor: pointer;
	height: 17px;
}
.content #container #feature #Purchase:hover {
	text-align: right;
	background: url(../images/order_f2.gif) no-repeat left center;
	width: 135px;
	float: right;
	border-style: none;
	cursor: pointer;
	height: 17px;
}
.content #container #shortfeature #Purchase {
	text-align: right;
	background: url(../images/order_f1.gif) no-repeat left center;
	width: 135px;
	float: right;
	border-style: none;
	cursor: pointer;
	height: 17px;
}
.content #container #shortfeature #Purchase:hover {
	text-align: right;
	background: url(../images/order_f2.gif) no-repeat left center;
	width: 135px;
	float: right;
	border-style: none;
	cursor: pointer;
	height: 17px;
}
.content #container #shortfeature #Subscribe {
	text-align: right;
	background: url(../images/join_f1.gif) no-repeat left center;
	width: 135px;
	float: right;
	border-style: none;
	cursor: pointer;
	height: 17px;
}
.content #container #shortfeature #Subscribe:hover {
	text-align: right;
	background: url(../images/join_f2.gif) no-repeat left center;
	width: 135px;
	float: right;
	border-style: none;
	cursor: pointer;
	height: 17px;
}


/* Partners */


.content #article {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the navigation div contains, the column space will remain. You can remove this margin if you want the #content div's text to fill the #navigation space when the content in #navigation ends. */
	padding: 0px 0px 80px;
	width: 635px;
	background-image: url(../images/line.gif);
} 
.content #club {
	float: right; /* since this element is floated, a width must be given */
	width: 274px;
	margin: 0px 0px 0px 40px;
	border-left: 1px dotted #BAAD89;
	padding-right: 40px;
}
.content dl {
	padding: 0px;
	margin: 0px 5px 20px 20px;
	color: #5A4A42;
}
.content dd {
	padding: 0px;
	margin: 0px 0px 20px;
}
.content #column2 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	margin: 0px;
	border-left: 1px dotted #BAAD89;
	padding-right: 40px;
	border-right: 1px dotted #BAAD89;
}
.content #column2 h1 {
	margin: 0; /* zeroing the margin of the last element in the #navigation div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	font-weight: normal;
	color: #4C3639;
}
.content #column2 p {
	color: #A1A38D;
}
.content #container #feature #column2 ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.content #container #feature #column2 ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	color: #5A4A42;
}
.content #column3 {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	margin: 0px;
	padding-right: 40px;
}
.content #column3 h1 {
	margin: 0; /* zeroing the margin of the last element in the #navigation div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	font-weight: normal;
	color: #4C3639;
}
.content #column3 p {
	color: #A1A38D;
}
.content #container #feature #club ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px;
}
.content #container #feature #club ul li a {
	display:block;
	margin:0;
	width:100%;
	padding:0px 0px 3px;
	text-decoration:none;
	color:#F06364;
	text-indent: 20px;
	background: url(../images/joinnow_f1.gif) no-repeat left;
	font-size: 13px;
}
.content #container #feature #club ul li a:hover {
	color:#5A4A42;
	background: url(../images/joinnow_f2.gif) no-repeat left;
}
.content #container #feature #club ul {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	color: #5A4A42;
}
.content #container #feature #column3 ul {
	list-style: none;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	color: #5A4A42;
}
