@charset "UTF-8";
/* CSS Document */

body {
	background-color: #8e8e8e;
	background-image: url(../images/stripereflection.png);
	background-repeat: repeat-x;
	margin-top: 10px;
	background-position: top;
}

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.navText a:link {
	color: #447CC3;
	text-decoration: none;
}
.navText a:visited {
	text-decoration: none;
	color: #447CC3;
}
.navText a:hover {
	text-decoration: underline;
	color: #447CC3;
}
.navText a:active {
	text-decoration: none;
	color: #447CC3;
}

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 820px;
}

#container {
	float: left;
	width: 800px;
	background-image: url(../images/dmiddle.png);
	background-repeat: repeat-y;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-top: 5px;
}

#title {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	width: 780px;
}

#nav {
	width: 173px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 33px;
	margin-right: 25px;
	height: 210px;
	padding-bottom: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#pic {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
}

#contentWrap {
	float: left;
	width: 780px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	padding-top: 10px;
}

#content {
	float: right;
	width: 570px;
	min-height: 380px;
	padding-top: 10px;
	margin-right: 10px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #999;
	padding-left: 10px;
	padding-bottom: 20px;
}
#leftcontent {
	float: left;
	width: 178px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 12px;
}
#innerLeftContent {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 180px;
}
#innerLeftContent2 {
	float: left;
	margin-bottom: 10px;
	width: 180px;
}
#innerLeftContent3 {
	float: left;
	margin-bottom: 10px;
	width: 180px;
}

#containertop {
	background-image: url(../images/dtop.png);
	height: 10px;
	width: 820px;
}

#containerbottom {
	background-image: url(../images/dbottom.png);
	height: 10px;
	width: 820px;
	float: left;
}

.logo {
	margin-left: 187px;
}

.navHead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #344590;
}

.navText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #447CC3;
}

.enquiryText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #447CC3;
	font-weight: normal;
}

.contentHead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #545454;
}

.rightHead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #669C46;
}

.footerText {
	font-size: 12px;
	color: #fff;
}

