@charset "utf-8";
/* CSS Document */

html,body,div,span,object,h1,h2,h3,h4,h5,h6,blockquote,a,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tr,th,td {
	border:0;
	font-size:100%;
	vertical-align:baseline;
	margin:0;
	padding:0;
}

html {
	height: 100%;
	overflow-x:hidden;
}

#home_body{
	margin:0px;
	padding:0px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fff url(../images/top_bg.png) repeat-x;
	height:100%;
}

#sp_body{
	margin:0px;
	padding:0px;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #fff url(../images/secondary_bg.png) repeat-x;
	height:100%;
}

a {
	color:#19527A;
}

/* Topbar Styles*****************************************************/
#header_left { /*left bg */
 position: absolute;
 left:0px;  /*important for IE */
 width: 50%;
 height: 240px;
 background: #0f3d5b url(../images/background_left.jpg) repeat-x 0px 0px; /*left bg */
}

#header_right {
 position: absolute;
 right:0px;
 width:50%;
 height:240px;
 background: #14152e url(../images/background_right.jpg) repeat-x 950px 0px; /*right bg */
}

#header_center {
 position: relative;
 width:950px; 
 background: #2e2229 url(../images/hands_header.jpg) 0 0 repeat-x ;
 margin:0 auto;
 height:240px;
 z-index: 1;
}


#top_nav{
	position:relative;
	left:410px;
	top:-60px;
	z-index:2;
}	

#top_nav img{
	position:relative;
	top:12px;
}
#top_nav li{
	list-style:none;
	display: inline;
	margin-left:45px;
}

#top_nav a:link, #top_nav a:visited{
	color:#333;	
	text-decoration:none;
	font-size:13px;
}

#top_nav a:hover, #top_nav a:active{
	text-decoration:underline;
}

#home_body #top {
	height:96px;
	width:850px;
	margin: 0 auto;
}
#sp_body #top{
	height:104px;
	width:850px;
	margin: 0 auto;
}

#top img{
	margin:10px 0px 0px 0px;
}

/*home content styles*/
#content{
	width:890px;
	margin:0 auto;
}


#content #lcol{
	float:left;
	margin:30px 30px 60px 30px;
	width:500px;
	line-height:180%;
}

#content #rcol{
	margin:30px 0px 0px 100px;
	float:left;
	width:200px;
}

#content li{
	margin-bottom:8px;
}

#login_box{
	text-align:right;
	padding:50px 22px 0px 0px;
	background:#ffffff url(../images/login_bg.png) 0 0 no-repeat;
	width:187px;
	height:202px;
	overflow:hidden;
}

#login_box #username{
	margin-bottom:27px; width:138px;	
}

#login_box #password{
	margin-bottom:8px; width:138px;
}

#login_box #submit{
	margin-top:15px;	
}

#login_box input {
	border:0px solid #000000;
}


#footer{
background-color:#f2f2f2;
height:30px;
width:100%;
border-top:1px solid #fff;
}

#footer #inner{
	margin:10px 0px 0px 10px;	
	color:#999999;
}

.line{
	height:2px;
	border-bottom:1px solid #dedede;
	margin:15px 0px 25px 0px;
}

#sp_bg{
	background-image:url(../images/gears_bg.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
}
