/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }
* { outline: none }

/* Website styles */
body {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #606060;
}

div#header {
	width: 724px;
	height: 43px;
	margin: 34px auto 0 auto;
}
p#nav {
	float: right;
	width: 520px;
	height: 42px;
	line-height: 42px;
	text-align: right;
	padding: 0 20px 4px 0;
	color: #fff;
	background: url('nav-bg.gif') top left no-repeat;
}
#nav a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
#nav a:hover {
    border-bottom: 1px dotted #ccc;
}
div#main {
	clear: both;
	width: 724px;
	margin: 0 auto;
}
div#sidebar {
	float: left;
	width: 177px;
}
#sidebar div.enquiry {
	width: 171px;
	height: 329px;
	padding: 23px 0 0 8px;
	margin: 0 0 10px 0;
	background: url('enquiry-bg.gif') top left no-repeat;
}
#sidebar .enquiry img.title {
	margin: 0 0 18px 0;
}
#sidebar .enquiry p {
	font-size: 11px;
	color: #fff;
	line-height: 20px;
}
#sidebar .enquiry input {
	border: 0;
	width: 154px;
	height: 20px;
	padding: 2px 0 0 5px;
	background: url('input-bg.gif') top left no-repeat;
}
#sidebar .enquiry input.tiny {
	width: 54px;
	background: url('tiny-bg.gif') top left no-repeat;
}
#sidebar .enquiry input.submit {
	float: right;
	width: 64px;
	height: 18px;
	margin: 20px 15px 0 0;
	background: url('send-btn.gif') top left no-repeat;
}
#sidebar>p {
	font-size: 11px;
	color: #606060;
	margin: 0 0 10px 0;
	line-height: 15px;
}
#sidebar>p a {
	color: #606060;
	text-decoration: none;
}
#sidebar>p a:hover {
	text-decoration: underline;
}
div#content {
	float: right;
	width: 537px;
	margin: 0 4px 0 0;
	padding: 0 0 20px 0;
}
#content div.leftbar {
	float: left;
	width: 175px;
	margin: 0 6px 0 0;
}
#content .leftbar span.h2, #content .rightbar span.h2 {
	font-size: 12px;
	margin: 10px 0 10px 10px;
	font-weight: bold;
	display: block;
}
#content .leftbar span.p, #content .rightbar span.p {
	width: 155px;
	margin: 0 10px 0 10px;
	text-align: justify;
	display: block;
}
#content div.rightbar {
	float: right;
	width: 175px;
	margin: 0;
}
div#footer {
	clear: both;
	margin: 0 auto;
	width: 704px;
	height: 42px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 10px;
	color: #fff;
	background: url('footer-bg.gif') top left no-repeat;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#content a.leftbar {
    float: left;
    width: 175px;
    margin: 0 6px 0 0;
    text-decoration: none;
    color: #606060;
}
#content a.rightbar {
    float: right;
    width: 175px;
    margin: 0;
    text-decoration: none;
    color: #606060;
}

#content a.leftbar:hover, #content a.rightbar:hover {
    background: #eee;
}
input.contact, textarea.contact {
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
}

.fsize {font-size:12px;}
