/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/image_dropdown.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

@font-face {
    font-family: 'ShowguideNormal';
    src: url('../fonts/showguide.eot');
    src: url('../fonts/showguide.eot') format('embedded-opentype'),
         url('../fonts/showguide.woff') format('woff'),
         url('../fonts/showguide.ttf') format('truetype'),
         url('../fonts/showguide.svg#ShowguideNormal') format('svg');
}


@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.0.1');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.1') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.1#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}

#nav_container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 46px;
	background: url(../images/nav_bg.jpg) no-repeat center;
	display: block;
	position: relative;
	z-index: 99999;
	border-bottom: 1px solid #472a2a;
	-webkit-box-shadow: 0 3px 3px -3px black;
	   -moz-box-shadow: 0 3px 3px -3px black;
	        box-shadow: 0 3px 3px -3px black;
}

#nav {
	padding: 0;
	list-style: none;
	height: 46px;
	position: relative;
	z-index: 400;
	color: #343535;
	margin: 0 auto;
	width: 905px;
	display: block;
	clear: both;
	left: 8px;
}

#nav li.top {
	display: block;
	float: left;
}

#nav li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 3px;
	cursor: pointer;
	letter-spacing: .03em;
}

#nav li a b {
	margin-left: -999px;
}

#nav li a.btn {
	height: 34px;
	display: block;
	padding: 12px 8px 0;
	font: 170% 'ShowguideNormal', Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .03em;
	text-shadow: 1px 1px 1px #000;
	color: #7f7e7f;
}

#nav li a.btn:hover {
	color: #002f5c;
	height: 32px;
	display: block;
	padding: 12px 8px 0;
}

#nav li:hover a,
#nav a:hover {
	color: #002f5c;
}

#nav table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
	padding: 0;
	width: 0;
	height: 0;
	margin: -1px;
}

#nav .sub {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-family: 'ShowguideNormal', Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .09em;
	text-shadow: 1px 1px 1px #000;
}

#nav li:hover {
	position: relative;
	z-index: 200;
}

#nav a:hover {
	position: relative;
	white-space: normal;
	z-index: 200;
}

#nav :hover ul.sub {
	width: 200px;
	height: auto;
	z-index: 300;
	padding-top: 0;
	margin: 0 auto;
	border-bottom: 1px solid #3d3c3b;
	border-left: 1px solid #3d3c3b;
	border-right: 1px solid #3d3c3b;
	left: -45px;
	border-bottom: 1px solid #3d3c3b;
	border-left: 1px solid #3d3c3b;
	border-right: 1px solid #3d3c3b;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	top: 46px;
	padding-bottom: 15px;
	background: url(../images/blk_pixel.png) repeat;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
}

li.drop_arrow {
	background: url(../images/nav_drop_arrow.png) no-repeat 35px;
	width: 30px;
	height: 13px;
	margin: 0 auto 3px;
	padding: 0;
	display: block;
	position: relative;
}

#nav :hover ul.sub li {
	display: block;
	position: relative;
	float: left;
	width: 220px;
	font-weight: normal;
	color: #7f7e7f;
	margin-top: -2px;
}

#nav :hover ul.sub li a {
	display: block;
	width: 200px;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	height: 32px;
	margin: 2px 0 0;
	font-size: 130%;
	line-height: 170%;
	color: #7f7e7f;
}

#nav :hover ul.sub li a b {
	position: absolute;
	left: -9999px;
	margin: 2px 0 0;
	color: #7f7e7f;
}

#nav :hover ul li a.menu_link {
	color: #7f7e7f;
}

#nav :hover ul.sub li a:hover {
	margin: 2px auto 0;
	padding: 0;
	height: 32px;
	background: #fff repeat;
	color: #272727;
	text-shadow: none;
}

#nav :hover ul.sub li a:hover b {
	left: 0;
	background: #cacaca;
	color: #686868;
	display: block;
	width: 280px;
	text-align: center;
	font-size: 115%;
	margin: 0 auto;
	padding: 0;
}

li.nav_spcr {
	width: 85px;
	height: 15px;
	margin: 0 4px;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	background: url(../images/nav_spcr.png) no-repeat;
	top: 15px;
}

#ftr_nav_container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 46px;
	background: url(../images/nav_bg.jpg) no-repeat center;
	display: block;
	position: relative;
	z-index: 99999;
	border-top: 1px solid #472a2a;
	border-bottom: 1px solid #472a2a;
	-webkit-box-shadow: 0 3px 3px -3px black;
	   -moz-box-shadow: 0 3px 3px -3px black;
	        box-shadow: 0 3px 3px -3px black;
	top: -5px;
}

#ftr_nav {
	padding: 0;
	list-style: none;
	height: 46px;
	position: relative;
	z-index: 400;
	color: #343535;
	margin: 0 auto;
	width: 905px;
	display: block;
	clear: both;
	left: 8px;
}

#ftr_nav li.top {
	display: block;
	float: left;
}

#ftr_nav li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 3px;
	cursor: pointer;
	letter-spacing: .03em;
}

#ftr_nav li a b {
	margin-left: -999px;
}

#ftr_nav li a.btn {
	height: 34px;
	display: block;
	padding: 12px 8px 0;
	font: 170% 'ShowguideNormal', Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .03em;
	text-shadow: 1px 1px 1px #000;
	color: #7f7e7f;
}

#ftr_nav li a.btn:hover {
	color: #002f5c;
	height: 32px;
	display: block;
	padding: 12px 8px 0;
}

#ftr_nav li:hover a,
#ftr_nav a:hover {
	color: #002f5c;
}

#ftr_nav table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
	padding: 0;
	width: 0;
	height: 0;
	margin: -1px;
}

#ftr_nav .sub {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-family: 'ShowguideNormal', Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .09em;
	text-shadow: 1px 1px 1px #000;
}

#ftr_nav li:hover {
	position: relative;
	z-index: 200;
}

#ftr_nav a:hover {
	position: relative;
	white-space: normal;
	z-index: 200;
}

#ftr_nav :hover ul.sub {
	width: 200px;
	height: auto;
	z-index: 300;
	padding-top: 0;
	margin: 0 auto;
	border-bottom: 1px solid #3d3c3b;
	border-left: 1px solid #3d3c3b;
	border-right: 1px solid #3d3c3b;
	left: -45px;
	border-bottom: 1px solid #3d3c3b;
	border-left: 1px solid #3d3c3b;
	border-right: 1px solid #3d3c3b;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	top: 46px;
	padding-bottom: 15px;
	background: url(../images/blk_pixel.png) repeat;
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	
}

li.drop_arrow {
	background: url(../images/nav_drop_arrow.png) no-repeat 35px;
	width: 30px;
	height: 13px;
	margin: 0 auto 3px;
	padding: 0;
	display: block;
	position: relative;
}

#ftr_nav :hover ul.sub li {
	display: block;
	position: relative;
	float: left;
	width: 220px;
	font-weight: normal;
	color: #7f7e7f;
	margin-top: -2px;
}

#ftr_nav :hover ul.sub li a {
	display: block;
	width: 200px;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
	height: 32px;
	margin: 2px 0 0;
	font-size: 130%;
	line-height: 170%;
	color: #7f7e7f;
}

#ftr_nav :hover ul.sub li a b {
	position: absolute;
	left: -9999px;
	margin: 2px 0 0;
	color: #7f7e7f;
}

#ftr_nav :hover ul li a.menu_link {
	color: #7f7e7f;
}

#ftr_nav :hover ul.sub li a:hover {
	margin: 2px auto 0;
	padding: 0;
	height: 32px;
	background: #fff repeat;
	color: #272727;
	text-shadow: none;
}

#ftr_nav :hover ul.sub li a:hover b {
	left: 0;
	background: #cacaca;
	color: #686868;
	display: block;
	width: 280px;
	text-align: center;
	font-size: 115%;
	margin: 0 auto;
	padding: 0;
}