* { margin: 0; padding: 0; } 

#validation {
	color:white;
}

body {
	margin: 15px;
	background-color: #322e1d;
}
body, table {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

blockquote {
	margin: 10px;
	padding: 10px;
}
img {
	border:none;
}

img a {
	border:none;
}


a {
	color:#684e18;
	
}
a:hover {
	color: black;
	text-decoration:none;
}

p {
	margin: 1.12em 0
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border: solid #9b9c9c 1px;
	color:#000000;
/*	width:10px;*/
	text-align:left;
	font-size:11px;
	background-color: white;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 2px 2px;
}

/*input.button {*/
/*	font-size: 11px;*/
/*	border:solid #000000 1px;*/
/*	background-color:#ffffff;*/
/*	color:#000000;	*/
/*	font-weight: bold;*/
/*	padding: 0px 4px;*/
/*}*/



/*********** START BUTTON STYLES ***************/
button, input[type="button"], input[type="reset"], input[type="submit"], a.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 14px/100%;
	padding: .3em 1em .35em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);

	color: #FFFFFF;
	border: solid 1px #40290C;
	background: #6E5228;
	background: -webkit-gradient(linear, left top, left bottom, from(#6E5228), to(#40290C));
	background: -moz-linear-gradient(top,  #6E5228,  #40290C);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E5228', endColorstr='#40290C');

}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover {
	text-decoration: none;

	color: #ffffff;
	background: #5F5F5F;
	background: -webkit-gradient(linear, left top, left bottom, from(#AF8D57), to(#6E5228));
	background: -moz-linear-gradient(top,  #AF8D57,  #6E5228);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AF8D57', endColorstr='#6E5228');
}

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, a.button:active {
	position: relative;
	top: 1px;

	color: #ffffff;
	background: #6E5228;
	background: -webkit-gradient(linear, left top, left bottom, from(#6E5228), to(#AF8D57));
	background: -moz-linear-gradient(top,  #6E5228,  #AF8D57);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6E5228', endColorstr='#AF8D57');

}

/*input.button-dark, a.button-dark, button.button-dark {*/
/*	background: #BFBFBF;*/
/*	background: -webkit-gradient(linear, left top, left bottom, from(#BFBFBF), to(#2F2F2F));*/
/*	background: -moz-linear-gradient(top,  #BFBFBF,  #2F2F2F);*/
/*	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFBFBF', endColorstr='#2F2F2F');*/
/*}*/


input.button-small, a.button-small, button.button-small {
	font-size:11px;
	padding: .1em 5px .20em 5px;
}


/*** this removes the annyong inner dotted border on focus state in firefox ***/
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }


/*********** END BUTTON STYLES ***************/



td.formcaption {
	font-size:12px;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right:4px;
}

td.formfield {
	padding-left:4px;
	padding-bottom:5px;
	font-size:12px;
}



h1 { font-size: 16pt; color:#4e0a0c; padding:10px 0px 10px 0; text-transform:capitalize;}
h2 { font-size: 14px; color:#4e0a0c; padding:5px 0px 5px 0;}
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5 { font-size: 11px; }
h6 { font-size: 10px; }

hr {
	height: 1px;
	border: none;
	color: #322E1D;
	background: #322E1D;
}


/*******************************************************/

div#main {
	width: 975px;
	margin-left:auto;
	margin-right:auto;
	padding-top:45px;
}

#innermenu_panel {
	width:112px;
}

#innermenu_box {
	width:86px;
	padding: 20px 3px 20px 10px;
	border-right: solid #ffffff 1px; 
	border-bottom: solid #ffffff 1px;
	line-height:12px;
}

.innermenu {
	font-size:11px;
	font-weight:bold;
	color:#4E0A0C;
	padding-bottom:8px;
	/* line-height:15px; */
}

.innermenu a {
	text-decoration:none;
	color:#fcfcfc;
	font-size:11px;
	font-weight:bold;	
}

.innermenu a:hover {
	color:#4E0A0C;
	display:block;
}



input.form-error {
	border: dashed red 1px;
}

div.form-error-message {
	color: red;
	font-size: 11px;
	font-style: italic;
}


/***************** mainmenu styles *********************/

#mainmenu {
	background: #FFFFFF;
	width:100%;
	border-collapse: collapse;
}

#mainmenu td {
	white-space: nowrap;
	text-align: center;
	/* border: solid #192E77 1px; */
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
	text-transform: uppercase;
}

#mainmenu a {
	text-decoration: none;
	color: #000000;
}
#mainmenu a:hover {
	color: #6c7d15; 
}

div.submenu {
	text-align:left;
	/*width:150px;*/
	padding:10px 13px 20px 3px;
	position: absolute;
	display: none;
	background: #42110f;
	/* border: solid #192E77 1px; */
	opacity: 0.80;
	filter: alpha(opacity = 80);
}

div.submenu table {
	border-collapse: collapse;
}

div.submenu td {
	padding: 3px 5px;
	cursor:pointer;
	text-align: left;
	font-size: 11px;

}

div.submenu td a {
	color: #fcfcfa;
	font-family: verdana, arial, sans-serif;
	/* font-weight: bold; */
	text-decoration: none;
}

div.submenu td.hover {
	color: #7b8e1a;
}

div.submenu td.hover a {
	color: #7b8e1a;
}


/****************************************/

/******** nav links ********/

/*div.navlinkbox, div.navlinkboxhover {*/
/*	font-size: 11px;*/
/*	display: inline;*/
/*	border: solid black 1px;*/
/*	padding: 2px 5px;*/
/*	margin: 0px 2px;*/
/*	text-align:center;*/
/*}*/
/*div.navlinkboxhover {*/
/*	color: #ffffff;*/
/*	background: #49232F;*/
/*}*/
/*div.navlinkboxhover a, div.navlinkboxhover a:hover {*/
/*	color: #ffffff;*/
/*}*/

/******** nav links ********/

div.navlinkbox, div.navlinkboxon {
	font-size: 11px;
	display: inline;
	border: solid #7c7164 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkbox a {
	text-decoration: none;
}
div.navlinkboxhover, div.navlinkboxon {
	color: #ffffff;
	background: #49232F;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover, div.navlinkboxon a, div.navlinkboxon a:hover {
	color: #ffffff;
	text-decoration: none;
}


/********* home page *************/

/* header */

#hp_header {
	border-top:solid #584d33 1px;
	border-left:solid #584d33 1px;
	border-right:solid #584d33 1px;
}


#hp_logo {
	background:url(/assets/images/hp_logo.png);
	float:left;
	width:226px;
	height:159px;
	cursor:pointer;
}

#hp_toolbar {
	background:url(/assets/images/hp_toolbar.png);
	float:left;
	height:23px;
	width:747px;
	padding-top:14px;
}

#hp_middle {
	background:url(/assets/images/hp_middle.png);
	float:left;
	height:94px; 
	width:747px;
}

#hp_menubar {
	background:url(/assets/images/hp_menubar.png);
	float:left;
	height:25px;
	width:747px;
	padding-top:3px;
}

#hp_content {
	width:973px;
	height:235px;
	overflow:hidden;
	background:url(/assets/images/hp_content.png);
}

#hp_footer {
	width:973px;
	height:157px;
	background:url(/assets/images/hp_footer.png);
}
a

/* 
#hp_spacer {
	position:relative;
	float:left;
	height:8px;
	width:500px;
}

*/

/********* inside page *************/

/* header */

#inspg_logo {
	background:url(/assets/images/inspg_logo.png);
	width:226px;
	height:159px;
	cursor:pointer;
}

#inspg_toolbar {
	background:url(/assets/images/inspg_toolbar.png);
	float:left;
	height:23px;
	width:747px;
	padding-top:14px;
}


#inspg_middle {
	background:url(/assets/images/inspg_middle.png);
	float:left;
	height:94px; 
	width:747px;
}

#inspg_menubar {
	background:url(/assets/images/inspg_menubar.png);
	float:left;
	height:25px;
	width:747px;
	padding-top:3px;
}

/* body */

div#breadcrumbs {
	font-size:11px;
	color:#684e18;
	font-weight:bold;
	padding-bottom:8px;
}

div#breadcrumbs:a {
	color:white;
}

#inspg_content_body {
	background:url(/assets/images/inspg_content.jpg) no-repeat;
	background-color:#e1ca95;
	line-height: 20px;
}

#inspg_menu_panel {
	line-height:12px;
	width:80px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	border-right:solid #ffffff 1px;
	border-bottom:solid #ffffff 1px;
}

#inspg_photo_panel {
	padding-left:10px;
	padding-right:20px;
}

#inspg_photo_panel img {
	display:block;
}

#inspg_copy_panel {
	padding-top:10px;
	padding-right:30px;
	padding-bottom:20px;

}

#inspg_copy {
	
}



#inspg_bottom_left_panel {
	clear:both;
	width:441px;
	height:320px;
	padding:10px;
}


#inspg_footer {
	background:url(/assets/images/inspg_footer.png);
	/* padding: 10px 60px 60px 0px; */
	width:973px;
	height:162px;
}

#inspg_map {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
}

#loc_map {
	width:430px;
	height:300px;
}



/********* toolbar *************/

#email_sign_up {
	float:right;
	padding-right:10px;
}

#email_sign_up_label {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fffffe;
	position:relative;
	padding-right:10px;
	padding-top:1px;
	float:right;
}

#email_sign_up_body {
	float:right;
}


form#email_sign_up_form {
	background-color:transparent;
	color:#9b9c9c;
}

#email_sign_up_form input {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#929191;
	border: solid #929191 1px;
	width:120px;
	text-align:center;
	margin-bottom:2px;
	background-color:transparent;
}

#email_sign_up_form input:focus {
	color:#fffffe;
}

#email_sign_up_form #embutton {
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fffffe;	
	border: none;
	background:none;
	background-color: transparent;
	cursor:pointer;
	width:50px;
	padding-right:75px;

	outline: none;
	text-shadow: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	filter: none;
}







#email_sign_up_form #embutton:hover {
}

div#tell-a-friend {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fffffe;	
	float:right;
	padding-right:28px;
}

#tell-a-friend a {
	color:#fffffe;	
	padding-left:rightpx;
}

#tell-a-friend a:hover {

}



#cart {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fffffe;	
	float:right;
	cursor:pointer;	
	padding-right:30px;
}


#register {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fffffe;	
	float:right;
	cursor:pointer;	
	padding-right:22px;
}


#help {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fffffe;	
	float:right;
	cursor:pointer;	
	padding-right:28px;
}


#login {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#fffffe;	
	float:right;
	cursor:pointer;	
	padding-right:28px;	
}


#content {
	color:#b9b9b8;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top:35px;
	padding-left:230px;
	padding-right:300px;
}




/********* footer *************/
#footer {
	padding-top:8px;
	padding-left:240px;
	color:#b7ae9e;
	line-height:12px;
}

.footer_title {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer_menu {
	padding-top:10px;
	padding-right:50px;
	padding-left:3px;
	width:210px;
	color:#b7ae9e;
	font-size:11px;
	vertical-align:top;
}

#footer_menu a {
	color:#b7ae9e;
	font-size:11px;
}

#footer_menu a:hover {
	color:#fffffe;
}

#footer_hours {
	padding-top:10px;
	padding-right:55px;
	padding-left:3px;
	color:#b7ae9e;
	font-size:11px;
	vertical-align:top;
}

#footer_hours a {
	color:#b7ae9e;
	font-size:11px;
}

#footer_hours a:hover {
	color:#fffffe;
}
#footer_address {
	padding-top:9px;
	padding-right:60x;
	padding-left:3px;
	color:#b7ae9e;
	font-size:11px;
	vertical-align:top;
}

#footer_map_it {
	padding-top:10px;
	padding-left:40px;
	color:#b7ae9e;
	font-size:11px;
	vertical-align:top;
}

#map_it_image {
	border: 1px solid #000;
	float:left;
	display:block;
}

#map_it_text {
	padding-top:10px;
	padding-left:10px;
	width:35px;
	float:left;
}

#map_it_text a {
	color:#b7ae9e;
}

#map_it_text a:hover {
	color:#fffffe;
}

#snet_icons {
	padding-top:5px;
	padding-right:15px;
}

#trip_advisor {
	padding-left:10px;
	padding-top:5px;
	float:right;
	width:119px;
}

#yelp {
	float:right;
	padding-left:10px;
	width:69px;
}

#twitter {
	float:right;
	padding-top:7px;
	padding-left:10px;
	width:69px;
}

#facebook {
	float:right;
	width:74px;
}




/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}


img.gallery_photo {
	border: solid black 1px;
}


#main_menu_container {
	position:relative;
	left:272px;
	width:700px;
	height:24px;
}


/********* form_layout *************/

.form_field_message, .form_field_error {
	font-size: 11px;
	font-style: italic;
	text-align:left;
}

.form_field_error {
	color:#900;
}



/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color: #42080A;
	border-bottom: dotted #42080A 1px;
}

div.blog-post div.post-title {
	color: #0C0803;
	margin-top: 6px;
	font-size: 18px;
	font-weight: bold;
}

div.blog-post div.post-text {
	
}

div.blog-nav {
	margin:10px 0px;
}
/****************************/

table.invoicetable {
	border-collapse: collapse;
}
table.invoicetable > tbody > tr > th, .invoicetable > tbody > tr > td.dark {
	background: url(../images/bg-dark-1.png);
}

table.invoicetable > tbody > tr > td, .invoicetable > tbody > tr > th {
	border: solid #A0815F 1px;
	padding: 1px 5px;
}

div.SocialShare {
	position: absolute; 
	z-index:99; 
	background: white; 
	border:solid #A89D62 1px;
	top: 0px;
}

div.SocialShare div {
	padding: 2px;
	margin: 2px 3px;
	color: #83923F;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	
}
div.SocialShare div img {
	display: block;
	float: left;
	margin-right: 4px;
}
div.SocialShare div.hover {
	color: black;
	background: #ECE8CF;
	color: #000000;
}

