.text_general {
	/* text 11 black  */	
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #333333;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.text_general2 {
	/* text 11 gray  */	
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
.subtitles {
	/* subtitles 15 lime  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #a9bf35;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.subtitle {
	/* subtitles 15 red  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #b31c1c;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.white_subtitle {
	/* only home 15 white  */	
	font-family :  Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.black_subtitle {
	/* subtitles 15 black  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.whitehome {
	/* only home 18 white  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color : #ffffff;
	text-decoration: none;
	letter-spacing:4px;
	font-weight: bold;
	line-height: normal;
}
.whitehome_text {
	/* only home 14 white  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.blackhome {
	/* home 18 black  */	
	font-family : Arial, Helvetica, sans-serif;
	font-size : 17px;
	color : #000000;
	text-decoration: none;
	letter-spacing:4px;
	font-weight: bold;
	line-height: normal;
}
.wine_titles {
	/* wine titles  */
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;;
	letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
	line-height: normal;
}
.captions  {
	/* text 10 gray */	
    color: #666666;
   	font-family: Verdana, geneva, sans-serif; 
   	font-size: 10px;
	line-height: 120%;
	font-weight: normal;
}

/*** Reset .................................... ***/
body, th, p, ul, li, h1, h2, h3, form {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8.5pt;
	color : #222222;
}
body.bg_1 {
	background: #a09789 url("../images/main.jpg") no-repeat scroll center 284px;
}
body.bg_2 {
	background: #a09789 url("../images/main2.jpg") no-repeat scroll center 214px;
}
a {
	color:#18afdc;
	cursor: pointer;
	text-decoration: none; 
}
#container .home a {
	color:#c20404;
	cursor: pointer;
	text-decoration: none; 
}
#container .home a:hover {
	color:#ffffff;
	cursor: pointer;
	text-decoration: none; 
}

a:hover  {
	color: #ffffff;
	text-decoration: none; 
}
.layout_3c a:hover  {
	color: #666666;
	text-decoration: none; 
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #993112;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	color : #777777;
	text-decoration: none;
	line-height: 130%;
	font-style: normal;
}
.clear {
	clear: both;
}
img {
	border : none;
}
.layout_3c .col1 ul li { 
	list-style-type: none;
	list-style-image:none;
}
ul li { 
	/*list-style-image: url('../images/fish_list.png');*/
}

td, th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8.5pt;
}
input { 
    font-family : Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	border: 1px solid #a39a89;
	padding: 1px 1px 1px 2px;
}
textarea { 
    font-family : Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	width: 150px;
	height: 70px;
	border: 1px solid #a39a89;
}
select { 
    font-family : Verdana, Helvetica,sans-serif;
	font-size: 11px;
	color: #ab2d0f;
	border: 1px solid #a39a89;
}

/*** Layout ................................ ***/
#container {
	width:100%;
	text-align:center;
}

/*** HOME tpl styles .......................... ***/
#header_container {
	width:100%;
	text-align:center;
	background: #a09789 url("../images/header_bg.gif") repeat-y scroll center top;
}
#header_container .header {
	text-align:left;
	margin:auto;
	height:285px;
	width:1000px;
}
#header_container .header .nav {
	float:left;
	text-align:left;
	width:156px;
	height:255px;
	padding:30px 0 0 25px;
	background: transparent url("../images/arrow_bg.jpg") no-repeat scroll bottom right;
}
#header_container .header .rotator {
	float:left;
	text-align:left;
	width:539px;
	height:285px;
	background-color:#000000;
	position:relative;
}
#header_container .header .logo {
	float:right;
	text-align:left;
	width:195px;
	padding: 0 40px 0 45px;
}
#container .home {
	margin:auto;
	width:1000px;
	text-align:left;
	padding: 3px 0 0 0;
}
#container .home .home_left {
	float:left;
	width:720px;
	text-align:left;
}
#container .home .home_left ul.links {
	margin: 0;
	padding: 0 0 0 180px;
	height: 115px;
}
#container .home .home_left ul.links li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 177px;
	padding-right: 3px;
	text-align: right;
}
#container .home .home_left ul.links a {
	display: block;
	height: 0;
	padding-top: 115px;
	overflow: hidden;
}
#container .home .home_left ul.links a.maxwell {
	background-image: url(../images/maxwell1.jpg);
}
#container .home .home_left ul.links a.mead {
	background-image: url(../images/maxwell2.jpg);
}
#container .home .home_left ul.links a.events {
	background-image: url(../images/maxwell3.jpg);
}
#container .home .home_left ul.links a:hover {
	background-position: left -115px;
}
#container .home .home_left .action_imgs {
	float:left;
	width:179px;
	text-align:right;
	padding-left:2px;
}
#container .home .home_left .home_content {
	width:680px;
	text-align:left;
	padding: 35px 0 30px 40px;
}
#container .home .home_right {
	float:right;
	width:195px;
	text-align:left;
	padding: 0 40px 0 45px;
}
.phone_white {
	color:#FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/*** END HOME tpl styles ***/

/*** Subpage tpl styles ............................***/
#header_container .header_sub {
	text-align:left;
	margin:auto;
	height:215px;
	width:1000px;
}
#header_container .header_sub .nav {
	float:left;
	text-align:left;
	width:175px;
	height:200px;
	padding:15px 0 0 15px;
}
#header_container .header_sub .banner {
	float:left;
	text-align:left;
	width:540px;
	background-color:#000000;
}
#header_container .header_sub .logo {
	float:right;
	text-align:left;
	width:265px;
}
#container .subpage {
	margin:auto;
	width:1000px;
	text-align:left;
	background-color:#fcfcfc;
}
#container .layout_3c {
	text-align:left;
}
#container .layout_3c .title_pages {
	display:block;
	height:30px;
	width: 700px;
	padding: 10px 0 10px 30px;
	text-align: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #aa9b75;
	font-weight: bold;
	text-decoration: none;
}
#container .layout_3c .col1{
	float:left;
	width: 140px;
	text-align:left;
	padding: 5px 20px 15px 30px;
	border-right: 1px solid #c8cbc4;
}
.col1 .side_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #20a9d2;
	font-weight: bold;
	text-decoration: none;
}
.col1 .side_nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #988759;
	font-weight: bold;
	text-decoration: none;
}
#container .layout_3c .col2{
	float:left;
	width: 520px;
	text-align:left;
	padding: 5px 0 15px 20px;
}
#container .layout_3c .col3{
	float:right;
	width: 170px;
	text-align:left;
	padding: 5px 35px 15px 60px;
}


/*** Navigation ..................... ***/
#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
#navigation ul li {
	list-style: none;
	list-style-image: none;
	position: relative;
	/*float: left;*/
	margin-right:1px;
}
#navigation ul li a {
	display: block;
	width:100px;	
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fcfcfc;
	font-weight: bold;
	text-decoration: none;
	padding-left:18px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#navigation ul li a span {
	display: block;
	cursor: pointer;
	line-height: 17px;
	text-decoration: none;
	padding-right:3px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#navigation ul li a:hover, #navigation ul li.active a{
	display: block;
	color: #68dafb;
	font-weight: bold;
}
#navigation ul li.on a{
	display: block;
	color:#dfceb2;
	font-weight: bold; 
}
/*
#navigation ul li a:hover span, #navigation ul li.on a span, #navigation ul li.active a span {
	display: block;
	color: #dfceb2;
	font-weight: bold;
}

#navigation ul li .short a, #navigation ul li .short_on a  {
	width: 85px;
	padding-top: 7px;
	color: #452317;
}
#navigation ul li .long a, #navigation ul li .long_on a  {
	width: 100px;
	padding-top: 7px;
	color: #452317;
}
/*** END navigation ***/

.empty {
	height:4px;
	width: 1000px;
	display: block;
}

/*** GOOGLE Map ............................... ***/
#container .main .layout_2c .padding .col1 #google_map{
	height:320px;
	width: 575px;
	display:block;
    border: 1px solid #73351c;
}


/*** Footer ..............***/
#footer {
	width: 1000px;
	margin:auto;
	text-align:left;
	height:80px;
	background: transparent url(../images/footer_bg.gif) repeat-x scroll left top;
}
#footer .padding {
	padding: 5px 20px 10px 20px;
}
#footer .padding .footer_text {
	text-align:center;
	font-family: Century Gothic, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #fcfcfc;
	font-weight: normal;
	line-height:38px;	
}
#footer .padding .left {
	float: left;
	width: 470px;
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #fcfcfc;
	font-weight: normal;
	padding-top:10px;
	line-height:normal;	
}
.phone_white2 {
	color:#FFFFFF;
	font-family : Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#footer .padding .left a {
	color: #fcfcfc;	
}
#footer .padding .left a:hover {
	color: #000000;	
}
#footer .padding .right {
	float: right;
	width: 480px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	padding-top:10px;
	color:#fcfcfc;
	line-height:normal;	
}
#footer .padding .right a {
	color:#fcfcfc;
	font-size: 11px;
}
#footer .padding .right a:hover{
	color:#000000;
}

/*** Drop Down Menu ........................................ ***/
.cssmenu_sub {
	height: 20px;
}
#cssmenu_submenus ul {
	float: left;
	margin: 0;
	list-style: none;
	width:160px;
	background: transparent url(../images/subnav_bg.png) repeat scroll left top;
}
#cssmenu_submenus ul li {
	list-style: none;
	float: left;
}
#cssmenu_submenus a {
	cursor: pointer;
	display: block;
	width:160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fcfcfc;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	padding: 3px 2px 2px 5px;
}
#cssmenu_submenus a:hover {
	color: #68dafb;
	font-weight: bold;
}
/*** End Drop Down Menu ***/

/*** Forms..................................... ***/
input.w05, select.w05 {
	width: 60px;
}
input.w1, select.w1 {
	width: 160px;
}
input.w15, select.w15 {
	width: 170px;
}
input.w2, select.w2 {
	width: 230px;
}
td label {
	display: block;
	position: relative;
	width: 150px;
	color: #666666;
}
span.label {
	display: block;
	color: #666666;
	padding-bottom: 3px;
}
label span.label {
	display: inline;
}
td label img {
	position: absolute;
	top: 3px;
	right: 0px;
}
td.field label, td label.auto {
	width: auto;
	display: inline;
	padding-right: 12px;
}
td.field label {
	color: #333333;
	font-weight: normal;
}
#form_errors {
	background-color: #f0f0f0;
	border: 1px solid #cccccc;
	margin: 0 0 12px 0;
	padding: 12px;
	color: #666666;
}
#form_errors ul {
	margin-top: 12px;
	margin-bottom: 0;
	font-weight: normal;
	color: #333333;
	font-weight: bold;
}
#form_errors li {
	margin-top: 0;
	margin-bottom: 3px;
}
#form_errors *:first-child {
	margin-top: 0;
}
#form_errors *:last-child {
	margin-bottom: 0;
}
p.required {
	margin: 0 0 12px 24px;
	color: #666666;
	text-align: right;
}
/* END forms */

/*** Google Maps ................................... ***/
#google_map {
    width: 100%;
    height: 360px;
    border: 1px solid #9fd0fa;
    background: #ffffff url(../images/map_loading.gif) no-repeat scroll center center;
    overflow: hidden;
}
#google_map.loaded {
    background-image: none;
}
/*** End Google Maps ***/

/*** Home Page Rotator --------------------------------------------------- ***/
div.c1-rotator ul, div.c1-rotator li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.c1-rotator li a {
	display: block;
	position: absolute;
	top: 288px;
	left: -179px;
	display: none;
}
div.c1-rotator li a.c1-rotator-thumb-active {
	display: block;
}
/*** End Home Page Rotator ***/

/*** Comments ------------------------------------------------------------ ***/
#forum_post_result {
	margin-top: 20px;
	background-color: #e0e0e0;
	padding: 10px;
}
/*** End Comments ***/