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

html *{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}

body{
	background: #891321 url(/images/shared/background.jpg) repeat-x top left;
	color: #6f6e6e;
	font-size: 14px;
	line-height: 18px;
}

#bgholder{
	width: 900px;
	margin: 0px auto;
	position: relative;
	/*background: url(/images/shared/unnecessarily_huge_bg.jpg) no-repeat top center;*/
	z-index: 1 !important;
	min-height: 600px;
}

#container{
	width: 879px;
	margin: 0px auto;
	position: relative;
	z-index: 1 !important;
}

#header{
	height: 140px;
	position: relative;
	z-index: 99;
}

#logo{
	float: right;
	border: 0;
	width: 92px;
	height: 82px;
	display: block;
}

#logo img{
	float: right;
	border: 0;
}

#nav{
	height: 49px;
	width: 879px;
	list-style: none;
	background: url(/images/shared/menu/nav_bg.png) no-repeat top left;
	position: absolute;
	top: 92px;
	right: 0px;
	z-index: 99;
}

#nav li{
	float: left;
	z-index: 99;
}

#nav a.nav{
	position: relative;
	display: block;
	height: 49px;
	line-height: 49px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	z-index: 99;
	text-transform: uppercase;
	text-indent: -9999px;
}

#nav a.nav:hover, #nav li.on a.nav, #nav li:hover a.nav, #nav li.over a.nav{
	color: #e5c449;
}

#nav #bold a.nav{ background: url(/images/shared/menu/bold.png) no-repeat top left; width: 374px; text-align: left; padding-left: 20px; font-weight: normal; text-transform: lowercase; font-size: 18px;}
#nav #about a.nav{background: url(/images/shared/menu/about.png) no-repeat top left; width: 124px;}
#nav #work a.nav{background: url(/images/shared/menu/work.png) no-repeat top left; width: 128px;}
#nav #news a.nav{background: url(/images/shared/menu/news.png) no-repeat top left; width: 93px;}
#nav #contact a.nav{background: url(/images/shared/menu/contact.png) no-repeat top left; width: 140px;}

#nav #about a.nav:hover,  
#nav #work a.nav:hover, 
#nav #news a.nav:hover,
#nav #contact a.nav:hover,
#nav li.on a.nav {
	background-position: bottom left !important;
}


#nav .menu{
	background: url(/images/shared/subnav_bg.png) no-repeat bottom left;
	padding: 10px 0px 15px 0px;
	position: absolute;
	top: 49px;
	width: 124px;
	z-index: 99;
}

* html #nav .menu, * html #nav .menu ul{
	height: 1%;
}

* html #nav .menu{
	background-image: url(/images/shared/subnav_bg.gif);
}

#nav #about .menu {left: 395px; width: 124px;}
#nav #work .menu { left: 519px; width: 128px; background: url(/images/shared/subnav_bg_2.png) no-repeat bottom left;}

* html #nav #work .menu{
	background-image: url(/images/shared/subnav_bg_2.gif);
}

#nav ul{
	
	padding:0; 
	list-style: none;
	z-index: 99;
}

#nav #about ul{	width: 124px; }
#nav #work ul{ width: 128px;}

#nav ul li{
	float: none;
	min-height: 1%;
	z-index: 99;
	width: 124px;
	padding: 2px 0px;
}

* html #nav ul li{
	height: 1%;
}

#nav ul a, #nav ul a:hover{
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.3em;
	text-align: left;
	padding: 2px 0px 2px 14px;
	display: block;
	text-decoration:none;
	z-index: 99;
	width: 110px;
}

#nav #work ul a{
	width: 114px;
}

ul#nav .menu ul a:hover{
	background: #cc2731 !important;
}

#nav li .menu{
	display: none;
}

#nav li:hover .menu, #nav li.over .menu {
	display: block;
}

#footer{
	margin: 25px 0px !important;
	background: url(/images/shared/footer.png) no-repeat top center;
	text-align: center;
	padding: 20px 0px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	clear: both;
}
#footer p{
	margin: 5px 0 15px;
	line-height: 40px;
}

#footer span{
	padding: 0px 10px;
	line-height: 40px;
}

#footer span.spanBG{
	background: url(/images/shared/phone_bg.png) no-repeat center center;
	display: inline-block;
	text-align: center;
	width: 115px;
	text-transform: uppercase;
	line-height: 40px;
}

* html #footer span.spanBG{
	background-image: url(/images/shared/phone_bg.gif);
}

#footer #lock{
	vertical-align: middle;
	height: 40px;
	width: 30px;
	margin-right: -10px;
	cursor: pointer;
	margin-left: 10px;
	border: 0;
}

#footer a{
	color: #FFF;
	text-decoration: none;
}

.clear{
	clear: both;
}