/* Basics */
@import "thickbox.css";
* { margin: 0; padding: 0; }
html {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #999;
	text-align: left;
	height: 100%;
}
body { background: #000; height: 100%; background: #000 url('../images/bg.jpg') repeat-x center center fixed; text-align: center;}
 
/* Container */
#vCenter { visibility: hidden; width: 100%; height: 50%; margin-top: -290px; float: left; }
#hCenter { width: 980px; height: 100%; margin: 0 auto; }
#container { width: 980px; height: 580px; clear: both; text-align: left; font-size: 1.2em; text-align: left;}
 
/* Header */
#header { height: 77px; width: 980px }
#header ul { list-style: none; }
#header li { display: inline; float: left; width: auto; }
#header li a { height: 77px; display: block; text-indent: -9999px; overflow: hidden; float: left; cursor: pointer; width: auto;}
#header li a#logo_link { width: 320px; background: url('../img/logo.gif') no-repeat; }
#header li a#pdf_link { width: 172px; background: url('../img/pdf_link.gif') no-repeat; }
#header li a#blog_link { width: 138px; background: url('../img/blog_link.gif') no-repeat; }
#header li a#mail_link { width: 325px; background: url('../img/mail_link.gif') no-repeat; }
#header li a:hover { background-position: bottom left !important; }
 
/* Flash */
#flashContainer { height: 460px; width: 980px; outline: 0;}
#flash {
	height: 460px;
	width: 980px;
	text-align: center;
}
 
/* Footer */
#f_left {
	font-size: 0.8em;
 	float: left;
  	text-align: left; 					
	width: 640px;
	padding-left: 34px;
	padding-top: 5px;
}
#f_right { float: right; width: 300px; height: 38px; }
#f_right ul { list-style: none; }
#f_right li { display: inline; }
#f_right li a { height: 38px; display: block; text-indent: -9999px; overflow: hidden; float: left; cursor: pointer; width: auto;}
#f_right li a#faveoweb_link { width: 120px; background: url('../img/faveoweb_link.gif') no-repeat; }
#f_right li a#facebook_link { width: 51px; background: url('../img/facebook_link.gif') no-repeat; }
#f_right li a#twitter_link { width: 55px; background: url('../img/twitter_link.gif') no-repeat; }
#f_right li a#rar_link { width: 55px; background: url('../img/rar_link.gif') no-repeat; }
#f_right li a:hover { background-position: bottom left !important; }
 
 
a#recruiting { position: fixed; top: 25%; right: 0; color:#fff; display: block; width: 42px; height: 156px; margin-top: 110px; margin-right: -7px; background: url('../img/recruiting.png') no-repeat; text-indent: -9999px; overflow: hidden;}
	* html a#recruiting { position: absolute; }
a#recruiting:hover { margin-right: -4px;}
 
a#fdbk_tab  { background-image: url('../img/feedback.png')!important; z-index: 99!important;}
