html, body {
	height: 100%;
}

body {
	background: #040707 url(../imgs/bg.jpg) repeat-x;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

#outer {
	width: 945px;
	height: auto;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;
}

#headerCont {
	width: 945px;
	height: 275px;
}

#brochure {
	float: left;
	width: 119px;
	height: 95px;
	padding: 0px;
	margin: 100px 0px 0px 0px;
}

#noirotLogo {
	width: 500px;
	height: 177px;
	text-align: center;
	float: left;
	padding: 0px;
	margin: 80px 0px 19px 103px;
}

* html #noirotLogo {
	margin-left: 51px;
}

#warranty {
	width: 127px;
	float: left;
	height: auto;
	text-align: center;
	padding: 0px;
	margin: 0px 0px 0px 96px;
}

* html #warranty {
	margin-left: 48px;
}

* html .clear{
	height: auto; 
	margin-bottom: 0px;
} 

.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
	line-height: 1%;
	font-size: 0px;
	margin-bottom: -1px;
}

#navCont {
	width: 945px;
	height: 39px;
	background: url(../imgs/nav-bar-bg.jpg) repeat-x;
}

#nav {
	width: 896px;
	height: 39px;
	margin: 0px auto;
	text-align: left;
}
 
ul#navbar {
	background: url(../imgs/nav-bar-bg.jpg) repeat-x;
	height: 39px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-right: 1px solid #E71E24;
	border-left: 1px solid #941317;
}

ul#navbar li {
	display: inline;
	margin: 0px;
	padding: 0px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}

ul#navbar li a:link, #navbar li a:visited {
	background: url(../imgs/nav-bar-bg.jpg) repeat-x;
	float: left;
	color: #040707;
	height: 30px;
	text-decoration: none;
	border-right: #8B1114 solid 1px;
	border-left: #ED1F24 solid 1px;
	margin: 0px;
	padding: 8px 20px 0px 20px;
}

ul#navbar li a:hover {
	background: url(../imgs/nav-bar-hover.jpg) repeat-x;
	color: #040707;
	text-decoration: none;
	height: 30px;
	margin: 0px;
	padding: 9px 20px 0px 20px;
}

#mainCont {
	width: 945px;
	height: 346px;
}

#imgLeft {
	float: left;
	width: 318px;
	height: 346px;
}

#imgMid {
	float: left;
	width: 313px;
	height: 346px;
}

#imgRight {
	float: left;
	width: 314px;
	height: 346px;
}

#footerCont {
	height: auto;
	text-align: center;
	width: 945px;
	margin: 0px;
	padding: 0px;
}

.footbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#footer, #footer p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	margin: 0px;
	padding-top: 12px;
}

#footer a:link, #footer a:visited {
	color: #ED1F24;
	text-decoration: none;
}

#footer a:hover {
	color: #ED1F24;
	text-decoration: underline;
}

