/* CSS Document */
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
}

P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;

} 

a:link {
	color: #0033CC;
}
a:visited {
	color: #0033FF;
}
a:hover {
	color: #0033FF;
}
	

#adobe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9;
	font-wieght: normal;
}

#Menu {
	position: absolute;
	top: 200px;
	width: 250px;
	height: 550px;
	}


#sky	{
	position:absolute; 
	left:0px; 
	top:91px; 
	width:249px; 
	height:490px; 
	layer-background-image:   url(images/sky.jpg); 
	
	}


#undernav {
	position: absolute;
	top: 68px;
	width: 800px;
	height: 20px;
	left: 2px;

}


#mainnav {
	position: absolute;
	top: 150px;
	left: 01px;
	valign: left;
	width: 228px;
	height: 352px;
	visibility: visible;
	z-index: 2;


}

	
#navmain {
	top:100;
	left:5;
	position: absolute;
	height: 128px;
	width: 800px;
	border: 0px;
}


#NavTop {
	position: absolute;
	height: 128px;
	width: 800px;
	border: 0px;
}

#MainText {
	position: absolute;
	height: 500px;
	width: 505px;
	border: 0px;
	left: 283px;
	top: 150px;
	}
	
#label {
	float: right;
	}

ul#mainnav li a:link, ul#mainnav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	text-decoration: none;
	color: #000066;
	}

ul#mainnav li a:hover {
	text-decoration: none;
	color: #990000;
}

ul#mainnav li {
	list-style-type: circle;
	padding: 2px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	border-left-style: none;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}

ul#mainnav ul.subnav li a:link, ul#mainnav ul.subnav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #990000;
	text-decoration: none;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #0000CC;
	list-style-type: circle;
	margin: 0;
	padding: 2; 
}
	
ul#mainnav ul.subnav li a:hover{ 
	text-decoration: underline;
	colour: #990000;
}


	
	
ul#sitemap li a:link, ul#sitemap li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	text-decoration: none;
	color: #000066;
	}

ul#sitemap li a:hover {
	text-decoration: none;
	color: #000066;
}

ul#sitemap li {
	list-style-type: circle;
	padding: 2px;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: #CCCCCC;
	border-left-style: none;
	border-left-width: 0px;
	border-left-color: #CCCCCC;
}

ul#sitemap ul.subnav li a:link, ul#sitemap ul.subnav li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #000066;
	text-decoration: none;
	border-top-style: none;
	border-top-width: 0px;
	border-top-color: #0000CC;
	list-style-type: circle;
	margin: 0;
	padding: 2; 
}
	
ul#sitemap ul.subnav li a:hover{ 
	text-decoration: underline;
	colour: #000066;
}

	
	
	
	
#header {
	position: absolute;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	font-weight: bold;
	top: 100px;
	left: 300px;
}


#welcome {
	position: absolute;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	font-weight: bold;
	top: 100px;
	left: 260px;
}

#products {
	position: absolute;
	top: 160px;
	left: 370px;
}
#information {
	position: absolute;
	top: 149px;
	left: 281px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11;
	}
	
form p {
	width: 300px;
	clear: both;
}
form p label {
	float: left;
}
form p input, form p textarea, form p select {
	float: right;
}

form p input { 
 	width: 172px; 
	border: 1px solid #808080;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form p select { 
 	width: 172px; 
	border: 1px solid #808080;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form p textarea {
 	width: 172px; 
	border: 1px solid #808080;
	height: 100px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

