* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background: #000000;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

p {margin: 0 0 18px}
img {
	border: none;
	display: block;
}
input {vertical-align: middle}
#wrapper {
	width: 1075px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 170px;
	width: 1075px;
	background: url('images/header.png') no-repeat top center;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	height: 1%;
}
#wrap_container {
	width: 908px;
	margin: 0 auto;
}
#container {
	height: 1%;
	margin-left: 303px;
	padding-left: 303px;
}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	float: left;
	width: 100%;
	margin-right: -100%;
	position: relative;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 11pt;
	font-family: Tahoma;
}

/* Menu
-----------------------------------------------------------------------------*/

#menu {
	margin: 0 auto;
	width: 908px;
	height: 37px;
	background: url('images/menu.png') repeat-x;
	position: relative;
	text-align: center;
}

#menu ul {
	margin: 9px 0 0 0;
	padding: 0;
	list-style: none;
	display: inline;
	
	position: absolute;
	left: 190px;
	top: 0;
	
	z-index: 100;
}

#menu ul li {
	margin: 0 25px;
	float: left;
	
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	
	text-transform: uppercase;
}

#menu a:active, #menu a:link, #menu a:visited , #menu a:hover{
	font-family: Arial;
	font-size: 10pt;
	color: #FFFFFF;
	
	text-transform: uppercase;
	text-decoration: none;
}

#menu #box {
	position: absolute;
	left: 0;
	top: 0;
	
	z-index: 50;
	
	height: 36px;
	background: url('images/hmenu.png') repeat-x;
	
	margin-left: -24px;
}

#menu #box .head {
	border: 1px solid #000000;
	height: 34px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 303px;
	margin-right: -100%;
	left: -606px;
	position: relative;
	color: #999999;
	font-size: 10pt;
	font-family: Arial;
	line-height: 1.1;
}

/* Sidebar One
-----------------------------------------------------------------------------*/
.sc {
	float: left;
	width: 606px;
	margin-right: -100%;
	left: -606px;
	position: relative;
	color: #999999;
	font-size: 10pt;
	font-family: Arial;
	line-height: 1.1;
}

.sc .head {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}

.sc .date {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
}

.sc table {
	margin-top: 20px;
	border-collapse: collapse;
}

.sc th {
	height: 37px;
	background: url('images/bg3.png') repeat-x;
	border: 1px solid #FFFFFF;
}

.sc td {
	border: 1px solid #000000;
}

.sc tr {
	height: 37px;
	background: #1A1A1A;
}

/* Break style
-----------------------------------------------------------------------------*/
.br {
	width: 100%;
	height: 10px;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	width: 303px;
	left: -303px;
	position: relative;
	margin-right: -3px;
	color: #999999;
	font-size: 10pt;
	font-family: Arial;
	line-height: 1.1;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 179px;
	margin-top: 50px;
	background: #000000 url('images/footer.png');
	width: 1075px;
	text-align: center;
}

#footer_menu {
	padding-top: 80px;
}

#footer_menu ul {
	list-style: none;
}

#footer_menu li {
	margin: auto 25px;
	display: inline;
}

#footer_menu li a:active, #footer_menu li a:visited, #footer_menu li a:link {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	text-decoration: underline;
	text-transform: uppercase;
}

#footer_menu li a:hover {
	text-decoration: none;
}

/* Projects
-----------------------------------------------------------------------------*/
#projects {
	width: 908px;
	height: 380px;
	margin: 0 auto;
	background: #C1260B url('images/orange_bg.gif') repeat-x;
	padding-top: 4px;
	margin-bottom: 15px;
}

.projects_inner {
	width: 900px;
	height: 216px;
	margin: 0 auto;
	background: url('images/bg2.png') repeat-x;
}

.projects_inner_glow {
	border: 1px solid #FFC600;
	width: 898px;
	height: 214px;
	overflow: hidden;
	position: relative;
}

#box_slide {
	position: absolute;
}

#box_slide div {
	float: left;
	width: 898px;
	height: 214px;
	font-family: Arial;
	font-size: 12pt;
	padding: 25px;
	text-align: justify;
}

#box_slide div h1 {
	position: relative;
	font-weight: normal;
	font-size: 26pt;
	font-family: Arial;
	margin-bottom: 25px;
}

#box_slide div img {
	float: right;
	margin-top: -26px;
	margin-left: 25px;
	margin-right: 45px;
}

#box_slide div a {
	color: #E60B00;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: none;
}

#box_slide div a:active, #box_slide div a:visited, #box_slide div a:link {
	color: #E60B00;
	font-family: Arial;
	font-weight: normal;
	font-size: 10pt;
	text-decoration: underline;
}

#box_slide div a:hover {
	text-decoration: none;
}

#handles span {
	margin-left: 5px;
	margin-bottom: 2px;
}

#handles span img {
	border: 1px solid #686868;
}

#handles span.active {
	margin-left: 15px;
}

#handles span.active img {
	border: 3px solid #FFFFFF;
}

#handles span img {
	display: inline;
	cursor: pointer;
}

#register {
	width: 287px;
	height: 80px;
	background: url('images/register.png') no-repeat;
	display: block;
	border: 0;
	margin-bottom: 20px;
}

#register:hover {
	background: url('images/register.png') no-repeat 0px -80px;
	cursor:pointer;
}

/* InputArea
-----------------------------------------------------------------------------*/

.it {
	border: 0;
	background: url('images/it.png') no-repeat;
	background-position: fixed;
	width: 182px;
	height: 27px;
	
	padding: 3px 10px 3px 10px;
	font-family: Tahoma;
	font-size: 22px;
	line-height: normal;
}

.enter_btn {
	width: 131px;
	height: 55px;
	border: 0;
	background: url('images/enter.png') no-repeat;
	cursor:pointer;
}

/* Overlay
-----------------------------------------------------------------------------*/

.support_link {
	color: #E10A00;
	text-decoration: underline;
	cursor: pointer;
}

.support_link:hover {
	text-decoration: none;
}

div.overlay {
	background: url('images/bg_1.png') no-repeat;
	
	width: 552px;
	height: 520px;
	
	display: none;
	padding: 55px;
}

div.overlay div.close {
	background: url('images/close.png') no-repeat !important;
	position: absolute;
	right: 5px;
	top: 0px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}

.profile_enter:active, .profile_enter:visited, .profile_enter:link {
	font-size: 15pt;
	text-decoration: underline;
	font-family: Tahoma;
	color: #FFFFFF;
}

.profile_enter:hover {
	text-decoration: none;
}