﻿/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		height: 800px;
		width:900px;
        margin-right: 0px;
    }
	/* end hide */

	.slideshow {
		height: 100%;
		margin: 0;
		padding: 15px;
		
	}
    .style1
    {
        width: 176px;
    }
    .style2
    {
        width: 40px;
    font-weight: 700;
}
    .style3
    {
        font-weight: bold;
        
    }
    
    body 
    {
        background:url(../images/mm_bg_red.gif);
        background-color:#990000;
    }
    
    .headerBox
    {
        background-color:#220103;
        width:100%;
        vertical-align:middle;
        text-align:center;
        height:250px;
        max-height:250px;
        border:solid 2px orange;
    }
    
    .headerBox div
    {
        vertical-align:middle;
        background-color:#220103;
        float:left;
        height:250px;
    }
    
    .headerBox div img
    {
       vertical-align:middle; 
    }
    
    .tagLine 
    {
        font:11px Arial, Helvetica, sans-serif;
	    color: #FF9900;
	    letter-spacing:.2em;
	    line-height:14px;
    }
     .footer div  
{
    float:left;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    vertical-align: bottom
    
}

.footer div a
{color: #FF9900;
 font-size: 11px;
 text-decoration: none;
 font-weight:normal;
    }
 .footer div a:hover 
 {text-decoration: underline;
     }   
