/*Main CSS file for Weil McLain*/
@import url('reset.css');

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	background: #000;
	color: #fff;
}

#wrapper {
	width: 100em;
	background: #870429;
	margin: 0 auto;
}

div#leftCol {
	width: 96.8em;
	float: left;
	background: #000 url(../images/bg-right.gif) no-repeat bottom right;
	min-height: 38.5em;
}

div#content {
	margin: 0 14em 5em 0;
	min-height: 38.2em;
}

/*Fix for IE's improper handling of opacity in the fades on the homepage.*/
#index div#content h2,#index div#content p {
	filter: alpha(opacity = 100);
	zoom: 1;
}

#index div#content {
	background: transparent url(../images/graphic0.jpg) no-repeat left top;
	margin-bottom: 1em;
}

div#rightCol {
	float: right;
	width: 3.1em;
	height: 100%;
	position: relative;
}

div#rightCol ul {
	width: 10em;
	position: absolute;
	left: -100px;
}

div#rightCol ul li {
	margin-bottom: 1.3em;
	text-align: right;
}

div#rightCol ul li#linksLast {
	margin-bottom: 0;
}

#leftCol,#rightCol {
	padding-top: 2em;
}

div#footer {
	clear: both;
	min-height: 220px;
}

div#footer img#logo {
	float: right;
	display: block;
	margin: 3em 3em 0 0;
	position: relative;
	z-index: 1;
}

div#footer-inner {
	height: 118px;
	background: transparent url(../images/bg_bottom.gif) no-repeat right
		bottom;
	width: 82.1em;
	position: relative;
}

div#footer-inner img {
	position: absolute;
	top: -38px;
}

#index div#footer-inner img {
	top: -120px;
}

/*Content styling*/
h1 {
	text-indent: -9000px;
	height: 0;
}

#content h2 {
	font-size: 3.6em;
	margin-bottom: .5em;
}

#content h3,legend {
	font-size: 2.5em;
	margin-bottom: 1em
}

#content p,#content ul,#content dt,#content dd,#content ol,#content label,#content input
	{
	font-size: 1.4em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

#content dd p,#content dd ul {
	font-size: 1em;
}

#content a {
	color: #fff;
}

#content dt {
	font-weight: bold;
	font-size: 1.4em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*Form styling*/
fieldset,legend {
	border: 1px solid #CFCFCF;
}

fieldset {
	background: #4F4F4F;
	padding: 1em;
	margin: 1em 0;
}

legend {
	padding: .5em;
	margin-top: .5em;
	background: #2F2F2F;
}

label {
	display: block;
	float: left;
	width: 11.14em;
}

.mand {
	font-weight: bold;
}

.row input,.row select {
	float: left;
}

.left,.right {
	float: left;
}

.left {
	width: 50%;
}

.right {
	width: 40%;
	margin-left: 1em;
}

div.row {
	margin: 1.5em 0;
}

div.row:after {
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.error,.row p {
	clear: both;
}

.error {
	font-weight: bold;
	font-style: italic;
}

/*Navigation Links styling*/
#rightCol a {
	display: block;
	height: 100%;
	font-size: 1.5em;
}

#rightCol a:link,#rightCol a:visited {
	color: #fff;
	text-decoration: none;
}

#rightCol a:hover,#rightCol a:active {
	color: #fff;
	font-weight: bold;
	height: inherit;
}

/*Index page styling*/
#index #content p {
	font-size: 1.6em;
	line-height: 1.3em;
	width: 21.8em;
	margin-bottom: .3em;
}

#index #content p.first {
	padding-top: 1em;
}

#index #content p.tagLine {
	text-align: right;
	float: right;
	clear: right;
	margin: 0.6em 2.5em 0 0;
	font-size: 1.3em
}

/*Warranty form pages*/
#industry #content ul,#industry #content ol {
	margin-left: 40px;
}

#industry #content ul {
	list-style-type: disc;
}

#industry #content ol {
	list-style-type: decimal;
}

.formError {
	background: #DF537D;
	font-style: italic;
}

/*Print rules*/
@media print {
	body {
		background: #fff !important;
		font: 12pt/1.5 'Times New Roman', Times, serif !important;
		color: #000 !important;
	}
	#footer,#rightCol,#index #content img {
		display: none;
	}
	a:link,a:visited {
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	}
	#content a:link:after,#content a:visited:after {
		content: " (" attr(href) ") ";
		font-size: 90%;
	}
	fieldset,legend {
		border: none;
		padding: 0;
	}
	#content h1 {
		height: auto;
		text-indent: 0;
		font-size: 4em;
	}
}
