/*#header {
    height: 103px;
	padding:0;
	background-color:#efefef;
}

#header_container{
	height:103px;
}

#header_icon {
    top:47px;
    left:80px;	
    position:absolute;
	float:left;
	width:218px;
	height:56px;
	background-image:url(../../img/coin.header.icon.large.png);
}*/

#wrap{
	width: auto;
}

#topcontent {
	margin:0px auto;
	width:960px;
	height:1220px;
	color: #efefef;
}

#container {
    padding:0;
}

#topcontainer{
	background-color:#5a5a5a;
	border: solid #cdcdcd;
	border-width:0px 0px 1px 0px;
	margin:0;
}

#topcontent p,#topcontent h1,#topcontent h2,#topcontent h3,#topcontent h4,#topcontent h5,#topcontent h6{
	color:#efefef;
}

#topcontent h1{
	padding:20px 0px 10px;
	line-height:1.1em;
}

#topcontent h2, h3, iframe{
	padding:30px 0px 10px;
}

#topcontent h2.first{
	padding-top:0;
}

#topcontent h1{
	font-size:1.8em;
}
#topcontent h3{
	color: #bebebe;
}

#titleblock{
	margin-left:80px;
}

#topbody{
	margin-left:80px;
}

#topbody a{
	color:#BEBEBE;
	text-decoration:none;
}

#topbody a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#topbody ul li{
	margin-bottom:10px;
}

.graybutton{
	text-align:center;
}

.graybutton a, #topbody .graybutton a{
	color:#434343;
	font-weight:bold;
	font-size:1.1em;
	margin: 20px auto;
	padding:8px 9px;
	background: #cbcbcb;
	background: -moz-linear-gradient(top, #f2f2f2, #838383);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#838383));		
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-decoration:none;
}

#register{
	margin-top:30px;
}

#signin {
	position:relative;
	top:30px;
}

#topshadow{
	height:50px;
	width:100%;
	display:block;
	margin-top:53px;
	background: #efefef;
	background: -moz-linear-gradient(top, #efefef, #a3a3a3);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#a3a3a3));
	float:left;
}

#contentshadow{
	height:50px;
	width:100%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #a3a3a3, #ffffff);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#a3a3a3), to(#ffffff));
}

#content{
	width:960px;
	margin: -30px auto;
	color:#444444;
}

.maincol{
	width:360px;
	float:left;
	position:relative;
	text-align:justify;
}
.maincol p{
	margin-top:10px;
	font-size:.9em
}

.arrows{
	width: 725px;
	height: 150px;
	margin: 50px auto 0;
}
.arrows, #topcontent .arrows p{
	color: #434343;
	font-weight: bold;
}
#topbody .arrows p, #topbody .arrows li{
	margin: 2px 0;
}
#topbody .arrows li{
	margin: 0 0 0 25px;
}

.arrow{
	width: 235px;
	height: 95px;
	background: #ddd;
	padding: 10px 20px;
	position:relative;
	webkit-box-shadow: 0px 5px 12px rgba(50, 50, 50, 0.8);
	-moz-box-shadow:    0px 5px 12px rgba(50, 50, 50, 0.8);
	box-shadow:         0px 5px 12px rgba(50, 50, 50, 0.8);
}
.arrow.right{
	float:left;
}
.arrow.right:after{
	content:"";
	height:0;
	position:absolute;
	top:-22px;
	right:-70px;
	border-width:80px 0 80px 80px;
	border-style: solid;
	border-color: transparent #ddd;
	display:block;
}
.arrow.left{
	float:right;
}
.arrow.left:after{
	content:"";
	height:0;
	position:absolute;
	top:-22px;
	left:-70px;
	border-width:80px 80px 80px 0;
	border-style: solid;
	border-color: transparent #ddd;
	display:block;
}

#mainleft{
	left:60px;
}

#mainright{
	left:180px;
}

#footer{
	display:none;
}

/*** Sign In Home Header ***/

#header_signin{
	position:absolute;
	display:block;
	float:right;
	width:960px;
}

#header_signin form {
	position:relative;
	float:right;
	top:60px;
}

#header_signin input {
	color:#bbbbbb;
	float:left;
	width:100px;
	margin-right:20px;
	font-size:.7em;
	padding:6px 6px;
	
	border:1px solid #8a8a8a;
	background: #FFFFFF
	-moz-box-shadow:inset 2px 2px 4px #cccccc;
    -webkit-box-shadow:inset 2px 2px 4px #cccccc;
    box-shadow:inset 2px 2px 4px #cccccc;
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
	
	font-family:"trebuchet ms","lucida grande",tahoma,verdana,helvetica,arial,sans-serif;
}

.input{
	float:left;
}

.submit{
	float:left;
}

#header_signin .submit input {
	color:#434343;
	font-weight:bold;
	font-size:.7em;
	width:auto;
	padding:6px 6px;
	border:1px solid #8a8a8a;
	background: #cbcbcb;
	background: -moz-linear-gradient(top, #f2f2f2, #838383);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#838383));		
	-moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-decoration:none;
}

/*** replace later ***/

#header_logout{
	display:none;
}

#bottom_border{
	display:none;
}