body {
font-family: 'Arimo', sans-serif;
background:#333333;
width:100%;
padding:0px;
margin:0px;
}

a {color:#05cedb;}
a:hover {color:#333333;}
a:link,a:visited,a:active {outline:0;}

p {
	font-size: 12px;
	line-height: 18px;
	font-weight:400;
	color:#cccccc;
	padding-left:15px;
}
img{ border:0px solid red;}

.no-padding {padding:0px;}
.space10 {margin-bottom:10px;}
.space15 {margin-bottom:15px;}
.space20 {margin-bottom:20px;}
.space25 {margin-bottom:25px;}
.space30 {margin-bottom:30px;}
.space35 {margin-bottom:35px;}
.space40 {margin-bottom:40px !important;}
.space45 {margin-bottom:45px;}
.space50 {margin-bottom:50px;}
.space60 {margin-bottom:60px;}
.space70 {margin-bottom:70px;}
.space80 {margin-bottom:80px;}
.space90 {margin-bottom:90px;}

/*-----------------------------------------------------------------------------------*/
/* HEADER WRAP
/*-----------------------------------------------------------------------------------*/

#header_Top {
	background:none;
	width:1000px;
	height:38px;
}

.ads_wrapper{
	border:0px solid red;
	width:1400px;
	margin:0 auto;
	padding:0px;
}
.wrapper{
	width:1000px;
	margin:0px auto;
	padding:0px;

}



.search_btn_popup
{
	color:#fff;	
	display:table;
	margin-right:125px;
	float:right;
	margin-top:15px;
}
/* ---------- LOGIN ---------- */
.login_Wrapper{
	background:#35BDFF;
	width:100%;
	margin:0px;
	padding:0px;
}
.login_Wrapper .login_fields{
	background:url(../images/login-text-back.png) no-repeat -155px -60px;
	width:1000px;
	margin:0px auto;
	height:650px;
	padding:0px;
	border:0px solid red;
	background-position:center;
}



#container_Login
{
	width:410px;
	margin:0 auto;
	padding-top:190px;
	display:table;
}

.tabs {
    position: relative;
	width: 350px;
}

.tabs input[type="radio"] {
	position: absolute;
	z-index: 1000;
	height: 37px;
	left: 0px;
	top: 0px;
	opacity: 0;
  	cursor: pointer;
}
.tabs input#tab-1{
	left: 0px;
	width:68px;
}
.tabs input#tab-2 {
    left: 83px;
    width: 57px;
}
.tabs input#tab-3 {
    left: 157px;
    width: 166px;
}
.tabs input#tab-4{
	left: 360px;
}

.tabs span {
	background: #ff0066;
	font-size: 15px;
	line-height: 40px;
	height: 40px;
	position: relative;
    float: left;
	display: block;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
    border-radius: 5px 5px 0 0;
	margin-right:10px;
	padding-left:8px;
	padding-right:8px;s
}

.tabs span:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}

.tabs input:hover + span {
	background: #FFFFFF;
	color:#ff0066;
	
}

.tabs span:first-of-type {
    z-index: 4;
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tab-label-4 {
    z-index: 1;
}

.tabs input:checked + span {
    background: #fff;
	z-index: 6;
	color:#ff0066;
}

.clear-shadow {
	clear: both;
}

#content {
	position: relative;
	z-index: 5;
}

#content p{
float:left;
width:100%;
margin: 0 0 10px;
}
#content div {
	background: #fff;
	border-radius: 0 0 5px 5px;
    position: absolute;
	top: 0;
	left: 0;
	padding: 10px;
	z-index: 1;
    opacity: 0;

    -webkit-transition: opacity linear 0.1s;
    -moz-transition: opacity linear 0.1s;
    -o-transition: opacity linear 0.1s;
    -ms-transition: opacity linear 0.1s;
    transition: opacity linear 0.1s;
}

.tabs input.tab-selector-1:checked ~ #content .content-1,
.tabs input.tab-selector-2:checked ~ #content .content-2,
.tabs input.tab-selector-3:checked ~ #content .content-3,
.tabs input.tab-selector-4:checked ~ #content .content-4 {
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;

    
}
#content div h2,
#content div h3{
	color: #398080;
}


#content .field {
    -moz-box-sizing: content-box;
    border: 1px solid #B2B2B2;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px 0 rgba(168, 168, 168, 0.6) inset;
    margin-top: 4px;
    padding: 10px 5px 10px 5px;
    transition: all 0.2s linear 0s;
    width: 288px;
}

#content label {
    color: #ff0066;
    position: relative;
}

#content input[type="submit"] {
    background: none repeat scroll 0 0 #ff0066;
    border: 1px solid #ff0066;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0 0 0 3px #FEFEFE, 0 5px 3px 3px #D2D2D2;
    color: #FFFFFF;
    cursor: pointer;
    font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
    font-size: 15px;
    margin:0;
    padding: 5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    transition: all 0.2s linear 0s;
	float:right;    
	margin-right:28px;
}

.signin{
    color: #ff0066;
    font-size: 14px;
}
.keeplogin{
    color: #ff0066;
    font-size: 14px;
}



