body{
	background-color: #f5f5dd;
}
#container{
	width: 90%;
	margin: 10px auto;
	background-color: #90BADE;/*nav and content background color*/
	border: 1px solid black;
	font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	min-width:975px;
}
#top{
	padding: .5em;
	background-color: #1958B7;
	border-bottom: 1px black;
	clear: left;
	height: 140px;
}
#top h1{
	font-size: 2.4em;
	padding: 0;
	text-align: center;
	margin: 50 0 0 0;
	color: #f5f5b7;/*#f5f5b7;*/
}
#top p{
	text-align: center;
	color: white;
}
.linksImg{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.linksCenter{
	text-align: center;
}
.bodyPrice{
	font-weight: bold;
}
.tablePrice{
	text-align: right;
	font-weight: bold;
}
.tableModel{
	font-weight: bold;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clearBoth{
	clear: both;
}
.clearRight{
	clear: right;
}
.clearLeft{
	clear: left;
}
.partImage{
	width: 240px;
	height: 180px;
}
#content{
	margin-left: 200px;
	padding: 1em;
	max-width: 60em;
	/*border-left: 1px solid gray;*/
	color: black;/* #1958B7;This is the text of the main content area. #00688F;*/
	min-height: 300px;
}
#content h2{
	margin: 0 0 .5em 0;
	color: black;
}
#content table{
	border-collapse: collapse;
}
#content table p{
	padding: 10px;
}
#footer{
	clear: both;
	margin: 0;
	padding: .5em;
	background-color: black;
	color: white;/* Text in the footer.#bdd491;*/
	border-top: 1px solid gray;
}
#indexImg{
	/*background-color: white;*/
	width: 250px;
	height: 188px;
}
#contactPhone{
	font-size: 0.7em;
}
/* 
#1958B7 - dark blue left border in nav
#90BADE - light blue separator line in nav
#2175BC - middle blue button background in nav
#2586D7 - button highlight color */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
float: left;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
color:orange;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}