body {
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	color: #5e5e5e;
	text-align: center;
	line-height: 15px;
	background-color: #E0E0E0;
}
img {
	border: 0;
}
h1 {
	margin: 0 0 15px 0;;
	padding: 0;
	font: normal 24px arial;
	color: #9d9d9d;
	text-align: center;
	line-height: 24px;
	position: absolute;
	top: 120px;
	right: 3px;
}
#wrap{
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	/*background-color: #e6e6e6; */
}
#container {
	margin: 0 auto;
	position: relative;
	width: 974px;
	border: 3px solid #fff;
	border-top: 1px solid #E0E0E0;
	background: #fff url(../../images/bg-top.jpg) no-repeat left top;
	text-align: left;
}
#logo {
	margin: 57px 0 10px 0;
}
#phone {
	position: absolute;
	top: 10px;
	right: 10px;
	font: bold 27px arial;
	color: #fff;
	line-height: 27px;
}
#email {
	position: absolute;
	top: 37px;
	right: 10px;
	font: bold 12px arial;
	color: #fff;
	line-height: 12px;
}
#menu {
	position: absolute;
	top: 68px;
	right: 0;
}
.title {
	margin: 10px 0 15px 0;;
	padding: 0;
	font: bold 24px arial;
	color: #9d9d9d;
	line-height: 24px;
}
.subtitle {
	margin: 5px 0 14px 0;;
	padding: 0;
	font: normal 14px arial;
	color: #5e5e5e;
	line-height: 14px;
}
a {
	font: normal 12px arial;
	color: #d1741f;
	text-decoration: none;
}
a:hover	{
	font: normal 12px arial;
	color: #d1741f;
	text-decoration: underline;
}
.pad {
	padding: 5px;
}
#map {
	background: transparent url(../../images/map-au.jpg) no-repeat 100% 100%;
}
ul {
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
}
ul li {
	background: transparent url(../../images/bullet.gif) no-repeat 0 3px;
	padding: 0 0 2px 14px;
}
#footer {
	margin: 0 auto;
	width: 960px;
	background: transparent url(../../images/bg-container.gif) no-repeat left top;
	font: normal 10px arial;
	color: #9c9c9c;
	text-align: left;
	padding: 10px;
}

/*request info form*/
div#reqInfo {
	text-align: left;
}
div#reqInfo input, div#reqInfo textarea, div#reqInfo select {
	font: normal 11px arial;
	color: #2C4355;
	border: 1px solid #b3b3b3;
	padding: 2px 2px 2px 3px;
	margin: 7px 5px 0px 0;
	width: 200px;
	background: #fff url('../../images/bg-input.gif') repeat-x 0 0;
}
div#reqInfo textarea {
	overflow: auto;
	height: 80px;
}
div#reqInfo select {
	width: 257px;
}
div#reqInfo .btn {
	width: auto;
	border: none;
	background-color: default;
	padding: 0;
	margin: 10px 5px 0px 0;
}
.note {
	font: normal 10px arial;
	color: grey
	margin: 15px 0 0 0;
}
.error {
	color: #cc0000;
}
