body {
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	color: #686868;
	text-align: center;
	line-height: 14px;
}
img {
	border: 0;
}
.img {
	border: 1px solid #ba5915;
	}
#wrap{
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
a {
	font: normal 12px arial;
	color: #3d7bba;
	text-decoration: none;
}
a:hover	{
	font: normal 12px arial;
	color: #3d7bba;
	text-decoration: underline;
}
a.arr {
	font: normal 12px arial;
	color: #3d7bba;
	text-decoration: none;
	background: transparent url('../../images/arr.gif') no-repeat 0 2px;
	padding: 0 0 2px 18px;
}
a.arr:hover	{
	font: normal 12px arial;
	color: #3d7bba;
	text-decoration: underline;
	background: transparent url('../../images/arr.gif') no-repeat 0 2px;
	padding: 0 0 2px 18px;
}
.title {
	font: normal 24px 'Trebuchet MS';
	color: #ba5915;
	margin: 0 0 10px 0;
}
.subtitle {
	font: normal 18px 'Trebuchet MS';
	color: #ba5915;
	margin: 0 0 10px 0;
}
.subsubtitle {
	font: bold 14px Arial;
	color: #ba5915;
	margin: 0 0 10px 0;
}
.topmenu {
	position: absolute;
	top: 55px;
	right: 7px;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 39px;
}
.topmenu td {
	display: inline;
	padding: 0 20px 0 0;
	margin: 0;
	float: left;
}
.topmenu td a {
	font: normal 12px 'Trebuchet MS';
	color: #7e8083;
	text-decoration: none;
}
.topmenu td a:hover {
	font: normal 12px 'Trebuchet MS';
	color: #7e8083;
	text-decoration: underline;
}

.menu {
	margin: 0;
	padding: 0;
	height: 39px;
	clear: both;
	line-height: 1px;
	
}
.menu td {
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
}

/* footer */
#footer {
	margin: 0 0 20px 0;
	border-top: 1px solid #e1e1e1;
	font: normal 12px arial;
	color: #7c7c7c;
}
#footer a {
	font: normal 11px arial;
	color: #7c7c7c;
	text-decoration: none;
}
#footer a:hover	{
	font: normal 11px arial;
	color: #7c7c7c;
	text-decoration: underline;
}

.inp {
	font: normal 12px arial;
	color: #686868;
	border: 1px solid #bdbcbd;
	background: #fff url('../../images/bg-input.gif') repeat-x left bottom;
	padding: 1px 1px 1px 3px;
	width: 170px;
}
select {
	font: normal 12px arial;
	color: #686868;
	border: 1px solid #bdbcbd;
	background: #fff url('../../images/bg-input.gif') repeat-x left bottom;
	padding: 1px 1px 1px 3px;
	width: 90px;
}


/*request info form*/
div#reqInfo {
	text-align: center;
	background-color: #fff;
	padding: 20px 24px 40px 25px;
}
div#reqInfo .inp, div#reqInfo textarea {
	font: normal 12px arial;
	color: #2C4355;
	border: 1px solid #bdbcbd;
	background-color: #fff;
	padding: 1px 1px 1px 5px;
	margin: 5px 5px 2px 5px;
	width: 200px;
	background: #fff url('../../images/bg-input.gif') repeat-x left bottom;
}
div#divTell .inp, div#divTell textarea {
	font: normal 12px arial;
	color: #2C4355;
	border: 1px solid #bdbcbd;
	background-color: #fff;
	padding: 1px 1px 1px 5px;
	margin: 5px 5px 2px 5px;
	width: 200px;
	background: #fff url('../../images/bg-input.gif') repeat-x left bottom;
}
div#reqInfo textarea {
	overflow: auto;
	height: 100px;
	background: #fff url('../../images/bg-textarea.gif') repeat-x left bottom;
}
.tbl td {
	border-bottom: 1px solid #cecece;
	padding: 3px 6px 3px 6px;
}

dl dt {
	font-weight: bold;
	margin:  0 0 10px 0;
}
dl dd {
	padding:  0 0 2px 10px;
	margin: 0 0 0 2px;
	background: #fff url('../../images/bullet.gif') no-repeat 0 6px;
}
h1 {
	font: 9px Arial;
	color: #7e8083;
	padding: 0;
	margin: 0px 0 0 0px;
}
