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, a img, :link img, :visited img {
	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: "";
}

/* reusable classes begin */
h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */
h1, h2, h3, h4 { color:#000; text-decoration:underline; }


.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: 7px;
}

.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 { line-height:2.0em; }
p.paragraph { line-height:1.2em; }
.bold { font-weight:bold; }
a img.menu_photos { border:1px solid #fff; }
a:hover img.menu_photos { border:1px solid #AF1C13; }
/* reusable classes end */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/brick.jpg) repeat;
	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: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	/*padding:2px;*/
	/*(border: 2px solid #fff;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:.8em;
} 
.twoColFixLtHdr #header { 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:174px;
} 
	
	#nav {
		background: #550000; /* the background color will be displayed for the length of the content in the column, but no further */
		height:70px;
	}
	
	#nav ul {
		float:left;
		margin:0 0 0 17px;
		padding:10px 0 0 0;
	}
	
	#nav ul li {
		display:inline;
		float:left;
	}
	
	#nav ul li a {
		display:block;
		width:100px;
		height:22px;
		color:#fff;
		text-align:center;
		font-weight:bold;
		text-decoration:none;
		text-transform:uppercase;
		padding-top:7px;
		background: #684621;
		margin:0 3px;
		border:1px solid #684621;
	}

	#nav ul li a:hover {
		color:#DBB68F;
		background:#684621;
	}
	
	#nav ul .sel a, #nav ul .sel a:visited {
		color:#B71D27;
		background:#F7ECD4;
	}
	
.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: #550000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px;
}

.twoColFixLtHdr #pic_top {
	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: #550000; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 20px 10px 20px;
}

div.bg {
	margin:0;
	padding:10px;
	background:#F3E0CB;
	border:2px solid #000000;
}

	p.menu_item {
		float:left;
		width:560px;
		font-weight:bold;
		margin:10px 0 5px 20px;
		padding:0;
	}
			
	p.menu_description {
		margin:10px 0 0 20px;
		padding:0 0 0 10px;
		display:block;
		width:550px;
		clear:both;
	}

	p.menu_description_italic {
		margin:0 0 0 20px;
		display:block;
		width:800px;
		clear:both;
		font-style:italic;
		font-weight:bold;
	}
	
	p.menu_price {
		float:right;
		font-weight:bold;
		margin:10px 40px 0px 20px;
		padding:0;
	}

	p.download-bar {
		background:#B71D27; 
		border:1px solid #684621;
		margin-top:10px; 
		padding:10px;
		text-align:center; 
		text-transform:uppercase;
	}
	
	p.download-bar a { color:#fff; }
	
	p.download-bar a:hover { color:#684621; }
	
	#submenu {
		margin:0 0 20px 0;
		padding:2px;
		font-size:.8em;
		border:2px solid #6B2E2E;
		font-family:Helvetica, Verdana, Arial, sans-serif;
	}
	
	#submenu ul {
		margin:0;
		padding:3px;
		text-align:center;	
		background:#AF1C13;	
	}
	
	#submenu ul li {
		display:inline;
		padding:7px;
		letter-spacing:.025em;
	}
	
	#submenu ul li a {
		padding-left:10px;
		text-decoration:none;
		color:#F7ECD4;
	}
	
	#submenu ul li a:hover {
		color:#684621;
		background:url(/images/submenu_arror.png) left no-repeat;
	}

.twoColFixLtHdr #left_middle {
	float: left; /* since this element is floated, a width must be given */
	width: 410px; /* 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: #e6b3b3; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px;
}
.twoColFixLtHdr #right_middle { 
	margin: 0 0 0 450px; /* the left margin on this div element creates the column down the left 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 #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #e6b3b3; /* the background color will be displayed for the length of the content in the column, but no further */
} 
.twoColFixLtHdr #footer { 
	margin: 0 auto;
	padding: 19px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	width:900px;
	height:75px;
	text-align:center;
	background: url(images/footer.jpg) no-repeat;
	font-size:.8em;
} 

	#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 5px;
		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:#000000;
		text-align:center;
	}
	
	#footer img {
		padding:0 0 5px 0;
		margin:0;
		display:block;
	}
	
	#footer img.credit {
		margin:0 auto; 
		text-align:center;
	}


/* contact form begin */
input, select {
	width:220px;
}

input.sub {
	float: left;
	width: 90px;
	height: 25px;
	padding: 0;
	margin:10px 0 0 0;
}

textarea {
	width:300px;
}

input, textarea, select { margin:5px 0 10px 0; }

.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 */

/* cvd credit */

#credits {
	margin:10px auto; 
	text-align:center;
}

#credits a img {border:0;}

/* cvd credit end */
