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;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
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 */

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

a img.menu_photos { border:2px solid #DD853D; }
a:hover img.menu_photos { border:2px solid #442A51; }
img.670x335 { border:10px solid #DD853D; }

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

p { line-height:1.3em; }
p.paragraph { line-height:.8em; }

/* reusable classes end */

body {
	font-size: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background:url(../images/GG_logo_gold.png) repeat #442a51;
}

.oneColFixCtr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #EBD4F7;
	padding: 3px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #header {
	margin: 0;
	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. */
}
.oneColFixCtr #header img {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#subnav {
	width: 900px;
	height: 25px;
	background-color: #333;
	float: left;
	font: bold 10px/25px;
	padding-right: 10px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
}

	#subnav ul {
		margin:0;
		padding:0;
	}
	
	#subnav ul li {
		display:inline;
		list-style:none;
		float:left;
		margin:0;
		padding:0;
	}
	
	#subnav ul li a, #subnav ul li a:visited {
		display:block;
		padding:0px 12px;
		height:25px;
		color:#fff;
		border-right:1px solid #d2c19a;
		text-decoration:none;	
	}

	#subnav ul li a:hover {
		color:#d2c19a;	
		background-color:#57410F;
	}
	
	#subnav .sel a, #subnav .sel a:visited {
		color:#d2c19a;
		background-color:#57410F;
	}

.oneColFixCtr #mainContent {
	width:688px;
	float:left;
	font-size:.9em;
	color:#000;
	background:/*#EBD4F7*/ url(../images/mainContent_bg.png) repeat-y #FCF5EB;
	margin:0 2px 0 0;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

	#mainContent p {
		padding:0px 20px;
	}
	
	#mainContent img.titles, #sidebar1 img.titles, #sidebar2 img.titles { margin: 0px 15px; clear:both; }
	
	#mainContent ul.sitemap {
		list-style:disc;
		margin:5px 0 5px 20px;
	}
	
	#mainContent ul.sitemap li {
		margin:5px 0 5px 25px;
	}
	
	#mainContent ul.sitemap li ul {
		margin:5px 0 5px 25px;
		list-style:circle;
	}
	
	#mainContent p.menu_item {
		float:left;
		font-weight:bold;
		margin:5px 0 0 20px;
		padding:0;
	}
			
	#mainContent p.menu_description {
		margin:10px 0 10px 20px;
		padding:0 0 0 10px;
		display:block;
		width:550px;
		clear:both;
	}

	#mainContent p.no_description {
		width:550px;
		clear:both;
		height:0;
	}
	
	#mainContent p.menu_price {
		float:right;
		font-weight:bold;
		margin:10px 40px 0px 20px;
		padding:0;
	}
	
	#mainContent p.center, h3.center { 
		padding:10px 0 0 0;
		margin:0 auto 10px auto; 
		text-align:center;
		width:600px;
	}
	
	#mainContent .slideshow, #mainContent img.center {
		width:690px;
		height:345px;
		margin:0;
	}
	
	#mainContent iframe  {
		width:670px;
		height:400px;
		margin:10px;
		border:2px solid #DD853D;
	}
	
	#mainContent ul#vt_links {
		margin:0;
		padding:0;
		background:#EBD4F7;
		border:1px solid #442A51;
		width:686px;
		height:25px;
	}
	
	#mainContent ul#vt_links li { 
		display:inline; 
		float:left;	
		margin:0 auto;
		padding:0;
	}
	
	#mainContent ul#vt_links li a {
		display:block;
		padding:3px 17px;
	}
		
.oneColFixCtr #sidebar1 {
	font-size:.8em;
	float: left; /* since this element is floated, a width must be given */
	width: 683px; /* 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:/*#EBD4F7*/ url(../images/mainContent_bg.png) repeat-y #FCF5EB;
	margin:0;
	padding: 10px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right:1px solid #442A51;
	border-top:1px solid #D7692E;
	color:#000;
}

.oneColFixCtr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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: url(../images/sidebar2_vert_bg.jpg) repeat-x #C5E9F7;
	margin:0;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#000;
}

 #sidebar2 p {
 	padding: 5px;
 }
 
	#sidebar2 p.menu_item {
		font-weight:bold;
		margin-top:10px;
	}
			
	#sidebar2 p.menu_description {
		font-size:.8em;
		font-style:italic;
		margin-top:5px;
	}

	#sidebar2 p.menu_price {
		font-size:.8em;
		margin-top:5px;
	}
	
/* Contact Form */

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

fieldset {
	width:600px;
	padding:0;
}

label {
	float:left;
	margin:3px 0px;
}

select.contact {
	float:left;
	width:205px;
	margin:10px 0 0 0;
	padding:0;
}

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

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

input.sub {
	float: left;
	width: 90px;
	height: 25px;
	padding: 0;
	margin:10px 0 0 0;
}

.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 */
	



.oneColFixCtr #footer { 
	margin: 2px auto 0 auto;
	padding: 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_bg.jpg) repeat-y #E5AF57;
	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
	{
		line-height: 11px;
		font-family: Tahoma, serifSansSerifMonospace, Arial, Sans-Serif;
		color: /*#efab5c;*/ #000;
		text-decoration: underline;
		padding: 0 5px;
		border: solid 0 #f0e7cc;
		border-right-width: 1px;
	}
	
	#footer li a:hover { text-decoration:none; }
	
	#footer li.last a, #footer li.last a:visited
	{
		border-right:none;
	}

	.oneColFixCtr #footer 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:#000;
		text-align:center;
	}
	
	#footer img {
		padding:0 0 5px 0;
		margin:0;
		display:block;
	}
	
	#footer img.credit {
		margin:0 auto; 
		text-align:center;
	}

#credits {
	margin:10px auto; 
	text-align:center;
}

#credits a img {border:0;}
