body {
	background: url(templates/body-top-center.jpg) top center no-repeat;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote{margin:0;padding:0;}table{}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

input, a {
	outline: none;	
}

a img {
	border: none;
}

a {
	outline: none;
}

button {
	cursor: pointer;
}

/* --------------- END RESET ------------ */

html {
	background: url(templates/html-x.jpg) repeat-x;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #434343;
	margin: 0 0 10px 0;
}

#wrapper {
	width: 980px;
	min-height: 500px;
	overflow: hidden;
	margin:0px auto;
}

#header {
	height: 110px;
	position: relative;
}

#logo {
	text-indent: -5000px;
	overflow: hidden;
	display: block;
	background: url(templates/logo.jpg) no-repeat;
	width:344px;
	height: 86px;
}

#icon-nav {
	position: absolute;
	top:30px;
	right: 30px;
}

#icon-nav a {
	margin-left: 29px;	
}

/* --- SEARCH BOX ---- */
#search-box {
	position: absolute;	
	z-index: 10;
	right: 142px;
	top: 25px;
	display: none;	
}

#search-box input.search-field {
	height: 16px;
	width: 137px;
	color: #333;
	font-size: 11px;
	background: url(templates/search-bg.jpg) no-repeat;
	border: none;
	padding: 2px 20px 0 9px;
}

#search-box input#search-btn {
	border: none;
	background: url(templates/search-btn.jpg) no-repeat;
	width: 66px;
	height: 18px;
	cursor: pointer;
	padding-top: 18px;
	overflow: hidden;
}

#search-box input#search-btn:hover {
	background-position: 0 -36px;
}

#footer {
	background: url(templates/footer-bg.jpg) top no-repeat;	
	padding-top: 20px;
}

#footer, #footer a {
	color: #898989;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
}

#sidebar {
	float: left;
	width: 180px;
	background: url(templates/sidebar-bg.jpg) top right no-repeat;
	padding: 35px 25px 25px 0px;
}

#locations {
	margin-left: 25px;
}

#min-height {
	float: right;
	height: 420px;
	width: 1px;
}	

#content {
	float: right;	
	width: 635px;
	padding: 35px 75px 50px 0;
}

#content-full {
	padding: 22px 25px 35px	25px;
}


/* ================================= */
/* =============  NAVIGATION ======= */
/* ================================= */
#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1;
}

#nav {
	position: absolute;
	left: 110px;
	bottom: 2px;
}

#nav a {
	display: block;
	height: 23px;
}

#nav li { /* all list items */
	float: left;
	height: 23px;
	text-indent: -5000px;
	display: block;
	margin: 0 3px 0 0;
	position: relative;
}

#nav li.company {
	width: 148px;
	background: url(templates/nav/company.jpg) no-repeat;
}

#nav li.locations {
	width: 94px;
	background: url(templates/nav/locations.jpg) no-repeat;
}

#nav li.people {
	width: 70px;
	background: url(templates/nav/people.jpg) no-repeat;
}

#nav li.service {
	width: 144px;
	background: url(templates/nav/service.jpg) no-repeat;
}

#nav li.financial {
	width: 165px;
	background: url(templates/nav/financial.jpg) no-repeat;
}

#nav li.industrial {
	width: 207px;
	background: url(templates/nav/industrial.jpg) no-repeat;
}

#nav li:hover, #nav li.sfhover, #nav li#active {
	background-position: -300px 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: orange;
	margin:0; padding:0;
	width: 10em;
	height: 40px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: 10px;
}

#nav ul ul li {
	display: block;
	background:none;
	margin:0;
	padding:0;
	text-indent: 0;
}

/* ================================= */
/* ============= SECONDARY NAV ======= */
/* ================================= */

#secondary-nav {
	margin-top: 75px;
}

#secondary-nav li {
	display: block;
	padding: 0 0  20px 0;
}

#secondary-nav li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #595959;
	font-size: 13px;
	display: block;
	padding: 0 0 0 25px;
}

#secondary-nav li a:hover, #secondary-nav li a#active {
	background: url(templates/nav/secnav-bg.jpg) 0px 0px no-repeat;	
}

/* ================================= */
/* ============= STYLES     ======= */
/* ================================= */
h1,h2,h3,h4 {
	margin-bottom: 15px;	
}

h1 {
	font-size: 23px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 0 4px 0;
}

h2 {
	font-size: 19px;
	text-transform: uppercase;	
	letter-spacing: 1px;	
	color: #FD4224;	
}

h3 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 5px 0;	
}

h4 {
	font-size: 14px;
	margin: 0 0 0px 0;
	padding:0;
	font-weight: bold;
}

h1 span, h3 span, h2 span {
	color: #9A9A9A;
}

h1 em, h2 em, h3 em {
	color: #D7513C;
	font-size: 75%;
}

a {
	text-decoration: none;
	color: #b72917;
}

a:hover {
	color: #EF3C25;	
	text-decoration: underline;
}


/* --- Toggle / Hidden */
.toggle-box {
	padding: 35px 0 15px 35px;
	position: relative;
	background: url(templates/hr.jpg) top center no-repeat;
}

.toggle-box h2 {
	margin: 1px 0 3px 0;	
	color: black;
}

.toggle, .toggle-active {
	width: 17px;
	height: 17px;
	overflow: hidden;
	background: url(templates/toggle-bg.jpg) no-repeat;	
	cursor: pointer;
	position: absolute;
	left:0;
	_left:-35px;
	top: 35px;
	margin: 0; padding:0;	
}

.toggle-active {
	background-position: 0 -18px;
}

.hidden {
	display: none;	
}

hr {
	height: 17px;
	width: 674px;
	background: url(templates/hr.jpg) no-repeat;
	margin:0px auto;
	border: none;
	margin: 0 0 10px 0;
}

/* GOOOOOOOGLE MAP */
div#mapContainer					{ width: 650px; margin: 0px auto 0 auto; padding: 1px; border: 1px solid #9A9A9A; }

div#map								{ width: 650px; height: 350px; }

#retailers {
	font-size: 11px;	
}

#retailers p {
	margin: 5px 0;	
}

#retailers li {
	margin: 0 0 8px -13px;
	padding: 0 0 5px 30px;
}
