/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(images/outerwrapper-back.gif);
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

#address {
	height: 30px;
	background: url(images/address.gif) no-repeat;
	text-indent: -9999px;
}

#outsidewrapper {
	width: 901px;
	background: #fff;
}

#wrapper {
	width: 901px;
	background: #fff url(images/back.png) repeat-y;
	margin: 0;
}

#wrapper a img {
	border: none;
}

#content a, #footer a {
	color: #c33;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#content a:hover, #footer a:hover {
	color: #333;
	border-bottom: 1px solid #c33;
}

#sidebar {
	float: left;
	width: 300px;
}

#sidebar #nav ul {
	width: 300px;
	list-style: none;
}

#sidebar #nav ul li a {
	height: 52px;
	background: url(images/li-back.png) no-repeat;
	display: block;
	line-height: 52px;
	text-indent: 60px;
	color: #fff;
	font-size: 2.2em;
	text-decoration: none;
}

#sidebar #nav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#sidebar p {
	margin: 15px 0;
}

#content {
	width: 591px;
	float: right;
	color: #000;
}

#content h1 {
	text-indent: -9999px;
	background: #fff url(images/header.gif) no-repeat;
	height: 329px;
	width: 590px;
}

#content h2 {
	color: #c33;
	font-size: 2.2em;
	letter-spacing: -1px;
	margin: 15px 10px;
	border-bottom: 1px dashed #666;
	padding-left: 5px;
	height: 30px;
	line-height: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;;
}

#content h3 {
	font-size: 1.6em;
	margin: 15px 10px;
	text-decoration: underline;
}

#content p {
	margin: 15px 10px;
	color: #000;
	font-size: 1.5em;
	line-height: 1.7em;
}

#content p.center {
	text-align: center;
}

#content em {
	font-weight: bold;
}

#content span.underline {
	text-decoration: underline;
}

#content ol li {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 15px 0 15px 25px;
}

#content ol table {
	width: 490px;
	text-align: center;
	font-size: 1.4em;
	border: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
}

#content ol table td {
	border: 1px solid #000;
}

#content ul#techpages {
	font-size: 1.4em;
	list-style: square;
	margin-left: 40px;
}

#content ul#techpages li {
	padding-left: 10px;
	margin: 10px 0;
}

#content ul#techpages li a {
	color: #333;
	border-bottom: 1px solid #c33;
}

#content ul#techpages li a:hover {
	color: #c33;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#content ul#catalog {
	font-size: 1.6em;
	list-style: square;
	margin-left: 40px;
}

#content ul#catalog li {
	padding: 5px 0;
	line-height: 1.8em;
}

#content ul#catalog li a {
	color: #333;
	border-bottom: 1px solid #c33;
}

#content ul#catalog li a:hover {
	color: #c33;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#content div.backintheday { 
	background: #c33;
	width: 450px;
	margin: 30px auto;
	border: 1px solid #000;
}

#content div.backintheday p {
	margin: 0;
	color: #fff;
	text-align: center;
}

#content div.backintheday img {
	border-bottom: 1px solid #000;
}

#content p.center span {
	color: #333;
}

#content ul.contact {
	margin: 20px 0;
	text-align: center;
	font-size: 2.2em;
	list-style: none;
}

#content ul.contact li {
	padding: 3px 0;
}

#content ul.shocks {
	margin: 15px 25px;
	font-size: 1.5em;
	list-style: square;
}

#content ul.shocks li {
	padding: 3px 0;
	line-height: 1.4em;
}

#content .newsflash {
	margin: 10px 15px;
	border: 1px dashed #666;
}

#content .newsflash p img {
	padding: 5px;
	border: 1px dashed #c33;
}

#content .newsflash h3 {
	background: #fff url(images/newsflash.gif) no-repeat;
	text-indent: -9999px;
	height: 141px;
	margin-left: 0;
	margin-right: 0;
}

#content .newsflash h3 a {
	display: block;
	border: none;
	height: 141px;
	margin-left: 0;
	margin-right: 0;
}


#footer {
	width: 590px;
	margin-left: 309px;
	clear: both;
	color: #000;
}

#footer p {
	text-align: center;
	font-size: 1.2em;
	height: 30px;
	line-height: 30px;
}
