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

body {
	background: url(../../images/clientspecific/tile.jpg) repeat-x #ffffff;
	margin: 0;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a img {
	border: none;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	background: url(../../images/clientspecific/back.jpg) no-repeat center top;
	width: 100%;
	margin-bottom: -75px;
}

#header {
	height: 120px;
}

#map1 {
	width: 200px;
	height: 100px;
	margin-top: 10px;
	float: left;
	position: relative;
}

#navbar {
	float: right;
	width: 560px;
	height: 20px;
	margin: 75px 25px 0 0;
	line-height: 20px;
	font-weight: bold;
	z-index: 900;
	color:#FFFFFF;
}

#navbar a:link {color:#e7c675; text-decoration:none;}
#navbar a:hover {color:#ffffff; text-decoration:none;}
#navbar a:visited {color:#e7c675; text-decoration:none;}

#clearfix {
	clear: both;
}

/******************DROP DOWN STYLES******************/
.anylinkcss{
	position: absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 1000;
	background-color: #5d0b15;
	width: 150px;
	font-size: .9em;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: black;
	color: white;
}
/****************** CONTENT ******************/

#maincontent {
	margin-bottom: 20px;
	z-index: 100;
	background-color:#ffffff;
}

#left_inventory {
	width: 150px;
	float: left;
	margin: 10px 0 0 5px;
}

#right_content {
	float: right;
	width: 780px;
	_width: 620px;
	margin: 10px 5px 20px 0;
}

#home-photo {
	float: right;
	margin: 0 0 0 15px;
}

#footer {
	height: 28px;
	background: url(../../images/clientspecific/bottom.jpg) top center no-repeat;
	font-size: .7em;
	line-height: 28px;
	padding: 0 10px 0 10px;
	clear: both;
	color: #FFFFFF;
}

h2 {
	font-style: italic;
	margin: 0;
}

#logo {
	float: left;
	margin-right: 10px;
}