/* Copyright 2012 GR1Sports All rights reserved.*/


body {
background: url("../images/nav-bg.png") no-repeat center 0;
background-color:#121212;
}

#wrapper {
background: url("../images/bg.png") no-repeat center 0;
width: 980px;
margin: 0 auto;
}

/*TEXT HEADER*/
header {
width: 100%;
overflow: hidden;
height: 116px;
position: relative;
}

header .icon {
background: url("../images/icon24-7.png") no-repeat 185px 1px transparent;
width: 245px;
height: 37px;
position: absolute;
left: 376px;
top: 0px;
}

header .icon p {
font-family: Verdana, Geneva, sans-serif;
color: white;
font-size: 1.1em;
line-height: 28px;
margin-top: 6px;
}

#logo {
position: absolute;
height: 97px;
width: 277px;
top: 14px;
left: 31px;
}

#logo a {
display: block;
background: url("../images/logo.png") no-repeat 0 0 transparent;
height: 97px;
width: 277px;
text-indent: -999999px;
margin-top: -6px;
}


.login {
background: url("../images/arrow-login.png") no-repeat 97px 16px transparent;
width: 121px;
float: right;
padding: 10px 0 0;
}


.login a {
	display:block!important;
font-family: Helvetica!important;
	color: #FFFFFF!important;
	font-size: 1.2em!important;
}

nav {
float: right;
min-width: 405px;
padding: 64px 0 0 0;
font-family: 'karabine.regular'!important;
}

nav ul li {
float: left;
margin: 0 0 0 39px;
height: 40px;
line-height: 40px;
}

nav ul li.center {
margin: 0 215px 0 0;
}

nav ul li a {
color:#ffffff!important;
font-size: 3em!important;
text-align: center!important;
display: block!important;
}

/* LOGIN AREA */

#login-area {
margin: 49px auto 56px;
background: whiteSmoke;
width: 307px;
height: 172px;
border: solid 0px white;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
padding: 25px;
}

#login-area h3 {
background: url("../images/lines-top-bottom.png") no-repeat 6px 9px transparent;
font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
font-weight: 800;
font-size: 1.4em;
color: #C4C4C5;
text-align: center;
text-transform: uppercase;
text-shadow: 1px 1px white;
margin-bottom: 25px;
margin-right: -59px;
}

#login-area .enter  {

color: #878787;
font-size: 1.3em;
padding: 0px 0px 0px 0px;
}
#login-area .enter label {
margin: 9px 0px 5px 20px;
float: left;
cursor: default;
width: 72px;
font-size: 14px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
}
#login-area .enter form {
background: url("../images/lines-bottom.png") no-repeat 6px 103px transparent;
}

#login-area .enter input {
background: url("../images/input.png") no-repeat 0 0 transparent;
border: none;
height: 31px;
font-size: 1em;
color: #ffffff;
line-height: 30px;
font-family: helvetica;
margin: 0 0 15px 15px;
}

#login-area .enter input.submit {
background: url("../images/btn-login.png") no-repeat 0 0 transparent;
border: none;
height: 41px;
width: 83px;
text-indent: -99999px;
margin: 6px 0 0 53px;
margin-left: 83px;
}
/* END LOGIN AREA */

/*END TEXT HEADER*/


/* TEXT STYLES */
article#text {
width: 940px;
margin: 0 0 0 11px;
padding: 10px 10px 10px 10px;
font-family: "HelveticaNeueMedium", "HelveticaNeue-Medium", "Helvetica Neue Medium", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif!important;
font-weight: 500;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #ffffff;
}
article#text h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	color:#960505;
	margin-bottom:5px;
	font-family:'oldsansblackregular'!important;
}

article#text h3{
	font-size: 14px;
	line-height: 24px;
	margin-bottom:5px;
	color: #3c0000;
	font-family:'oldsansblackregular'!important;

}

article#text h4 {

font-size: 1.2em;
margin-top: 10px;
color: #960505;
}

article#text h6{
	font-size: 1.4em;
	text-transform: uppercase;
	margin-top:20px;
	color:#3c0000;
}

article#text p{
	color: #222222;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
}


strong.color{
	font-size: 1.2em;
	margin-top: 10px;
	color: #3c0000;

}


article#text ul{
	margin-left: 30px;
}

article#text ul li {
color: #222222;
font-size: 12px;
line-height: 17px;
list-style: disc;
margin-bottom:8px;
}

article#text ol{
	margin-left: 30px;
}
article#text ol li{
	color: #222222;
	font-size: 12px;
	line-height: 17px;
	list-style: decimal;
	margin-bottom:10px;
	
}

article#text ol.numeric-decimals { counter-reset:section; list-style-type:none; }
article#text ol.numeric-decimals li { list-style-type:none; }
article#text ol.numeric-decimals li ol { counter-reset:subsection; }
article#text ol.numeric-decimals li:before{
    counter-increment:section;
    content:counter(section) ". ";/*content:"Section " counter(section) ". ";*/
}
article#text ol.numeric-decimals li ol li:before {
    counter-increment:subsection;
    content:counter(section) "." counter(subsection) " ";
}

article.white h3{
	color: #FFFFFF;
}
.boxes{
background: white;
border: 1px solid #E5E5E5;
padding: 1px;
color: #666;
width:553px;
height:auto;
margin:8px 0 8px 62px;
}
.boxes .enter{
background: #F2F2F2;
padding: 10px;
height:auto;
}
.boxes .enter .head{
border-bottom: 1px inset lightGrey;
}
.boxes .enter .row{
border-top: 1px solid white;
}

.boxes .enter h5{
	font-weight:bold;
	color:#3c0000;
	font-size:1.4em!important;
	text-transform:none;
	word-spacing:183px;
	text-align:start;
	display:inline;
	padding-left:34px;
	margin-right:98px;

}
.boxes .enter h6{
	font-weight:bold;
	color:#3c0000;
	font-size:1.4em!important;
	text-transform:none!important;
	word-spacing:183px;
	text-align:start;
	display:inline;
	margin:0 183px 0 32px;


}
.action{
	margin-left:	5px;
}
.boxes .enter p{
	color:#012036!important;
	font-size:1em!important;
	text-transform:none;
	display:inline;
}
.call-center{
	margin-left:5px;
}
.fifty{
	margin-left:136px;
}
.fiftyth{
	margin-left:186px;
}
.internet{
	margin-left:10px;
}
.ten{
	margin-left:154px;
}
.twoth{
	margin-left:189px;
}
.asterix{
	margin-left:66px;
	font-size:1em!important;
}
.secondcolumn{
	margin-left:75px;
}
.secondcolumn1{
	margin-left:122px;
}
.secondcolumn2{
	margin-left:151px;
}
.secondcolumn3{
	margin-left:83px;
}
.secondcolumn4{
	margin-left:93px;
}
.secondcolumn5{
	margin-left:125px;
}
.secondcolumn6{
	margin-left:151px;
}
.secondcolumn7{
	margin-left:196px;
}
.secondcolumn8{
	margin-left:238px;
}

.secondcolumn11{
	margin-left:223px;
}

.otherp {
	margin-top:10px;
	font-style:italic;
}
.boxes .enter .info {
	word-spacing:158px;
}
.menu-one {
padding: 5px 0 0 12px;
margin-left:0px!important;
}
.menu-one a:link {
color: #424242;
cursor:default;
margin-right:126px;
padding-left:8px;
}
#guide {
	padding:22px;
}
/*END TEXT STYLES */


#container{
	width:100%;
	overflow: hidden;
	padding-bottom: 30px
}

/* TEXT BOXES */
#boxes {
overflow: hidden;
width: 900px;
min-height: 63px;
margin: 5px auto;
}

.box {
float: left;
width: 288px;
margin: 0 0 0 12px;
}

.box h7 a{
	float: left;
	display:block;
	width: 306px;
	color:#ffffff;
	font-size: 3em;
	height: 33px;
	padding: 10px 0 0 92px;
	line-height: 39px;
	font-family: 'karabine.regular';
	
}
/*END TEXT BOXES */


/* TEXT FOOTER */
footer {

width: 100%;
text-align: center;
padding: 5px 0 20px 0;
}

footer p{
	font-family: Helvetica, sans-serif;
	font-size: 1em;
	color:#ffffff;
	margin-top: -25px;
}


@font-face {
    font-family: 'oldsansblackregular';
    src: url('../fonts/oldsansblack-webfont.eot');
    src: url('../fonts/oldsansblack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/oldsansblack-webfont.woff') format('woff'),
         url('../fonts/oldsansblack-webfont.ttf') format('truetype'),
         url('../fonts/oldsansblack-webfont.svg#oldsansblackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'karabine.regular';
    src: url('../fonts/karabine-webfont.eot');
    src: url('../fonts/karabine-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/karabine-webfont.woff') format('woff'),
         url('../fonts/karabine-webfont.ttf') format('truetype'),
         url('../fonts/karabine-webfont.svg#karabine.regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#login-area-lone {
font-family:"existence Light";
font-size: 2.4em;
color: white;
width: 100%;
margin: 0 auto;
display: table;
background: url("../images/greyline.png") no-repeat 120px 270px rgba(0, 0, 0, 0);
padding-top: 50px;
}

#login-area-lone .enter label {
color: #878787;
float: left;
cursor: default;
width: 72px;
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
padding-top: 9px;
}

#login-area-lone .enter input {
background: url("../images/input.png") no-repeat 0 0 transparent;
border: none;
height: 30px;
width: 204px;
font-size: 14px;
color: #fff;
line-height: 30px;
font-family: helvetica;
padding-left: 5px;
}

#login-area-lone .button-black{
font-size: 16px!important;
display: table;
margin: 0 auto!important;
}

#login-area-lone .login{
width: 72%;
display: table;
margin: 0 auto;
float: left;
}

#login-area-lone .enter  {
padding-left: 55px;
color: #878787;
font-size: 1.3em;
padding: 0px 0px 0px 0px;
display: table;
margin: 0 auto;
background-color: whiteSmoke;
border-radius: 3px;
padding-left: 60px;
}

#login-area-lone h3 {
font-family: "HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
color: #878787;
font-weight: normal;
padding: 0 0 19px 70px;
font-size: 15px;
margin-top: 20px;
}

#login-area-lone .button-agent{
	background-image: url("../App_Themes/Classic/images/btn-login.png")!important;
	width: 82px!important;
	margin: 0 auto;
	display: table;

}

#login-area-lone .error-message{
display: table;
margin: 0 auto;
font-family:"existence Light";
color: #ace86b;
font-size: 15px;
}

#login-area-lone .login-error{
	margin-top: 55px;
}


#holderAgents {
margin: 0px 0 0 9px;
height: 300px;
}

.footer-agents{
	margin: 0 auto;
	overflow: hidden;
	display: table;
	margin-bottom: 20px;
	padding: 10px 0px;
	width: 342px;
}

.footer-li{
	padding: 0 20px 0 20px;
}

.footer-p{
	padding-top: 20px;
}

