
body {
	margin: 50px 20px 20px 30px;
	padding: 0px;
	
	background-color: #000000;
	
	font-family: Helvetica, Arial, Verdana;
	color: #ffffff;
}

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

input {

	font-size: 10px;
	
}

#displaying {
	color: #B2A270;
	font-size: 9px;
	line-height: 9px;
}


/******************* text and headers ********************/


.t2 {
	color: #000000;
	font-size: 10px;
	line-height: 13px;
	letter-spacing: 1px;
}

.t3 {
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
}


.services_head {
	font-size: 14px;
	color: #743000;
	letter-spacing: 2px;
	font-weight: bold;
	font-style: oblique;
	text-decoration: underline;
}

.services_title {
	font-size: 11px;
	color: #743000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

.services_copy {
	font-size: 11px;
	color: #2F2F00;
	line-height: 16px;
	letter-spacing: 1px;
}

.services_price {
	font-size: 11px;
	color: #743000;
	text-transform: uppercase;
}

.services_show {
	display: block;
}

.services_hide {
	display: none;
}




.products_head {
	font-size: 11px;
	color: #743000;
	letter-spacing: 2px;
	font-weight: bold;
}

.products_copy {
	font-size: 11px;
	color: #A96500;
	line-height: 16px;
	letter-spacing: 1px;
}



.history_head {
	font-size: 11px;
	font-weight: bold;
	color: #2F2F00;
	line-height: 16px;
	letter-spacing: 2px;
}

.history_copy {
	font-size: 11px;
	color: #2F2F00;
	line-height: 16px;
	letter-spacing: 1px;
}





.contact_head {
	font-size: 11px;
	font-weight: bold;
	color: #C2C290;
	line-height: 16px;
	letter-spacing: 2px;
}

.contact_copy {
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: 16px;
	letter-spacing: 1px;
}




/********************* links ********************/

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

a.link:hover {
	text-decoration: underline;
}


a.services {
	font-size: 10px;
	color: #742F00;
	font-weight: bold;
}
a.services:hover {
	font-size: 10px;
	color: #964f22;
	font-weight: bold;
}



/******************* Nav Info ******************/


#dropdowns {

	position: relative;
	width: 759px;
	
}

#dropdowns .subTable {
	
	padding:0px;
	margin:0px;

	filter:alpha(opacity=80);
	opacity:.80;

}

#dropdowns .subTableBG {
	
	padding:0px;
	margin:0px;
	background-color: #CC6600;

	filter:alpha(opacity=34);
	opacity:.34;

}

#dropdowns .sub {
	padding: 5px 4px 5px 7px;
	
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size: 12px;
	line-height: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: small-caps;

	color: #ffffff;

	cursor: hand;
	cursor: pointer;
}

#dropdowns .subOver {
	padding: 5px 4px 5px 7px;
	
	font-family: Helvetica Neue, Helvetica, Arial, Verdana;
	font-size: 12px;
	line-height: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	font-variant: small-caps;

	color: #ffffff;
	background-color: #330000;

	cursor: hand;
	cursor: pointer;
}












/**************************** Tables and layout ************************/
.maintable {
	position: relative;
	background-color: #1A0001;
}

.content_container {
	padding: 20px 20px 10px 20px;
}

.package_container {
	padding: 15px 5px 10px 20px;
}

