/* CSS Document - HEADER
Author: Matthew Vaughan
Simple Fusion Website Design
----------------------------
Main CSS Styles for Aerosuperbatics.com
*/
body, html{
    margin:0;
    padding:0;
    background:#FFFFFF;
    color:#000000;
    }
body{
    min-width:800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    }
#wrap{
    margin:0 auto;
	width:expression(document.body.clientWidth < 802? "800px" : document.body.clientWidth > 1002? "1000px" : "90%");
    min-width:750px;
	max-width:1000px;
    }
#main {
    background-color:#FFFFFF;
    float:left;
    width:100%;
	font-size:14px;
	/*background-image:url(../BodyImages/VStrip.jpg);*/
	/*background-image:url(../BodyImages/VStripBreitling.jpg);*/
	background-repeat:repeat-x;
    }
#main p{
 	padding:0;
 	margin-left:10px;
 	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
 	}
#main h2{
   	padding-right:10px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
	margin:0;
	font-size:26px;
	clear:both;
    }
#main a{color:#fa9005; font-weight:bold; text-decoration:underline;}
#main a:hover{ color:#333333;text-decoration:none;}
	
	#previousIMG a, #nextIMG a{background-repeat:no-repeat; float:left; height:100%; width:5%; display:inline;}
	#previousIMG a{background-image:url(../BodyImages/leftBar.png)}
	#nextIMG a{background-image:url(../BodyImages/rightBar.png)}
	#previousIMG a:hover, #nextIMG a:hover{ background-color:#990000;}

h5{
	font-family:"Microsoft Sans Serif", serif;
	font-size:20px;
	font-weight:bold;
	/*color:#990000; used to be red now orange*/
	/*color:#CC6600;*/
	color:#333333;
	/*color:#fa9005;*/
	margin:0;
	padding:0;
}
h2{
font-size:26px;
}
.Opacity{
-khtml-opacity:.50; 
-moz-opacity:.50;
-ms-filter:”alpha(opacity=50)”;
filter:alpha(opacity=50);
opacity:.50; 
}
/* standard orange button */
#orangeButton{
text-align:center;
}
#orangeButton a{
height:27px;
background-image:url(../BodyImages/buttonTile1Breitling.jpg);
/*background-image:url(../BodyImages/buttonTile1.jpg);*/
color:#FFFFFF;
font-size:15px;
text-align:center;
padding-top:8px;
text-decoration:none;
display:block;
}
#orangeButton a:hover{
background-image:url(../BodyImages/buttonTile1_downBreitling.jpg);
/*background-image:url(../BodyImages/buttonTile1_down.jpg);*/
color:#FFFFFF;
}

/* footer button */
#returnToHome{
text-align:center;
}

#returnToHome a{
height:27px;
width:150px;
background-image:url(../BodyImages/buttonTile1Breitling.jpg);
/*background-image:url(../BodyImages/buttonTile1.jpg);*/
color:#FFFFFF;
font-size:15px;
font-weight:bold;
text-align:center;
padding-top:8px;
text-decoration:none;
display:block;
margin-left:auto;
margin-right:auto;
}
#returnToHome a:hover{
background-image:url(../BodyImages/buttonTile1_downBreitling.jpg);
/*background-image:url(../BodyImages/buttonTile1_down.jpg);*/
color:#FFFFFF;
}