body {
	background-color: #444;
	margin: 0;
	padding: 30px 0;
}

body, p, input, textarea {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11.5px;
	color: #002F5C;
}

a img {
	border: none;
}

p, form, h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 5px 0;
}

h1, h2, h3 {
	color: #FFF;
}

fieldset {
	border: 1px solid #CCC;
	padding: 20px 15px;
	background-color: #FFF;
}

#logoTRI {
	position: absolute;
	margin-top: -50px;
}

#areaContainer {
	background-color: #FFF;
	margin: 0 auto;
	width: 970px;
	padding: 5px;
	min-height: 710px;
	_height: 710px;
}

#areaFooter {
	background-color: #947B43;
	margin: 0 auto;
	width: 960px;
	padding: 5px 10px;
	color: #FFF;
}

#areaLogo {
	position: absolute;
	margin: 30px 0 0 820px;
	z-index: 100;
}

#areaGallery {
	width: 970px;
	height: 535px;
	background-color: #F1F1F1;
	z-index: 10;
	background-image: URL("images/ajax-loader.gif");
	background-repeat: no-repeat;
	background-position: center;
}
#areaGallery.noload {
	background-image: none;
}

#areaContent {
	position: absolute;
	z-index: 50;
	margin: 500px 0 0 50px;
}
#areaMenus {
	position: absolute;
	margin: 40px 0 0 200px;
	padding: 0;
	list-style-type: none;
	width: 720px;
}
#areaMenus li {
	float: left;
	margin-left: 1px;
}
#areaMenus li a {
	display: block;
	background-color: #002F5C;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 179px;
	font-size: 12px;
	text-transform: uppercase;
	padding: 7px 0;
}
#areaMenus li a:hover, #areaMenus li a.actived {
	color: #002F5C;
	background-color: #CCC;
}

#propName {
	position: absolute;
	background-color: #2F3F56;
	text-align: right;
	padding: 15px 10px;
	width: 140px;
}
#propName h1 {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
}
#propName h2 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}
#propName h3 {
	font-size: 16px;
	font-weight: normal;
	padding: 5px 0;
}

#propDetail {
	position: absolute;
	margin: 80px 0 0 200px;
	width: 700px;
}
#propDetail b {
	color: #036;
	font-weight: bold;
}
#txtIntro {
	height: 85px;
	padding-bottom: 5px;
}
#txtCaption {
	height: 85px;
	display: none;
	padding-bottom: 5px;
}

.txtPrice {
	color: #900;
	font-weight: bold;
}

.txtPrice a:link {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

.txtPrice a:hover {
	color: #900;
	font-weight: bold;
	text-decoration: underline;
}

.txtPrice a:visited {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

#propGallery {
	position: absolute;
	margin-top: 6px;
	margin-left: 765px;
	width: 150px;
	text-align: center;
	font-style: italic;
	display: none;
}

#propGallery div {
	padding-top: 5px;
}

#propGalleryOverlay {
	position: absolute;
	background-color: #FFF;
	width: 160px;
	height: 29px;
	margin: -5px 0 0 -5px;
	opacity: 0.50;
	filter: alpha(opacity=50);
	z-index: -1;
}

.arrow-left {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-image: URL("images/arrow-left-on.png");
	background-repeat: no-repeat;
	background-position: center;
}
.arrow-left:hover {
	background-image: URL("images/arrow-left-off.png");
}

.arrow-right {
	display: block;
	float: right;
	width: 24px;
	height: 24px;
	background-image: URL("images/arrow-right-on.png");
	background-repeat: no-repeat;
	background-position: center;
}
.arrow-right:hover {
	background-image: URL("images/arrow-right-off.png");
}

#areaOverlay {
	display: none;
	position: absolute;
	z-index: 20;
	background-color: #FFF;
	width: 700px;
	height: 536px;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#areaBody {
	position: absolute;
	z-index: 30;
	padding: 15px 30px 0 40px;
	width: 630px;
}
#areaBody h1 {
	color: #999;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 24px;
	padding-bottom: 10px;
}
#areaBody h2 {
	color: #947B43;
	font-size: 13px;
	padding-bottom: 10px;
}
#areaBody p, #areaBody li {
	color: #002F5C;
	font-size: 11.5px;
	line-height: 18px;
	padding: 0 0 10px 0;
}
#areaBody ul {
	margin: 0;
	padding: 0 0 10px 15px;
	font-size: 11.5px;
	font-weight:bold;
}
#areaBody ul ul {
	font-weight: normal;
}
#areaBody a {
	text-decoration: none;
	color: #006;
}
#areaBody a:hover {
	color: #947B43;
	font-weight:bold;
}

#contentFeature, #contentContact {
	display: none;
}

#contentContact tr {
	vertical-align: top;
}
#contentContact .text {
	border: 1px solid #DDD;
	width: 99%;
}
#contentContact .error {
	border: 1px solid #F00;
}
#contentContact .button {
	border: 1px solid #DDD;
	padding: 1px 20px;
	background-color: #002F5C;
	color: #FFF;
	cursor: pointer;
}
#contentContact .button:hover {
	color: #002F5C;
	background-color: #CCC;
}
#contentContact label {
	color: #AAA;
	font-size: 12px;
}
#contentContact textarea {
	overflow: auto;
}
#errContact {
	color: #F00;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 9px;background-color: white;}
.vscrollerbar {width: 9px;background-color: black;}
.hscrollerbase {height: 9px;background-color: white;}
.hscrollerbar {height: 9px;background-color: black;}
.hscrollerbar {background: #FFF url(images/horizontalbarbody_cornerjog.png) 0px -18px repeat-x;}
.vscrollerbar {background: #FFF url(images/basebarcaps_verticalbarbody.png) -9px 0px repeat-y;}
.vscrollerbar, .hscrollerbar {padding: 9px;z-index: 2; cursor: pointer;}
.vscrollerbarbeg {background: url(images/basebarcaps_verticalbarbody.png) -27px -18px no-repeat;width: 9px;height: 9px !important;}
.vscrollerbarend {background: url(images/basebarcaps_verticalbarbody.png) -27px 0px no-repeat;width: 9px;height: 9px;}
.hscrollerbarbeg {background: url(images/basebarcaps_verticalbarbody.png) -36px -9px no-repeat;height: 9px;width: 9px !important;}
.hscrollerbarend {background: url(images/basebarcaps_verticalbarbody.png) -18px -9px no-repeat;height: 9px;width: 9px;}
.scrollerjogbox {width: 9px;height: 9px;top: auto; left: auto;bottom: 0px; right: 0px;background: #FFF url(images/horizontalbarbody_cornerjog.png) 0px 0px;}
.vscrollerbase {background: #FFF url(images/basebarcaps_verticalbarbody.png) 0px 0px repeat-y;}
.vscrollerbasebeg {background: url(images/basebarcaps_verticalbarbody.png) -18px -18px no-repeat;width: 9px;height: 9px !important;}
.vscrollerbaseend {background: url(images/basebarcaps_verticalbarbody.png) -36px -18px no-repeat;height: 9px;width: 9px;}
.hscrollerbase {background: #FFF url(images/horizontalbarbody_cornerjog.png) 0px -9px repeat-x;}
.hscrollerbasebeg {background: url(images/basebarcaps_verticalbarbody.png) -36px 0px no-repeat;height: 9px;width: 9px !important;}
.hscrollerbaseend {height: 9px;width: 9px;background: url(images/basebarcaps_verticalbarbody.png) -30px 0px no-repeat;}
.scrollerjogbox:hover {background: #FFF url(images/basebarcaps_verticalbarbody.png) -27px -9px; }
