/********************************************
	Version : 1.0
	Author : SiteSuite Australasia
	Author URL : http://www.sitesuite.com.au

	AUTHOR:			NING LU 
	TEMPLATE NAME:	Standard
	TEMPLATE CODE: 	S-0001
	DATE:          	Sept-11-2008          	
 *******************************************/
 
/*
----------------------------------------------------------------------------- 
Global Styles
-----------------------------------------------------------------------------*/

html, body { margin: 0; padding: 0;}

body {
	background: #f9f7f8;
	font: 12px Verdana, Tahoma, arial, sans-serif;
	color: #0000; 
	text-align: center;	
	background-image:url(../templateimages/bodybg.jpg);
	background-repeat:repeat-x;
}

.clear { clear: both; }

/* links */
a {	
	color: #0cb149; 
	text-decoration: none;		
}
a:hover {
	color: #054920; 
	text-decoration: none;		
}

/*
----------------------------------------------------------------------------- 
Headers
-----------------------------------------------------------------------------*/
h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif;	font-weight: Bold; color: #444;	}
h1 { font-size: 1.8em; font-weight: bold; border-bottom: 1px solid #dadada; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }

h1, h2, h3, p { padding: 10px 0 10px 0;	margin: 0; }
ul, ol { margin: 5px 20px; padding: 0 20px; }
/* images */
img { border: 0; }



/*
----------------------------------------------------------------------------- 
Template Styles
-----------------------------------------------------------------------------*/
#wrap {
	position: relative;
	top:0px;
	width: 880px;	
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
}
#content-wrap {
	width: 830px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	overflow-y:scroll;
	overflow-x:hidden;
	height:625px;
}
#content-wrap-download {
	width: 830px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
}
#content-wrap-home {
	width: 880px;
	height:600px;
}
#content-left {
	float:left;
	width:143px;
	height:600px;
	margin: 0px;
	padding: 0px;
	background-image:url(../templateimages/homeleft.jpg);
	background-repeat:no-repeat;
}
#content-right {
	float:right;
	width: 697px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 15px;
	overflow-y:scroll;
	overflow-x:hidden;
	height:600px;
}
#header-wrap {
	height: 120px;
	width: 880px;	
	padding: 0;	
	margin: 0;
}

#navshadow{
	height:9px;
	width: 880px;
	background-image:url(../templateimages/shadow.jpg);
}
/* footer-wrap */
#footer-wrap {
	clear: both;
	width: 880px;
	height: 60px;
}

#footerimg {
	float:left;
	width: 84px;
	height: 60px;
	background-image:url(../templateimages/footimg.gif);
}
#footercnt {
	float:right;
	width: 790px;
	height: 54px;
	margin-top:6px;
	text-align:left;
	margin-left: 6px;
	font-size:10px;
}

#line-wrap{
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	width:880px;
	background-image:url(../templateimages/line2.jpg);
}
#footercnt a {
	text-decoration: underline;
	color: #000;
}

#footercnt a:hover { 	
	text-decoration: underline;
	color: #000;
}


/*
----------------------------------------------------------------------------- 
Navigation
-----------------------------------------------------------------------------*/
#menubar {
	padding: 0;
	margin: 0;
	width:880px;
	height:25px;
	background-color:#bfb230; /* 0CB14B */
	font-family: "Metrostyle Extended", verdana, arial, helvetica;
	font-size: 18px;
	font-weight:bold;
	text-align:center;
	border-top: 1px #FFFFFF solid;	
}

#menubar a{
	
}


.break {
	color:#000000;
	width:20px;
}

.menu_on {
	color:#0cb149; /* FDF21B */
}
.menu_off {
	color:#000000;
}
.menu_off:hover {
	color:#0cb149;
}
.menu_on:hover{
	color:#0cb149;
}
#menutable {
	color:#000000;
	width:90%;
	height:25px;
	text-align:center;
}

#name, #company, #phone, #address, #address_2, #city, #postcode, #email, .feedback_input {
	width:250px;
}


