@charset "utf-8";
body {
	margin-top: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #6F2C12;
	
	scrollbar-base-color: #381800;
	scrollbar-track-color: #1BFB00;
	scrollbar-face-color: #732D15;
	scrollbar-highlight-color: #C64315;
	scrollbar-3dlight-color: #C64315
	scrollbar-darkshadow-color: #0BFB00;
	scrollbar-shadow-color: #1BFB00;
	scrollbar-arrow-color: #CCC;
}
#content {
	color: #F6F6F6;
	padding-top: 11px;
	padding-left: 15px;
	padding-right: 3px;
	padding-bottom: 11px;
	height: 522px;
	overflow: auto;
}
#content h1 {
	font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
}
#content h2 {
	font-family: "Myriad Pro Condensed", "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#content h3.question {
	margin-top: 20px !important;
	margin-bottom: 3px !important;
}
#content p.answer {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #722C13;
	display:none;
}


#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 165%;
}
#content li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 165%;
	margin-bottom: 10px;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #EFC;
}
a:hover, a:focus {
	color: #FFE;
	text-decoration: none;
	font-weight: bold;
}
#content table {
	margin-bottom: 25px;
}
#content table caption {
	color: #FFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFC;
}
#content th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
#content td {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #EEE;
	padding: 3px 27px;
}


/*  MENU STUFF */

#services_menu_container {
	position: relative;
	height: 34px;
	width: 85px;
}
#services_menu {
	color: #FFC;
	font-size: 12px;
	width: 120px;
	position: absolute;
	background-color: #361909;
	/*background-color: rgba(54, 25, 09, 0.95);*/
	opacity: 0.93;
	left: -9999px;
	top: 32px;
	padding: 0px;
	border-left: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
	border-right: solid 1px #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#services_menu p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#services_menu h1 {
		font-family: "Myriad Pro Condensed", "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	border-bottom: solid 1px #FFC;
}
.img {
	padding: 1px;
	border: solid 1px #942;
}
div#products {
	height: 392px;
	overflow: auto;
	font-size: 11px;
}