/* OLD */

HTML,BODY {
	vertical-align: middle;
	text-align: center;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../IMG/layout/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: right center;
	
	color: white;
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 11px;

	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #00808E;
	scrollbar-3dlight-color: #002F3F;
	scrollbar-darkshadow-color: #003836;
}

INPUT {
	font-family: Tahoma, Verdana, Arial, serif;
	font-size: 11px;
}

TD {
	font-size: 12px;
}

IMG {
	behavior: url(/iepngfix.htc);
	border: 0;
}

H1 {
	margin-top: 0;
	font-size: 22px;
}
H2 {
	margin-top: 0;
	font-size: 18px;
}
H3 {
	margin-top: 0;
	font-size: 12px;
}

/* LAYOUT */
#left {
	float: left;
	width: 160px;
	padding-right: 10px;
}
#right {
	float: left;
	width: 590px;
	text-align: left;
	overflow: auto;
}
#container {
	width: 760px;
	margin: auto;
}
#services {
	margin-left: -6px;
}
#footer {
	clear: both;
	text-align: left;
	padding-left: 170px;
}
A {
	color: #c7e7f0;
	font-weight: bold;
}

#search {
	float: right;
	width: 250px;
	text-align: right;
	margin-top: 8px;
	margin-bottom: -33px;
}



/* INDEX */
.pngfix {
	behavior: url(/iepngfix.htc);	
	vertical-align: top;
}

#about_us, #investors, #blog, #news {
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
}


/* PHOTOS */

IMG.thumb {
	vertical-align: top;
	border: 2px solid #95adb4;
	margin-right: 5px;
}
IMG.thumb:hover {
	height: 60px;
	width: 84px;
	border: 2px solid #ffffff;
}
#thumbs_container {
	height: 65px;
	width: 100%;
	overflow: hidden;
	text-align: center;
}	
#photo_container {
	width: 100%;
	text-align: center;
}
#photo {
	border: 2px solid #B3D9E0;
	height: 315px;
	max-width: 560px;
	text-align: center;
}

.galleries {
	float: left;
	width: 275px;
	text-align: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.galleries IMG {
	border: 4px solid #95adb4;
	width: 275px;
	height: 157px;
}

/* ASSET IMAGES */

#gallery {
	position: relative;
	width: 580px;
	height: 310px;
	top: 12px;
}
 
#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #95adb4;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #95adb4;
	color: #fff;
	font-weight: bold;
}

#gallery IMG {
	border: 2px solid #c7e7f0;
	height: 315px;
}

.search {
	background-image: url(../IMG/layout/Search_field.png);
	margin: 0;
	width: 102px;
	background-color: transparent;
	border: 0;
	height: 15px;	
	vertical-align: top;
	color: #fff;
	padding: 4px 5px 6px 5px;
}
.searchimage {
	padding: 0;
	margin-left: -3px;
}

.footer_line {
	background-image: url(../IMG/layout/footer_line.png);
	background-repeat: repeat-x;
	height: 12px;
	width: 100%;
	margin-top: -65px;
}


BODY BODY {
	background-color: transparent !important;
}