body {
	background-color:#000;
}

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #CCC;
}

a:link {
	color: #CCC;
	text-decoration: none;	
}
a:visited {
	color: #CCC;
	text-decoration: none;	
}

a:hover {
	color: #FFF;
	text-decoration: none;	
}
a:active {
	color: #CCC;
	text-decoration: none;	
}

@font-face {
    font-family: 'eurostileregular';
    src: url('eurosti-webfont.eot');
    src: url('eurosti-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurosti-webfont.woff') format('woff'),
         url('eurosti-webfont.ttf') format('truetype'),
         url('eurosti-webfont.svg#eurostileregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.size10{ font-size: 10px; }
.size11{ font-size: 11px; }
.size12{ font-size: 12px; }
.size13{ font-size: 13px; }
.size14{ font-size: 14px; }
.size16{ font-size: 16px; }
.size18{ font-size: 18px; }
.size20{ font-size: 20px; }
.size24{ font-size: 24px; }
.size30{ font-size: 30px; }
.size36{ font-size: 36px; }
.size48{ font-size: 48px; }
.size60{ font-size: 60px; }
.size72{ font-size: 72px; }
.size90{ font-size: 90px; }
	
body.cke_show_borders p {
	font-family: 'Helvetica';
    font-size: 30px;
}

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
}
            
#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
}

#container {
	width: 990px;
	min-height: 988px;
	position: relative;
	margin: 0 auto;
	background-image: url(../images/bkgd.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	z-index: 1;
}

#header {
	position: absolute;
	width: 990px;
	height: auto;
	top: -10px;
	text-align: center;
	margin: 0 auto;
	z-index: 10;

}

#robyn {
	position: absolute;
	left: 60px;
	top: 90px;
	margin: 0 auto;
	height: 191px;
	width: 117px;
}

#glove {
	position: absolute;
	left: 0px;
	top: 80px;
	margin: 0 auto;
	height: 258px;
	width: 292px;
	z-index: 10;
}

#nav {
	position: absolute;
	height: 50px;
	width: 800px;
	text-align:center;
	top: 110px;
	left: -200px;
	margin: 0px auto;
	z-index: 1000000;
}

#subnavbkgd {
	position: absolute;
	height: 100px;
	width: 100%;
	top: 120px;
	z-index: 9;
	text-align: center;
}

#subnav {
	position: absolute;
	bottom: 0px;
	margin: 0px auto;
	height: 55px;
	width: 100%;
	z-index: 10;
}

#subnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#subnav li{
	width:140px;
	margin:0;
	display:inline-block;
	text-align:center;
}

.subnavbkgd {
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/rednavbkgd.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.subnavbkgd[class] {
  background-image:url(../images/rednavbkgd.png);
}

#main {
	position: absolute;
	top: 190px;
	color: #000;
	width: 990px;
	text-align: center;
	margin: 0 auto;
	z-index: 9;
	
}

#banner {
  width:990px;
  margin:0 auto;
  margin-top: 30px;
  position:relative;
  z-index: 9;
}

#footer {
	width: 990px;
	height: 180px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	z-index: 10;
}

#request {
	position: absolute;
	left: 50px;
	top: 0px;
	background-image: url(../images/request.png);
	margin: 0 auto;
	padding-left: 6px;
	z-index: 10;
	height: 115px;
	width: 250px;
}

div.overlay {
    width:244px;
    height:452px;
	display: none;
	z-index: 11;
  }

#evolution {
	position: absolute;
	right: -40px;
	top: -40px;
	margin: 0 auto;
	z-index: 11;
	}

#bot {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #171717;
	height: 44px;
	margin: 0 auto;
	bottom: 0px;
	z-index: 10;
	

}

/* #bot {
	position: absolute;
	left: 22%;
	margin: 0 auto;
	bottom: 10px;
	z-index: 10;
} */

#bot2 {
	position: absolute;
	left: 8%;
	margin: 0 auto;
	bottom: 2px;
	z-index: 9;
}

#daughter {
	position: absolute;
	text-align: center;
	left: 38%;
	top: 0px;
	margin: 0 auto;
	z-index: 10;
	}	
	
	
	
	
	
	
	
#inline { display: none; width: 220px; padding-left: 10px;
background: #6f0502; 
background: -webkit-gradient(linear, left top, left bottom, from(#6f0502), to(#ea1b30)); 
background: -moz-linear-gradient(left, #6f0502, #ea1b30); 
background: -webkit-linear-gradient(left, #6f0502, #ea1b30);
background: -o-linear-gradient(left, #6f0502, #ea1b30);
background: -ms-linear-gradient(left, #6f0502, #ea1b30);
background: linear-gradient(left, #6f0502, #ea1b30);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f0502', endColorstr='#ea1b30'); 

}

label { margin-right: 12px; margin-bottom: 9px; font-family: Arial, Helvetica, sans-serif; color: #fff; font-size: 1.2em; }

.txt { 
display: inline-block; 
color: #6f0502;
width: 120px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #6f0502;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
width: 200px; 
height: 125px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 1.2em;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send { 
color: #fff;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #6f0502;
border-radius: 5px;
background: #6f0502; 
background: -webkit-gradient(linear, left top, left bottom, from(#6f0502), to(#ea1b30)); 
background: -moz-linear-gradient(top, #6f0502, #ea1b30); 
background: -webkit-linear-gradient(top, #6f0502, #ea1b30);
background: -o-linear-gradient(top, #6f0502, #ea1b30);
background: -ms-linear-gradient(top, #6f0502, #ea1b30);
background: linear-gradient(top, #6f0502, #ea1b30);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f0502', endColorstr='#ea1b30'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#ea1b30), to(#6f0502)); 
background: -moz-linear-gradient(top,  #ea1b30, #6f0502); 
background: -webkit-linear-gradient(top, #ea1b30, #6f0502);
background: -o-linear-gradient(top, #ea1b30, #6f0502);
background: -ms-linear-gradient(top, #ea1b30, #6f0502);
background: linear-gradient(top, #ea1b30, #6f0502);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea1b30', endColorstr='#6f0502');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}


#nav li{
	width:190px;
	height:52px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;
	text-align: center;
	z-index: 1000000;
}

#nav ul{
	text-align: center;
    position:relative; 
    left:50%; 
	height: 90px;
	line-height: 0px;	

}
	.subtext{
		padding-top:15px;
	}

/*Menu Color Classes*/


/*
.wefight{
background: #6f0502; 
background: -webkit-gradient(linear, left top, left bottom, from(#6f0502), to(#ea1b30)); 
background: -moz-linear-gradient(top, #6f0502, #ea1b30); 
background: -webkit-linear-gradient(top, #6f0502, #ea1b30);
background: -o-linear-gradient(top, #6f0502, #ea1b30);
background: -ms-linear-gradient(top, #6f0502, #ea1b30);
background: linear-gradient(top, #6f0502, #ea1b30);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f0502', endColorstr='#ea1b30'); 	
opacity: 0.5;
	}
	*/


.wetrain{
background: url("../images/navback.png") no-repeat left top;
z-index: 10000000;
	}

.weteach{
background: url("../images/navback.png") no-repeat left top;
z-index: 10000000;
	}
	
.weare{
background: url("../images/navback.png") no-repeat left top;
z-index: 10000000;
	}
	
input.txt {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 12px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	width: 150px;
	left: 15px;
	position: relative;
}
input.txt:focus {
	border-color: #339933;
}

textarea {
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	font-size: 12px;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
	width: 150px;
	height: 50px;
	left: 15px;
	position: relative;
	overflow:hidden;
}
textarea:focus {
	border-color: #339933;
}
