/* CSS Document */

body {background: white;}

a:link { text-decoration: none; color: #CC3333; }
a:visited {text-decoration: underline;color: #003366;}
a:hover {text-decoration: underline;color: #ff0000;}
a:active {text-decoration: underline;color: #000000;}

a.vert:link {text-decoration: none; color: #003399;}
a.vert:visited {text-decoration: none; color: #000080;}
a.vert:hover {text-decoration: none; color: #006633;}
a.vert:active {text-decoration: none; color: #ff0000;}

.bodymain {
	position: relative;
	top: 0px;
	width: 800px;
	height:100%;	
}

.header {postion:absolute; left: 0px; top: 0px; background: url(images/skyheader.jpg) no-repeat; width:800px; height: 125px; z-index:1;}

.menu {position:absolute; left:1px; top: 75px; width: 120px; height: 200px; z-index:5;}

.leftBar {position:absolute; left:0px; top: 76px; width: 162px; height:800; background: url(images/bg_leftbar.jpg); z-index:1;}

/*.hrule {position:absolute; left: 163px; top:76px; width: 635px; height: 27px; background: url(images/hrule_end.gif) #DFE2E8 no-repeat right;}*/

.main {
	position:absolute;
	left:142px;
	top:76px;
	width: 681px;
	height: 800px;
	z-index:1;
}

.mainContent {position:absolute; left:170px; top:125px; width: 600px;
			  font-family: arial, verdana;
			  font-size: 9pt;
			  color: #003366;
			  text-align: left;
			  padding: 10px;			  
			  z-index:2;
			  }
			  
			  .mainlogo {float: right;
			  			 padding:5px;
						 margin: 5px ;
						 /*border: 1 ridge #003399;*/
						 z-index:3;}
						 
			  .boxIMG {float: right;
			  		  
					  
					  /*border: 1 ridge #003399;*/
					  z-index:3;}
					
			  .features {position: absolute; left:575px; top: 250px;
			  			 font-family: arial, verdana;
			  			 font-size: 8pt;
			  			 color: 660000;
			 			 text-align: left;
			 			 padding-left:5px;
						 width: 185px;
					     /*border-right: 0 double #cccccc;*/
			 			 z-index:2;}
						 b.head {font-weight: bold;
						 			 font-size: 12pt;
									 font-family: arial;}
						.links {
								position: absolute;
								left:600px;
								top: 150px;
								width: 150px;
								height: 300px;
								z-index:2;
								}
						
							.brochure {position: absolute; left:15px; top: 0px;
									 font-family: arial, verdana;
			  			 			 font-size: 8pt;
						   			font-variant: small-caps;
			  			 			color: 000066;
			 			 			text-align: left;
						 			background: #eeeeee;
			 			 			padding: 5px;
						 			width: 125px;
					     			border: 1 solid #666666;
			 
						 			}
						 .storeLink {position: absolute; left: 8px; top: 200px;
						 			 width: 150px; height:180px;
									 background: url(images_s/storeLink.gif) no-repeat center;
									 font-family:  arial, helvetica;
									 font-size: 12pt;
									 font-weight: bolder;
									 text-align: center;
									 padding: 30px 0px 0px 0px;
									 /*border-top:  3 double #6699CC;
									 border-bottom:  3 double #6699CC;*/
									 z-index:10;
									 }
									 
									 


.contact { position: absolute; 
			left:5px;
			top: 1000px;
			background: #ffffff;
			width: 800px;
			height: 500px;
			z-index: 10;}
