body
	{
	padding: 0px;
	margin: 0px;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	}
	
.nav
	{
	background-color: #046eff;
	width: 480px;
	height: 40px;
	position: absolute;
	left: 224px;
	top: 0px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	padding-left: 5px;
	}
	
.nav_off
	{
	vertical-align: middle;
	background-color: white;
	width: 145px;
	height: 21px;
	line-height: 20px;
	margin: 7px 5px 0px 5px;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-left: 3px;
	padding-bottom: 4px;
	overflow: hidden;
	}
	
.nav_lnk_off
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #046eff;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	}
	
.nav_on
	{
	vertical-align: middle;
	background-color: #046eff;
	width: 145px;
	height: 21px;
	line-height: 20px;
	margin: 7px 5px 0px 5px;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-left: 3px;
	overflow: hidden;
	}
	
.nav_lnk_on
	{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffcc33;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	}

.about
	{
	position: absolute;
	width: 250px;
	height: 660px;
	background-color: #046eff;
	left: 440px;
	top: 65px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	padding-left: 5px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	}	
		
.spec, .enq
	{
	position: absolute;
	width: 250px;
	height: 570px;
	background-color: #046eff;
	left: 440px;
	top: 65px;
	filter: alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
	padding-left: 5px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px;
	}	
	
.txt_intro, .item_title
	{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-transform: capitalize;
	}
	
.txt_head_1 
	{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	}

.item_spec
	{
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid white;
	}
	
.item_img
	{
	margin-top: 10px;
	background-color: white;
	padding: 5px;
	}
		
.item_box
	{
	background-color: white;
	line-height: 20px;
	color: #046eff;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
	text-align: center
	}

.item_box:hover
	{
	background-color: #ffcc33;
	}
	
.item_link
	{
	color: #046eff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	}
	
.txt_lnk
	{
	color: white;
	text-decoration: none;
	}
	


