/* CSS Document */
body {
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	background:#332944 !important; 
	text-decoration: none; 
	color:#FB891A !important;
}
a:visited {
	color:#332944;
	text-decoration: none;
}
a:active {}
a:link {
	color:#FB891A; 
	text-decoration: none;
}	

.ie6menu {
	width:		600px;
}
.ie6menu td {
	text-align:	left;
}
.ie6submenu {
	padding-left:	10px;
}
.ie6submenu2 {
	padding-left:	20px;
}
.checkform {
	border: 1px solid red;
	color: red;
}
.formerror {
	border: 1px solid red;
}
/* ============================ CHANGED THIS BIT ============================= */
/* drop the default border around images.  I *always* do this and then
	apply borders when I require them */
img {
	border: none;
}
/* ============================ and further down... ============================= */
.u { text-decoration:underline}
#mainbody {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7E4A7;
}
#content2 {
	background: 
		url(STimages/palemap.jpg)
		top center;
	padding: 0.4em 0em;
	border-left: 8px solid #F4E1A6;
	border-right: 8px solid #F4E1A6;
}
#chinesemap {
	background: 
		url(STimages/chinesemap.jpg)
		top center;
	padding: 0.4em 0em;
	border-left: 8px solid #F4E1A6;
	border-right: 8px solid #F4E1A6;
}
.hr { width: 99%; margin: 0 auto;}
#content3 {
	background: 
		url(STimages/palemap2.jpg)
		top center;
	padding: 0.4em 0em;
	border-left: 8px solid #F4E1A6;
	border-right: 8px solid #F4E1A6;
}
#address {
	background-color: #332944;
	width: 685px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 1px 0 1px 0;
}
#copyright {
	font-size: 10pt;
	color: #003300;
	text-align: center;
	position: relative;
	top: -12px;
}
#pixink {
	font-family: Georgia, Times New Roman, serif;
	font-size: 9pt;
	color: #003300;
	width:	700px;
	text-align: center;
	margin: 0 auto;
}
.bottomtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003300;
	text-align:center;
}
/* cssplay menu */
/* ================================================================ 
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.cssplay.co.uk/menus/final_drop.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.
=================================================================== */
.menu {
	width:700px;
	text-align: center;
	height:24px;
	position:relative;
	z-index:100;
	left: 190px;
	top: -1px;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:600px; w\idth:600px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:100px;position:relative;}
/* style the links for the top level */
.menu li a, .menu li a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#000;
	width:90px;
	height:16px;
	border:1px solid #000;
	border-width:1px 1px 1px 1px;
	background:#A5A4BF;
	padding: 0 5px 0 5px;
	line-height:16px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:110px; w\idth:100px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#A5A4BF
	url(images/drop.gif)
	bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#A5A4BF
	url(images/drop.gif)
	bottom right no-repeat;}
.menu ul ul :hover > a.drop {
	background:#A5A4BF
	url(images/drop.gif)
	bottom right no-repeat;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:17px;
	left:0;
	width:100px;
	border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:100px; top:-1px; width:100px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#A5A4BF;
	color:#000;
	height:auto;
	line-height:0.95em;
	padding:5px 10px;
	width:79px;
	border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#000; background:#A5A4BF;}
.menu :hover > a, .menu ul ul :hover > a {color:#000;background:#A5A4BF;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* end style specifications for dropdown menu system */

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	font-variant: normal;
	text-decoration: none;
}
.bottomtext, .margintext, .margintext2,  .margintext3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-position: center center;
	clip:  rect(   );
	}
	
.bottomtext {	
	margin-right: 2px;
	margin-left: 2px;
}

.margintext {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	}
	.margintext2 {
	margin-left: 25px;
	margin-right: 25px;
	text-align: left;
	}
	.margintext3 {
	margin-left: 25px;
	text-align: justify;
	}
	.margintext4 {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;}
	

/* ============================ ADDED THIS BIT ============================= */
a.linkimg:hover {
background:#ffffff;
	/* background:#ffff66 !important;  <-- this made the highlight on mouseover 
											so we remove it in this class of link
											(i.e. image links). We don't need to
											style the rest of the link types, only
											the hover style */
}
/* ============================ CHANGES END ============================= */

a.whitetext:visited {
	color:#000099 !important; 
	text-decoration: none;
}
a.whitetext:link {
	color:#000099 !important;
	text-decoration: none;
}	
a.iview {
	border: 0px;
}
a.iview:visited {
	border: 0px;
}
a.iview:hover {
	border: 0px;
	background-color: #99cc99;
}
.mainhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	margin-left: 4px;
	margin-top: 4px;
}
.imgleft {
	padding-right: 10px;
	padding-top: 3px;
	float: left;
}
.imgright {
	padding-left: 10px;
padding-top: 4px;
float:right;
}
.centre {
	margin: 0 auto;
	text-align: center;
}
.clearfix {clear:both;}
.com_pics{
	width:250px;
	float: left;
	padding: 0 10px 0 25px;
	font-size: 1.1em;
}

.pic_right{
	width:309px;
	float: right;
	padding: 0 25px 0 10px;
}
.caption {
	font-size: 10px;
	text-align: center;
}
.caption2 {
	font-size: 10px;
	text-align: justify;
}
.tlinks{
	margin: 0 18px 0 23px;
}
#margin25 {
	margin-left: 25px;
}
.margin25left {
	margin-left: 25px;
}
.margin25right {
	margin-right: 25px;
}
.hangleft {
	float: left;
	}
.hangright {
	float: right;
}
.SAlogo {
	background-image: url(images/SAlogo.gif);
	background-repeat: no-repeat;
	float: right;
	
}
.gingerspacer{height:140px;}
.indexcol {width:327px;}
.gingerindex{
	background-image: url(images/IMG_0176.JPG);
	background-repeat: no-repeat;
	width: 175px;
	height:170px;
	float:left;
}
.indexspacer1{height:25px;}
.indexspacer2{height:16px;}
.indexspacer3{width:25px; float:left; border-top: 1px solid #DED9D5}

.indexmap{
	background-image:url(STimages/palemap.jpg);
	background-repeat:no-repeat;
	width: 303px;
	height:600px;
}
.imggroup {
margin: 0 auto;
 width: 634px;
}

.imggroup img {
border: 1px solid #332944;
}
.heading2 {
text-align: center;
font-size: 24px;
}
#table {
width: 250px;
float: right;
margin-right: 50px;
margin-top: -44px;
font-size: 1.1em;
}
#table img {
margin-top: 4px;
}
#table_product{
width: 250px;
margin: 0 auto;
}
.td2 {
text-align: center;
}
.td1 {
width: 40px;
text-align: center;
}
.float_left_i{
float:left;
width:300px;
}