@import "reset.css";

html, body {
	background:url(../images/bg.gif) repeat-x top #fff;
}

/*--- Typography ---*/
h1 {
	font-size:24px;
	font-weight:bold;
	line-height:40px;
	color:#666;
	/*margin-top:-4px;*/
	}

h1.sub {
	font-size:18px;
	line-height:1.5em;
	margin-bottom:10px;
}
h1 a {
	font-size:24px;
	font-weight:bold;
	line-height:55px;
	color:#8A140A;
	}
h2 {
	font-size:19px;
	font-weight:bold;
	line-height:30px;
	color:#615d5c;
	padding-bottom:10px;
	}
h3 {
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#615d5c;
	}
h3 a {
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#615d5c;
	}
p, ul, ol, label {
	font-size:12px;
	line-height:18px;
	color:#615d5c;
	}
a {
	font-size:12px;
	line-height:16px;
	color:#000;
	border-bottom:1px #615d5c;
	text-decoration:none;
	font-weight:bold;
	}

a:hover{
	color:#E91000;

}

ol li label, p label {
	font-weight:bold;
	color:#666;
}

td{
	padding:0px 15px 15px 0px;
}

br {
	line-height:1.2em;
}

.error-box { display:none; }

.error-box, .message {
        padding: 0;
        margin: 0;
        line-height: 1;
}

.error-box p, .message p {
        padding: 10px 10px 10px 40px;
        margin: 10px 0;
}

.error-box p.alert, .message p.alert {
        border: 1px solid #FFFF66;
        background: #FFFFCC url(../images/error.png) 13px 13px no-repeat;
}

.error-box p.error, .message p.error{
        border:1px solid red;
        background:#FFE0E3 url(../images/exclamation.png) 13px 13px no-repeat;
}

.error-box p.success, .message p.success{
        border:1px solid green;
        background:#C7F1B9 url(../images/accept.png) 13px 13px no-repeat;
}

span { line-height: 1.1; }



/*--- Structure ---*/

#wrapper {
	min-height: 60%;
	height: auto !important;	
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	width:1024px;
	}

#wrapperhome {
	min-height: 60%;
	height: auto !important;	
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
	width:860px;
	}



#footer, .push {
	height: 40px; /* .push must be the same height as .footer */
	}
#footer {
	width:1024px;
	margin:0 auto;
	margin-top:40px;
	border-top:1px solid #333;
	padding-top:10px;
}

#footerhome {
	width:850px;
	margin:0 auto;
	margin-top:40px;
	margin-bottom:20px;
}

#footerhome, .push {
	height:40px
}

#content-home {
	width:869px;
	background:url(../images/content-bg-shadow.jpg) no-repeat bottom;
	margin: 10px 0px 40px -2px;
	/*border-top:3px solid #000;*/
	}	
#content {
	margin-top:30px;
	}
#content div.third {
	background:url(../images/content-bg.jpg) no-repeat left bottom;
	width:230px;
	float:right;
	border-top:3px solid #000;
	}
#content div.third div.btn {
	padding: .3em;
	border: 1px solid #615d5c;
	text-align: center;
	background: #fff;
	cursor: pointer;
	}
#content div.third div.btn a {
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	}
#content div.third div.btn:hover {
	background: #E91000;
	}				
#content div.side-box	{
	width:280px;
	float:right;
	margin-top: 2em;
	}	
div.third {
	width:228px;
	float:left;
	padding:0px 30px 30px 30px;
	}
div.twothird {
	width:680px;
	float:left;
	padding:0px 30px 30px 0px;
	border-top:3px solid #000;
	min-height:505px;
}
		
div.twothird p{
	/*padding-bottom:10px;*/
}



/*--- Navigation ---*/
#nav {
	float:right;
	margin-top:23px;
	}
#nav li {
	float:left;
	}
#nav li a {
	display:block;
	padding:9px;
	height:22px;
	background:#000;
	color:#fff ;
	float:left;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	line-height:11px;
	margin:0px 2px 0px 0px;
	border:1px solid #000;
	width:95px;
	background:url(../images/banner-bg.gif) repeat;

	}
#nav li a:hover {
	border:1px solid #000; /*#cac7b9*/
	background-color:#666;
	color:#ccc;
	
	}
#nav li a:hover em {
	color:#E91000;

	}
#nav li a em{
	float:left;
	color:#838383;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:lowercase;
	font-style:normal;
	}

/*--- Elements ---   #000    */

a.logo {
	display:block;
	/*width:255px;
	height:68px;
	background:url(../images/temp_logo.jpg) no-repeat; */  /* temp_logo or temp_logo2 */
	width:199px;
	height:75px;
	background:url(../images/sitelogo.gif) no-repeat;
	text-indent:-3000px;
	float:left;
	border:1px solid #838383;
	}
a.logo:hover {
	/*border-left:1px solid #cac7b9;
	border-right:1px solid #cac7b9;
	border-bottom:1px solid #cac7b9;
	*/
	
	}
#banner {
	width:849px;
	height:504px;
	background:transparent url(../images/banner-bg.gif) repeat scroll 0 0;
	padding:9px;
	margin-top:15px;
	}
#banner-img {
	width:847px;
	height:504px;
	border:1px solid #3d3c3b;
	overflow:hidden;
	position:absolute;
	z-index:1;
	}

#banner-img img{
	width:847px;
	height:504px;
}


#banner-gfx {
	width:847px;
	height:504px;
	background:transparent url(../images/banner-gfx.png) no-repeat;
	position:absolute;
	z-index:2;
	margin:1px 0px 0px 1px;
	}
#banner-txt {
	position:relative;
	width:847px;
	z-index:3;
	bottom:0;
	float:right;
	padding-bottom:0px;
	margin:362px 40px 0px 0px;
	}
#banner-txt p {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:41px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:38px;
	letter-spacing:-1px;
	color:#fff;
	width:590px;
	float:right;
	
	}
#banner-txt p a {
	color:#E91000;
	text-decoration:none;
}
#banner-txt p a:hover {
	color:#efefef;
}
#footer, #footer a {
	font-size:9px;
}

#footerhome, #footerhome a {
	font-size:9px;
}

#footer span {
	line-height:20px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#666;
	}

#footerhome span {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	color:#666;
	}


#footer span a {
	text-decoration:none;
	color:#666;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}

#footerhome span a {
	text-decoration:none;
	color:#666;
	margin-right:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	}

#footer span a:hover {
	text-decoration:underline;
	}

#footerhome span a:hover {
	text-decoration:underline;
	}
	
td { vertical-align: top; }

/*--- Cart ---*/

table.cart-table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0px;
}

table.cart-table td, table.cart-table th {
	padding: 5px;
	line-height: 1em;
}

table.cart-table tr td {
	border-bottom: 1px dotted #EFEFEF;
}

table.cart-table tr.end-row td {
	border-bottom: 1px dotted #585858;
}

table.cart-table th {
	background: #efefef;
	font-size: .8em;
	font-weight:bold;
}


table.history-table {
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0px;
}

table.history-table td, table.history-table th {
	padding: 5px;
	line-height: 1em;
}

table.history-table td {
	border-bottom: 1px dotted #585858;
}

table.cart-history th {
	background: #efefef;
	font-size: .8em;
	font-weight:bold;
}


.grey-row {
	background: #585858;
	color: #FFF;	
}

.cart-form input, .cart-form textarea, .cart-form button {
	border:1px solid #ACACAC;
}

.cart-form table {
	margin-top: 20px;
}

.cart-form td {
	padding: 2px 0px;	
}

.drink-upsell {
	margin-top: 40px;
}
.drink-upsell .upsell-box {
	width: 150px;
	margin-right: 18px;
	float: left;
}
.drink-upsell .upsell-box .description {
	margin-top: 10px;
	float: left;
}
.drink-upsell .upsell-box .description p {
	height: 85px;
}

.tweet{font-size: smaller;}

/*--- Menu ---*/

.menu-list li {
	margin-bottom: 20px;
}

.menu-item-name { }

.menu-item-name, .menu-item-name a {

	color:#666666;
	font-size:24px;
	font-weight:bold;
	line-height:30px;

}

.menu-item-name a:hover {
	text-decoration: underline;
}

.menu-item-desc{
	line-height:1.6em;
	padding:10px 0px 6px 0px;
	margin:4px 0px 6px 0px;
}

.detail-desc{
	line-height:1.6em;
	padding:0px 0px 6px 0px;
	margin:0px 0px 6px 0px;
}



.fullmenu_table{
	margin-top:15px;
}


.pricetable td span{
	line-height:1.5em;
}

/*--- Forms ---*/

.ul{
	line-height:15px;
	font-size:12px;
	color:#615d5c;
	padding-bottom:15px;
	padding-left:15px;
	list-style-type:disc;
}

.ul, a{

	font-weight:normal;
	}

.user-table { }


.user-form input, .user-form textarea, .user-form button {
	border:1px solid #ccc;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	display:none;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 2px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 2px solid #CC0000;
}

.ul input, .ul textarea {
	border:1px solid #8A140A;
	margin-bottom:5px;
}

input {

}

#qtybox{
	width:25px;margin-right:150px;
	border:1px solid #acacac;
}

#rightimg{
margin-left:-5px;
padding-right:0px;
border-top:2px solid red;
margin-bottom:20px;
}


#rightimg img{
margin:0;
padding:0;
width:285px;
}

.imgright{
	float:right;
	margin:0px 0px 10px 15px;
	border:2px solid #ccc;
	width:285px;
	/*red*/
}

.debris table {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	line-height:1em;
	border:1px solid #615D5C;
	border-collapse:collapse;
	color:#615D5C;
}

.codes table {
	float:left;
	margin:0px;
	margin-bottom:15px;
	line-height:1em;
	border:1px solid #615D5C;
	border-collapse:collapse;
	color:#615D5C;
}

.debris table td, .codes table td {
	padding:2px;
	text-align:center;

}

.img_right {
	float:right;
	margin-left:15px;
	border:1px solid #8A140A;;
}

.img_left {
	float:left;
	margin-right:15px;
	border:1px solid #8A140A;;
}

#form_contact table.form-tbl {
	text-align:left;
}

ol {
	list-style-type:decimal;
	padding-left:15px;
}

ol li {
	margin-bottom:10px;
}

.form label {
color:#615D5C;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
line-height:18px;
margin-top:3px;
padding-right:5px;
}

/*
p.error {
	border:1px solid red;
	background: #FFE0E3;
	text-align:center;
	line-height:1em;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}
*/

input.error, textarea.error, select.error {
	border:1px solid red;
	background: #FFE0E3;
	/*margin:0;
	padding:0;*/
}
input[type=radio].error, input[type=checkbox].error {

}

#nav li.active a {
	border:1px solid #8A140A;
	background:#E91000;
}

#nav li.active a em {
	color:#fff;
}

#nav li.active a:hover em {
	background:#E91000;
	color:#000;
}

em {
	cursor:pointer;	
}

.thx_msg {
	color:#E91000;/*red*/
	font-size:20px;
}

#content div.third div.btn a {
border:medium none;
color:#000;
font-size:1.2em;
font-weight:bold;
text-decoration:none;
width:100px;
}

#content div.third div.btn {
margin:0 auto;
width:180px;
border:1px solid #000;
background:#000;
color:#fff;
}

.button a {
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	width:100px;
}

.button a:hover{
color:#fff;
}

#content div.twothird div.button a.btn:hover {
	text-decoration:none;
}

.button {
	border:1px solid #000;
	background:#000;
	text-align:center;
	color:#fff;
	padding:5px;
	cursor:pointer;
	font-weight:bold;

}

.button:hover {
background-color:#E91000;
text-decoration:none;
color:#fff;
font-weight:bold;
}

.button a.btn {
	color:#fff;
}

#form_schedule table tbody tr{
	padding-bottom:10px;
}

#form_contact input, #form_contact textarea {
	border:1px solid #acacac;
}

#form_schedule input, #form_schedule textarea, #form_schedule select{
	border:1px solid #acacac ;
}

label.error {
	position:absolute;
	color:red;
	margin-left:-15px;
	margin-top:-15px;
}

.clearheader{ clear:both; }
.clearheadersecondary{ clear:both;padding-top:1px;}

.hidden { display: none; }

.strong {
	color: #E91000;
	font-weight: bold;	
	font-size:1.1em;
}

.strong.grey{
	color: #666;
	font-weight: bold;	
	font-size:1.1em;
}

.form_table{
margin:15px 0px;
}


.lightgrey{
color:#bbb;
}

.sm_font td{
	font-size:12px;
}
