@charset "utf-8";
/*
COMMON ELEMENTS 
*/
body{
	background: url(http://www.flash-fire.com/images/interface/page_bg.gif) repeat;
	padding:0;
	margin:0;
	text-align:center;
}
.clear {
	clear:both;
}
#screen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background: url(http://www.flash-fire.com/images/interface/screen_bg.gif) repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:984px;
	min-height:732px;
	padding:18px;
	text-align:left;
}
#header{
	width:950px;
	height:97px;
	background-image:url(http://www.flash-fire.com/images/interface/header_bg.gif);
	background-repeat:no-repeat;
	padding-top:13px;
	margin-bottom:10px;
}
#client_login{
	width:265px;
	height:55px;
	background-image:url(http://www.flash-fire.com/images/interface/client_login_bg.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:55px;
	margin-top:9px;
	display:inline;
}
	#client_login_in{
		padding-top:19px;
		padding-left:16px;
	}
#submit_btn {	
	float:right;
	padding-right:21px;
}
a.login_submit:link, a.login_submit:visited, a.login_submit:hover {
	color:#999;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	display:block;
	width:39px;
	padding-right:10px;
	background:url(http://www.flash-fire.com/images/interface/red_arrow.gif) no-repeat;
	background-position:center right;
}
a.login_submit:hover{
	color:#F3901D;
}	
#nav{	
	padding-top:2px;
	padding-left:340px;

}
html>body #nav {
    padding-top:15px;
    *padding-top:2px !important;

}
	#nav ul {
		list-style-type:none;
		padding:0;
		margin:0;
		float:left;
	}
	#nav li {
		padding:0;
		margin:0;
		float:left;
		overflow:hidden;
	}
	#nav li a {
		display:block;
		width:114px;
		height:19px;
		position:relative;
	}
	#nav a span{
		cursor:hand;
		cursor:pointer;
		height:100%;
		position:absolute;
		width:100%;
	}
	#nav a:hover span {
		background-position: bottom left;
	}
	#nav_home a span{
		background:url(http://www.flash-fire.com/images/interface/nav_home.gif) no-repeat top left;
	}
	#nav_home a.active span{
		background-position:bottom left;
	}	
	#nav_services a span{
		background:url(http://www.flash-fire.com/images/interface/nav_services.gif) no-repeat top left;
	}
	#nav_services a.active span{
		background-position:bottom left;
	}	
	#nav_clients a span{
		background:url(http://www.flash-fire.com/images/interface/nav_clients.gif) no-repeat top left;
	}
	#nav_clients a.active span{
		background-position:bottom left;
	}	
	#nav_press a span{
		background:url(http://www.flash-fire.com/images/interface/nav_press.gif) no-repeat top left;
	}
	#nav_press a.active span{
		background-position:bottom left;
	}	
	#nav_contact a span{
		background:url(http://www.flash-fire.com/images/interface/nav_contact.gif) no-repeat top left;
	}	
	#nav_contact a.active span{
		background-position:bottom left;
	}	
		
#main {
	width: 950px;
}
#main_hdr{
	background-image:url(http://www.flash-fire.com/images/interface/top_gray.gif); 
	height:30px;
}



#main_content{
	background-color:#FFFFFF;
	width:950px;
	min-height:550px;
	font-size:10px;
	color:#999;
	background-image:url(http://www.flash-fire.com/images/interface/content_right_bg.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
#content_left{
	float:left;
	width:100px;
	padding:25px 5px 0 15px
}
#content_middle{
	float:left;
	width:560px;
	padding:25px 30px 150px 20px;
	background-color:#EFEFEF;
	min-height:510px;
}
	#content_middle h1 {
		font-size:14px;
		font-weight:bold;
		font-style:normal;
		color:#666666;
	}
	ul.services_list {
		padding:5px 0 20px 0;
		margin:0;
		list-style-type:none;
	}
	.services_list li {
		font-size:11px;
		font-weight:bold;
		padding:1px 0;
	}
		.services_list li a:link, .services_list li a:visited, .services_list li a:hover {
			display:block;
			padding-left:15px;
			background-image:url(http://www.flash-fire.com/images/interface/red_arrow.gif);
			background-repeat:no-repeat;
			background-position:center left;			
	}
		.services_list li.open a:link, .services_list li.open a:visited, .services_list li.open a:hover {
			display:block;
			padding-left:15px; 
			background-image:url(http://www.flash-fire.com/images/interface/red_arrow_down.gif);
			background-repeat:no-repeat;
			background-position:center left;
		}
		.services_list li.open div {
			padding:0 0 15px 15px;
		}
	ul.press_items {
		padding:0 0 20px 20px;
		list-style-type:none;
	}
	.press_items li {
		font-size:11px;
		font-weight:bold;
		padding:7px 0 7px 15px;
		background-image:url(http://www.flash-fire.com/images/interface/red_arrow.gif);
		background-repeat:no-repeat;
		background-position:center left;
	}
#content_right{
	float:left;
	text-align:right;
	width:185px;
	padding:20px 25px 50px 10px;
}

#main_ftr {
	background:url(http://www.flash-fire.com/images/interface/bottom_gray.gif) no-repeat;
	height:22px;
	text-align:center;
	color:#FFF;
	font-size:9px;
	padding-top:5px;
	clear:both;
}
#footer span, 
#footer a,
#footer a:hover{
	margin-left:5px;
}
/*
TYPE COLORS AND STYLES
*/
.red{
	color:#E31B23;
}
a {
	color:#F3901D;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{
	color:#F3901D;
	font-style:italic;
	font-size:14px;
	margin:0;
	padding:0;
}
h2{
	color:#8F8F8F;
	font-size:11px;
	font-weight:bold;
	margin-bottom:3px;
}
h3 {
	color:#666;
	font-size:11px;
	font-weight:bold;
	padding:0;
	margin:0;
}
/*
FORM FIELDS 
*/
input{
	width:110px;
	height:12px;
	border:1px solid #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-align:center;
	margin-right:3px;
}
.hiddenFields{
       visibility:hidden;
       height:1px;
}
/* 
HOME PAGE DIVS 
*/
#latest_campaign{
	width:538px;
	float:left;
	margin-right: 10px;
}
#lc_hdr{
	background: url(http://www.flash-fire.com/images/interface/latest_campaign_hdr.gif) no-repeat;
	height:18px;
	font-style:italic;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	padding:5px 15px 0 135px;
	text-align:right;
}
#lc_content{
	background:#FFF;
	height:330px;
	height:320px;
	padding:30px 40px 30px 10px;
}
#lc_image{
	float:left;
	width:287px;
	height:317px;
}
#lc_promo{
	width:195px;
	height:300px;
	float:left;
	margin-top:30px;
	text-align:right;
}
#lc_promo h1{
	font-style:italic;
	font-size:14px;
	margin:0;
	padding:0;
}	
#lc_ftr{
	background:url(http://www.flash-fire.com/images/interface/latest_campaign_footer.gif) no-repeat;
	height:22px;
	text-align:center;
	color:#FFF;
	font-size:9px;
	padding-top:5px;
}
#lc_ftr span, 
#lc_ftr a,
#lc_ftr a:hover{
	margin-left:5px;
}
#little_about_us{
	width:352px;
	height:275px;
	float:left;
	margin-bottom:14px;
	background:url(http://www.flash-fire.com/images/interface/lau_bg.gif) no-repeat;
	padding:28px 31px 0 16px;
}
#lau_content{
	background:#FFF;
	height:205px;
	width:312px;
	background:url(http://www.flash-fire.com/images/interface/lau_content_bg.gif) no-repeat;
	color:#FFF;
	font-size:11px;
	padding:20px;
	line-height:1.1em;
	overflow:auto;
}
#lau_content p{
	margin:5px 0 5px 0
}
#lau_content h1,
#lau_content h2{
	margin:0;
	padding:0;
	color:#E51B24;
	font-size:14px;
}
#lau_content h2{
	font-size:12px;
}
#get_fired_up{
	width:335px;
	height:68px;
	float:left;
	background:url(http://www.flash-fire.com/images/interface/gfu_bg.gif) no-repeat;
	padding:15px 50px 30px 15px;
	color:#262626;
}
#gfu_content{
	height:50px;
}
#gfu_sign_up{
	margin-left:270px;
}
#press_login {
	padding-top:25px;
	margin-bottom:200px;
}
	#press_login input {		
		display:block;
		margin:4px 0;
	}
	#press_login p {
		font-size:11px;
	}
#client_item {
	padding-bottom:25px;
}
#client_item h1{
	padding-left:15px;
        margin-bottom:5px;
	background-image:url(http://www.flash-fire.com/images/interface/red_arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
}
.orange{
	color:#F69119;
}
#client_item p {
	font-size:11px;
	padding:0;
	padding-left:15px;
	margin:0;
}
#client_item img {
	float:left;
	margin-right:10px;
	margin-left:15px;
        border:1px solid #f69119;
}
a.arrow_link:link, a.arrow_link:visited, a.arrow_link:hover {
	color:#999;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	padding:3px 10px 5px 0;
	background:url(http://www.flash-fire.com/images/interface/red_arrow.gif) no-repeat;
	background-position:center right;
}
a.arrow_link:hover{
	color:#F3901D;
}
.error {
	color:#e51b24;
	font-weight:bold;
}

/* new styles unique to new client page */
#logo_container{
       width:511px;
       margin:0 auto;
}
.client_logo{
	float:left;
	margin: 10px 25px;
}

.client_logo a img{
	border:1px solid #f69119;
}

#client_box h1{
	margin-bottom:5px;
}

#client_box img{
	float:left;
	margin-right:15px;
	border:1px solid #f69119;
}

#client_detail{
	float:left;
	width:400px;
}

#client_detail p{
	margin-top:0;
}

#client_detail a{
	background-image:url(http://www.flash-fire.com/images/interface/red_arrow.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
}

#client_description{
	border-bottom:2px dotted #cdcdcd;
}

.project{
	clear:both;
	margin:10px 0 25px 0;
}

.project_description{
	float:left;
	width:280px;
}