@charset "utf-8";
/* CSS Document */

h3 {font-size:28px; color:#F39; display:inline;}

h2 {font-size:30px; color:#F93;
text-align:center;}

h4 {color:#F93; font-size:16px; text-align:center}

h5 {color:#F39; font-size:38px;}

p {font-size:16px; color:#F93; padding:5px;}

#wrapper { margin:0 auto; 0 auto; width:960px; }

#topnav {background-image:url(images/backgrounds/aerialbg.jpg);background-repeat: no-repeat;
 margin:0 auto; 0 auto; width: 960px; height:130px; background-position: center;}
 
#navbar {position:relative; height:auto; width:880px; top:90px; left:50px;  }

#Aerialbanner {width:700px; margin:auto; margin-top:180px;
border-width:thick; text-align:center}

#aerialbanner2{width:700px; margin:auto; margin-top:70px;
border-width:thick; text-align:center}


#topcontent {background-image:url(images/backgrounds/aerialtopbg.jpg); background-repeat:no-repeat; width:960px; height:220px; margin-top:45px; padding-top:15px;}

#aerialtext {margin-left:135px; margin-top:220px; width:200px; height:200px; float:left; text-align:center; }

#slidebox {background-image:url(images/aerial/slideshow/slidebg.jpg); width:240px; height:380px; margin-left:590px;padding:7px;}

#slidesbanner {clear:both; margin-top:60px; margin-bottom:90px; text-align:center;}

#slides {width:868px; margin:auto; display: block; overflow-x: scroll; white-space: nowrap;}

#pricing {margin:auto; margin-top:30px; clear:both;}

.fadein { position:relative; width:280px; height:180px; }
.fadein img {position:absolute;left:0;top:0;}

#footer  {clear:both; margin-top:50px;
border-top:#00C solid}

.navigation {margin-top:5px; padding:0;
             list-style:none;}

.navigation li {float:left; width:140px;
                position:relative;
				text-align:left;}
				
.navigation li a {color:#F93; display:block;
                  padding:8px 7px 8px 7px;
                  text-decoration:none;
				  text-align:center;}

.navigation ul a:hover {color:#33F;}

.navigation ul {position:absolute; left:0;
                display:none; /* Hide it by default */
                margin:0 0 0 -1px;
                padding:0;
                list-style:none;
                background-color:#000;}
				
.navigation ul li {width:140px; float:left;
                   border-top:none;}
				   
.navigation ul a {display:block; /* Making sure a element covers                   whole li area */
                  height:15px;
                  padding:8px 7px 13px 7px;
                  color:#F93;
                  text-decoration:none;
                  border-top:none;}

.navigation ul a:hover {color:#33F;}
.modalDialog {
		position: fixed;
		font-family: Arial, Helvetica, sans-serif;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.8);
		z-index: 99999;
		opacity:0;
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
		pointer-events: none;
	}

	.modalDialog:target {
		opacity:1;
		pointer-events: auto;
	}

	.modalDialog > div {
		width: 400px;
		height: 400px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
	    border-radius: 10px;
		border-color:#00C;
		background: #fff;
		background: -moz-linear-gradient(#fff, #999);
		background: -webkit-linear-gradient(#fff, #999);
		background: -o-linear-gradient(#fff, #999);		
		
	}

	.close {
		background: #606061;
		color: #FFFFFF;
		line-height: 25px;
		position: absolute;
		right: -12px;
		text-align: center;
		top: -10px;
		width: 24px;
		text-decoration: none;
		font-weight: bold;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		-moz-box-shadow: 1px 1px 3px #000;
		-webkit-box-shadow: 1px 1px 3px #000;
		box-shadow: 1px 1px 3px #000;
	}

	.close:hover { background: #00d9ff; }

