@charset "utf-8";
/* CSS for majority of graphic layout */
@import "style_text.css";
@import "style_menu.css";
@import "javascript/lightbox2.04/lightbox.css";
body {
	background: #000 url(images/bkgd_body.jpg) repeat-x;
	margin: 0;
	padding: 0;
}
img { border: 0; }
div.wrapper {
	position:relative;
	width: 800px;
	margin: 0 auto;
}
div.startwrapper {
	background: url(images/bkgd_topLt.jpg) #FF0000;
	position: absolute;
	top:0;
	left:-90px;
	width: 90px;
	height: 220px;
}
div.endwrapper {
	background: url(images/bkgd_topRt.jpg) no-repeat;
	position: absolute;
	top:0;
	right:-10px;
	width: 10px;
	height: 220px;
}
div.contentswrapper {
	background: #fff url(images/bkgd_header.jpg) no-repeat;
}
div.header {
}
div.header * {
	display: none;
}
div.nav {
	background: url(/images/logo.jpg) no-repeat top right;
	width: 180px;
	float: left;
	clear: left;
	margin: 0;
	padding: 200px 0 0;
}
div.auxNav {
	position:absolute; 
	top:45px; 
	right:20px; 
	text-align:right;
}
p.contactUs { font-weight: bold; font-size: 1.2em; color:#999999; }
p.contactUs span { color:#FF0000; font-size: 2em; }
p.quickNav, p.quickNav a { color:#000; }
div.main {
	width: 610px;
	float: right;
	padding: 0;
	margin: 220px 0 0;
	padding: 0 10px 0 0;
}
div.footer {
	clear: both;
	padding: 30px 15px;
	color: #fff;
	text-align: center;
	height:50px;
	background: #000 url(/images/bkgd_footer.jpg) repeat-x;
}
div.footer a { color: #ccc; }
div.footer a:hover { color: #ccc; }

/* CMS related styles */
div.cms_toolbar {
	background: #cccccc;
	border: #666666 1px solid;
	padding: 2px;
	margin: 0px;
	height: 26px;
	float: right;
}
div.testimonials {
	margin:10px;
	padding:70px 5px 15px;
	color:#FFFFFF;
	background:#666666 url(images/bkgd_testimonials.jpg) top left no-repeat;
	border-bottom: 3px solid #CC0000;
}

