@charset "utf-8";
/*	
	=========================================================
	MadGENIUS Inc. DESIGN
	Crafted by Rob Rubinoff, Web Producer.
	www.madgeniusinc.com | rrubinoff@madgeniusinc.com
	=========================================================
*/


a {
	color: #70ACE2;
	text-decoration:underline;
}
a:hover {
	color: #9BC5EB;
	text-decoration: underline;
}
body {
	background-color:#3A4117;
}
.home {
	background-image: url(/images/_bg-home.gif);
	background-repeat:repeat-y;
	background-position:center;
}
.level2 {
	background-image: url(/images/_bg-services.gif);
	background-repeat: repeat-y;
	background-position:center;
}
/* = Header Section
--------------------------------------------------------------------------------*/
#header {
	height: 366px;
	background-image: url(/images/_bg_header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
	margin:0;
	padding:0;
	line-height:0;
}
/* = Global Navigation
--------------------------------------------------------------------------------*/

#gnav {
	height: 35px;
	margin: 0;
	clear: both;
	background-color: #EEF1F8;
	border-bottom: 10px solid #3A4117;
}
#gnav p {
	line-height: 35px;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#gnav p a {
	color: #743C23;
	text-decoration:underline;
	margin: 0 0 0 25px;
}
#gnav p a:hover {
	color: #888;
	text-decoration:none;
}
#gnav p a.current {
	color: #888;
	text-decoration:none;
	;
}
.left {
	float:left;
}
.right {
	float: right;
}
/* = Content
--------------------------------------------------------------------------------*/



.contentBlock {
	background-color: #FBFBF3;
	padding: 25px;
	margin: 0p;
}
.borderBlue {
	border: 1px solid #9BC5EB;
}
.bottomGutter {
	border-bottom: 10px solid #3A4117;
}
.top {
	text-align: center;
}
/* =Headings
--------------------------------------------------------------------------------*/



/* =Products
--------------------------------------------------------------------------------*/
.product {
	display: block;
	overflow:auto;
}
.product img {
	border: 1px solid #9BC5EB;
	margin: 0 0 0px 0;
}
.product img.noBorder {
	border: none;}
 .product h3 {
font-size: 14px;
font-weight: bold;
color: #743C23;
margin: 7px 0;
padding: 0;
}
.product p {
	font-size: 11px;
	line-height: 1.2;
	margin: 2px 0 5px 0;
}
.productSeparator {
	border-top: 1px dashed #7A814B;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
}
/* tables
------------------------------------------------------*/
td {
	font-size: 12px;
}
/* =Spacing
--------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
li {
	margin-left: 30px;
}
/* FOOTER 
--------------------------------------------------------------------------------*/
#footer {
	width: 960px;
	margin: 0 auto;
	clear:both;
	background-color: #FBFBF3;
	border-top: 10px solid #3A4117;
	padding: 0px;
}
#footer p {
	font-size: 10px;
	line-height: 1.2;
	color: #333;
}
/* =Forms
--------------------------------------------------------------------------------*/

.directions {
	padding: 3px 0;
	font-size: 12px;
	color: #444;
	font-weight:bold;
}
label {
	font-size: 11px;
	color: #000;
	padding: 3px 0;
	line-height:16px;
}
label.req {
	font-size: 11px;
	color: #cc0000;
	padding: 3px 0;
}
.btn {
	margin: 5px 0px;
	padding: 3px 5px;
	background-color:#7A814B;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	clear: both;
}
.single {
	margin: 10px 0 0 0;
	background-color:#FBFBF3;
	font-size:12px;
	color: black;
	border-top: 1px solid #333;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #333;
	width: 250px;
	padding: 3px;
}

.fltLeft {float:left;}
.fltRight {float:right; margin: 0 20px 0 0;}