

body {
	margin: 15px 0px;
	background: url(../images/main-bg.jpg) top left no-repeat #000000;
}
body, table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FDFCFC;
}


a:focus, a:hover, a:active { outline:none }

a {
	color: #A67710;
	text-decoration: none;
}
a:hover {
	color: #A67710;
	color: #624F00;
}





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

input[type=text], input[type="password"], input[type="file"], textarea, select {
	background: #000000;
	border: solid #5C441F 1px;
	color: #BBBBBB;
	font-size: 11px;
}
input[type=text], input[type="password"], input[type="file"], textarea, select option {
	padding: 3px 3px;
}

select option {
	padding: 2px 6px;
}


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: 12px/100%;
	padding: .22em .7em .24em;
	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: #BBBBBB;
	border: solid 1px #4F4B40;
	background: #655E4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#655E4B), to(#000000));
	background: -moz-linear-gradient(top, #655E4B,  #000000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#655E4B', endColorstr='#000000');

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

	color: white;
	background: #655E4B;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#2F2D26));
	background: -moz-linear-gradient(top,  #AFA68E,  #2F2D26);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFA68E', endColorstr='#2F2D26');
}

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

}

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


input.button-highlight, a.button-highlight, button.button-highlight {
	background: #786104;
	background: -webkit-gradient(linear, left top, left bottom, from(#B07F11), to(#786104));
	background: -moz-linear-gradient(top,  #B07F11,  #786104);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#B07F11', endColorstr='#786104');
}


button[disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled], a.button[disabled] {
	color: #DFDFDF;
	background: #6F6F6F;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

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-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	color: #CFCFCF;
}

div#breadcrumbs a {
	color: #8F8F8F;
}

h1, h2, h3, h4, h5, h6 { }
h1, h4 { font-size: 18px; margin: .67em 0; }
h2, h5 { font-size: 16px; margin: .75em 0; }
h3, h6 { font-size: 14px; margin: .83em 0; }

h1, h2, h3 { color: #B07F11; }
h4, h5, h6 { color:white; }


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

fieldset {
	background: #e1e1e1;
	padding:10px 8px;
	margin-top:1em;
}

fieldset legend {

}
/*******************************************************/

div#main {
	width: 788px;
	margin: 0px auto;
}

div.content {
	border: solid #767273 1px;
	border-top-width: 0px;
	padding: 15px;
}

.text {
	line-height: 20px;
}


div#pageheader, div#pageheader a#frmFriendButton {
	font-size: 11px;
	color: #989897;
	text-decoration: none;
}
div#pageheader a#frmFriendButton:hover {
	color: white;
}

#innermenu {
	font-weight: bold;
}

#innermenu a {

}

#innermenu a:hover {

}

div#pagefooter {
	color: #454442;
	margin-top: 12px;
}
div#pagefooter div.guts {
	background: #211F19;
	font-size: 11px;
	border: solid #423F39 1px;
}
div#pagefooter a {
	color: #454442;
}
div#pagefooter a:hover {
	color: #676664;
}

div#pagefooter table.headings td {
	padding: 2px 10px;
	color: #676664;
	font-weight: bold;
	text-transform: uppercase;
	white-space:nowrap;
}

div#pagefooter div.guts td {
	padding: 10px 10px;
	line-height: 16px;
	font-size: 10px;
}

div.popForm {
	border: solid #766204 1px;
	background: #211F19;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}



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

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






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

#mainmenu {
	font-family: arial, helvetica, sans-serif;
	width:100%;
	border-collapse: collapse;
}

#mainmenu td {
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 16px;
	text-transform:uppercase;
	vertical-align: bottom;
	white-space:nowrap;
}

#mainmenu a {
	text-decoration: none;
	color: #ffffff;
}

#mainmenu td.hover a {
	color: #C9AC29;
}

div.submenu {
	width:170px;
	padding: 0px;
	position: absolute;
	display: none;
	background: #302D28;
	border: solid #797773 1px;
	z-index: 95;

	opacity: 0.85;
	filter: alpha(opacity = 85);

}
div.submenu table {
	border-collapse: collapse;
	width: 100%;
}

div.submenu td {
	font-family: arial, helvetica, sans-serif;
	padding: 3px 5px;
	cursor:pointer;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

div.submenu td a {
	color: #ffffff;

	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
	background: #181712;

}

div.submenu td.hover a {

	color: #C9AC29;
}


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




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



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




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

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

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

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

/******** 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: #7c7164;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover, div.navlinkboxon a, div.navlinkboxon a:hover {
	color: #ffffff;
	text-decoration: none;
}


.highlight {
	background: url(../images/highlight-bg.png);
}
.alt1 {
	background: #000;
}

.alt2 {
	background: #000;
}
.altdark {
	background:  #211F19;
}


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: #211F19; 
	border:solid #766204 1px;
	top: 0px;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

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: #766204;
	color: #fff;
}

#shopCartDiv {
	border: solid #766204 1px;
	background: #211F19;

	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
}

#shopCartDiv .shopCartContents {
	width: 265px;
	padding: 10px;
}

