@charset "UTF-8";
/* CSS Document */

body  {
	font: 1em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	background: url(../../images/clientspecific/top_tile.jpg) repeat-x #fbc602;
}

a:focus {outline-style: none;}
a img {border: none;}

a:link{color: #fbc602;}
a:hover{color: #999;}
a:visited{color: #fbc602;}

.clear  {clear: both;}

/******************* STRUCTURE *******************/

#wrapper {
	background: url(../../images/clientspecific/bottom_tile.gif) bottom repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#header {
	height: 300px;
	background: url(../../images/clientspecific/header.jpg) left top no-repeat;
	margin-bottom: 20px;
}

#maincontent {
	background: url(../../images/clientspecific/content_tile.gif) center repeat-y;
}

#content {
	padding: 0 20px 0 20px;
	font-size: .8em;
	line-height: 1.4em;
}

#photos {
	float: left;
	width: 500px;
}

.home-img {
	float: left;
	margin: 0 0 20px 0;
}

h1, h2 {
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.3em;
	line-height: normal;
}

h2 {
	font-size: 1.7em;
}

#navbar {
	height: 50px;
}

#navbar a {
	display: block;
	_display: inline-block;
	width: 240px;
	height: 50px;
	float: left;
	background: url(../../images/clientspecific/nav.gif) top left no-repeat;
	text-indent: -5000px;
}

#navbar #home:hover {background-position: left bottom;}
.home #navbar #home {background-position: left bottom; cursor:default;}

#navbar #inventory {background-position: -240px top;}
#navbar #inventory:hover {background-position: -240px bottom;}
.inventory #navbar #inventory {background-position: -240px bottom; cursor:default;}

#navbar #contact {background-position: -480px top;}
#navbar #contact:hover {background-position: -480px bottom;}
.contact #navbar #contact {background-position: -480px bottom; cursor:default;}

#navbar #service {background-position: -720px top;}
#navbar #service:hover {background-position: -720px bottom;}
.service #navbar #service {background-position: -720px bottom; cursor:default;}

#footer {
	background: #000;
	padding-bottom: 30px;
	color: #fbc602;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#footer-content {
	width: 960px;
	margin: 0 auto;
}

#footer-content p {
	margin-top: 10px;
}

#footer-left {
	width: 480px;
	float: left;
	line-height: 1.3em;
}

#footer-right {
	width: 480px;
	float: right;
	text-align: right;
	line-height: 1.5em;
}

#footer-right img {
	float: right;
	margin: 15px 0 0 20px;
}

#ifs {
	font-size: 1.5em;
}

#copyright {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	*font-weight: bold;
	line-height: 1.5em;
}





