body {
	background-color: white; /* #EDEDEC; */
    margin: 0;
    padding: 0; 
	behavior:url("scripts/temp.htc");
	font-family:tahoma,arial,verdana,helvetica;
	font-size:12px;
	}
	
a, a:active, a:focus, a:visited{
     outline: none; /* 0px solid lime; */
    -moz-outline: 0px solid lime; /* Firefox 1.0x */
     /* outline-offset 3px; */ 
}
	img {
		border: 0px solid gray;
	    margin:           0px 0px 0px 0px;
        padding:          0px 0px 0px 0px;
	}
	
p	{
		font-family: tahoma,arial,verdana,helvetica;
		font-size: 12px;
	}

	/* the menu */
	h3 {color: #374675; margin: 0;}  /*heading text */

.ul_1, .li_1, .a_2 {
	display: block;
	margin: 0;
}

.ul_1, .ul_2{
	border-top:		1px solid #B0B0B0;
	border-left:	1px solid #B0B0B0;
	border-right:	1px solid #b0b0b0; 
	padding:		0;
	width:			150px;
	list-style:		none;
	margin: 0;
	background: white;
}

.ul_2 {
	position:		absolute; 
	left:			150px; /* IE */
	top:			0px;
	display: none;
}

	
.li_1 {
	background:		#e0e0e0 url("../images2/bg_menu.gif") top repeat;
	border-bottom:	1px solid #B0B0B0; 
	height: 		25px;		/* controls height of the LI */
	line-height: 	25px;		/* controls height of the text box */
	position:		relative;
	color:			#374675;
	z-index:		9;
}

.li_2 {
	background:		#e0e0e0 url("../images2/bg_menu.gif") top repeat;
	border-bottom:	1px solid #B0B0B0; 
	height: 		25px;		/* controls height of the LI */
	line-height: 	25px;		/* controls height of the text box */
	position:		relative;
	color:			#374675;
	z-index:		10;
}


.li_3 {
	height: 		25px;		/* controls height of the LI */
	line-height: 	25px;		/* controls height of the text box */
	marker-offset:	1px;
	margin:			0;
	padding:		0;
}

.form_field {
	color:			#374675;
	font-family: 	tahoma,arial,verdana,helvetica;
	font-size: 		12px;
	font-weight:	bold;
}



.li_1:hover { 	
	background: #f0f0f0 url("../images2/bg_menuhover.gif") top repeat; 
	border-bottom:	1px solid #B0B0B0; 
	height: 		25px;		/* controls height of the LI */
	line-height: 	25px;		/* controls height of the text box */
	color: black;
	z-index:11; 
}	

.li_2:hover { 	
	background: #f0f0f0 url("../images2/bg_menuhover.gif") top repeat; 
	border-bottom:	1px solid #B0B0B0; 
	height: 		25px;		/* controls height of the LI */
	line-height: 	25px;		/* controls height of the text box */
	color: black;
	z-index:12; 
}	



.a_1 {
	text-decoration:none;
	color: 			#374675;
	font-weight:	bold;
	z-index:		8;
	padding-left: 0px;
	outline: none;

}
	
.a_1:hover {color: black; }

.a_2 {
	text-decoration:none;
	color: 			#374675;
	font-weight:	bold;
	z-index:		8;
	padding-left: 10px;
	outline: none;

}
	
.a_2:hover {color: black; }

.quotelink {
	text-decoration:none;
	color: 			#a80000;
	font-weight:	bold;
	outline: none;

}
	
.quotelink:hover {color: red;}

.quotelink2 {
	text-decoration:none;
	color: 			#374675;
	font-weight:	bold;
	outline: none;

}
	
.quotelink2:hover {color: blue;}


.quotelink3 {
	text-decoration:none;
	color: 			#103910;
	font-weight:	bold;
	outline: none;

}
	
.quotelink3:hover {color: green;}



.li_1:hover ul,  .li_1:hover .ul_2 {	display: block;}		
		
.pagecontent {
	position: relative; top: -10px; 	
	padding: 0px 10px 0px 0px;
	width:800px; height: 450px;
	text-align: left;
	font-family: tahoma,arial,verdana,helvetica; 
	font-size:12px; 
	font-weight:bold; 
	color: gray;
}	
	
	/* Top Menu STuff */
	
#nav {
    background-color: none; 
	position: absolute;
	bottom: 0px;
	right: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 34px;
	display: inline;
	overflow: hidden;
	width: 609px;
	}
	
#nav li {
	background: url(../images2/button.gif) top left no-repeat;
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	color:	white;
	}

#nav a {
	float: left;
	padding: 34px 0 0 0; /* 34 */
	text-decoration: none;
	overflow: hidden;
	height: 0px !important;
	height: /**/:34px; /* for IE5/Win */
	outline: none;
	}
	
#nav a:hover {
	background-position: 0 -34px; /* -34 */
	}

#nav a:active, #nav a.selected { 
	background-position: 0 -68px; /* -68 */
	outline: none;
}

#tab1 a {width: 87px; background: url(../images2/home.gif) top left no-repeat;}
#tab2 a {width: 87px; background: url(../images2/about.gif) top left no-repeat;}
#tab3 a {width: 87px; background: url(../images2/quality.gif) top left no-repeat;}
#tab4 a {width: 87px; background: url(../images2/special.gif) top left no-repeat;}
#tab5 a {width: 87px; background: url(../images2/custcare.gif) top left no-repeat;}
#tab6 a {width: 87px; background: url(../images2/enquiry.gif) top left no-repeat;}
#tab7 a {width: 87px; background: url(../images2/contact.gif) top left no-repeat;}
	
