* {
	padding:0;
	margin:0;
}

.clear {
	clear:both;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

li {
	list-style: none;
}

h1 {
	font-size: 48px;
	padding-top: 15px;
	padding-bottom: 10px;
	font-family: Helvetica Nueue, Arial, sans-serif;
}


body {
	background: #000;
	color: #e0dede;
	font-family: Arial, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

/*------------------------------
HEADER 
------------------------------ */

#header {
	border-bottom: solid #353535 1px;
	padding-top: 20px;
	position: fixed;
	top: 0;
	width: 960px;
	background: #000;
	z-index: 999;
	height: 33px;
}

#header ul {
	float: left;
}

#header #main_nav > li {
	float: left;
	line-height: 20px;
	position: relative;
	height: 30px;
}

#header li a {
	color: #e0dede;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/icon_plus.png) no-repeat 0 -99px;
}


#header li a:hover, #header li a.on {
	color: #e0fa04;
	text-decoration: none;
	background-position: 1px 3px;
}

#header p {
	float: right;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

#header p a {
	color: #e0fa04;
}

#header #about_txt {
	position: absolute;	
	top: 20px;
	left: 9px;
}

#header #about_txt p {
	font-size: 14px;
	width: 550px;
	background: #2b2b2b;
	padding: 16px;
	margin:9px 0 0 0;
	font-family: Helvetica Nueue, Arial, sans-serif;
}

#header #about_txt p a {
	font-size: 14px;
	padding: 0;
	font-weight:normal;
}

#header #about_txt p a:hover {
	background:none;
	text-decoration:underline;
}

#header #team_txt {
	position: absolute;
	width: 131px;
	left: 9px;
	top: 20px;
	z-index: 999999;
}

#header #team_txt ul {
	padding-top: 8px;
	padding-bottom: 8px;
	background: #2b2b2b;
	margin-top: 10px;
}

#header #team_txt li {
	float: none;
	position: relative;
}

#header #team_txt li a {
	font-weight: normal;
	font-size: 12px;
	background: url(../images/icon_li_arrow.png) no-repeat 9px -26px;
	padding-left: 24px;
	padding-bottom: 2px;
	display: block;
	width: 98px;
	padding-top: 2px;
}

#header #team_txt li a:hover {
	background: url(../images/icon_li_arrow.png) no-repeat 9px 7px #000;	
}

#header #team_txt li img {
	position: absolute;
	top: 0;
	left: 131px;
}

/*------------------------------
CONTENT_TOP 
------------------------------ */

.front h1 {
	background: url(../images/logo.png) no-repeat;
	width: 843px;
	height: 266px;
	text-indent: -9999px;
	margin: 164px auto 0;
	cursor: pointer
}

#content_top h2 {
	font-size: 32px;
	color: #e0dede;
	margin:0 auto;
	width: 869px;
	line-height: 30px;
	padding: 60px 0 20px 0;
	font-family: Helvetica Nueue, Arial, sans-serif;
}

#content_top {
	padding-bottom: 30px;
}

.front #content_top #about {
	padding-top: 88px;
}

#content_top p {
	font-size: 19px;
	color: #e0dede;
	margin:0 auto;
	width: 869px;
	line-height: 30px;
	padding-bottom: 25px;
}

#content_top p a, #content_top p span {
	color: #e0fa04;
}

/*------------------------------
CONTENT
------------------------------ */

.front #content {
	border-top: solid #353535 1px;
	padding-top: 21px;
	width: 970px;
	padding-bottom: 100px;
}

.front #content ul {
	margin: 0 auto;
	padding-left: 9px;
}

.front #content li {
	float: left;
	background: #161616;
	margin-right: 17px;
	margin-bottom: 17px;
	padding: 14px;
	height: 180px;
}

.front #content li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.front #content li a:hover {
	text-decoration: none;
}

.front #content li span {
	position: absolute;
	top: -40px;
	left: 0;
	background: #161616;
	width: 100%;
	padding: 8px;
	color: #fff;
}

#team .team_col {
	width:310px; height:auto; float:left; font-size:18px; color:#FFF; font-weight:normal; font-family:Helvetica, Arial, sans-serif;
}

.team_col .title {
	font-size:24px; color:#FFF; font-family:Helvetica, Arial, sans-serif;
}

.team_col .handle {
	font-size:18px; color:#e0fa04; font-weight:normal; font-family:Helvetica, Arial, sans-serif;
}

.team_col .handle a {
	font-size:18px; color:#e0fa04; font-weight:normal; font-family:Helvetica, Arial, sans-serif;
}

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

.not-front #content {
	margin-top: 66px;
}

form {
	height: 650px;
}

input {
	display: block;
	border: 0;
	background: #171717;
	font-size: 32px;
	color: #a6a6a6;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
	margin-bottom: 18px;
	width: 417px;
	font-family: Helvetica Nueue, Arial, sans-serif;
}

textarea {
	display: block;
	border: 0;
	background: #171717;
	font-size: 32px;
	color: #a6a6a6;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 14px;
	margin-bottom: 18px;
	width: 517px;
	height: 185px;
	font-family: Helvetica Nueue, Arial, sans-serif;
	overflow: hidden;
}

#submit {
	background: none;
	width: auto;
	text-decoration: underline;
	color: #e0fa04;
	padding: 0;
}



/*------------------------------
FOOTER
------------------------------ */

#footer {
	padding-top: 12px;
	border-top: solid #353535 1px;
	margin-top: 39px;
	padding-bottom: 25px;
	position: fixed;
	bottom: 0;
	width: 970px;
	background: #000;
	height: 20px;
}

#footer ul {
	float: left;
	padding-top: 3px;
}

#footer li {
	float: left;
	background: url(../images/bg_nav_separator.png) no-repeat 0 3px;
}

#footer li a {
	color: #656565;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Helvetica Nueue, Arial, sans-serif;
}

#footer li a strong {
	color: #e0fa04;
	font-weight: normal;
}

#footer li:first-child {
	background: none;
}

#footer li:first-child a {
	padding-left: 0;
}

#footer li a:hover, #footer li a.on {
	color: #e0fa04;
	text-decoration: none;
}

#footer #copy {
	float: right;
	font-size: 11px;
	color: #656565;
	line-height: 16px;
}

#footer #copy img {
	vertical-align: bottom;
	padding-left: 5px;
	padding-right: 5px;
}



#bottom{  margin-left:4px; width:900px; padding:10px 0px 30px 27px; font-size:11px; float:left;}
#bottom li a {color: #e0fa04;}
.padbottom{ padding:0px 0px 0px 0px; width:910px;}
#bottom p, #bottom ul{font-size:11px;  font-family:Arial, Verdana !important }
.box-bottom{float:left; width:150px; padding:0px 16px;}
* html .box-bottom{width:148px;}/* ie 6 only */
.box-bottom h3{font-size:11px; font-weight:bold; text-tranorm:capitalize; margin:0px;}
.box-bottom ul{list-style-type:none; margin:0px; padding:0px;}
.box-bottom ul li{list-style-type:none; margin:0px; padding:0px;}
#bottom form p{margin:0px;}
.input-search{background:transparent; border:0px; width:106px; padding:4px 0px 5px 0px; margin-left:10px; text-align:left; overflow:hidden }
.bg_input{background-image:url(../images/bg-search.png); background-repeat:no-repeat; background-position:right;width:150px; height:24px; display:block; margin:0px 0px 10px 0px}















