@charset "utf-8";
/*
	RESET BEGIN 
*/

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a, img, .button {
	border: 0;
	outline:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*
	RESET END 
*/


/*
	UTILITY BEGIN
*/

.clearfloat, .clear { /* 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;
}

p { 
	font-size:1.2em;	
	line-height: 1.4em; 
	padding-bottom:10px; 
}

h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }

.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;
}

p.boldblack, span.boldblack {
	font-weight:bold;
	color:#000;
}

span.bold, strong {
	font-weight:bold;
}

/*
	UTILITY END
*/


/*
	STRUCTURE BEGIN
*/

html { overflow-y: scroll; }

body {
	font: 62.5% "Century Gothic", Verdana, Arial, sans-serif;
	background: #000;
	text-align: center; 
	color:#B98529;
}

a {
	color:#375DAB;
}

a:hover {
	text-decoration:none;
}

p {
	color:#B98529;
	text-align:left;
}

i {
	color:#340911;
}

object {
	width:525px;
	height:350px;
	float:left;
	border: 10px solid #FAAF40;
	overflow:hidden;
}

#container {
	width: 850px;  
	height: 620px;
	max-height:620px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 1%;
	margin-left: -425px;
	padding:0; 
	/* Half the width of the DIV tag which is 50 pixels */
	/* Half the height of the DIV tag which is also 50 pixels */
}

#mainContent {
	background:url(../images/bg_slice.png) #F8E0BE repeat-x;
	border: 10px solid #FAAF40;
}
	
	#mainContent ul#nav {
		margin:0 15px 0 0;
	}
	
	#mainContent ul#nav li {
		margin:10px 0 0 0;
		float:left;
		display:inline;
		list-style-type:none;
		text-transform:uppercase;
	}
		
	#mainContent ul#nav li a {
		display:block;
		font-size:1.05em;
		line-height:1.4em;
		padding:10px 0px 0px 0px;
		width:70px;
		height:33px;
		font-weight:bold;
		color:#000;
		border-right:5px solid #000;/*#375DAB;*/
		text-decoration:none;	
		text-align:center;
	}

	#mainContent ul#nav li img {
		width:70px;
		height:30px;
		border-right:5px solid #000;
		display:block;
	}
		#mainContent ul#nav li a.yellow { background-color:#f9ed33; }
		#mainContent ul#nav li a.orange { background-color:#fbb040; }
		#mainContent ul#nav li.last a { border-right:5px solid #000; }
		#mainContent ul#nav li.last img { border-right:none; }
		#mainContent ul#nav li.first a { border-left:5px solid #000; }

	#mainContent ul#nav li a:hover {
		background-color:#375DAB;
		color:#fff;
	}

#mainContent_left { 
	width:255px; 
	height:330px;
	max-height:330px;
	float:left; 
	overflow:hidden;
}

#mainContent_left p {
	margin:0 10px;
}

#mainContent_left h3 { margin-left:10px; }

	#mainContent_left a img {
		border:0;
	}


#mainContent_right_container {
	width:565px;
	float:left;
	margin-top:-100px;
}

#mainContent_right_index {
	float:left;
	padding:0 20px 0 0;
	margin:20px 0 0 0;
	width:545px;
	height:410px;
	overflow:auto;
}


#mainContent_right_header{
	float:left;
	width:565px;
	margin:0px;
}

		#mainContent_right_header img.titles { 
			float:left;
			margin:0 0 5px 0;
			width:250px
			height:40px;
		}

#mainContent_right {
	float:left;
	padding:0 20px 0 0;
	width:545px;
	height:390px;
	max-height:390px;
	overflow:auto;
}


		mainContent_right h1, h2, h3, h4, h5, h6 {
			color:#375DAB;
			margin: 10px 0;
			text-align:left;
			text-transform:uppercase;
			font-weight:bold;
		}
		
	#mainContent_right ul {
		margin:5px 0 5px 0px;
		text-align:left;
	}
	
	#mainContent_right ul li {
		margin:5px 0 5px 10px;
		line-height:1.4em;
		font-size:1.2em;
	}
	
	#mainContent_right ul li ul {
		margin:5px 0 5px 20px;
		font-size:.8em;
	}
		
		#mainContent_right p input.checkbox {padding:0; margin:0;}
		#mainContent_right h6 input.radio {padding:0; margin:0;}
		
		#mainContent_right p.menu_item {
			float:left;
			font-weight:bold;
			padding-bottom:5px;
			text-transform:uppercase;
		}
		
			#mainContent_right p.menu_item input.checkbox {
				margin-right:3px;
			}
					
		#mainContent_right p.menu_price {
			float:right;
			font-weight:bold;
		}
		
		#mainContent_right p.menu_description {
			display:block;
			clear:left;
			padding:0px 10px 8px 15px;
		}
	
		#mainContent_right p.menu_nodescription {
			display:block;
			clear:left;
			padding:3px 10px 0px 15px;
		}
		
		#mainContent_right p.menu_footnote {
			color:#000;
			display:block;
			clear:left;
			padding:3px 10px 8px 15px;
		}

		#mainContent_right p.bin {
			float:left;
			font-weight:bold;
			margin:0 10px 0 0;
		}

		#mainContent_right p.review_title {
			color:#B98529;
			font-weight:bold;
		}
		
		#mainContent_right p span.first_letter {
			font-size:3em;
			line-height:1em;
		}

		#mainContent_right img.titles { 
			float:left;
		}

		#mainContent_right img.gallery {
			margin:8px;
			border:2px solid #DCA467;
		}
	
	#mainContent img.logo { width:255px; border:0; }
	
	#mainContent img.footer { 
		text-align:center; 
		display:block;
		width:800px;
		margin: 10px auto;
	}
	
		
#footer {
	width:800px;
	margin:5px 25px 0 25px;
}

#footer a {
	color:#fff;
}

#footer a:hover {
	color:#FCB040;
}

#footer p {
	padding: 10px 0;
	text-align:center;
	font-size:1em;
}


/* CONTACT FORM BEGIN */

form#contact {
	margin:20px 0 0 0;
}

fieldset { border:none; }

label {
	font-size:1.2em;
	float:left;
	margin:3px 0px;
}

select {
	float: left;
	width: 205px;
	margin: 0 60px 5px 0;
	padding: 0;
}

select.dropdown {
	margin:10px 0 0 0;
	padding:0;
	float:left;
	width:150px;
}

input.textbox {
	float: left;
	width: 320px;
	margin:0 10px 10px 0;
	padding:5px;
}

textarea.textarea {
	float:left;
	width:320px;
	height:75px;
	margin:0 10px 10px 0;
	padding:5px;
}

#input.sub {
	float: right;
	padding-bottom: 5px;
	margin-top:10px;
}

.button {
	border: 1px solid #000;
	background: #A03521;
	padding: 3px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-weight:bold;
	width:100px;
	float:left;
}

.button:hover { background: #fff; color: #A03521; }

.LV_validation_message{
    font-weight:bold;
}

.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 {

}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {

}
/* CONTACT FORM END */
	


