* {
	margin: 0;
	padding: 0;
}
html, body, #background , #background  table, #background  td, #wrapper {
	height:100%;
	width:100%;
	overflow:hidden;
}
/* Typography
-------------------------------------------------------------- */

body {
	font-size: 80%;
	line-height: 23px;
	color: #fff;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background:#000;
}
p {
	margin-bottom:10px;
}
p.last {
	margin-bottom: 0;
}
p img {
	float: left;
	margin:  0 1.5em .5em 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
a:focus{
	outline:none;
}
/* Headings
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #fff;
}
#title h1 {
	color:#FFF;
	width:349px;
	height:71px;
	text-indent:-9999px;
	display:block;
	margin:0 0 0 15px;
}
#title h1 a.logo{
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat left 24px;
	width:354px;
	height:71px;
	display:block;
}

h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 7px;
	text-align: left;
	color:#fff;
	background-color:#cf232f;
	padding:5px 0 5px 15px;
}
h4 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 7px;
	text-align: left;
	color:#c1c1c1;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	font-weight: bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
/* Links
-------------------------------------------------------------- */

a {
	text-decoration: underline;
	color: #fff;
}
a:focus, a:hover {
	text-decoration: underline;
	color:#cf232f;
}
a:visited {
}
a:visted:hover {
}
#navigation a {
-webkit-transition: border-bottom-color .3s linear;
}
#background  div {
	height:100%;
	left:-50%;
	position:absolute;
	top:-100px;
	width:200%;
}
#background  td {
	text-align:center;
	vertical-align:middle;
}
#background  img {
	margin:0 auto;
	min-height:50%;
	min-width:50%;
}
#wrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}
.rightbox {
	margin: 0 auto;
	width: 480px;
	padding: 25px;
	top:10%;
	padding-bottom:100px;
	position:absolute;
	top:25%;
	margin-left:400px;
	/*right:130px;*/
}
#content {
	position:relative;
}
#apdiv {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background:#000;
	opacity:.8; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=80)"; /* IE8 */
	filter:alpha(opacity=80); /* IE6/IE7 */
	z-index:-1;
}
* html #apdiv {
	height:expression(this.parentNode.offsetHeight);
}
#focus-stealer {
	position: absolute;
	left: -9999px;
}
#title {
	position:absolute;
	top:20px;
	z-index:80;
	width:100%;
	line-height:12px
}
#title div {
	height:80px;
}
#titlecontent {
	position:relative;
	width:960px;
}
#titletran {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background:#000;
	opacity:.8; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=80)"; /* IE8 */
	filter:alpha(opacity=80); /* IE6/IE7 */
	z-index:-1;
}
#logo {
	display:inline;
	width:250px;
	padding-bottom:20px;
	position:absolute;
	bottom:10%;
	left:80px;
}
#logocontent {
	position:relative;
}
#logotran {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background:#000;
	opacity:.8; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=80)"; /* IE8 */
	filter:alpha(opacity=80); /* IE6/IE7 */
	z-index:-1;
}

#navigation {
	display:inline;
	width:250px;
	padding-bottom:20px;
	position:absolute;
	top:25%;
	left:80px;
}
#navcontent {
	position:relative;
}
#navtran {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:100%;
	background:#000;
	opacity:.8; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=80)"; /* IE8 */
	filter:alpha(opacity=80); /* IE6/IE7 */
	z-index:-1;
}
#navigation ul {
	margin:10px 0px 0px 10px;
	padding:0;
	list-style:none;
}
#navigation li {
	margin:0px 0px 0 0px;
	height:30px;
	padding-bottom:0px;
	padding-left:7px;
}
#navigation a {
	display:block;
	height:29px;
	text-decoration:none;
}
/* home */
#navigation a.home {
	width:108px;
}
#navigation a.homeactive {
	width:123px;
	background:url(img/home.png) no-repeat 0 -29px;
}
#navigation a.home:link, #navigation a.home:active, #navigation a.home:visited {
	background:url(img/home.png) no-repeat 0 0;
}
#navigation a.home:hover {
	background-position:0 -29px;
}
.nav-text {
	visibility:hidden;
}

/* about */

#navigation a.about {
	width:155px;
}
#navigation a.aboutactive {
	width:155px;
	background:url(img/about_us.png) no-repeat 0 -29px;
}
#navigation a.about:link, #navigation a.about:active, #navigation a.about:visited {
	background:url(img/about_us.png) no-repeat 0 0;
}
#navigation a.about:hover {
	background-position:0 -29px;
}
/* who we are */
#navigation a.whoweare {
	width:161px;
	height:29px;
	margin-left:36px;
}
#navigation a.whoweareactive {
	width:161px;
	height:29px;
	margin-left:36px;
	background:url(img/who_we_are.png) no-repeat 0 -29px;
}
#navigation a.whoweare:link, #navigation a.whoweare:active, #navigation a.whoweare:visited {
	background:url(img/who_we_are.png) no-repeat 0 0;
}
#navigation a.whoweare:hover {
	background-position:0 -29px;
}

/* what we do */
#navigation a.wtwedo {
	width:161px;
	height:29px;
	margin-left:36px;
}
#navigation a.wtwedoactive {
	width:161px;
	height:29px;
	margin-left:36px;
	background:url(img/what_we_do.png) no-repeat 0 -29px;
}
#navigation a.wtwedo:link, #navigation a.wtwedo:active, #navigation a.wtwedo:visited {
	background:url(img/what_we_do.png) no-repeat 0 0;
}
#navigation a.wtwedo:hover {
	background-position:0 -29px;
}




/* service */

#navigation a.service {
	width:140px;
}
#navigation a.serviceactive {
	width:140px;
	background:url(img/services.png) 0 -29px no-repeat;
}
#navigation a.service:link, #navigation a.service:active, #navigation a.service:visited {
	background:url(img/services.png) 0 0 no-repeat;
}
#navigation a.service:hover {
	background-position:0 -29px;
}

/* client */

#navigation a.client {
	width:130px;
}
#navigation a.clientactive {
	width:130px;
	background:url(img/clients.png) 0 -29px no-repeat;
}
#navigation a.client:link, #navigation a.client:active, #navigation a.client:visited {
	background:url(img/clients.png) 0 0 no-repeat;
}
#navigation a.client:hover {
	background-position:0 -29px;
}

/* people */
#navigation a.people {
	width:120px;
}
#navigation a.peopleactive {
	width:120px;
	background:url(img/people.png) 0 -29px no-repeat;
}
#navigation a.people:link, #navigation a.people:active, #navigation a.people:visited {
	background:url(img/people.png) 0 0 no-repeat;
}
#navigation a.people:hover {
	background-position:0 -29px;
}

/* career */
#navigation a.career {
	width:136px;
}
#navigation a.careeractive {
	width:136px;
	background:url(img/careers.png) 0 -29px no-repeat;
}
#navigation a.career:link, #navigation a.career:active, #navigation a.career:visited {
	background:url(img/careers.png) 0 0 no-repeat;
}
#navigation a.career:hover {
	background-position:0 -29px;
}

/* contact */

#navigation a.contact {
	width:190px;
}
#navigation a.contactactive {
	width:190px;
	background:url(img/contact_us.png) 0 -29px no-repeat;
}
#navigation a.contact:link, #navigation a.contact:active, #navigation a.contact:visited {
	background:url(img/contact_us.png) 0 0 no-repeat;
}
#navigation a.contact:hover {
	background-position:0 -29px;
}

/*
.textcolumn {
	float:left;
	color:#999999;
	padding: 110px 0 0 30px;
	line-height: 20px;
	font-size: 12px;
}
#intro {
	margin-top:5px;
	margin-bottom:25px;
}
#speech {
	float:left;
	margin-right:16px;
	position:relative;
	bottom:-8px;
}
#intro p {
}*/
.rightbox ul li {
	/*padding:3px 0 3px 20px;
	background:url(img/bulet_arrow_yellow.gif) no-repeat 7px 10px;*/
	list-style:none;
}
#listings { width: 480px; }
#listings dt { padding: 5px 0 3px 0; float: left; clear: left; font-weight: normal; }
#listings dd { padding: 5px 0 3px 0; text-align: right; }
#listings dl dd { border-bottom: 1px solid #585858; }

#listings p { font-style: italic; line-height: 15px; }

ul.slide-list img{padding:10px;}

ul.slide-list{
	width: 480px;
	overflow: hidden;
	margin: 0;
	padding: 1px 0 30px 0;
	list-style: none;
	font-size:12px;
	line-height: 16px;
	font-weight: bold;
}
ul.slide-list li{
	margin-top: 5px;
	padding:0px 0 0px 0px !important;
	background:none !important;

}
ul.slide-list li a{
	color: #fff;
	display: block;
	width: 470px;
	padding:7px 0 7px 10px;
	background:#cf232f url(img/slide-list-a-bg.gif) no-repeat 100% 50%;
	text-decoration:none;
	font-weight:normal;
}
ul.slide-list li a.ui-state-active{
	color: #000;
	display: block;
	width: 470px;
	padding:7px 0 7px 10px;
	background:#c1c1c1 url(img/slide-list-a-bg.gif) no-repeat 100% 50%;
	text-decoration:none;
	font-weight:normal;
}
ul.slide-list li a:hover{
	color: #000;
	display: block;
	width: 470px;
	padding:7px 0 7px 10px;
	background:#c1c1c1 url(img/slide-list-a-bg.gif) no-repeat 100% 50%;
	text-decoration:none;
	font-weight:normal;
}
ul.slide-list li div.slide hr{
	margin:5px 0;
	height:1px;
	line-height:1px;
}
ul.slide-list li div.slide p a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	display:inline !important;
	width: auto !important;
	padding:0px !important;
}
ul.slide-list li div.slide p a:hover{
	color:#cf232f;
	font-weight:bold;
	text-decoration:underline;
	display:inline !important;
	width: auto !important;
	padding:0px !important;
	background:none;
}
/*.slide-list .color-pink a{
	background:#ff59c8 url(img/slide-list-color-pink.gif) no-repeat 100% 50%;
}
.slide-list .color-pink a.ui-state-active{
	background:#ff59c8 url(img/slide-list-color-pink-active.gif) no-repeat 100% 50%;
}
.slide-list .color-green a{
	background:#51c268 url(img/color-green.gif) no-repeat 100% 50%;
}
.slide-list .color-green a.ui-state-active{
	background:#51c268 url(img/color-green-active.gif) no-repeat 100% 50%;
}
.slide-list .color-yellow a{
	background:#e4c639 url(../images/yellow-color.gif) no-repeat 100% 50%;
}
.slide-list .color-yellow a.ui-state-active{
	background:#e4c639 url(../images/yellow-color-active.gif) no-repeat 100% 50%;
}
.slide-list .color-orange a{
	background:#ff8000 url(../images/color-orange.gif) no-repeat 100% 50%;
}
.slide-list .color-orange a.ui-state-active{
	background:#ff8000 url(../images/color-orange-active.gif) no-repeat 100% 50%;
}*/
.slide{
	width: 480px;
	overflow: hidden;
}
.slide-top{
	width:460px;
	overflow: hidden;
	padding: 6px 10px 4px;
}

.rightbox .slide-top p{
	padding: 0;
	line-height: 16px;
	font-weight: normal;
	font-size:1em;
}
.rightbox .slide-top p span{
	color: #ffffff;
}
.rightbox .slide-top p a{
	background: none;
	padding: 0;
	display: inline !important;
	width:auto;
}

#sign_up_button {
  display: block;
  width: 332px;
  height: 84px;
  background: url(/images/fs/public/big-button.png) no-repeat;
  margin: 20px 0 30px 0;
}

#sign_up_button:hover {
  background-position: 0 -84px;
}

.hidden {
  display: none;
}



	#contactform{
		margin:1em 0;
		color:#fff;
		width:480px; /* customize width, this form have fluid layout */
		}
	#contactform h3{
		margin:0;
		background:#57a700 url(img/form_heading.gif) repeat-x;		
		color:#fff;
		font-size:20px;
		border:1px solid #a46f08;
		border-bottom:none;
		}		
	#contactform h3 span{
		display:block;
		padding:10px 20px;
		background:url(img/form_ico.gif) no-repeat 93% 50%;			
		}				
	#contactform fieldset{
		margin:0;
		padding:0;
		border:none;	
		border-top:3px solid #000;
		background:#000 url(img/form_top.gif) repeat-x;		
		padding-bottom:1em;
		}		
	#contactform legend{display:none;}	
	#contactform p{margin:.5em 20px;}	
	#contactform label{display:block;}	
	#contactform input, #contactform textarea{		
		width:4002px;
		border:1px solid #111;
		background:#282828 url(img/form_input.gif) repeat-x;
		padding:5px 3px;
		color:#fff;
		}		
	#contactform textarea{
		height:125px;
		overflow:auto;
		}					
	#contactform p.submit{
		text-align:right;
		}	
	#contactform button{
		padding:0 20px;
		height:32px;
		line-height:32px;		
		border:1px solid #a46f08;
		background:#5aae00 url(img/form_button.gif) repeat-x;
		color:#fff;
		cursor:pointer;		
		text-align:center;		
		}
		
		
	.application{
		background:url(img/application.png) no-repeat 5px 2px;
		text-indent:30px;
		display:block;
	}
	.prize{
		background:url(img/prize.png) no-repeat 5px 2px;
		text-indent:30px;
		display:block;
	}
	
	
/* global */
.clear{
	clear:both;
}
#bodydiv{
	background-repeat:no-repeat;
}

.categories{
	clear:both;
}
.columns{
	width:33%;
	float:left;
	display:block;
	overflow:visible;
}
.categories ul li.heading{
	font-size:16px;
	padding-top:10px;
	padding-bottom:5px;
	color:#cf232f;
}
.categories ul li.heading2{
	font-size:16px;
	padding-top:18px;
	padding-bottom:5px;
	color:#cf232f;
	/*color:#c1c1c1;*/
}
.categories ul li{
	line-height:24px;
}

.rightbox ul.slide-list li ul{
	margin:10px 0 10px 15px;
}
.rightbox ul.slide-list li ul li{
	background:url(img/arrow_white.gif) no-repeat left 4px !important;
	padding:0 0 0 18px !important;
	font-weight:normal;
}

/* clients */

.clients{
	clear:both;
}
.clientsbox{
	clear:both;
	margin:0 0 20px 0;
}
.clients h4 {
	font-size: 20px;
	line-height: 26px;
	text-align: left;
	color:#c1c1c1;
	margin:0px 0px 10px 0;
}
.clients img{
	margin:5px 0px 10px 0;
	float:left;
}