* {
	margin: 0;
	padding: 0;
	border: 0
}

body {
	width: 100%;
	height: 100%;
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-family: tahoma, geneva, sans-serif;
	background-image: url('/images/nitroBG.jpg');
	background-repeat: repeat-x;
	background-color: #000;
	z-index: -5;
	font-size: 12px
}

body.c5-edit-mode {
	background-position: 0 49px;	
}

a:link,a:visited {
	color: #fff;
	text-decoration: underline
}

a:hover {
	color: #e1e1e1
}

#wrap {
	width: 960px;
	height: 100%;
	margin: 0 auto 50px auto
}

#nitroHeader {
	width: 960px;
	height: 295px;
	background-image: url('/images/nitroHeader.jpg');
	background-repeat: no-repeat;
	overflow: hidden
}

#footer {
	width: 100%;
	height: 25px;
	position: fixed;
	bottom: 0px;
	background-color: #000;
	z-index: 10;
	filter: alpha(opacity =   80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	text-align: center;
	border-top: 1px solid #9c1c20
}

#footer ul {
	padding: 5px 0 5px 0
}

#footer ul li {
	display: inline;
	padding-right: 10px;
	color: #fff
}

#footer ul li.red {
	color: #9c1c20
}

#footer ul li.right {
	display: inline;
	text-align: right
}

#footer ul li a:link,a:visited {
	color: #fff
}

#footer p {
	color: #fff;
	text-align: right
}

p.red {
	color: #9c1c20;
	display: inline
}

.dealerLocator {
	color: #fff;
	font-weight: bold
}

.dealerLocator .formInput {
	margin: 0 0 10px 70px
}

.dealerLocator .formInput label {
	margin: 0 20px 0 0
}

#locatorRadius {
	width: 50px
}

#locatorZip {
	width: 50px;
	margin-left: 77px
}

#locatorMessage {
	color: #9c1c20;
	text-align: center;
	height: 15px
}

#locatorSearch {
	width: 96px;
	height: 30px;
	background-image: url('/images/locatorSearch.jpg');
	background-position: 0px 0px;
	float: right;
	margin: 5px 40px 0 0
}

#locatorSearch:hover {
	background-image: url('/images/locatorSearch.jpg');
	background-position: 0px 30px
}

#locatorSearchButton {
	width: 96px;
	height: 30px
}

.dealerNotice {
	margin-bottom: 20px
}

ul.dealerListing {
	list-style-type: none
}

.dealerListing li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff
}

.dealerListing li .dealerName {
	font-weight: bold;
	color: #9c1c20;
	margin-bottom: 2px
}

.dealerListing li .dealerAddress1 {
	font-style: italic
}

.dealerListing li .dealerAddress2 {
	font-style: italic
}

.dealerListing li .dealerPhoneLabel {
	font-weight: bold
}

#header {
	width: 960px;
	background: #000 url('/images/header.jpg') no-repeat
}

#heading {
	width: 960px;
	padding-top: 13px
}

#contactsHeading {
	width: 960px;
	padding-top: 12px
}

#content {
	width: 960px
}

#content table {
	margin: 0 auto
}

.address {
	list-style-type: none
}

.address li {
	font-size: 16px;
	margin: 2px 0 0 40px
}

h2 {
	margin-bottom: 20px
}

h3 {
	margin-bottom: 15px
}

table.products {
	font-size: 14px
}

table.products tr td p {
	text-indent: 10px;
	padding: 10px 10px 10px 10px
}

#menu {
	width: 160px;
	display: inline;
	float: left;
}

#menu ul {
	width: 120px;
	border: 1px solid #9c1c20;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px;	
	list-style-type: none;
}
#menu ul li {
	font-size: 14px;
	text-align: center;
	height: 28px;
	background: #000 url("/images/menubg.jpg");
	background-position: 0px 0px;
	background-repeat: repeat-x;
}
#menu ul li:hover {
	background: #000 url("/images/menubg.jpg");
	background-position: 0px -28px;
	background-repeat: repeat-x;	
}
#menu ul li a {
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
}

#center {
	width: 700px;
	display: inline;
	margin-left: 20px;
	float: left;
}
#products {
	width: 700px;
	display: inline;
	margin-left: 20px;
	float: left;	
}
