@charset "utf-8";
/* BASIC */
* html, * body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #ebedef;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
* p {
	margin: 0px;
	padding:5px 0px;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	color: #000000;
	text-decoration: none;
}
* form {
	margin: 0px;
	padding: 0px;
}
.HyperLink a:link, .HyperLink a:visited, .HyperLink a:focus, .HyperLink a:active{
	color: #ff0000;
	text-decoration: none;
}
.HyperLink a:hover{
	color: #ff0000;
	text-decoration: underline;
}
/* fix for PNG in IE6, attach class to img tag */

/*.png {
	behavior: url("/~webdesign/scripts/iepngfix.htc");
}*/

/* WRAPPER */
#TopBanner {
	background: #ebedef url("../images/top_gradient.gif") repeat-x top;
}
#TopBannerH {
	background: #ebedef url("../images/top_gradient-home.gif") repeat-x top;
}
#Wrapper {
	background: url("../images/page_bg.gif") repeat-y center;
	width: 850px;
	margin: 0px auto;
	height: 100%;
	overflow: hidden;
}

/* HEADER */
#HeaderH {
	background: #ebedef url("../images/top_gradient-home.gif") repeat-x top;
	width: inherit;
	height: 79px;
	clear: both;
}
#Header {
	background: #ebedef url("../images/top_gradient.gif") repeat-x top;
	width: inherit;
	height: 110px;
	clear: both;
}
#Header .logo {
	float: left;
	margin: 0px 0px 0px 30px;
	clear:both;
}
#Header .section {
	font-size: 12px;
	height: 45px;
	float: right;
	display: inline;
	width:480px;
	padding: 34px 0px 0px 20px;
}
#Header .section ul {
	height: 45px;
	margin: 0px;
	padding: 0px;
}
#Header .section li {
	height: 45px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Header .section a {
	height: 45px;
	white-space: nowrap;
	float: left;
	text-align:center;
	white-space: nowrap;
	padding-top: 20px;
}
#Header .section a:link, #Header .section a:visited, #Header .section a:focus, #Header .section a:active{
	height: 45px;
	width: 160px;
	color: #ffffff;
	text-decoration: none;
	background: url("../images/section_tab.gif") no-repeat;
}
#Header .section .on a:link, #Header .section .on a:visited, #Header .section .on a:focus, #Header .section .on a:active{
	height: 45px;
	width: 160px;
	color: #99cc33;
	text-decoration: none;
	background: url("../images/section_btn_tab_on.gif") no-repeat;
}
#Header .section a:hover, #Header .section .on a:hover{
	height: 45px;
	width: 160px;
	color: #ffffff;
	text-decoration: none;
	background: url("../images/section_btn_tab_rollover.gif") no-repeat;
	padding-top: 15px;
}

#Header .nav {
	font-size: 12px;
	float: left;
	display: inline;
	clear:both;
	margin: 0px 0px 0px 18px;
	width: 830px;
}
#Header .nav ul {
	margin: 0px;
	padding: 0px;
}
#Header .nav li {
	height: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#Header .nav a {
	height: 16px;
	white-space: nowrap;
	float: left;
	padding: 7px 15px;
	margin: 0px;
}
#Header .nav a:link, #Header .nav a:visited, #Header .nav a:focus, #Header .nav a:active{
	color: #666666;
	text-decoration: none;
	background: url("../images/nav_bg.gif") repeat-x 0px 0px;
}
#Header .nav .on a:link, #Header .nav .on a:visited, #Header .nav .on a:focus, #Header .nav .on a:active{
	color:#000000;
	background-position: 0px -60px;
}
#Header .nav a:hover, #Header .nav .on a:hover{
	color: #99cc33;
	text-decoration: none;
	background: url("../images/nav_bg.gif") repeat-x 0px -30px;
}

/* CONTENT */
#Content {
	background: url("../images/content_bg.gif") no-repeat center top;
	width: 840px;
	clear: both;
	margin: 0px;
	padding: 0px 5px 0px;
}
#Content_HomeBanner {
	background: url("../images/home_banner.gif") no-repeat center top;
	width: 850px;
}
#Content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	background: url("../images/pagetitle_bg.gif") no-repeat right 12px;
	float: left;
	display: inline;
	clear: both;
	margin: 45px 0px 0px 30px;
	padding-right: 25px;
}
#Content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #99cc33;
	float: left;
	display: inline;
	clear: both;
	margin: 5px 30px 20px;
	padding: 0px;
}
#Content h3 {
	font-size: 12px;
	font-weight: normal;
	color: #99cc33;
	padding: 0px;
	margin: 0px;
}
#ContentInfo{
	clear: both;
	padding-top:10px;
	margin: 0px 30px 20px 30px;
}
#ContentInfo_SgAbout{
	clear: both;
	margin: 0px 0px 20px 0px;
}

#Content .subnav {
	font-size: 12px;
	color: #ffaf10;
	float: right;
	display: inline;
	margin: 50px 0px;
}
#Content .subnav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Content .subnav li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 15px;
	border-left: 1px solid #ffaf10;
	list-style: none;
}
#Content .subnav li.first {
	border-left: none;
}
#Content .subnav a {
	height: 16px;
	white-space: nowrap;
}
#Content .subnav a:link, #Content .subnav a:visited, #Content .subnav a:focus, #Content .subnav a:active{
	color: #ffaf10;
	text-decoration: none;
}
#Content .subnav a:hover{
	color: #ffffff;
	text-decoration: none;
}

#Contact_Photo{
	background-image: url(../images/dummy_contact.jpg);
	background-repeat: no-repeat;
	background-position:right;
}
#ContentArea{
	clear: both;
}

/*CONTENT - Singapore - Brand*/

#ContentBrand {
	background: url("../images/content_bg2.gif") no-repeat center top;
	width: 840px;
	clear: both;
	margin: 0px;
	padding: 0px 5px 0px;
}
#ContentBrand .NoNav {
	background: url("../images/content_bg3.gif") no-repeat center top;
	width: 840px;
}
#ContentBrand h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	background: url("../images/pagetitle_bg.gif") no-repeat right 12px;
	float: left;
	display: inline;
	margin: 45px 0px 0px 30px;
	padding: 0px ;
	padding-right: 25px;
}
#ContentBrand h2 {
	font-size: 18px;
	font-weight: normal;
	color: #99cc33;
	float: left;
	display: inline;
	margin: 25px 5px 15px 30px;
	padding: 0px;
}

#ContentBrand h3 {
	font-size: 12px;
	font-weight: normal;
	color: #99cc33;
	padding: 0px;
	margin: 0px;
}

#ContentInfoBrand{
	clear: both;
	padding-top:20px;
	margin: 0px 30px 20px 30px;
}

#ContentBrand .subnav {
	font-size: 12px;
	color: #ffaf10;
	float: right;
	display: inline;
	margin: 50px 0px;
}
#ContentBrand .subnav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#ContentBrand .subnav li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 15px;
	border-left: 1px solid #ffaf10;
	list-style: none;
}
#ContentBrand .subnav li.first {
	border-left: none;
}
#ContentBrand .subnav a {
	height: 16px;
	white-space: nowrap;
}

#ContentBrand .subnav a:link, #ContentBrand .subnav a:visited, #ContentBrand .subnav a:focus, #ContentBrand .subnav a:active{
	color: #ffaf10;
	text-decoration: none;
}
#ContentBrand .subnav .on a:link, #ContentBrand .subnav .on a:visited, #ContentBrand .subnav .on a:focus, #ContentBrand .subnav .on a:active{
	color: color: #ffffff;
	text-decoration: none;
}
#ContentBrand .subnav a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* DropDownMenu*/

#dropmenudiv{
position:absolute;
font-size:12px;
line-height:18px;
margin-top:-12px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 1px solid white;
padding: 5px 0;
text-decoration: none;
color:#FFFFFF;
background: url("../images/dropmenu_back.gif") repeat-x top;
}

#dropmenudiv a:hover{ /*hover background color*/
background: url("../images/dropmenu_back.gif") repeat-x top;
color: #ffcc00;
}

#ContentBrand .FirstLevel {
	font-size: 12px;
	float: left;
	width: 819px;
	padding-top:12px;
	margin-left:5px;
	line-height:12px;
}
#ContentBrand .FirstLevel ul {
	height: 38px;
	margin: 0px;
	padding: 0px;
}
#ContentBrand .FirstLevel li {
	height: 38px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
}
#ContentBrand .FirstLevel a {
	white-space: nowrap;
	float: left;
	text-align:center;
	padding-top: 12px;
}
#ContentBrand .FirstLevel a:link, #ContentBrand .FirstLevel a:visited, #ContentBrand .FirstLevel a:focus, #ContentBrand .FirstLevel a:active{
	background: url("../images/firstlevel2bar_off.gif") no-repeat;
	height: 38px;
	width: 90px;
	margin-left:1px;
	color: #ffffff;
	text-align:center;
	text-decoration: none;
}
#ContentBrand .FirstLevel .on a:link, #ContentBrand .FirstLevel .on a:visited, #ContentBrand .FirstLevel .on a:focus, #ContentBrand .FirstLevel .on a:active{
	background: url("../images/firstlevel2bar_tab.gif") no-repeat;
	height: 38px;
	width: 90px;
	margin-left:1px;
	color: #99cc33;
	text-align:center;
	text-decoration: none;
}
#ContentBrand .FirstLevel a:hover{
	color: #ffcc00;
	text-decoration: none;
}
#ContentBrand .nav {
	font-size: 12px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 18px;
	width: 780px;
}
#ContentBrand .nav ul {
	height: 34px;
	margin: 0px;
	padding: 0px;
}
#ContentBrand .nav li {
	height: 34px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ContentBrand .nav a {
	height: 16px;
	white-space: nowrap;
	float: left;
	padding: 7px 15px;
}
#ContentBrand .nav a:link, #ContentBrand .nav a:visited, #ContentBrand .nav a:focus, #ContentBrand .nav a:active{
	color: #666666;
	text-decoration: none;
}
#ContentBrand .nav .on a:link, #ContentBrand .nav .on a:visited, #ContentBrand .nav .on a:focus, #ContentBrand .nav .on a:active{
	color: #99cc33;
	text-decoration: none;
}
#ContentBrand .nav a:hover, #ContentBrand .nav .on a:hover{
	color: #99cc33;
	text-decoration: none;
}




/* SubNavi */
#SubNavi {
	font-size: 12px;
	color: #ffaf10;
	display: inline;
	margin: 50px 0px;
	text-align: right;
	width: 435px;
	position: absolute;
	top: 85px;
	padding: 0px;
	clear: both;
}
#SubNavi ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#SubNavi li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px 15px;
	border-left: 1px solid #ffaf10;
	list-style: none;
}
#SubNavi a {
	height: 16px;
	white-space: nowrap;
}
#SubNavi a:link, #SubNavi a:visited, #SubNavi a:focus, #SubNavi a:active{
	color: #ffaf10;
	text-decoration: none;
}
#SubNavi .on a:link, #SubNavi .on a:visited, #SubNavi .on a:focus, #SubNavi .on a:active{
	color: #ffaf10;
	text-decoration: none;
}
#SubNavi a:hover, #SubNavi .on a:hover{
	color: #ffffff;
	text-decoration: none;
}
/* SectionNavi */
#SectionNavi {
	font-size: 12px;
	float: right;
	display: inline;
	margin: 20px 5px 0px 0px;
}
#SectionNavi ul {
	height: 37px;
	margin: 0px;
	padding: 0px;
}
#SectionNavi li {
	height: 37px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#SectionNavi a {
	white-space: nowrap;
	float: left;
	padding: 0px;
}
#SectionNavi a:link, #SectionNavi a:visited, #SectionNavi a:focus, #SectionNavi a:active{
	color: #ffffff;
	text-decoration: none;
	height: 37px;
	width: 160px;
	background: url("../images/section_tab.gif") no-repeat;
}
#SectionNavi .on a:link, #SectionNavi .on a:visited, #SectionNavi .on a:focus, #SectionNavi .on a:active{
	color: #99cc33;
	text-decoration: none;
	height: 37px;
	width: 160px;
	background: url("../images/section_btn_tab_on.gif") no-repeat;
}
#SectionNavi a:hover, #SectionNavi .on a:hover{
	color: #ffffff;
	text-decoration: none;
	height: 37px;
	width: 160px;
	background: url("../images/section_btn_tab_rollover.gif") no-repeat;
}

/* BREADCRUMB */
#Breadcrumb 	{
	text-align: right;
	color: #666666;
	width: 850px;
	position: absolute;
	top: 114px;
	margin: 0px;
	padding: 0px;
	float:right;
}
#Breadcrumb ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Breadcrumb li {
	display: inline;
	margin: 0px;
	padding-left: 5px;
	list-style: none;
}
#Breadcrumb a {
	white-space: nowrap;
}
#Breadcrumb a:link, #Breadcrumb a:visited, #Breadcrumb a:focus, #CBreadcrumb a:active{
	color: #666666;
	text-decoration: none;
}
#Breadcrumb a:hover{
	color: #000000;
	text-decoration: underline;
}

/* PRODUCT LIST */
#ProductList {
	text-align: right;
	width: 820px;
	position: absolute;
	top: 160px;
	margin: 0px;
	padding: 0px;
}
#ProductList ul {
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#ProductList li {
	float: left;
	display: inline;
	list-style: none;
}
#ProductList label {
	color: #ffffff;
	float: left;
	display: inline;
	margin: 2px 5px 0px;
}
#ProductList select {
	font-size: 11px;
	color: #000000;
	height: 20px;
	float: left;
	display: inline;
	margin: 0px;
}


/* HISTORY LIST */
#HistoryList {
	text-align: right;
	width: 790px;
	position: absolute;
	top: 215px;
	margin: 0px auto;
	padding: 0px 10px;
}
#HistoryList ul {
	float: right;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#HistoryList li {
	float: left;
	display: inline;
	list-style: none;
}
#HistoryList label {
	color: #526600;
	float: left;
	display: inline;
	margin: 2px 5px 0px;
}
#HistoryList select {
	font-size: 11px;
	color: #696e00;
	height: 20px;
	float: left;
	display: inline;
	margin: 0px;
}

/* FOOTER */
#Footer {
	background: url("../images/footer_bg.gif") no-repeat center bottom;
	width: inherit;
	height: 110px;
	clear: both;
	padding: 10px 0px 0px 0px;
}
#Footer .copyright {
	font-size: 10px;
	font-style: normal;
	color: #666666;
	height: 16px;
	float: left;
	display: inline;
	margin: 6px 20px 0px 35px;
}
#Footer .nav {
	font-size: 10px;
	font-style: normal;
	text-align: right;
	height: 16px;
	float: right;
	display: inline;
	margin: 6px 25px;
}
#Footer .nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Footer .nav li {
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
}
#Footer .nav a {
	white-space: nowrap;
}
#Footer .nav a:link, #Footer .nav a:visited {
	color: #666666;
	text-decoration: none;
}
#Footer .nav a:hover, #Footer .nav a:focus, #Footer .nav a:active{
	color: #333333;
	text-decoration: none;
}
#Footer .logo {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #ee3226;
	float: right;
	clear:both;
	display: inline;
	margin: 0px 30px;
}


/* IVY */
.LineDivider{
	border-bottom: dashed #9ac13c 1px;
}
.LineDot{
	background: url(../images/r_line_dot.gif) repeat-x;
	height:1px;
	margin-top:20px;
	margin-bottom:20px;
}
.LineDot_Divider{
	background-image: url(../images/r_line_dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:30px;
	margin-top:50px;
	margin-bottom:50px;
}
.ProductShow {
/* IVY 
	border:#e8e8e8 dotted 1px;*/
	margin-right:25px;
	float:left;
	width:315px;
	height:260px;
}
.Contact_Tag{
	background: url(../images/contact_tag.jpg) no-repeat;
	margin-top:150px;
	width:300px;
	height:280px;
}
.Button{
	border-bottom:#a3c03d solid 1px;
}
.BtnShow {
	background: url("../images/btn_show.jpg") no-repeat;
}
.BtnClose {
	background: url("../images/btn_collapse.jpg") no-repeat;
}
#BreakCrumb {
	float: right;
	margin:0px 0px 0 0;
}
#BreakCrumb 	{ 
	color: #ffffff;
	font-weight: bold;
}
#BreakCrumb a:link, #BreakCrumb a:visited, #BreakCrumb a:active	{
	font-size:12px;
	font-weight: normal;
	color: #fff; text-decoration: none;
}
#BreakCrumb a:hover	{ 
	color: #ffcc33;
	font-weight: normal;
}
#BreakCrumb2 	{ 
	color: #ffaf10;
	font-weight: bold;
}
#BreakCrumb2 a:link, .BreakCrumb2 a:visited, .BreakCrumb2 a:active	{
	font-size:12px;
	font-weight: normal;
	color: #ffaf10; text-decoration: none;
}
#BreakCrumb2 a:hover	{ 
	color: #ffaf10;
	font-weight: normal;
}

th{
	color:#FFFFFF;
	background-color:#aac842;
	width:25%;
	padding:5px;
	text-align:center;
}

.ProductDetail_Table{
	border:#aac842 solid 1px;
}
.ProductDetail{
	margin-top:1px;
	padding:5px;
	border:#aac842 dotted 1px;
	text-align:center;
}
.ContentArea td{
	vertical-align:top;
}
.ContentArea_Contact{
	padding:30px 0px 30px 20px;
}

.input{
	width:185px;
	font-size:11px;
	padding:2px;
	background-color:#f8f8f8;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #d9d9d9;
}
.input_long{
	width:285px;
	font-size:11px;
	padding:2px;
	background-color:#f8f8f8;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #d9d9d9;
}
.input_height{
	width:230px;
	height:80px;
	font-size:11px;
	padding:2px;
	background-color:#f8f8f8;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #efefef;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #d9d9d9;
}
.ContentArea{
	padding: 30px;
}
.PageBack{
	background-image: url(../images/page_shadow_side.gif);
	background-repeat: repeat-y;
}
.MainNaviBar{
	background-image: url(../images/r_navibar.gif);
	background-repeat: repeat-x;
	height:33px;
}
.TopBar{
	background-image: url(../images/top_bar_r.gif);
	background-repeat: repeat-x;
}
.TopBar_right{
	background-image: url(../images/top_corner_right.gif);
	background-repeat: no-repeat;
	background-position:right top;
}
.SearchBar{
	background-image: url(../images/r_topgreenbar.gif);
	background-repeat: repeat-x;
	height:30px;
}
.TopShadow{
	background-image: url(../images/r_top_shadow.gif);
	background-repeat: repeat-x;
}
.TitleBar{
	background-image: url(../images/title_bar_r.gif);
	background-repeat: repeat-x;
}

.LineDot_Divider{
	background-image: url(../images/r_line_dot.gif);
	background-repeat: repeat-x;
	background-position: center;
	height:30px;
	margin-top:50px;
	margin-bottom:50px;
}
.HighLight{
	color:#99cc33;
	font-weight:bold;
}
.Compulsory{
	color: #CC3300;
}
H1{
	color:#99cc33;
	font-size:21px;
	padding:0 0 15px 0;
	margin:0;
}
H2{
	color:#99cc33;
	font-size:11px;
	font-style:bold;
	display: inline;
	padding:0;
	margin:0;
}
.CopyRight{
	font-size: 10px;
   }
.Highlight{
	color:#fff;
	font-weight:bold;
	font-size:13px;
}
.SmallFont{
	margin-top:8px;
	font-size:10px;
}
.MainNavi a:link, .MainNavi a:visited, .MainNavi a:active{
}
.MainNavi a:visited, .MainNavi a:active{
}
.MainNavi a:active{
}
.MainNavi {
}
.MainNavi ul {
	padding:0;
	margin:0;
}
.MainNavi li {
	list-style:none;
}
.list ul {
	padding:0;
	margin:0;
}
.list li {
	margin-left:15px;
	padding:0px;
	list-style-image:url(../images/icon_arrow.gif);
}
.list a:link, list a:visited, .list a:active {
	color:#666666;
	text-decoration:none;
}
.list a:hover {
	color:#999999;
	text-decoration: underline;
}

ul {
	padding:0;
	margin:0;
}
li {
	margin-left:15px;
	padding-bottom:5px;
	list-style-image:url(../images/list_dot.gif);
}

#ContactForm td{
	padding-bottom:20px;
}
#ContactForm input{
	width:225px;
	background-color:#f8f8f8;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #d9d9d9;
	border-bottom:1px solid #efefef;
}
#ContactForm textarea{
	width:395px;
	height:100px;
	background-color:#f8f8f8;
	border-top: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	border-right: 1px solid #d9d9d9;
	border-bottom:1px solid #efefef;
}
#ContactForm select{
	width:225px;
}
.tips{
	background-image: url(../images/sg_nutrisoy_tips.jpg);
	background-repeat: no-repeat;
	background-position:top right;
} 

#HeaderH .logo {
	float: left;
	margin: 0px 0px 0px 30px;
}
#HeaderH .section {
	font-size: 12px;
	float: right;
	clear: both;
	display: inline;
	margin: 0px 20px 0px 20px;
	height:37px;
}
#HeaderH .section ul {
	height: 37px;
	margin: 0px;
	padding: 0px;
}
#HeaderH .section li {
	height: 37px;
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#HeaderH .section a {
	height: 37px;
	white-space: nowrap;
	float: left;
	text-align:center;
	white-space: nowrap;
	padding-top: 12px;
}
#HeaderH .section a:link, #HeaderH .section a:visited, #HeaderH .section a:focus, #HeaderH .section a:active{
	height: 37px;
	width: 160px;
	color: #ffffff;
	text-decoration: none;
	background: url("../images/section_tab.gif") no-repeat;
}
#HeaderH .section .on a:link, #HeaderH .section .on a:visited, #HeaderH .section .on a:focus, #HeaderH .section .on a:active{
	height: 37px;
	width: 160px;
	height: 37px;
	width: 160px;
	color: #99cc33;
	text-decoration: none;
	background: url("../images/section_btn_tab_on.gif") no-repeat;
}
#HeaderH .section a:hover, #HeaderH .section .on a:hover{
	height: 37px;
	width: 160px;
	color: #ffffff;
	text-decoration: none;
	background: url("../images/section_btn_tab_rollover.gif") no-repeat;
}

.contact_SalesEnquiry{
	background: url(../images/contact_SalesEnquiry.jpg) no-repeat;
	margin-left:20px;
	width:270px;
	height:170px;
}

.GreenLink a:link, .GreenLink a:visited, .GreenLink a:focus, .GreenLink a:active{
	font-size: 12px;
	font-weight: normal;
	color: #99cc33;
	text-decoration: none;
}
.GreenLink a:hover{
	font-size: 12px;
	font-weight: normal;
	color: #cbe98e;
	text-decoration: underline;
}