@charset "utf-8";
/* CSS Document */
body {
	background-color: #f8f8f8;
}
/* =Global sylings */
h2, h3 {
	font-weight: bolder;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
a {
	text-decoration: none;
	color: #98002b;
}
a:hover {
	text-decoration: underline;
}

#wrap {
	background-color: #fff;
}
/* =Header */
#header h1 {
	background: transparent url(../i/header_w_bluegray_collage_0.gif) 0 0 no-repeat;
	height: 79px;
	text-indent: -9999px;
}
/* =Global Navigation */
#header ul {
	width: 100%;
	float: left;
	background-color: #95a4c9;
	height: 1.5em;
}
#header ul li {
	float: left;
}
#header ul li a {
	float: left;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
}
#header ul li a:hover {
	float: left;
	background-color: #f1f1f1;
	color: #000;
}
#header ul li#selected {
	padding: 4px 8px;
	background-color: #fff;
}

/* =Content */
#content p, #content h2 {
	padding: 10px;
}
#content h2 {
	color: #98002b;
	padding-bottom: 0;
}
#content ul {
	padding: 10px;
	list-style: inside;
}
#content ul li {
	padding-top: 10px;
}

/* for home page banner */
img#homepagebanner {
	padding-bottom: 10px;
}

/* equipment_specs */
.equipment_specs {
	min-height: 12em;
}
.equipment_specs img {
	float: left;
}
.equipment_specs dl {
	margin-left: 45%;
	min-height: 11em;
}
.equipment_specs dl dt {
	font-weight: bolder;
}
.equipment_specs dl dd {
	padding: 0 0 5px 0;
	margin-left: 15px;
	display: list-item;
	list-style: outside;
	list-style-type: disc;
	font-size: 80%;
	
}
.equipment_specs table {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-collapse: collapse;
	font-size: 75%;
	margin-bottom: 10px;
}
.equipment_specs th, .equipment_specs caption {
	font-weight: bold;
}
.equipment_specs th, .equipment_specs td {
	padding: 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.equipment_specs tr:hover {
	background-color: #f1f1f1;
}
body#parts #content img{
	float: right;
}
body#parts #content ul {
	padding: 10px;
	list-style: outside;
}
body#parts #content ul li {
	padding: 0 0 5px 0;
	margin-left: 15px;
	display: list-item;
	list-style: outside;
	list-style-type: disc;
}

/* =Sidebar */
#sidebar h3 {
	clear: both;
	padding: 10px 10px 0 10px;
}
#sidebar p {
	width: 197px;
	float: left;
	padding: 10px;
	font-size: 75%;
}
body#home #sidebar p {
	background-color: #e2e0ce;
}
#sidebar p img {
	float: left;
	padding-right: 10px;
}

#sidebar ul {
	padding: 10px;
}
#sidebar ul li {
	padding: 5px 0 0 18px;
	background: transparent url(../i/bullet_info.gif) no-repeat 0 5px;
	margin: 0 0 10px 0;;
}

#sidebar ul.specs li {
	padding: 0;
	background: none;
	list-style: outside;
	list-style-type: disc;
}
/* +Parts Page */
body#parts #sidebar h4, body#parts #sidebar h3 {
	background-color: #000;
	color: #fff;
	padding-bottom: 5px;
}
body#parts #sidebar h4 {
	padding-left: 10px;
	font-size: x-small;
}
body#parts #sidebar p {
	width: 100%;
	padding: 0 0 0 10px;
	font-size: smaller;
}
body#parts #sidebar h3.padding_on_top {
	margin-top: 50px;
}


/* =Contacts pages */
body#contacts #content img {
	padding-bottom: 20px;
	position: relative;
	left: 162px;
}
body#contacts #content h3 {
	clear: both;
	background-color: #980026;
	color: #fff;
	padding: 5px 0 5px 10px;
}

body#contacts #content ul {
	border: 1px #900 solid;
	width: 30%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 1px;
	float: left;
	height: 13em;
	list-style: none;
	font-size: smaller;
}
body#contacts #content ul:hover {
	background-color: #e6e6e6;
}
body#contacts #content ul.fullwidth {
	width: 716px;
	float: none;
}
/****************************************************************/
/* =Footer                                                      */
/****************************************************************/
#footer {
	border-top: #e6e6e6 1px solid;
}
#footer p {
	padding: 10px;
	color: #666;
	font-size: 75%;
}
