/* CSS for Elliot Machine Shop */

/*reset css */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	vertical-align: baseline;

}

/*Tags*/
body {
	font-size: 62.5%;
	background: url('images/bg.gif') no-repeat center top #833F21;
	
}

h2 {
	
	font-size: 2.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.8em;
	font-weight: bold;
	color: #262626;
	margin-bottom: 10px;
	text-indent: 1em;
	
}

p {
	font-size: 1.4em;
	line-height:1.5em;
	
}

li {
	font-size: 1.2em;
	
}



/*center layout*/
#container {
	width: 900px;
	margin: 0 auto;
	border: solid 6px #262626;
	border-top: none;
	background: #ffffff;
	
	
}

/*header*/

#header {	
	width: 900px;
	height: 345px;
	background: url('images/header.jpg')
	
}

#header h1 {
	text-indent: -999em;
	width: 177px;
	height: 80px;
	background: url('images/logo.jpg') no-repeat;
	margin-left: 100px;
	
	
}

#phone_number {
	float: right;
	margin-top: 25px;
	margin-right: 70px;
	color: #ffffff
	
	
}


/*Nav */

#nav {
	width: 100%;
	height: 35px;
	background: url('images/navbg.jpg') repeat-x;
	text-align: center;
	margin-bottom: 10px;
	
}

#nav ul {
	
	list-style-type: none;
	line-height: 35px;
	
}

#nav li {

	font-weight: bold;	
	font-size: 1.6em;
	display: inline;	
	text-align: center;	
	
}

#nav ul li a {
	text-decoration: none;
	color: #000000;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 8px;
	padding-bottom: 8px;

	
}


#nav a:hover {
	background: url('images/navlibg.jpg') repeat-x;
	color: #ffffff
	
}




#nav .active a {
	
	background: url('images/navlibg.jpg') repeat-x;
	color: #ffffff
	
	
}




/*content*/

#content_headings {
	padding-left: 114px;
	background:url('images/drill.jpg') no-repeat;
	height: 75px;
	margin-bottom: 5px;

}
#content_l {
	width: 600px;
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
	
	
}

#content_l p {
	line-height: 1.5;
	
}

#hist_pic{
	float:left;
	padding: 10px;
	
	}

#history p {
	padding: 10px;
	line-height: 2;
	
}

#clients{
	margin-left: 60px;
	
}

#content_l form {
	margin-left: 100px;
	
}

#content_r {
	width: 240px;
	float: right;
	margin-top: 20px;
	
}

#content_r li {
	margin: 5px 0;
	
	}

/*Bottom*/

#bottom {
	background:url('images/bottombar.gif') repeat-x;
	clear: both;
	padding: 0 15px;
	
}

#bottom h2 {
	color: #B7B7B7;
	padding-left:50px;
	font-weight: normal;
	margin-bottom: 30px
	
}

#bottom span {
	font-weight: bold;

}

#bottom img {
	border: 1px solid #666666;
	text-align: center;
	margin: 0 7px;
	
}
	
	
/*footer*/

#footer {
	padding-top: 20px;
	height: 60px;
	width: 100%;
	background: url('images/footerbg.jpg');
	clear: both;
	text-align: center;
	color: #ffffff;
	
}

#footer a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

#footer a:hover, #footer .active a{
	text-decoration: underline;
	
}
	

#footer_nav {
	width: 100%;
	margin-bottom: 15px;
}

#footer_nav li {
	display: inline;
	margin: 0 15px;
	font-size: 1.2em;

	
}
	


