/* BASIC STYLES --------------------------------------------------------------*/

body {
	padding: 0px; margin: 0px;
	font: .89em/1.5em "trebuchet ms", verdana, helvetica, arial, sans-serif; 
	color: #000; 
	background:url(/../../images/bk_body.gif);
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #1F2E37;
}

a:link { color: #E74139; }

a:visited { color: #063755; }

a:hover { color: #93A6B5; }

h1, h2, h3 { color: #E74139; }

h1 { font-size: 2em; }

h2 { font-size: 1.6em; }

h3 { font-size: 1.33em; }

h4 { 
	font-size: 1.01em;
	margin: 0px; 
}

img { border: 0px; }

th { text-align: left; }

/*---- CLASS STYLES ----------------------------------------------------------*/

/* ALIGNMENT ******************************************************************/

.alignRight { text-align: right; }

.alignCenter { text-align: center; }

/* CLEAR **********************************************************************/

.clear { clear: both; }

.clearLeft { clear: left; }

.clearRight { clear: right; }

/* FLOAT **********************************************************************/

.floatRight {
	position:relative;
	float: right;
}

.floatLeft {
	position:relative;
	float: left;
	
}

/* LINES **********************************************************************/

.line {
	height: 1px;
	border-top: 1px solid #106296;
}

.dashedLine {
	height: 1px;
	border-top: 1px dashed #106296;
}

.dottedLine {
	height: 1px;
	border-top: 1px dotted #106296;
}

/* MARGIN *********************************************************************/

.noMarg { margin: 0px; }

.noMargTop { margin-top: 0px; }

.noMargTop { margin-bottom: 0px; }

/* MISC ***********************************************************************/

.contact {
	margin: 5px 0px;
	color: #fff;
}

.hidden { display: none; }


.image {
	padding: 5px;
	margin: 0px 15px 5px 0px;
	background: #F0F6FA;
	border: 1px solid #CFE0EA;
}

.image img {
	border: 1px solid #CFE0EA;
	display: block;
}

.intro {
	margin: 7px 0px 20px 0px;
	padding: 15px 20px;
	font-family: georgia, "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	background: #F0F6FA;
	border: 1px solid #CFE0EA;
}



/* ID STYLES -----------------------------------------------------------------*/

#container {
	position: relative;
	margin: 0 auto 23px auto;
	padding: 0px 0px;
	width: 700px;
	background: url(/../../images/container_bg.gif) repeat-x top left #fff;
	border: solid 1px #000;
}

#floater {
	position:relative;
	float: right;

}

#floater h4 {display:inline;}

#floater ul {display:inline;}

#floater a {text-decoration:none}

#floater li {display:inline;}

#holder {
	width:654px;
	border-bottom:1px dashed #106296;
	padding-bottom:10px;
}


/* HEADER *********************************************************************/

#header {
	position: relative;
	background: url(/../../images/banner/rotate.php);	
/*background: url(/../../images/alexanderHeader.jpg);*/
	width:700px;
	height:136px;
	border-bottom: 1px solid #000;
}

#header img {
	border: 1px solid #106296;
	display: block;
}

/* NAV ************************************************************************/

#nav {
	position: relative;
	padding: 3px 20px;
	text-align: center;
	background: url(/../../images/bk_nav.gif) repeat-x top left #7999AD; 
	height:20px;
	border-bottom: 3px solid #E5E5E5;
	font-size:12px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none; 
}

#nav li { 
	margin: 0px 0px 0px -5px;
	padding: 0px;
	display: inline;
}
	
#nav li a {
	text-decoration: none;
	font-size: 1.2em;
	padding: 5px 10px;
}

#nav li a:link, #nav li a:visited  { color: #fff; }

#nav li a:hover { color: #063755; }

/* CONTENT ********************************************************************/


#content {
	position: relative;
	padding: 0px 20px;
	overflow: hidden;
	
}

/* FOOTER ********************************************************************/

#footer { 
	background-image:url(/../../images/footer.gif);
	position: relative;
	padding: 0px 20px;
	font-size: .9em;
	height:55px;
} 

#logos {
	margin:20px auto;
	padding:10px 20px;
	background:#f0f0f0;
	border:1px solid #d0d0d0;
	}
#logos a {padding-right:10px;}

#equipment {
	background:url(/../../images/bk_used.gif) #f0f0f0 no-repeat top left;
	border:1px solid #d0d0d0;
	padding:7px;
	width:185px;
	float:left;
	margin:0 25px 20px 0;
	
	}
	
#equipment img {
	margin:35px 0 0 0;
	border:1px solid #d0d0d0;
	}

#used {
	background:url(/../../images/bk_used.gif) #f0f0f0 no-repeat top left;
	border:1px solid #d0d0d0;
	padding:7px;
	width:185px;
	float:left;
	margin:0 25px 20px 0;
	}
	
#used img {
	margin:35px 0 0 0;
	border:1px solid #d0d0d0;
	}

#parts {
	background:url(/../../images/bk_used.gif) #f0f0f0 no-repeat top left;
	border:1px solid #d0d0d0;
	padding:7px;
	width:185px;
	float:left;
	}
	
#parts img {
	margin:35px 0 0 0;
	border:1px solid #d0d0d0;
	}




#form {
	float:left;
	background-color:#B9CBD7;
	border:1px solid #819FB2;
	padding:5px;
	margin-right:40px;
	}

	#form input {
		border: solid 1px #672C2E;
		}

.bottomText {
	font-size:10px;
	color:#fff;
	}
	
	.bottomText a {
	font-size:10px;
	color:#fff;
	}

.brandsImage {
	float:right;
	margin:10px 0px 5px 10px;
	border: solid 1px #CFE0EA;
	}
	
.floatColumn {
	float:left;
	display:block;
	width:300px;
	margin-right:10px;
	margin-bottom:20px;
	}