body {
	padding:0; 
	margin:0;

}

.thumbimage {
	border: 2px solid #000;
}

.thumb {

}
.image {
	vertical-align: middle;
	float: right;

}

.comment{
	text-align: left;
}

.icon {
	border: 0px;
}

.indexicon {
	margin-left:30px;
	margin-right:30px;
}

.contact {
	color: #00209F;	
}

.contact .button {
	color: #000000F;	
}

.contact input{
	color: #10386b; 
	font-family: verdana,helvetica,arial,san serif;
}

table.contact {
	color: #00209F;	
	text-align: right;
}

div.thumb {
	margin:10px;
	float:left;
}

h1 {
	font-family: Arial; 
	color:	#1F5F83; 
	font-size: 18pt
}

h2 {
	color: #00209F; 
	font-family: Bookman Old Style; 
	font-size:14pt;
}

h3 {
	color: #00209F; 
	font-size:12pt;
}

h4 {
	color: #00209F; 
}

hr {
	color:#00209F;
}

/*main theme*/

div.footer1, #locations {
	text-align:center; 
	font-family:times new roman;
	clear:both;
	min-height:80px;
}

div.container {
	padding:0; 
	margin:0;
}

div.header {
	padding:0; margin:0; 
	background: url('../theme/images/top3.jpg'); 
	clear:left;
	height: 142px;
}

div.left {
	padding:0; 
	margin:0; 
	width:287px; 
	position:absolute; 
	left:0px; 
}

div.content {
	min-height: 560px; 
	margin: 0; 
	padding: 4px 9px 9px 290px; 
	font-family:verdana,helvetica,arial,san serif; 
	font-size:11pt; 
	background: url('../theme/images/left3.jpg') repeat-y;
}

div#opartsdiv {
	min-height: 560px; 
	margin: 0; 
	padding: 0px; 
	font-family:verdana,helvetica,arial,san serif; 
	font-size:11pt; 
	/* background: url('../theme/images/left3.jpg') repeat-y; */
}

div.footer {
	padding:0; 
	margin:0;
	width: 100%;
	background: url('../theme/images/bottom5.jpg');
}

/*Facebook and Twitter stuff*/
#facebook{
	text-align: center;
}

#twitter{
	padding-left: 38px;
}

.badges{
	text-align: center;
}

.badges img{
	border: none;
}

/*special cases*/

.Bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.red {
	color: red;
}

.huge {
	font-size:200%;
}

.sale {
	border: 2px #00209F solid;
	padding: 5px;
}

.font2 {
    font-size: 10pt;
}

.flright {
	float: right;
}

.flleft {
	float: left;
}

.logoimg1 {
	border-style:ridge; border-color: #00209F;
}

div#oparts {
}
#oparts {
	min-height: 700px;
	width: 100%;
}
/*here starts all the fun drop down menu stuff*/

.linkcontainer{
	float: left;
	/*display: inline;*/
	list-style: none;
	list-style-type: none;
	padding: 5px;
	text-wrap: none;
	white-space: nowrap;
}

#menulist {
	display: inline;
	position: absolute;
	left: 300px;
	top: 102px;
	z-index:10;
	color: white;
	white-space: nowrap;
	min-width: 31em;
	text-wrap: none;
	font-size: 12pt;
	font-weight: bold;
	padding: 0;
	margin:0;
}

.linkcontainer a{
	text-decoration: none;
	text-shadow: 2px 2px 2px black;
	/*Friggin IE doesn't support the above 
	and the work arounds don't support 
	IE8 so I give up*/
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=3);
	color: white;
	font-style:italic;
}

.linkcontainer .linklist a:link, .linkcontainer .linklist a:visited{
}

.linkcontainer .linklist a:hover{
	text-decoration: none;
	font-style:normal;
}

.linkcontainer .linklist {
	font-style:normal;
	display: none;
	padding-top: 0px;
	margin:0;
	/*z-index:10;*/
}

.linkcontainer:hover .linklist {
	display: block;
	margin-top: 0px;
	background-color: #00209F;
	border: 1px solid #4f8ebb;
	/* for Stupid Broswers, aka IE */
	filter: alpha(opacity=85);
	/* CSS3 standard */
	opacity: 0.85;
	padding: 5px;
	clear: left;
	/*max-width: 100px;*/
}

.linkbullet {
	list-style-type: none;
	color: white; 
	font-size: 10pt;
}


