/*reset styles here? */

body, html {
	margin: 0;
	padding: 0;
}

body {
	background: white url(../template-assets/pinstripe-background.png) repeat-y top left;
	width: 100%;
	height: 100%;
	color: #353535;
	font-family: Arial, sans-serif;
	font-size: 13px;
	
}

#navigation {
	width: 215px;
	float: left;
	background: #4d4e50 url(../template-assets/red-header.png) no-repeat 0 49px;
	height: 100%;
}
#logo {
	float: left;
	width: 100%;
	height: 96px;
	background: transparent url(../template-assets/logo.png) no-repeat 8px 9px;
}

#navigation ul#nav {
	padding-top: 160px;
	padding-left: 43px;
	list-style: none;
	margin: 0;
}
#navigation li {
}
#navigation a {
	display: block;
	height: 34px;
	padding-left: 4px;
	text-indent: -2000px;
	background: url(../template-assets/nav-sprites.png) no-repeat;
}
#navigation a:hover, #navigation a.selected {
	background-image: url(../template-assets/nav-sprites-over.png);
	background-color: #555555;
}
#navigation a:focus {
	outline: none;
}

#navigation ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 170px;
}

#navigation ul ul li {
	margin: 0;
	padding: 0;
}

#navigation ul ul a:hover, #navigation ul ul a.selected {
	background: none;
	text-decoration: underline;
}

#navigation ul ul a {
	text-indent: 0;
	font-family: impact, sans-serif;
	padding: 0;
	line-height: 17px;
	padding-left: 40px;
	background: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	height: 17px;
	text-decoration: none;
	font-weight: normal;
}

a#navProducts {
	background-position: 4px 6px;
}

a#navProducts:hover, a#navProducts.selected {
	background-position: 0 2px;
}

a#navLocations {
	background-position: 4px -31px;
}

a#navLocations:hover, a#navLocations.selected {
	background-position: 0 -35px;
}

a#navOrdering {
	background-position: 4px -66px;
}

a#navOrdering:hover, a#navOrdering.selected {
	background-position: 0 -70px;
}

a#navContact {
	background-position: 4px -103px;
}

a#navContact:hover, a#navContact.selected {
	background-position: 0 -107px;
}

a#navHome {
	background-position: 4px -141px;
}

a#navHome:hover, a#navHome.selected {
	background-position: 0 -145px;
}

#contentContainer {
	float: left;
	width: 698px;
	
	padding-top: 155px;
	
	/*padding-right: 130px;*/
	background: url(../template-assets/red-header.png) no-repeat -215px 49px;
}

#contentContainer ul {
	font-size: 15px;
	line-height: 22px;
}


.singleCol {
	width: 483px;
	padding-top: 85px;
}

#siteContainer {
	float: left;
	width: 960px;
}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
}
h3 {
	font-size: 14px;
	padding-bottom: 3px;
	font-size: 14px;
}
h4 {
	padding-bottom: 3px;
	padding-top: 14px;
	font-size: 12px;
}
h1 {
	font-family: impact, sans-serif;
	font-weight: normal !important;
	font-size: 18px;
	padding-bottom: 14px;
}
#contentContainer a {
	color: #4b4c4e;
	text-decoration: none;
}
#contentContainer a.underlined {
	text-decoration: underline;
}
#contentContainer a:hover {
	text-decoration: underline;
}

p {
	line-height: 17px;
	padding: 0 0 6px 0;
	margin: 0;
}

.col {
	float: left;
	width: 236px;
}

.rightImageContainer {
	float: right;
	padding: 20px;
	width: 278px;
	height: 192px;
	position: relative;
	background: #fff url(../template-assets/image-bg-chrome.png) no-repeat;
}
.screwsOverlay {
	background: transparent url(../template-assets/image-screws.png) no-repeat 0 0;
	position: absolute;
	top: 10px;
	left: 12px;
	width: 300px;
	height: 100%;
}
.fixedHeader {
	position: absolute;
	top: 82px;
	left: 630px;
	color: white;
	letter-spacing: 1px;
	width: 250px;
	text-align: center;
}
.small {
	font-size: 16px;
}
#watermark {
	float: left;
	background: url(../template-assets/watermark.png) no-repeat 0 301px;
	padding-left: 132px;
	height: 100%;
	_height: 500px;
	min-height: 500px;
	width: 566px;
}


