/* --- HEADER --- */

#stretch_topbar {
	width: 100%;
	background: #dcecf2 url(../images/topbar-bg.png) repeat-x bottom;
}

#topbar {
	width: 940px;
	margin: auto;
	font-size: 0.95em;
	line-height: 1em;
	padding: 0.6em 0;
	
	position: relative;
	z-index: 20;
}

#stretch_header {
	width: 100%;
	text-align: center;
	background: #fff url(../images/header-bg.png) repeat-x top;
	line-height: 14px;
}

#stretch_header img {
	position: relative;
	margin: -22px 0 -3px 0;
	z-index: 10;
}


/* --- MENU --- */

#stretch_menu {
	width: 100%;
	background: #020202 url(../images/navigation/menu-bg.png) repeat-x top;
	position: relative;
	z-index: 20;
	padding: 7px 0;
}

#menu {
	width: 940px;
	margin: auto;
}

/* Search form */
#menu form {
	width: 220px;
	float: right;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}

#menu form input {
	width: 175px;
	margin: 0;
	padding:  6px 5px 5px 30px;
	background: #040404 url(../images/search-bg.png) no-repeat top left;
	border: 0;
	
	color: #fff;
	font-size: 0.95em;
	font-style: italic;
}

/* Navigation menu */
#menu ul {
	float: left;
}

#menu li {
	float: left;
}

#menu li.last {
  display: none;
}

#menu li a:link, #menu li a:visited {
	display: block;
	padding: 0.5em 1.1em 0.5em 1.1em;
	margin: 0 13px 0 0;
	_margin: 0 11px 0 0;
	float: left;
	
	color: #fff;
	font-size: 0.95em;
	border-top: 1px solid #2e2d2d;
}

#menu li a:hover {
	background: #2f2f2f url(../images/navigation/hover-bg.png) repeat-x bottom;
	border-left: 1px solid #5a5a5a;
	border-top: 1px solid #5a5a5a;
	border-right: 1px solid #464646;
	border-bottom: 1px solid #4a4a4a;	
	
	text-decoration: none;
	margin-right: 11px;
	_margin-right: 10px;
	position: relative;
	left: -1px;
}

#menu li a.active {
	background: #37c4de url(../images/navigation/active-bg.png) repeat-x bottom !important;
	border-left: 1px solid #1a77ae !important;
	border-top: 1px solid #1973ac !important;
	border-right: 1px solid #1b5f8b !important;
	border-bottom: 1px solid #165e8b !important;	
	
	text-decoration: none !important;
	margin-right: 11px;
	_margin-right: 10px !important;
	position: relative !important;
	left: -1px !important;
}


/* --- CONTENT AREA --- */
#stretch_content {
  background: url(../images/content-bg.png) repeat-x top;
  float: left;
  width: 100%;
}

#content {
  width: 940px;
  margin: auto;
}

/* Content */
#inner_content {
  float: left;
  margin: 0 20px 1em 0;
  width: 700px;
}


/* Sidebar */
#sidebar {
  width: 220px;
  float: left;
  margin: 0.8em 0;
  font-size: 0.95em;
  line-height: 1.6em;
}

#sidebar .box {
  border-top: 1px solid #c2d9e9;
  background: #f2fafd url(../images/sidebar-box.png) no-repeat bottom left;
  padding: 0 8px 14px 8px;
  margin: 0.8em 0;
}

#sidebar a.button {
  display: block;
  width: 170px;
  height: 23px;
  padding: 0 8px;
  background: url(../images/button_sidebar.png) no-repeat top left;
  
  font-style: italic;
  line-height: 1.9em;
  font-size: 0.9em;
}

#sidebar a.button:hover {
  text-decoration: none;
  background: url(../images/button_sidebar_hover.png) no-repeat top left;
}

#sidebar a.button span {
  background: url(../images/arrow_blue-italic.png) no-repeat 100% 8px;
  display: block;
  width: auto;
  float: left;
  padding: 6px 11px 0 0;
}

#sidebar a.button:hover span {
  padding-top: 7px;
  background-position: 100% 9px;
}

#sidebar a.button span span, #sidebar a.button:hover span span {
  background: none;
  padding: 0;
}

#sidebar li a {
  display: block;
  padding: 0 0 0 12px;
  background: url(../images/arrow_blue.png) no-repeat 4px 5px;
}

	/* Free Call button */
#bellme .bellme_button div {
	background-image: url(../images/free-call.png) !important;
	width: 193px !important;
	height: 40px !important;
	margin-top: 0.75em;
}

#bellme .bellme_button div.bm_bubble {
	background: none !important;
	width: auto !important;
	height: auto !important;
	margin-top: 0 !important;
}


/* --- FOOTER --- */

#stretch_footer {
	width: 100%;
	background: #00abc9 url(../images/footer-bg.png) repeat-x top;
	clear: left;
	margin: 1em 0 0 0;
	_margin: 0;
}

/* Footer */
#footer {
	width: 940px;
	margin: auto;
	color: #242424;
	padding: 1em 0;
	font-size: 0.95em;
	background: url(../images/footer-logo.png) no-repeat top right;
	min-height: 200px;
}

#footer h3 {
  padding: 1em 0 2.5em 0;
  font-size: 1.2em;
}

#footer ul {
	position: relative;
}

#footer li {
  margin: 0 0 1em 0;
  padding: 0 0 0 8px;
  background: url(../images/arrow_black.png) no-repeat 0 0.5em;
  width: 220px;
}

#footer li.second-col {
	position: absolute;
	top: 0;
	left: 220px;
}
#footer li.third-col {
	position: absolute;
	top: 0;
	left: 440px;
}
#footer li.fourth-col {
	position: absolute;
	top: 0;
	left: 660px;
}

#footer li.second-row {
	top: 2.5em;
}

#footer li ul li {
  margin: 0.2em 0;
  width: auto;
  float: none;
  position: static !important;
}

#footer a:link, #footer a:visited {
  color: #242424;
}
#footer a:hover {
  text-decoration: underline;
}

#footer li ul li a:link, #footer li ul li a:visited {
  font-weight: normal;
}

/* Site info */
#siteinfo {
	background: url(../images/footer-line.png) no-repeat top center;
	padding: 1.3em 0 4em;
	color: #404041;
	clear: left;
}

#siteinfo span {
	width: 940px;
	margin: auto;
	display: block;
	font-size: 0.9em;
}

#siteinfo #bluewiremedia {
	float: right;
	background: url(../images/bluewire-wires.png) no-repeat 0 0.6em;
	padding-left: 31px;
}

#siteinfo #bluewiremedia a:link, #siteinfo #bluewiremedia a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #404041;
}

#siteinfo #bluewiremedia a:hover {
	text-decoration: underline;
}
