@charset "utf-8";
/* CSS Document */

/*style Home Page*/

h2{
	color: #33FFFF;
	font-family: Arial, Helvetica, sans-serif;
 	font-size:14px;
	letter-spacing:1px;
	text-transform:uppercase;
}

/* row colors */
	/* row alternative color */
	.colour_list tr.colour_even, tr.colour_even {
		background-color: #01212f;
	}

/* row colors */
	/* row alternative color */
	.colour_list tr.colour_odd, tr.colour_odd {
		background-color:#012738;
	}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	letter-spacing:1px;
	color: #CCFFFF;
	}
	
a:visited {
	color:#CCFFFF;
	text-decoration:none;
}
a:link {
	color:#CCFFFF;
	text-decoration:none;
}
a:hover {
	color: #00CCFF;
	text-decoration:none;
}


a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:600;
	letter-spacing:0px;
	text-transform:uppercase;
	color: #333333;
	}
a.menu:visited {
	color:#333333;
	text-decoration:none;
}
a.menu:link {
	color: #333333;
	text-decoration:none;
}
a.menu:hover {
	color: #000033;
	text-decoration:none;
}

a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	letter-spacing:1px;
	color: #FFFFFF;	}
	
a.link:visited {
	color:#FFFFFF;
	text-decoration:none;
}
a.link:link {
	color: #FFFFFF;
	text-decoration:none;
}
a.link:hover {
	color: #00FFFF;
	text-decoration:none;
}

#topLeft{
	position:absolute;
	background-color:#012738;
	margin-top: 0px;
	margin-left: 0px;
	padding:10px;
	width:700px;
	height:280px;
	}


#bottomContent{
	position:absolute;
	margin-top: 10px;
	margin-left: 10px;
	width:700px;
	height:180px;
	overflow:auto;
	scrollbar-arrow-color:#999999;  
	scrollbar-track-color:#141414;
	scrollbar-face-color:#141414; 
	scrollbar-highlight-color:#666666; 
	scrollbar-3dlight-color:#141414; 
	scrollbar-darkshadow-color:#141414;
	scrollbar-shadow-color:#666666; 
	}
	
#topRight{
	position:absolute;
	background-color:#2fb0e7;
	margin-top: 0px;
	margin-left: 550px;
	width:240px;
	height:300px;
	}
	
#bottomleft {
	width:700px;
	height:215px;
	padding:10px;
	float:left;
	display:inline;
	background-color:#141414;
	
	}
#bottomright {
    background-image: url(../images/site/mapBak.gif); 
	background-position:bottom;
	background-repeat:no-repeat;
	width:220px;
	padding:10px;
	height:215px;
	float:left;

	background-color:#000000;
	}
/* search box on home page inside bottom right div*/
#searchbox {
	height:40px;
	width:232px;
	float:left;
	text-align:center;
	background-color:#000000;
	margin-top: -5px;
	margin-right: -6px;
	margin-bottom: 10px;
	margin-left: -6px;
}
	
#LeftDisplay{
	position:absolute;
	background-color:#141414;
	margin-top: 0px;
	margin-left: 0px;
	width:550px;
	height:500px;
	}

#leftContent{
	position:absolute;
	margin-top: 10px;
	margin-left: 10px;
	width:530px;
	height:480px;
	overflow:auto;
	scrollbar-arrow-color:#999999;
	scrollbar-track-color:#012738;
	scrollbar-face-color:#012738;
	scrollbar-highlight-color:#666666;
	scrollbar-3dlight-color:#012738;
	scrollbar-darkshadow-color:#012738;
	scrollbar-shadow-color:#666666;
	left: 0px;
	top: 0px;
	}
	
#SubMenu{	
	float:left;
	display:inline;
	width:240px;
	height:300px;	
	background-color:#2fb0e7;
}

#SubMenubar{	
	position:relative;
	padding-right:10px;
	padding-top:4px;
	margin-top:0px;
	margin-left:0px;
	width:230px;
	height:21px;
	text-align:right;
	
}
	.prodChoose_off {
	width:72px;
	Height:72px;
	background-image: url(../images/background/homebar.jpg);
	background-repeat:no-repeat;
	
}
.prodChoose_on {
	width:72px;
	Height:72px;
	background-image:url(../images/background/homebar2.jpg);
	
}

