/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/simple.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Normalizes margin, padding */
h2 {margin-top:-10px;}

h3 {font-family:Arial, Helvetica, sans-serif; font-size:12px; padding:-5px; font-style:italic; margin-top:-10px;}

#eBrochureForm {width:100px; margin-left:780px; font-family:Arial, Helvetica, sans-serif; font-size:10px; margin-top:-40px;
}
#eBrochureForm fieldset {
background-image: linear-gradient(bottom, rgb(130,173,171) 3%, rgb(90,120,127) 52%, rgb(130,173,171) 76%);
background-image: -o-linear-gradient(bottom, rgb(130,173,171) 3%, rgb(90,120,127) 52%, rgb(130,173,171) 76%);
background-image: -moz-linear-gradient(bottom, rgb(130,173,171) 3%, rgb(90,120,127) 52%, rgb(130,173,171) 76%);
background-image: -webkit-linear-gradient(bottom, rgb(130,173,171) 3%, rgb(90,120,127) 52%, rgb(130,173,171) 76%);
background-image: -ms-linear-gradient(bottom, rgb(130,173,171) 3%, rgb(90,120,127) 52%, rgb(130,173,171)) 76%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.03, rgb(130,173,171)),
	color-stop(0.52, rgb(90,120,127)),
	color-stop(0.76, rgb(130,173,171))
);}

#contactUsFooter,a{color:#FFFFFF;}

#enquiryForm form { 
font-size:10px;
width : 75%; 
padding : 0px;
margin-top: -410px;
float: right;
} 

#enquiryForm fieldset { 
border-color:transparent;
width : 20%; 
padding : 1em; 
float: left; 
font-family:Arial, Helvetica, sans-serif; font-size:11px;} 

#enquiryForm fieldset div { 
width : 214px; /* Width for modern browsers */ 
margin : 0px; 
padding : 1px; 

} 
#enquiryForm * html fieldset div { 
width: 240px; /* Width for IE5 */ 
width: 214px; /* Width for IE6 */ 

}
 
#enquiryForm fieldset div input { 
width: 214px; /* Width for modern browsers */ 
padding : 1px; 
} 



