@charset "utf-8";
/* CSS Document */

body {
  background-color: #d40000;
  background-color: #990000;
}
#emailContainer{
	clear:both;
	width:100%;
	margin: -10px auto 10px;
	text-align:center;
	border-bottom: 2px solid #FFF;
	display: none;
}


a:link {  color: #EEE; text-decoration: none}
a:visited {  color: #EEE}
a:hover {  color: #300}
a:active {  color: #CCC}

.container {
  width:100%;
}
.hero-unit {
  /*background: #000 url(asset/index2012/herounit-bgglow.jpg) top center no-repeat;
  width:520px;*/
  position:relative;
  width:800px;
  height:470px;
  /*height:100%;*/
  margin: 0 auto;
  padding: 0 auto;
  background: none;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;
}

.hero-unit-BGimg {
	position: absolute;
	left: 0px;
	top: 0px;
	height:470px;
	width: 100%;
	/*
	min-height: 600px;*/
	  -webkit-border-radius: 50px;
		 -moz-border-radius: 50px;
			  border-radius: 50px;
	background: #000 url(asset/index2012/herounit-bgglow.jpg) top center no-repeat;
	border: 10px solid #000;
	
}
.hero-unit-img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	/*min-height: 600px;*/
	margin-top: 0px;
	/*background: url(asset/index2012/characters.png) right top no-repeat;
	
  background-color:#3C9;
  max-width: 1400px;
	z-index:2;
	opacity:0.45;
  background-color: transparent;
  background:#9C6;*/
}


.hero-unit-logoContainer hgroup {
	display:none;
}
.hero-unit-logoContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	margin: 0 auto;
	z-index:101;
	/*
	background: #000;
	width:320px;
	height:150px;*/
	text-align:center;
	/*opacity:0.25;
	background-color: transparent;*/
	overflow:hidden;
}
.hero-unit-content {
	position:absolute;
	width: 100%;
	left:0px;
	top:59px;
	z-index:100; /* on the top */
	margin: 0 auto;
	text-align:center;
	/*
	background:#099;
	background-color:#3C9;
	opacity:0.35;*/
}
.hero-unit-content-facebook {
	width: auto;
	top:46px;
	position:relative;
	overflow:hidden;
	padding: 0 auto;
	margin: 0 auto;
	/*
	position:absolute;
	background-color:#369;
	position:absolute;
	left:0px;
	background-color:#3C9;
	opacity:0.35;*/
}

#fbLikeDIV {
	position:absolute;
	z-index:110;
	right:-100px;
	top:40px;
	background: none;
	/*border-bottom:16px solid #000;
	border-radius:25px;*/
	text-align:right;
	padding:8px;
}
#navDIV {
	position:absolute;
	z-index:111;
	right:-100px;
	top:0;
	background: none;
	/*border-bottom:16px solid #000;
	border-radius:25px;*/
	text-align:right;
}
#navDIV li {
	padding:4px;
	/*padding: 0;
	margin: 0;*/
}
ul.nav li {
	float:left;
}

.span4 h1,h2,h3,h4 {
	display:none;
}

@media (max-width: 767px) {
	.hero-unit-img {
  		/*min-width: 110%;
		margin-right:20px;
	    background: url(asset/index2012/characters.png) 0px top no-repeat;*/
	}
	.hero-unit-logoContainer {
  		/*width: 245px;
	    background: url(asset/index2012/characters.png) 100px top no-repeat;
		margin-right:20px;*/
	}
}


.row {
	clear:both;
	margin-top: 30px;
	background-color:#3C9;
	position:relative;
    background-color: #900;
}
.row1 {
	position:relative;
	left:0px;
	top:0px;
	background-color:#900;
	width:100%;
	display:none;
}
.row2 {
	position:relative;
	left:0px;
h	clear:both;
	background-color:#900;
	display:none;
}

footer {
	clear:both;
	margin: 100px 0px 0px;
	text-align:center;
	font-size: .7em;
	color:#FFF;
}
body {
	padding-bottom: 0px;
}


