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

/** 
 * Slideshow style rules.
 */
#slideshow {
	margin: 0 auto;
	top: 383px;
	width:680px;
	height:320px;
	background:transparent url(../img/body/slide_bkg.png) no-repeat 65px 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:541px;
  height:320px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:521px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:320px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:50px;
  height:246px;
  margin-top: 25px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/slide_btn_left2.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../img/slide_btn_right2.png) no-repeat 0 0;
}


/** 
 * Style rules for main page
 */
* {
  margin:0;
  padding:0;
}

a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'MoolBoranRegular';
    src: url('../fonts/moolbor-webfont.eot');
    src: url('../fonts/moolbor-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/moolbor-webfont.woff') format('woff'),
         url('../fonts/moolbor-webfont.ttf') format('truetype'),
         url('../fonts/moolbor-webfont.svg#MoolBoranRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#fontface { font-family:'MoolBoranRegular', 'Times New Roman', Times, serif, Geneva, sans-serif; }


body {
  margin:0 auto;  
  background:#080201;
  color:#ccc; 
  font:normal 11px Verdana, Geneva, sans-serif; 
}

#pageContainer {
  margin:0 auto;
  width:1200px;
  height: 705px;
  position: relative;
  background: url(../img/body/splash_bkg2.jpg) no-repeat top left;
}
#title_section{
	background:url(../img/body/side_bkg.jpg) repeat-x top right;
	
}

#pageContainer h1 {
	position: relative;
	text-align:center;
	top: 335px;
	left: 230px;
}

#pageContainer h3 {
	position: relative;
	text-align:center;
	top: 310px;
	left: 130px;
}

#pageContainer h2 {
	position: relative;
	text-align:center;
	top: 360px;
	/*left: 420px;*/
}

/** 
 * Style rules for age form
 */
.content_age {
	margin:0 auto;
	position: relative;
	width: 628px;
	height: 180px;
	top: 340px;
	left: 275px;
}

.content_age_sorry {
	position: relative;	
	padding: 40px 0 20px 0;
	width: 700px;
	text-align:center;
	margin: 0 auto;
}

.content_age_sorry h2 {
	position: relative;
	text-align: center;
	font-size: 1.8em;
	background-color: #333;
	height: 50px;
	padding-top: 15px;	
}

#date_select {
	position: relative;
	top: -45px;
	left: 140px;
	border: 0;
}

#month_select, #day_select, #year_select {
	padding: 4px;
	background-color: #b3b3b2;
	font-weight: bold;
	font-size: 1.3em;
	margin:0 auto;
	border: 0;
}

#submit, #submit:active {
	border: none;
	background: url("../img/body/btn_submit2.png") no-repeat top left;
	position: relative;	
	top: -20px;
	left: 183px;
	width: 165px;
	height: 47px;
	text-indent: -5000px;
}

#submit:hover {
    border: none;
    background: url("../img/body/btn_submit_o2.png") no-repeat top left;
	position: relative;
	top: -20px;
	left: 183px;
	width: 165px;
	height: 47px;
	text-indent: -5000px;
}

/** 
 * Style rules for slide elements
 */
.slide h1 {
   background:#393737;
}
.slide h2, .slide p {
 
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin: 15px 15px 0 0;
}

/** 
 * Style rules for footer area
 */
.fullweb {
	position: relative;
	top: 390px;
	text-align: center;
	/*left: 527px;*/
	color:#999;
	font-size: 1.1em;
}

#social_icons {
	position: relative;
	top: 392px;
	text-align:center;
	/*left: 514px;*/
}

#social_icons2 {
	position: relative;
	top: 0px;
	text-align:center;
	/*left: 514px;*/
}

#footer {
  top: 410px;
  height:300px;
  text-align: center;
  position: relative;
  line-height: 1.3em;
  color: #999;
}

#footer2 {
  top: -10px;
  height:300px;
  text-align: center;
  position: relative;
  line-height: 1.3em;
  color: #999;
}

.logos {
  left: 25px;
  height: 88px; 
  position: relative;
  margin:0 auto; 
}

.logos2 {
  left: -80px;
  height: 88px; 
  position: relative;
  margin:0 auto; 
}


.logos img, .logos2 img {
  position: relative;
  margin-right: 27px;
}

td {
	vertical-align: middle;
}

#footer p {
  margin:0 auto;
  display:block;
  width:750px;
  padding-top: 5px;
  font-size: 2.0em;
  clear: both;
}
#footer2 p {
  margin:0 auto;
  display:block;
  width:750px;
  padding-top: 5px;
  font-size: .8em;
  clear: both;
}

.copy { 
	margin:0 auto;
	width: 800px;
	text-align: left;
}

.copy img {
	padding-right: 20px;
}

/** 
 * tabSlideOut jQuery
 */
.slide-out-div {
	padding: 20px 10px 0px 30px;
	width: 250px;
	height: 420px;
	font-size: 2.2em;
	background: url(../img/body/bkg_prodinfo.png) ; 
	border: 1px solid #7d7b7b;
	border-right: 1px solid #000;
	color:#000;
		
} 

.slide-out-div table tr td {
	padding-top: 10px;
	line-height: .9em;
	vertical-align:top;
}

.txt-color1 {
	color: #FFF;
	text-shadow: 1px 1px #000;
	font-weight: 500;
	
   
}
.txt-color2 {
	color: #FFF;
	text-shadow:2px 1px #000;
	
}

#trailer {
	position: relative;
	top: 140px;
	left: 250px;
	
}
	