body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	min-width:980px;		/* Minimum width of layout - remove line if not required */
	behavior: url(http://www.aethermedia.com/csshover.htc);
}
html {
 	background:#ffffff url(http://www.aethermedia.com/media/images/bg.png) repeat-x fixed;	
	font-size:1em;	
	text-align:center;
	margin: 10px;
}
.box1 {
	background-color: #55b5de;
	width: 980px;
	height: 1050px;
	min-height: 1050px;
	margin: 0 auto 5px auto;
	padding: 5px;
	border: 2px solid #ffffff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	
}
.box2 {	
	background-color: #55b5de;
	width: 980px;
	height: 100px;
	min-height: 100px;
	margin: 0 auto 5px auto;
	padding: 5px;
	border: 2px solid #ffffff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	text-align:left;	
}
.box3 {	
	background-color: #fff;
	width: 980px;	
	margin: 0 auto 5px auto;
	padding: 5px;
	border: 2px solid #ffffff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	text-align:center;

}
 .box4 {
	background-color: #55b5de;
	width: 980px;
	height: 570px;
	min-height: 570px;
	margin: 0 auto 5px auto;
	padding: 5px;
	border: 2px solid #ffffff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;	
}

 
.box5 {	
	background-color: #7ccaf0;
	width: 980px;
	height: 100px;
	min-height: 100px;
	margin: 0 auto 5px auto;
	padding: 5px;
	border: 2px solid #fff;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	text-align:left;
	vertical-align:bottom;
}
.box6 {
	text-align:center;
}
#logo{
	margin-top: 15px;
	margin-left: 10px;
}
.menucontainer{
	width: 970px;
	text-align:center;
	background-image: url(http://www.aethermedia.com/media/images/navi_bg.png);
	background-repeat: repeat-x;
	height: 35px;
	margin: 2px 0 0 0;
	padding: 0;
	border: 1px;
	border-color:#2685b3;
	border-top-color:#88d8fb;
	border-bottom-style:solid;
	border-left-style:none;
	border-right-style:solid;
	border-top-style:solid;
	z-index: 500;
}
#menu{	
	text-align:left;	
	width:970px;
	margin:0px auto;
	padding: 0;	
}
#menu ul {
	list-style-type: none;	
	padding: 0;	
	margin: 0;
	float: left;
} 
#menu a, #menu h2 {

display: block;
margin: 0;

}
#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
#menu a {
padding-right: 10px;
padding-left: 10px;
text-decoration: none;
color: #de85d3;
}
#menu ul li {
	float: left;
}
#menu ul .st{
	border: 1px;
	border-left-color:#88d8fb;
	border-right-color:#2d86ac;
	border-bottom-style:none;
	border-left-style:solid;
	border-right-style:none;
	border-top-style:none;
	display: block;
	line-height: 35px;
	margin: 0;
}
#menu ul .en{
	border: 1px;
	border-left-color:#88d8fb;
	border-right-color:#88d8fb;
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:solid;
	border-top-style:none;
	display: block;
	line-height: 35px;
	margin: 0;
}
.non{
	border: 1px;
	border-left-color:#88d8fb;
	border-right-color:#88d8fb;
	border-bottom-style:none;
	border-left-style:solid;
	border-right-style:none;
	border-top-style:none;
	display: block;
	line-height: 35px;
	margin: 0;
	padding-right: 10px;
	padding-left: 10px;
}
#menu ul li a {
	border: 1px;
	border-left-color:#88d8fb;
	border-bottom-style:none;
	border-left-style:solid;
	border-top-style:none;	
	display: block;
	line-height: 35px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	margin: 0;
}
#menu .active {
	border: 1px;
	color:#fff;
	border-left-color:#88d8fb;
	border-bottom-style:none;
	border-left-style:solid;
	border-top-style:none;
	background:#245d79;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	cursor:default;
	line-height: 35px;
	margin: 0;
}
#menu li {
	position: relative;
	color:#fff;
	font-size: 14px;
	line-height: 35px;
}
#menu ul ul {
position: absolute;
z-index: 1000;
}
#menu ul ul ul {
top: 0;
left: 100%;
}
#menu ul li a.active,
#menu ul li a.active:hover {
	color:#fff;
	background:#2d86ac;
}
#menu ul li :hover {
	color:#fff;
	background:#2d86ac;
}
#menu .submenu {
	background-image:none;
	background-color: #666;
	margin:0px auto;	
	width:auto;
}

#menu .submenu a {
	font:12px arial, helvetica, sans-serif;
	border-style:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color : #ccc;
	text-decoration: none;
	color: #ccc;
	line-height: 20px;
	background-image:none;
	text-align:center;
	margin:0px auto;
	width: 143px;	
}

#menu .submenu a:hover {
color: #000;
background:#E2E2E2;
background-image:none;
}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}

#menu img {

	margin:10px 0 13px;
	border: none;	
}

#outer {overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}

#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner {position: relative; top: 0%; text-align: left;} /* for explorer only */
#inner {width: 1000px; margin-left: auto; margin-right: auto;} /* for all browsers*/
/* optional: #inner[id] {position: static;} */

p{
	color:#fff; line-height:13px;

}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#maintbl{
	background-color:#0094d1; border:0px; margin:0px; padding:0px;
}
.lft{
	background-color:#7ccaf0; background-image:url(media/images/lft_edge.gif); background-repeat:repeat-y; width:29px;
}
.rgt{
	background-color:#7ccaf0; background-image:url(media/images/rgt_edge.gif); background-repeat:repeat-y; width:29px;
}
.top{
	background-color:#7ccaf0; background-image:url(media/images/top_edge.gif); background-repeat:repeat-x; height:29px;
}
.bot{
	background-color:#7ccaf0; background-image:url(media/images/bot_edge.gif); background-repeat:repeat-x; height:29px;
}
.toplft{
	background-color:#7ccaf0; background-image:url(media/images/top_lft.gif); background-repeat:no-repeat; width:29px; height:29px;
}
.toprgt{
	background-color:#7ccaf0; background-image:url(media/images/top_rgt.gif); background-repeat:no-repeat; width:29px; height:29px;
}
.botlft{
	background-color:#7ccaf0; background-image:url(media/images/bot_lft.gif); background-repeat:no-repeat; width:29px; height:29px;
}
.botrgt{
	background-color:#7ccaf0; background-image:url(media/images/bot_rgt.gif); background-repeat:no-repeat; width:29px; height:29px;
}
#subtbl{
	background-color:#7ccaf0; border:0px; margin:0px; padding:0px;
}
.sublft{
	background-image:url(media/images/lft_edge_inner.gif); background-repeat:repeat-y; width:18px; border:0px; margin:0px; padding:0px;
}
.subrgt{
	background-image:url(media/images/rgt_edge_inner.gif); background-repeat:repeat-y; width:18px; border:0px; margin:0px; padding:0px;
}
.subtop{
	background-image:url(media/images/top_edge_inner.gif); background-repeat:repeat-x; height:18px; border:0px; margin:0px; padding:0px;
}
.subbot{
	background-image:url(media/images/bot_edge_inner.gif); background-repeat:repeat-x; height:18px; border:0px; margin:0px; padding:0px;
}
.subtoplft{
	background-image:url(media/images/top_lft_inner.gif); background-repeat:no-repeat; width:18px; height:18px; border:0px; margin:0px; padding:0px;
}
.subtoprgt{
	background-image:url(media/images/top_rgt_inner.gif); background-repeat:no-repeat; width:18px; height:18px; border:0px; margin:0px; padding:0px;
}
.subbotlft{
	background-image:url(media/images/bot_lft_inner.gif); background-repeat:no-repeat; width:18px; height:18px; border:0px; margin:0px; padding:0px;
}
.subbotrgt{
	background-image:url(media/images/bot_rgt_inner.gif); background-repeat:no-repeat; width:18px; height:18px; border:0px; margin:0px; padding:0px;
}
.bullet{
	list-style-image: url(media/images/bullet01.gif);color:#FFFFFF; font-size:14px; line-height:20px; 	
}
.maincopy {
	color:#FFFFFF; font-size:14px; line-height:20px; text-align:left; margin: 10px 0 0 0;
}
.titlecopy {
	color:#009bd2; font-size:14px; text-decoration:none; font-weight: bold; padding-left: 20px;
}
.contactcopy {
	color:#009bd2; font-size:14px; text-decoration:none; font-weight: bold;
}
.link {
	color:#FFFFFF; font-size:14px; line-height:18px;
}
.link a{
	color:#03638b; font-size:14px; text-decoration:none; font-weight: bold;
}
.link a:hover{
	color:#000000; font-size:14px;
}
img{
	 border: none;
}
ul{
	text-align:left;
}
.box4 {
	font-size:13px;
}
.copyright {
	color:#000000; font-size:12px; line-height:18px; margin-top:20px;
}
.amimg{
	background-image:url(media/images/amlogo_img.gif); background-repeat:no-repeat; background-position: bottom left;
}
.amshadow{
	background-image:url(media/images/shadow.png); background-repeat:no-repeat; background-position:center; width:500px; height:520px; 
}
