@charset "utf-8";
/* St. Louis Safety, Inc.
 * Main Stylesheet
 * Created by JG Visual
 * www.jgvisual.com
*/

/************************************************
* CSS Reset
************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************************
* Global Styles
************************************************/

#wrapper {
	width: 940px;
	margin: 0 auto;
}

body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

h1 {
	color: #fff;
	font-size: 1.3em;
}

h2 {
	color: #ef3e42;
	font-size: 1.1em;
}

p {
	line-height: 1.4em;
}

strong {
	color: #ef3e42;
	text-transform: uppercase;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

.flLeft { float: left; margin-right: 20px; }
.flRight { float: right; margin-left: 20px; }

/************************************************
* Header Styles
************************************************/

#header {
	padding-top: 10px;
	margin-bottom: 10px;
}

#navigation {
	width: 690px;
	height: 33px;
	padding: 15px 0 0 250px;
	background: url(../images/header-border.gif) no-repeat;
}

#navigation li { display: inline; }

#navigation li a {
	color: #fff;
	text-decoration: none;
	margin: 0 20px;
	line-height: 1.2em;
}

#navigation li a:hover { text-decoration: underline; }

#navigation li a.currentNav { text-decoration: underline; }

#navigation li a.currentNav:hover { cursor: default; }

#logo { margin-bottom: 10px; }


/************************************************
* Homepage Styles
************************************************/

#homeContent {
	background: #efefef url(../images/construction-worker.jpg) top no-repeat;
	min-height: 1000px;
	position: relative;
}

h1#homeBlock {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	top: 315px;
	left: 15px;
	text-align: center;
	line-height: 1.5em;
	color: #0055a4;
	width: 350px;
	height: 200px;
	position: absolute;
}

#homeText {
	position: absolute;
	top: 505px;
	left: 37px;
	width: 850px;
	padding: 20px 10px;
	background-color: #fff;
}

#homeText div {
	float: left;
	margin: 0 20px;
	width: 243px;
}

* html #homeText div { margin: 0 18px; } /* IE6 Fix */

#homeText h1 { 
	color: #0055a4;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 2px solid #a7a7a7;
}

#homeText p { color: #0055a4; }

#homeText ul { padding-left: 15px; }

#homeText ul li {
	color: #0055a4;
	list-style: disc;
	margin-top: 10px;
	font-size: .8em;
}

#homeContact {
	position: absolute;
	top: 865px;
	left: 125px;
	width: 350px;
}

#homeContact h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #ef3e42;
	margin-bottom: 10px;
}

#homeContact p {
	color: #5e5e5e;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}

#homeContact p a {
	color: #5e5e5e;
	text-decoration: none;
}

#homeContact p a:hover { text-decoration: underline; }

a#featured{
	color: #5e5e5e;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: .8em;
	text-decoration: none;
	position: absolute;
	top: 875px;
	left: 580px;
	background: #e3e3e3 url(../images/arrow.gif) top left no-repeat;
	height: 30px;
	width: 245px;
	padding: 15px 0 0 40px;
}

a#featured:hover { color: #0055a4 }

/************************************************
* Main Content Styles
************************************************/

#sidebarNav {
	float: left;
	width: 220px;
	min-height: 500px;
}

#sidebarNav h1 {
	padding: 18px 20px 20px 20px;
	width: 180px;
	height: 12px;
	background-color: #0055a4;
	font-weight: normal;
	font-size: 1.1em;
	margin-bottom: 15px;
}

#sidebarNav ul { margin-left: 20px; }
#sidebarNav ul li { margin-bottom: 15px; }

#sidebarNav li a {
	color: #5e5e5e;
	text-decoration: none;
}

#sidebarNav li a:hover { color: #ef3e42; }

#mainContent {
	margin-left: 240px;
	min-height: 500px;
	width: 700px;
}

* html #mainContent { margin-left: 237px; } /* IE6 Fix */

#mainContent h1 {
	padding: 15px 20px 20px 25px;
	width: 655px;
	height: 15px;
	background-color: #5e5e5e;
	margin-bottom: 15px;
}

#mainContent p {
	padding-left: 25px;
	width: 425px;
	margin-bottom: 20px;
}

#mainContent h2 { padding-left: 25px; }
#mainContent h2 a { color: #ef3e42; }

#mainContent ul { 
	margin: 5px 0 20px 50px;
	list-style: disc;
	font-size: .7em;
}

#mainContent ul li { margin-bottom: 3px; }

#mainContent p.smallWidth { width: 250px; } /* Fix for IE6 and IE7 */

.map { 
	margin-right: 80px;
	border: 2px solid #a4a4a4;
}

.productList { float: left; }

.product {
	float: left;
	margin-right: 20px;
}

* html .product { margin-right: 16px; } /* IE6 Fix */

.product img {
	border: 2px solid #000;
	margin-left: 25px;
}

#mainContent .product p { width: 300px; }

#mainContent p.mfg { width: 600px; }

/************************************************
* Form Styles
************************************************/

form { margin-left: 25px; }

label {
	display: block;
	color: #ef3e42;
}

label.error { 
	display: inline;
	font-size: .8em;
	padding-left: 3px;
}

input, textarea {
	margin-bottom: 10px;
	width: 300px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea { 
	display: block;
	height: 100px;
}

input.submitRequest { 
	width: 90px;
	margin-left: 215px;
	background-color: #0055a4;
	text-transform: capitalize;
	border: 0;
	color: #fff;
	padding: 5px;
	font-weight: bold;
}

input.submitRequest:hover {
	background-color: #ef3e42;
	cursor: pointer;
}
	

/************************************************
* Footer Styles
************************************************/

#footer {
	margin-top: 10px;
	clear: both;
}

#footer p { 
	display: inline;
	margin: 0 5px; 
	color: #5e5e5e;
	font-size: .8em;
}

#footer ul { display: inline; }

#footer ul li {	display: inline; }

#footer ul li a {
	color: #5e5e5e;
	text-decoration: none;
	font-size: .8em;
	margin: 0 5px;
}

#footer ul li a:hover { color: #ef3e42; }

#footer li a.currentNav, #sidebarNav li a.currentNav { color: #ef3e42; }
#footer li a.currentNav:hover, #sidebarNav li a.currentNav:hover { cursor: default; }

#footer img { margin-top: 10px; }