body{
/*background-color:#b31122;*/
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
width:100%;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    margin-top:20px;
    margin-left:-90px;
    [margin-left:-10px;
	 margin-left:40px;    
    ]/*rule for Chrome*/
    #margin-left:-90px;/*for IE older versions*/
    _margin-left:-120px;/*for IE 8*/
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


#slideshow2 {
    position:relative;
    height:234px;
}

#slideshow2 IMG {
    position:absolute;
    margin-top:0px;
    margin-left:10px;/*rule for Firefox*/
    [margin-left:10px;
	 margin-left:0px;    
    ]/*rule for Chrome*/
    #margin-left:10px;/*for IE older versions*/
    _margin-left:10px;/*for IE 8*/
    z-index:38;
}

#slideshow2 IMG.active {
    z-index:40;
}

#slideshow2 IMG.last-active {
    z-index:39;
}



#slideshow3 {
    position:relative;
    height:220px;
    /*background-color:#ffffff;*/
    padding-top:3px;
    padding-left:30px;
    margin-top:0px;   
    width:480px;
}

#slideshow3 IMG {
    position:absolute;
    margin-top:0px;
    margin-left:0px;
    [margin-left:-40px;
	 margin-left:220px;
	]
	 #margin-left:-15px;
    _margin-left:-30px;
    z-index:5;
}

#slideshow3 IMG.active {
    z-index:7;
}

#slideshow3 IMG.last-active {
    z-index:6;
}

#transbox
  {
  position:absolute;
  width:188px;
  height:110px;
  /*margin:0px 0px;*/
  margin-top:85px;
  margin-left:220px;
  #margin-left:-15px;
  _margin-left:420px; 
  background-color:#ffffff;
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
  z-index:15;
  }
  
  
#transcircle{
  position:absolute;
  width:100px;
  height:100px;
  margin-left:595px;
  [margin-left:593px;
   margin-left:593px;
  ]
  #margin-left:356px;
  _margin-left:343px; 
  border:0px solid black;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:1.0;
  z-index:15;
  /*padding-left:150px;*/
}
  
  


.smallbtn{
    width:60px; 
    height:24px; 
    border:none; 
    background-repeat:no-repeat;
    background-color:transparent;
    cursor:pointer;
}

input.text{
    font-size:10px;
    font-family:Arial, Verdana, Courier;
    color:#000000;
}

input.submit{
    cursor:pointer;
}

#emailfield{
	position:relative; 
	top:55px; 
	#top:55px;
	_top:65px;
	left:0px;
	#left:-2px;
	_left:5px;
	height:15px; 
	width:180px;
}

#emailbtn{
	position:relative; 
	top:55px;
	#top:55px;
	_top:65px;
	left:65px;
	#left:65px;
	_left:40px;
}

#namedaydiv{
padding-left:3px; 
color:#000000; 
font-family:Arial, Times New Roman, Trebuchet MS; 
font-weight:bold; 
font-size:10px; 
width:103px; 
height:77px; 
position:relative; 
top:30px; 
#top:28px; 
_top:30px; 
left:110px; 
#left:46px;  
_left:100px; 
background-color:#ffffff; 
overflow-y:auto;

}

#layerbg{
	width:100%;
	text-align:center;
	background: rgba(255, 255, 255, 0.8);
	/*filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;*/
}


.contact_text{
	width:285px;
	height:25px;
	font-family:Arial, Verdana, Trebuchet;
	font-size:14px;
}

.contact_textarea{
	width:285px;
	height:127px;
	#height:125px;
	_height:140px;
	font-family:Arial, Verdana, Trebuchet;
	font-size:14px;
}



 
        * {
            margin: 0;
            padding: 0;
        }
        
      
        
        h1 {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        p {
            margin: 14px 0;
            font-family: 'Trebuchet MS', Helvetica;
        }
        
        .bubbleInfo {
            position: relative;
            top: 0px;
            left: 0px;
            width: 0px;
            z-index:1000;
        }

        /*.bubbleInfo2 {
            position: relative;
            top: 0px;
            left: 0px;
            width: 0px;
        }*/
        
        /*.exclusive {
            position: relative;
            top: 0px;
            left: 0px;
            width: 0px;
        }
        
         .exclusive2 {
            position: relative;
            top: 0px;
            left: 0px;
            width: 0px;
        }*/
        
        .trigger {
            position: absolute;
        }
     
        /* Bubble pop-up */

         .popup {
        	position: fixed;
        	display: none;
        	z-index: 2500;
        	border-collapse: collapse;
        	width:300px;
        	background-color:#ffffff;
        	border:2px solid #efefef;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image:  url(images/bubble-1.png); }
        .popup td.top { background-image: url(images/bubble-2.png); }
        .popup td#topright { background-image: url(images/bubble-3.png); }
        .popup td.left { background-image: url(images/bubble-4.png); }
        .popup td.right { background-image: url(images/bubble-5.png); }
        .popup td#bottomleft { background-image: url(images/bubble-6.png); }
        .popup td.bottom { background-image: url(images/bubble-7.png); text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(images/bubble-8.png); }

        .popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	z-index:3000;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	z-index:3000;
        	}

        table.popup-contents td {
        	text-align: left;
        	z-index:3000;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(images/starburst.gif) no-repeat top right;
        	height: 17px;
        	z-index:3000;
        	}

        tr#release-notes td a {
        	color: #333;
        	z-index:3000;
        }
        

