@import url("reset.css");
@import url("forms.css");

/* GENERAL
--------------------------------------------*/
body {
	background:#d9d9d9 url(../images/bg_main.png) scroll repeat-x 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333433;
	margin:15px 0;
}
#container {
	width:960px;
	margin: 0 auto;
	background: #fff url(../images/bg_contentouter.png) scroll repeat-y left top;
	border: 1px solid #333433;
}
a {
	color:#e32a39;
}
a:hover {
	color:#961723;
}

.clear { clear:both; margin-top:-1px; height:1px; overflow:hidden; display: block; }

/* HEADER
--------------------------------------------*/
#header {
	background: #fbfbfb url(../images/bg_header.png) scroll repeat-x left bottom;
	height:85px;
	padding: 0 10px;
}
#branding {
	padding: 10px 0 0;
	float:left;
}
#address {
	float:left;
	font-size:11px;
	padding:25px 0 0 32px;
}
	#address p{
		margin:0 0 7px;
	}
#brandingBathSplash {
	padding: 11px 0 0;
	float:right;
}
p#subheader{
	background-color:#333433;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	clear:both;
}

/* CONTENT
--------------------------------------------*/
#navMain {
	float:left;
	width:188px;
}
	#navMain a{
		display:block;
		width:176px;
		padding: 0 0 0 12px;
		line-height:25px;
		border-bottom:1px solid #5a73b9;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		text-transform:uppercase;
		font-size:14px;
	}
	#navMain a:hover{
		background-color:#e61f24;
	}

#content {
	float:left;
	width:732px;
	padding:0 20px;
	font-size:13px;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6,#content p,#content ul,#content ol{
	margin: 10px 0;
	line-height:1.4em;
}
h1{
	color:#e61f24;
	font-size:21px;
	letter-spacing:-1px;
}
h2{
	color:#333433;
	font-size:17px;
	margin:5px 0;
	letter-spacing:-1px;
}
h3, h4, h5, h6{
	color:#e61f24;
	font-size:14px;
}
#content ul{
	list-style-type:disc;
	margin-left:2.5em;
	margin-right:2.5em;
}
#content ol{
	list-style-type:decimal;
	margin-left:2.5em;
	margin-right:2.5em;
}
#content blockquote{
	margin-left:2.5em;
	margin-right:2.5em;
}

/* Homepage */
#content #homeLocations {
	margin:0;
	list-style-type:none;
}
#homeLocations li{
	float:left;
	height:165px;
}
#homeLocations h2{
	margin:0;
	font-size:11px;
	letter-spacing:0px;
	text-align:center;
}
#homeLocations p {
	margin:0;
	font-size:11px;
	text-align:center;
}

/* Products */
#productList h2 {
	clear:both;
}
#productList hr {
	clear:both;
	margin:0;
}
#productList ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#productList li {
	float:left;
	width:244px;
	margin:0 0 10px;
}
#flashcontent {
	margin: 0px auto;
	width:384px;	
}

/* Locations */
#content .location {
	margin: 0 0 10px;
	padding:10px 0;
	border-bottom: 1px solid #ccc;
}
#content .location h2 {
	margin:0;
}
#content .location p {
	font-size:12px;
	margin:0pt 0pt 2px;
}
#content .location .text {
	float:left;
	padding: 0 0 0 15px;
}
#content p.locImg {
	margin:0;
	padding:0;
	float:left;
}

/* Careers */

#content #applicationForm li li{
	margin:0 0 .5em;
}
#content #applicationForm li {
	clear:both;
	margin:0 0 1em;
}
#content #applicationForm, #content #applicationForm ul {
	margin:0 !important;
	list-style-type:none !important;	
}
#content #applicationForm li label{
	display:block;
	font-weight:bold;
	margin:0 0 2px;
}
#content #applicationForm li li label{
	font-weight:normal;
	margin:0px;
}
.inputLeft li{
	height:16px;
}
.inputLeft input, .inputLeft label{
	float:left;
}
.inputRight label{
	float:left;
	width:65px;
}


/* FOOTER
--------------------------------------------*/
#footer {
	clear:both;
	height:48px;
	line-height:53px;
	overflow:hidden;
	font-size:11px;
	text-align:center;
	background:#ededed url(../images/bg_footer.png) scroll repeat-x left top;
}