/* ---------------------------------------------------------------------------------------------
	 RESET
--------------------------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* ---------------------------------------------------------------------------------------------
	 GLOBALS
--------------------------------------------------------------------------------------------- */
.hidden{display: none !important;}
.clear{
    clear: both;
    height: 10px;
    display: block;
    margin-bottom: -10px;
}
a{outline: none;}

/* ---------------------------------------------------------------------------------------------
	 LAYOUT
--------------------------------------------------------------------------------------------- */
html, body {
	height:100%;
	border: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #2f2f33;
	color: #b4b4bd;
	font-size: 14px;
	min-height: 440px;
	min-width: 960px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
p {
	line-height: 20px;
}
div.services, div.contact {
	float: left;
	width: 420px;
	margin-right: 20px;
}
div.contact {
	margin-top: 52px;
}
div.contact a {
	color: #b4b4bd;
	text-decoration: none;
}
div.contact a:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}
div.contact div.details {
	margin-top: 10px;
	line-height: 22px;
}
div.services span.head {
	display: block;
	font-size: 40px;
	letter-spacing: -1px;
	font-weight: bold;
	color: #fff;
}
div.services span.subhead {
	display: block;
	font-size: 24px;
	color: #ee2e24;
}
div.services ul {
	list-style: none;
	margin-top: 13px;
	font-size: 18px;
	color: #fff;
}
div.services ul li {
	line-height: 30px;
}
div.splash_top, div.splash_top div.wrap {
	height: 220px;
	background: #fff;
	color: #000;
}
div.splash_bottom {
	padding-top: 25px;
	height: 220px;
}
div#site_wrap {
	width: 100%;
	min-width: 960px;
	height: 440px;
	clear: both;
}
div#fix {
	float: left;
	width: 100%;
	height: 50%;
	margin-top: -220px;
	background: #fff;
}
div.splash_top img.logo {
	position: absolute;
	bottom: 25px;
}
div.pdf_links {
	position: absolute;
	bottom: 25px;
	left: 440px;
}
a#pdf_brochure {
	background: url('../images/brochure_butt.gif');
}
a#pdf_products {
	background: url('../images/products_butt.gif');
}
a.splash_butt {
	float: left;
	margin-right: 20px;
	width: 171px;
	height: 21px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a.splash_butt:hover {
	background-position: 0 -21px;
}
a#pdf_brochure:hover, a#pdf_products:hover {
	background-position: 0 -21px;
}
div.keys {
	display: none;
	height: 0px;
}
div.wrap {
	width: 940px;
	margin:  0 auto;
	text-align: left;
	position: relative;
}
span.detail {
	letter-spacing: 1px;
}
div.redline {
	border-top: 2px solid #ee2e24;
	position: absolute;
	width: 100%;
	min-width: 960px;
	top: 0;
	color: #b3b3bc;
	font-weight: bold;
	padding-top: 2px;
}