@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	background-image:url(../../images/clientspecific/bar.jpg);
	background-repeat: repeat-y;
	color: #72838b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/***************** STRUCTURE *****************/

#container {
	width: 960px;
}

#navbar {
	float: left;
	clear: left;
	width: 175px;
	height: 500px;
}

#maincontent {
	float: right;
	width: 770px;
}

#header {
}

#footer {
	width: 175px;
	clear: left;
	font-size: 11px;
}

#quote {
	width: 150px;
	clear: left;
	padding-left: 10px;
	padding-top: 30px;
}

.style1 {
	font-weight: bold;
	font-size: 24px;
	color: #001582;
}

.style2 {
	font-weight: bold;
	font-size: 14px;
	color: #001582;
	line-height: 18px;
}

/******************* NAVIGATION *******************/
#navbar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navbar ul li{
	float: left;
}

#navbar ul a{
	display: block;
	width: 175px;
	height: 35px;
	text-decoration: none;
	text-indent: -5000px;
	background-image:url(../../images/clientspecific/nav.jpg);
	background-repeat:no-repeat;
}

#navbar #inventory{background-position:0 0;}
#navbar #inventory:hover{background-position:-175px 0;}

#navbar #service{background-position:0 -35px;}
#navbar #service:hover{background-position:-175px -35px;}

#navbar #contacts{background-position:0 -70px;}
#navbar #contacts:hover{background-position:-175px -70px;}

#navbar #credit_app{background-position:0 -105px;}
#navbar #credit_app:hover{background-position:-175px -105px;}

#navbar #directions{background-position:0 -140px;}
#navbar #directions:hover{background-position:-175px -140px;}

#navbar #testimonials{background-position:0 -175px;}
#navbar #testimonials:hover{background-position:-175px -175px;}