body {
/*	font-family: 'Lemon', cursive; */
	font-family: arial,sans-serif;
	color: #4D4D4D;
	background: #FFF;
	margin: 0px;
	text-align: center;
}

a {
    outline: none;
	text-decoration: none;
	color: #666666;
}

a img {
    border:none;
}


ul#sidebar {
	list-style:none;
	text-align: left;
/*	list-style:square url('../images/item.png');
	margin-left: 30px;*/
}

	ul#sidebar li {
		background:url('../images/item.png') no-repeat left center; 
		padding-left: 35px; /* the width of your image + some space */
		margin: 7px 0;
	}

	ul#sidebar li.currentpage {
		background:url('../images/itemselected.png') no-repeat left center; 
	}

h2 {
/*	margin: 10 0; */
	color: #009245;
}

h3 {
	margin: 20 0 10 0;
	color: #3FA9F5;
}

strong.greenbg {
	background: #7AC943;
}

strong.greenfg {
	color: #009245;
}

strong.bluefg {
	color:#3FA9F5;
}

div#base {
	position: relative;
	margin: 0 auto;
	padding:0;
	width: 1024px;
	min-height:768px;
	height:auto !important;
	height:768px;
}

div#sidebar {
	width: 274px;
	float: left;
	background: url('../images/sidebar.png') top left no-repeat;
}

div#sidebar div#sidebarpadding {
	height: 370px;
}

div#sidebar div#sidebarpaddingbottom {
	height: 100px;
}

div#footer {
	clear:both; 
	padding: 10px;
	width: 100%;
	height: 66px;
	background: url('../images/footer.png') top left #fff no-repeat;
	text-align: center;
}

div#flash {
	border: 0px;
	width: 750px;
	height: 245px;
	margin: 0px;
	padding: 0px;
	float: right;
	overflow: hidden;
}

div#content {
	float: right;
	width: 730px;
	min-height:500px;
	height:auto !important;
	height:500px;
	margin:10px;
	text-align: left;
}

div#contentService {
	float: left;
	width: 550px;
	min-height:500px;
	margin:10px;
	text-align: left;
}

div#photoright {
	float: right;
/*	float: left; */
	right: 0px;
	width: 180px;
	height: 850px;
	text-align: right;
/*	background: #F00;*/
	overflow: hidden;
}

.enquiry {
	width: 70%;
}

.errmsg {
	color: red;
}

img.photobox {
	width:340px;
	margin: 10px;
	box-shadow: 10px 10px 5px #888888;
}

img.shadow {
	box-shadow: 10px 10px 5px #888888;
}

