body {

	background-color: white;
	color: black;
	font-family: arial, sans-serif;
	font-size: 110%;
	margin: 15px 0 0 35px;
	text-align: left;
	z-index: 1;
	
}



/*  HEAD  */

#siteBox {
	
	margin-left: auto;
	margin-right: auto;
	width: 1280px; 
	
}

#vertLine {

	background-image: url("../images/vertLine.gif");
	background-repeat: repeat-y;
	margin: 3px 0 100px 0;
	position: absolute;
	z-index: 0;

}

#logoHead a span {

	background-image: url("../images/logo.gif");
	border: 0;
	height: 224px;
	margin: 40px 0 0px 76px;
	position: absolute;
	width: 372px;
	z-index: 5;
		
}

#header {

	background-image: url("../images/fullHeader.gif");
	height: 303px;
	margin: 0 0 0 1px;
	position: absolute;
	width: 1151px;
	z-index: 2;
	
}

/*  END HEAD  */



/*  TABS  */

#parts a span, #history a span, #contact a span {

	background-position: 0% 34%;
	height: 61px;
	position: absolute;
	z-index: 5;

}

#parts a span {

	background-image: url("../images/tabParts.gif"); 
	margin: 66px 0 0 477px;
	width: 116px;

}

#history a span{

	background-image: url("../images/tabHistory.gif"); 
	margin: 66px 0 0 643px;
	width: 153px;

}

#contact a span {

	background-image: url("../images/tabContact.gif"); 
	margin: 66px 0 0 851px;
	width: 159px;

}

#parts a:hover span, #history a:hover span, #contact a:hover span{

	background-position: 0% 67%;

}

#parts a:active span, #history a:active span, #contact a:active span {

	background-position: 0% 100.1%;

}

#partsOff, #historyOff, #contactOff {

	background-position: 0% 0%;
	height: 61px;
	position: absolute;
	z-index: 5;
	
}

#partsOff {
	
	background-image: url("../images/tabParts.gif"); 
	margin: 66px 0 0 477px;
	width: 116px;
	
}

#historyOff {

	background-image: url("../images/tabHistory.gif"); 
	margin: 66px 0 0 643px;
	width: 153px;
	
}

#contactOff {
	
	background-image: url("../images/tabContact.gif"); 
	margin: 66px 0 0 851px;
	width: 159px;
	
}

span{
	display: block;
	height: auto;
	width: auto;
}

/*END TABS*/




#textHeader {

	margin: 190px 0 0 500px;
	position: absolute;
	z-index: 5;

}

#content {
	
	margin: 308px 0 0 245px; 
	padding-top: 1px;
	position: relative;
	width: 800px;
	
}




/* TEXT & LINKS */
p {

	font-size: .875em;

}

h1,h2,h3 {

	font-weight: bold;
	
}

h1 {

	font-size: 2.5em;

}

h2 {

	font-size: 2em;
	
}

h3 {

	font-size: 1.5em;
	
}

h4 {

	font-size: 1.25em;
	
}

#address, #phone, #hours, .big{

	font-size: 1.25em;

}

#hours {

	font-weight: bold;

}

#address {
	
	line-height: 1.3;

}

#phone {
	
	line-height: 1.5;

}

.subtext {

	color: #A9A9A9;
	font-size: .75em;
	
}

.subtext a {

	color: gray; 	
	text-decoration: none; 
	
}

.subtext a:hover {

	color: black;
	text-decoration: underline; 	
	
}

#textLinks {

	word-spacing:30px;

}

#partsList p {

	margin-left: 10px;
	margin-top: 3px;
	
}

a, a:visited:hover{

	border: none;
	color: #086da6; /*blue*/

}

a:visited {

	color: #e77b14; /*orange*/

}

.noDec, .noDec:visited {

	color: black;
	text-decoration: none;
	
}

.noDec:hover{

	color: black;
	text-decoration: underline;
	
}

/* END TEXT & LINKS */



/* BOXES */

#mapBox {

	border: 6px double black;
	height: 365px;
	margin-left: auto;
    margin-right: auto;	
	padding: 8px;
	text-align: center;
	width: 425px;
}

#iconBox {

	border: 6px double black;
	height: 100px;
	margin-left: auto;
    margin-right: auto;	
	padding: 25px 0px 0px 20px;
	text-align: center;
	width: 400px;
	
}

#galleryBox {

	border: 6px double black;
	height: 155px;
	margin-left: auto;
    margin-right: auto;	
	padding: 18px 5px 5px 40px;  
	text-align: center;
	width: 700px;

}

#partsBox1, #partsBox2, #partsBox3 {

	display: block;
	float: left;
	font-size: .75em;
	position: relative;
	top: 10px;
	width: 240px;
	
}

.pix {

	border: black 3px solid;

}

.box250 {

	width: 250px;
	
}


/* END BOXES */



/* IMAGES */

.floatL {

	float: left;
	margin: 5px 10px 5px 0px;
	
}

.floatR {

	float: right;
	margin: 5px 0px 5px 10px;
	
}

img {
		
	border: none;
	display: block;
	padding: 0;
	
}

.divider {

	background-image: url("../images/divider.gif"); 
	height: 19px;
	margin: 10px auto;
	width: 450px;
	
}

.dividerV {

	background-image: url("../images/dividerV.gif"); 
	float: left;
	height: 450px;
	margin: 55px 11px 0 10px;
	width: 19px;
	
}

/* END IMAGES */



/* MISC */

.clear {

	clear: both;
	width: 700px;

}

.center {
	
	margin-left: auto;
    margin-right: auto;	
	text-align: center;
	
}

.iconSpace, .thumbSpace {

	float: left;
	height: 50px;
	visibility: hidden;
	width: 32px;
	
}

.thumbSpace {
	
	width: 37px;

}

#historySpacer {
	
	float: right;
	height: 15px;
	position: relative;
	width: 100px;

}

/* END MISC */



/*	FOOTER */

#footer {

	height: 270px;
	padding-top: 10px;
	width: 1150px;
	
}

#footerContent{

	height: 250px;
	margin-left: 272px;
	text-align: center;
	width: 750px; 

}

#footerImg {

	background-color: white;
	background-image: url("../images/footerLine.gif");
	background-repeat: no-repeat;
	float: left;
	height: 270px;   
	margin-left: 1px;
	position: absolute;
	width: 160px;
	z-index: 10;
	
}

/*	END FOOTER */

