/* CSS Document */

body {
	background-color:#CCCCCC;
	background-image:url(../images/sheetmetal.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	font-size: 75%;
}

p	{
	font-size: 1em;
	line-height: 150%;
}

a, a:visited {
	color:#0C1C44;
}

a:hover {
	color:#032568;
}

ul, li	{
	list-style-type:none;
	text-decoration:none;
	padding:0px;
	margin:0px;
}

img {text-decoration:none;}

.hide {display:none;}

#wrap {
	width:910px;
	margin:0 auto;
	padding:0;
	border:0;
}

#container {
	width:910px;
	min-width:910px;
	min-height:700px;
	margin:0;
	padding:0;
	border:0;
	float:left;
	background-color:#fafafa;
	background-image:url(../images/shadowleft.png);
	background-repeat:repeat-y;
}

#shadowbottom {
	width:910px;
	height:40px;
	margin:0;
	padding:0;
	background-image:url(../images/shadowbottom.png);
	background-repeat:no-repeat;
	clear:both;
}

									/* header */

#header {
	width:900px;
	height:150px;
	margin:10px;
	padding:0;
}

#logo {
	width:500px;
	margin:0;
	padding:0;
	float:left;
}

#info {
	width:300px;
	margin:0 40px 0 0;
	padding:0;
	float:right;
}

#info h2 {
	font-size:1.5em;
	line-height:1.8em;
	font-weight:normal;
	color:#999;
	text-align:right;
}

#info a, #info a:visited {
	color:#0C1C44;
	text-decoration:none;
	font-weight:bold;
}

#info a:hover {
	color:#0B97DD;
}

#info span {
	font-weight:bold;
	color:#0C1C44;
}

							/* nav */

#nav {
	width:850px;
	height:36px;
	margin:0 0 0 10px;
	padding:0 0 0 50px;
	background-color:#0C1C44;
	border-top:3px solid #D10522;
	list-style: none;
}

#nav a, #nav a:visited	{
	display:block;
	height:30px;
	background-color:#0C1C44;
	color:#fafafa;
	text-align:center;
	text-decoration:none;
	padding:4px 16px 2px 16px;
	font-size: 1.4em;
	font-weight:normal;
	letter-spacing:.05em;
}

.on a, .on a:visited	{
	background-color:#333;
}

#nav a:hover	{
	background-color:#0B97DD;
	color:#0C1C44;
}

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

#nav li	{
	display:inline;
	float:left;
	margin:0;
}


						/* content */

#content {
	width:530px;
	margin:30px 30px 15px 25px;
	float:left;
}

#text {
	width:250px;
	margin:0;
	padding:0;
	float:left;
}

.location {
	color:#0C1C44;
	font-weight:bold;
	margin-bottom:2px;
}

.address {
	margin-top:2px;
	padding-left:10px;
}

						/* left column */

#pictures {
	width:270px;
	margin:0;
	float:left;
}

#pictures img	{
	margin:10px 30px 0 10px;
}



						/* right column */

#column {
	width:270px;
	margin:40px 15px 15px 15px;
	float:right;
}

						/* footer */

#footer {
	width:910px;
	margin:10px;
}

#footer p {
	text-align:center;
	font-size:.8em;
	color:black;
}

#footer a, #footer a:visited {
	color:black;
	text-decoration:none;
}
	
#footer a:hover  {
	color:#333;
}



/* truck at bottom */

#truck {
	position:relative;
	left:700px;
	top:-150px;
	z-index:5;
	width:260px;
}


/* 
	background	#fafafa
	dark blue	#0C1C44
	hoover blue	#032568
	cyan		#0B97DD
	red			#D10522
*/

