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, :link img, :visited img, a {
	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: "";
}

/* global classes begin */
H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em; text-decoration:underline; }  /* displayed at 18px */
H3 {font-size:1.25em; color:#660000; font-weight:bold;}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

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

p, li { line-height:1.5em; }
p.blank { line-height:.8em; }
strong, span.strong, p.strong { font-weight:bold; }
/* global classes end */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(/images/bg.jpg) repeat-x #660000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid /*#6B5E2E*/ #4C0000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:.8em;
} 
.twoColFixLtHdr #header { 
	width:900px;
} 
.twoColFixLtHdr h1, h2 {
	margin: 0; /* zeroing the margin of the last element in the #header 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: 5px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#000;
}

#header_left {
	float:left;
	width:250px;
	height:340px;
	padding:10px 25px;
	background:url(/images/header_left_bg.jpg) no-repeat #B39066;
	text-align:center;
}

#header_right {
	float:right;
	width:600px;
}

	#header ul {
		margin:5px 0;
		padding:0;
	}
	
	#header ul li {
		display:inline;
		padding:0;
	}
	
	#header ul li a {
		display:block;
		width:250px;
		height:25px;
		padding:10px 0 0 0;
		background:url(/images/header_left_nav_bg.png) repeat-x;
		text-align:center;
		color:#000;
		font-family:"Century Gothic", Verdana, Arial, sans-serif;
		font-weight:bold;
		text-decoration:none;
		letter-spacing:.3em;
	}

	#header ul li a:hover {
		background:url(/images/header_left_nav_bg_hover.jpg) repeat-x;
		color:#A63F21;
	}
	
	#header ul .sel a, #header ul .sel a:visited {
		background:url(/images/header_left_nav_bg_hover.jpg) repeat-x;
	}

.twoColFixLtHdr #mid_box {
	width: 900px; /* 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 */
	height:5px;
	background: #80623D; /* the background color will be displayed for the length of the content in the column, but no further */
}

.twoColFixLtHdr #mainContent {
	width: 860px; /* 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: #F2E2C0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px;
}

	div.bg {
		margin:0;
		padding:10px;
		background:#F7ECD4;
		border:1px solid #660000;
		overflow:auto;
	}
		div.bg p a { color:#000; font-weight:bold; }
		div.bg p a:hover { color:#A63F21; }
		div.bg p.menu_item { float: left; }
		div.bg p.menu_price { float: right; padding-right:50px; }
		div.bg img.mark { margin: 0 40px; }
		div.bg img.photo_border { border:1px solid #660000; padding:2px; }
		div.bg a:hover img.photo_border { border:1px solid #fff; }
		
	#mainContent ul#vt_links {
		height:35px;
		margin:0 0 0 20px;
	}
	
	#mainContent ul#vt_links li { 

	}
	
	#mainContent ul#vt_links li a {

	}


.twoColFixLtHdr #left_middle {
	float: left; /* since this element is floated, a width must be given */
	width: 460px; /* 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: #F2E2C0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 0 20px;
}
.twoColFixLtHdr #right_middle { 
	float:left;
	width:380px;
	padding: 0 20px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #F2E2C0; /* the background color will be displayed for the length of the content in the column, but no further */
} 
.twoColFixLtHdr #footer { 
	margin: 0 auto;
	padding: 25px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:900px;
	text-align:center;
	/*background: url(../images/footer.jpg) repeat-y #E5AF57;*/
	background: url(/images/footer.jpg) no-repeat #B8AE8B;
	font-size:.8em;
	border-top:1px solid #F2E2C0;
} 

	#footer ul
	{
		text-align: center;
		list-style-type: none;
	}
	
	#footer li
	{
		display: inline;
	}
	
	#footer li a, #footer li a:link, #footer li a:visited
	{
		color: #fff;
		text-decoration: underline;
		padding: 0 4px 0 0;
		border: solid 0 #f0e7cc;
		border-right-width: 1px;
		font-style:bold;
		font-size:1em;
	}
	
	#footer li a:hover { text-decoration:none; }
	
	#footer li.last a, #footer li.last a:visited
	{
		border-right:none;
	}

	#footer p, #footer ul 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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
	
	#footer p.footer_text {
		color:#000;
	}
	
	#footer img {
		padding:0 0 5px 0;
		margin:0;
		display:block;
	}
	
	#footer img.credit {
		margin:0 auto; 
		text-align:center;
	}

/* contact form begin */
input.textbox {
	width:200px;
	margin: 3px 0 10px 0;
	padding-right:5px;
}

form input.button {
	width:100px;
	float:left;
}

form textarea {
	width:300px;
}

input.sub {
	float: left;
	width: 90px;
	height: 25px;
	padding: 0;
	margin:10px 0 0 0;
}
/* contact form end */

/* cvd credit */
#credits {
	margin:10px auto; 
	text-align:center;
}

#credits a img {border:0;}
/* cvd credit end */


/* Open Table Overrides */
.bg #OT_searchWrapper, .bg #OT_searchWrapperAll {background:none; height:200px;}
.bg #OT_searchWrapper .OT_feedTitle {margin:0 0 10px 0;}
.bg #OT_submitWrap {margin:0 20px 0 0;}
