* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: inherit;
	font-family: inherit;
	text-decoration: inherit;
	color: inherit;
	border: none;
	letter-spacing: inherit;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
input, textarea, select {
	border: 1px solid #666;
	padding: 0 0.1em;
}
html, body {
	height: 100%;
	background-color: white;
}
body {
	width: 900px;
	margin: 0 auto;
	font-family: arial, sans-serif;
	position: relative;
}
div#main {
}
div#banner {
	background: white url('../images/background-top.jpg') no-repeat scroll top center;
	font-weight: bold;
	height: 130px;
	position: relative;
}
#logo {
	position: absolute;
	z-index: 1; /* Firefix */
	left: 15px;
	top: 36px;
}
div#banner-phone {
	padding: 12px 40px 10px 0;
	text-align: right;
	font-size: 25px;
	color: #333;
}
div#banner form {
	font-weight: normal;
	font-size: 12px;
	float: right;
	margin: 2px 40px 0 0;
	white-space: nowrap;
}
div#banner input.text {
	border: 1px solid #666;
	color: #333;
}
div#banner input.text.empty {
	font-style: italic;
	color: #999;
}
div#banner input.submit {
	border: 1px solid #666;
	color: #666;
	padding: 0 0 0 3px;
	margin-left: 0.5em;
}
div#banner h1 {
	float: left;
	margin-left: 210px;
	color: #EE3424;
	font-size: 18px;
}
div#lead-image {
	height: 412px;
	overflow: hidden;
	position: relative;
}
div#lead-image .sticker {
	position: absolute;
	right: 0.6em;
	bottom: 0.6em;
}
div#content {
	background: white url('../images/background-bottom.jpg') no-repeat scroll bottom center;
	padding: 20px 20px;
}
div#address-bar {
	color: white;
	padding: 15px 20px;
	background-color: #EE3124;
	font-size: 12px;
}
div#address-bar a {
	color: white;
	text-decoration: none;
}
p#address-bar-address {
	float: left;
}
p#address-bar-electronic {
	float: right;
}

div#footer-bar {
	color: #999;
	padding: 1em 0;
}
div#footer-bar h1 {
	float: left;
	font-size: 130%;
	font-weight: bold;
}
div#footer-bar ul {
	float: right;
}
div#footer-bar ul li {
	list-style: none;
	float: left;
	margin-left: 1em;
	font-size: 70%;
	padding-top: 4px;
}
div#footer-bar ul li a {
	color: #666;
	text-decoration: none;
}
div#footer-bar ul li a:hover {
	color: #EE3124;
}
div.bordered {
	border: 1px solid #EE3124;
	padding: 10px 12px;
	background: white;
}
div.shaded {
	padding: 11px 13px;
	background: #666;
}
div.shaded a {
	color: white;
}
div.link-bar {
	width: 385px;
	min-height: 27px;
	padding: 11px 18px 0 18px;
	color: white;
	font-size: 14px;
}
div.link-bar p {
	margin: 0 !important;
	padding: 0 !important;
}
div.link-bar.blue {
	background: transparent url('../images/link-bars/blue.gif') no-repeat scroll top center;
}
div.link-bar.red {
	background: transparent url('../images/link-bars/red.gif') no-repeat scroll top center;
}
div.link-bar.black {
	background: transparent url('../images/link-bars/black.gif') no-repeat scroll top center;
}
