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

body {
	line-height: 1;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, a, abbr, acronym, address, cite, code,
dfn, img, strong, dl, dt, dd, ol, ul, li, fieldset, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: 500;
}
address{
	font-style: normal;
}	
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: 500;
}
blockquote:before, blockquote:after{
	content: "";
}
blockquote{
	quotes: "" "";
}

/* MAIN STYLES
--------------------------------------------------------------------------------------------------------*/


@font-face {
	font-family: 'SteelfishBold';
	src: url('/fonts/steelfish_bd-webfont.eot');
	src: local('☺'), url('/fonts/steelfish_bd-webfont.woff') format('woff'), url('/fonts/steelfish_bd-webfont.ttf.gz') format('truetype'), url('/fonts/steelfish_bd-webfont.svg.gz#webfont2iOQGOJ3') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	overflow-y: scroll;
	min-height: 100%;
}

a:focus,
input:focus,
input:active{
	outline: none;
}

input::-moz-focus-inner {
    border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ddd;
	background-color: #000;
	/*border-top: 10px solid #000;*/
	font-size: 11px;
	line-height: 1.5;
	/*background-image: url(/images/siteBkgrd2.jpg);*/
	background-repeat: repeat-x;
	background-position: 0 23px;
}

#home {
	background-image: url(/images/siteBkgrd.jpg);
	background-repeat: repeat-x;
	background-position: 0 23px;
}

.inner {
	width: 960px;
	margin: 0px auto;
}

a{
	color: #FF9900;
}

a:hover{
	color: #FF9900;
	text-decoration: none;
}

h1 {
	font-size: 30px;
	color: #ff9900;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	font-family: 'SteelfishBold';
	text-transform: uppercase;
}

h2 {
	font-size: 14px;
	color: #ff9900;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
}

h3 {
	font-size: 12px;
	color: #ff9900;
	margin: 0;
	background-repeat: no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform: uppercase;
}

/* BRANDING
--------------------------------------------------------------------------------------------------------*/

#branding {
	width: 100%;
	/*background-image: url(/images/brandingBkgrd.jpg);
	background-repeat: repeat-x;*/
	/*margin: 15px 0 0;*/
	border-bottom: 10px solid #000;
	border-top: 10px solid #000;
	/*border-bottom: 10px solid rgba(0,0,0,.3);*/
	/*border-top: 10px solid rgba(0,0,0,.3);*/
	background-color: #222;
	/*position: absolute;*/
	z-index: 500;
	*zoom: 1;
	/*background-color: rgba(34, 34, 34,.9);*/
}

#branding .inner {
	width: 960px;
	height: 100px;
	/*background-image: url(/images/brandingHighlight.jpg);
	background-repeat: no-repeat;*/
	position: relative;
	*zoom: 1;
}

.logo {
	display:block;
	float: left;
	width:251px;
	height:65px;
	position: absolute;
	bottom: 15px;
	left: 0;
	margin: 0;
}

/* TOPNAV
--------------------------------------------------------------------------------------------------------*/

#top-nav {
	float: right;
	height: 29px;
	width: 403px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	font-family: 'Lucida Sans Unicode';
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	line-height: 29px;
	text-align: right;
	font-weight: 700;
	color: #FF9900;
	font-size: 10px;	
}

#top-nav a{
	text-decoration: none;
	border-right: 1px solid /*#D5D5D5*/#555;
	margin-right: 10px;
	padding-right: 10px;
	/*color: #ED2224;*/
}

#top-nav a:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255, 147, 2,1);
}

#top-nav a.last{
	margin-right: 0;
	border-right: 0;
	padding-right: 0;
}

/* MAINNAV
--------------------------------------------------------------------------------------------------------*/

#main-nav {
	position: absolute;
	right: 0;
	bottom: 0;

}

#main-nav li {
	float: left;
	display: inline;
	margin-left: 15px;
}

#main-nav a{
	display: block;
	color: #ff9900;
	color: #eee;
	font-size: 21px;
	margin: 0 0 5px;
	font-family: 'SteelfishBold';
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	padding: 5px 10px;
	/*font-size-adjust: .45;*/
}

#main-nav .portfolio-link a{
	padding-right: 20px;
	background-image: url(/images/global/portfolio-tick.png);
	background-repeat: no-repeat;
	background-position: 74px 15px;
}

#main-nav .portfolio-link span{
	/*font-family: Arial, Helvetica, sans-serif;*/
}

.portfolio-link:hover{
	background-color: #050505;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#main-nav a:hover/*,
#main-nav li:hover a */{
	color: #fff;
	text-shadow: 0 0 20px rgba(255, 147, 2,1);
}



/* MENU
--------------------------------------------------------------------------------------------------------*/

#main-nav .menu { 
	position: absolute;
	z-index: 201;
	left: -999%;
	width: 450px;
	background-color: #050505;
	background-color: rgba(0,0,0,.9);
	padding: 10px;
	padding-right: 0;
	-moz-box-shadow: 0 2px 4px #000;
	-webkit-box-shadow: 0 2px 4px #000;
	box-shadow: 0 2px 4px #000;
	text-indent: 0;
	margin-left: -375px;
}

#main-nav li:hover .menu {
	left: auto;
}

#main-nav .menu ul{
	float: left;
	width: 225px;
}

#main-nav .menu li{
	list-style: none;
	float: none;
	margin: 0;
}

#main-nav .menu a{
	font-family: 'Lucida Sans Unicode';
	color: #FF9900;
	font-size: 10px;
	background-image: none;
	border-bottom: 1px solid #222;
	margin: 0;
	padding: 8px;
	/*padding-left: 15px;*/
	margin-right: 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,.75);
	/*background-image: url(/images/global/portfolio-nav-tick.png);
	background-position: left center;*/
}

#main-nav .menu a:hover,
#portfolio-nav a:hover{
	color: #fff;
}


/* MAINFEATURE
--------------------------------------------------------------------------------------------------------*/

#main-feature {
	background-color: #FF9900;
	background-image: url(/images/feature/feature-background.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#main-feature .inner{
	width: 960px;
	height: 230px;
	padding: 10px;
	margin: 0 auto;
	background-image: url(/images/featureFlame.jpg);
	/*background-image: url(/images/feature/gears.png);*/
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
	text-shadow: 1px 1px 2px rgba(0,0,0,.2);
	text-shadow: 1px 1px 2px rgba(237, 34, 36,.4);
	color: #fff;
}

.feature-call{
	position: absolute;
	width: 470px;
	top: 45px;
	left: 10px;
}


#main-feature h1 {
	font-size: 26px;
	line-height: 24px;
	margin: 0 0 5px;
	color: #fff;
	font-family: 'SteelfishBold';
	text-transform: uppercase;
}

#main-feature h1 strong{
	font-size: 70px;
	line-height: 68px;
	display: block;
	font-weight: 500;
}

#main-feature h1 span{
	color: #222;
	color: #ED2224;
}


#main-feature p {
	font-size: 12px;
}

#main-feature a:link, #main-feature a:visited {
	display: block;
	width: 156px;
	text-align: center;
	color: #ddd;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	background-image: url(/images/featureBtn.png);
	text-indent: -9999px;
}

/* SUBNFEATURE
--------------------------------------------------------------------------------------------------------*/

#subFeature {
	/*width: 960px;*/
	height: 20px;
	background-color: #FF9900;
	background-image: url(/images/subFeature.jpg);
	background-repeat: no-repeat;
	/*background-image: url(/images/feature/feature-background.jpg);
	background-repeat: repeat-x;*/
	background-position: top center;
}


/* COLUMN CLASSES
--------------------------------------------------------------------------------------------------------*/

.sub-col{
	width: 300px;
	height: 300px;
	margin: 30px 0;
	background-color: rgba(0,0,0,.3);
}

.sub-col1{
	float: left;
	margin-right: 30px;
}

.sub-col2{
	float: left;
}

.sub-col3{
	float: right;
}


/* ERROR PAGE
--------------------------------------------------------------------------------------------------------*/

#missing {
	background-image: none;
}
#missing h1 {
	font-family: 'SteelfishBold';
	font-size: 24px;
	color: #ff6600;
	margin: 0 0 10px 0;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 0 5px;
	border-bottom: 5px solid #ff9900;
	background-image: url(/images/404Flame.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#missing p{
	float: left;
	color: #ff6600;
	margin: 1px 0 0;
}

#missing ul{
	float: right;
}

#missing li{
	float: left;
	display: inline;
	margin-left: 15px;
}

#missing a{
	font-family: 'SteelfishBold';
	text-decoration: none;
	color: #ff6600;
	font-size: 14px;
}

#missing a:hover{
	color: #fff;
	text-shadow: 0px 0px 10px #fc0;
}

#missing #wrapper{
	width: 500px;
	margin: 100px auto;
	border-bottom: 5px solid #ff9900;
	padding: 0 0 10px;
}

#g0-404{
	font-size: 7em;
	line-height: 100px;
	color: #ff9900;
}

/* CONTACT FORM
--------------------------------------------------------------------------------------------------------*/

fieldset{
	margin: 0 0 10px;
}

fieldset p {
	float: left;
	padding: 0;
	width: 50%;
	margin:0 0 5px 0;
	color: #bbb;
}

label {
	display: block;
	color: #FF9900;
	font-size: 12px;
	margin: 0 0 5px;
	font-family: 'Lucida Sans Unicode';
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	cursor: pointer;
}

.text:focus,
textarea:focus, 
select:focus {
	background-color: #111;
	border: 1px solid #ff9900;
	border-bottom: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	z-index:20;
	text-shadow: 0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	
}

.text:focus label{
	color: #fff	
}

.text{
	height: 16px;
	padding: 5px;
	background-color: #050505;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333;
	width: 95%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.submit-btn{
	float: right;
	width: 150px;
	height: 35px;
	cursor:pointer;
	color:#eee;
	background-color: #050505;
	font-family: 'Lucida Sans Unicode';
	border: 1px solid #333;
	background-image: url(/images/global/glass-btn.png);
	background-repeat: repeat-x;
	background-position: left center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(0,0,0,.4);
	margin-right: 5px;
}

.submit-btn:hover{
	background-color: #111;
	border: 1px solid #ff9900;
	border-bottom: 1px solid #ff6600;
	border-right: 1px solid #ff6600;
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.4);
	box-shadow: 0 0 8px rgba(0,0,0,.4);
	text-shadow: 0 0 10px rgba(255, 151, 0,.8);
}

.text-area {
	width:604px;
	height:200px;
	min-height:200px;
	padding:5px;
	color:#eee;
	font-family:"Times New Roman", Times, serif;
	border:none;
	font-style:italic;
	font-size:18px;
	border: 1px solid #333;
	background: no-repeat;
	overflow:hidden;
	background-color: #050505;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.return-home a{
	border-bottom: 1px solid #333;
	color: #CCCCCC;
	display: block;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight: 700;
}

.return-home a:hover {
  color: #FF9900;
}

.error, .notice, .success {
	padding: 5px 13px 6px;
}
.error {
	display: block;
	clear: both;
	background-color: #222;
	background-image: url(/images/validateBkgrd.jpg);
	background-repeat: no-repeat;
	color:#f90;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}

.contactInfo li {
	line-height: 16px;
	height: 16px;
	margin: 0 0 7px;
}
.contactInfo img {
}

#portfolio-nav a{
	font-family: 'Lucida Sans Unicode';
	color: #FF9900;
	font-size: 10px;
	background-image: none;
	border-bottom: 1px solid #222;
	margin: 0;
	padding: 8px;
	display: block;
	text-transform: uppercase;
	/*padding-left: 15px;*/
	margin-right: 10px;
	text-shadow: 0 1px 0 rgba(0,0,0,.75);
	/*background-image: url(/images/global/portfolio-nav-tick.png);
	background-position: left center;*/
}



/* CLEARFIX
--------------------------------------------------------------------------------------------------------*/

/* clear fix (http://www.positioniseverything.net/easyclearing.html) */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
	height: 1%; /* IE */
}

.clear{
	clear: both;
}
