html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 98%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
	font-family: Helvetica, Arial;
	color: #8F8E8E;
	font-size: 0.9em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img{
	border: none;
}
a, a:visited, a:active, a:hover {
	color:#8F8E8E;
	font-weight: bold;
	text-decoration: none;
}

.easyClear:after, #container:after, .inputBox:after, #content:after, .thumbList:after, #contentHolder:after, .itemDetailText:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


body{
	background: #ebebeb url(img/background.gif) 0 0 repeat;
}

#introLayer, #introLogo{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6b6b6b url(img/background.jpg) 0 0 repeat;
	display: none;
	z-index: 10000;
}
.jsActive #introLayer{
	display: block;
}


#introLogo img {
	width: 365px;
	height: 203px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -183px;
	cursor: pointer;
	_display: none;
}



#container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}


#page_aboutus #container, #page_products.detailPage #container, #page_projects.detailPage #container, #page_contact #container{
	width: 1012px;
}



#header{
	height: 100px;
	position: relative;
}

#logoBox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 262px;
	height: 80px;
}

#topMenu {
	position: absolute;
	top: 40px;
	right: 5px;
	z-index: 30;
}
#topMenu li{
	float: left;
	_display: inline;
	margin: 0 0 0 5px;
	background-color: #ababab;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 0.9em;
}
#topMenu li a, #backLink a{
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
}
#topMenu li.active a, #backLink.active a{
	font-weight: bold;
	cursor: default;
}

#backLink {
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 30;
	background-color: #ababab;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 0.9em;
}


ul#languageBar{
	height: 40px;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10;
}

ul#languageBar li{
	float: left;
	margin-left: 10px;
}

ul#languageBar li a{
	font-weight: normal;
}
ul#languageBar li.active a{
	font-weight: bold;
	cursor: default;
}
#aboutText {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 430px;
	text-align: justify;
	color: #555;
	font-size: 0.8em;
	display:none;
}
#aboutText em {
	font-weight: bold;
	font-style: normal;
	color: #949494;
}


#content{
	position: relative;
	min-height: 440px;
}

.contentMinHeight {
	width: 1px;
	float: left;
	height: 440px;
	display: none;
}



.thumbList{
	margin-bottom: 40px;
}

.thumbItem{
	width: 270px;
	height: 210px;
	position: relative;
	margin: 5px;
	float: left;
	_display: inline;
	background-color: #d9d7d7;
}
.thumbItemHolder {
	width: 250px;
	height: 190px;
	position: relative;
	margin: 10px;
	display: block;
}
.thumbItemBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 190px;
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.thumbItemBox img {
	width: 250px;
	height: 150px;
	cursor: pointer;
}

.thumbItemSlide {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	width: 250px;
	height: 150px;
	display: block;
	cursor: pointer;
}
.thumbItemImg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 51;
	width: 250px;
	height: 150px;
	display: block;
	cursor: pointer;
}
.thumbItemLabel{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 250px;
	height: 36px;
	font-size: 0.8em;
	line-height: 12px;
	z-index: 55;
	cursor: pointer;
	color: #626262;
	font-weight: normal;
}
.thumbItemLabel em {
	font-style: normal;
	color: #111;
	display: block;
}
.thumbItemPlayBtn {
	position: absolute;
	display: none;
	top: 50px;
	left: 50%;
	margin-left: -28px;
	background: transparent url(img/playBtn.png) center center no-repeat;
	width: 57px;
	height: 57px;
}


.thumbItemContent{
	display: none;
}

.gallerylayer, .gallerylayer img {
	width: 250px;
	height: 150px;
	cursor: pointer;
}



.homeTitle {
	font-size: 1.5em;
	margin: 10px;
	color: #ccc;
	font-weight: normal;
	text-align: right;
}




#itemDetail{
	width: 1012px;
	margin: 20px auto;
}

#contentBox, #galleryBox {
	width: 500px;
	height: 400px;
	background-color: #d9d7d7;
	float: left;
	color: #626262;
}
#contentBox {
	margin-right: 10px;
	min-height: 400px;
	height: auto;
}

#page_projects #contentBox {
	/*height: auto;*/
}

img.itemDetailBanner, .itemDetailText{
	margin: 10px;
}
img.itemDetailBanner {
	margin-bottom: 0;
}

.itemDetailText {
	color: #646464;
	font-size:0.9em;
}


.itemDetailText h2{
	font-size: 1.8em;
	font-weight: normal;
	margin: 20px 0;
	line-height: 0.9em;
	color: #000;
}
.itemDetailText h3{
	font-size: 1.6em;
	font-weight: normal;
	margin: 10px 0 10px 0;
}
.itemDetailText h2:first-letter {
	font-size: 1.05em;
}
.itemDetailText p{
	margin: 5px 20px 5px 0;
	line-height: 1.5em;
}
.itemDetailText .floatText{
	float: left;
	width: 235px;
	margin-right: 5px;
}

.itemDetailText ul, .itemDetailText ul li {
	list-style: none;
	margin: 0;
	line-height: 1.5em;
}

#galleryBoxHolder, #videoBox {
	margin: 10px;
	width: 480px;
	height: 320px;
	overflow: hidden;
}

#galleryBoxHolder img {
	width: 480px;
	height: 320px;
}

#galleryNav{
	float: right;
	margin-right: 10px;
	font-size:0.8em;
}
#galleryNav a{
	color: #000;
}


#footer {
	height: 25px;
	margin-top: 30px;
	background-color: #d9d7d7;
	color: #626262;
}
#footer p{
	margin: 0 10px;
	line-height: 25px;
	font-size: 0.8em;
}
a#mailLink {
	float: right;
	color: #626262;
}

#contactBox {
	margin: 10px;
}

.contactBox {
	color: #333;
	font-size: 1.2em;
}
#contactEmailConfirm {
	display: none;
}

#messageSent{
	visibility: hidden;
	font-size: 0.9em;
	display: block;
	margin-top: 20px;
	font-size: 1.2em;
}




.inputBox {
	margin: 10px auto;
	width: 480px;
}
.inputBox label{
	float: left;
	font-size: 1.2em;
	display: none;
}
.inputBox input, .inputBox textarea{
	float: right;
	width: 460px;
	*width: 480px;
	padding: 2px 10px;
}

.inputBox input, .inputBox textarea, .inputBox button{
	border: none;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 1.1em;
	color: #646464;
}
.inputBox textarea{
	height: 205px;
	overflow: auto;
	font-family: Arial, Helvetica;
	font-size: 1.2em;
	padding-top: 5px;
}
.inputBox button{
	width: 64px;
	height: 24px;
	border: none;
	outline: 0;
	cursor: pointer;
	text-align: center;
}
.inputBox button:hover, .inputBox button:active{
	background-color: #e5e5e5;
}
.jsActive .inputBox button:hover, .jsActive .inputBox button:active{
	background-color: #fff;
}


#ie6Message{
	width: 400px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -200px;
	z-index: 99999;
	background-color: #999;
	text-align: center;
	padding: 20px;
	font-size: 1.3em;
	line-height: 1.4em;
}

#bottomFader {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100px;
	background: transparent url(img/bottomFader.jpg) top left repeat-x;
	display: none;
}








a.fadeLink {
	color: #626262;
}

a.fadeLink:hover{
	color: #ff000c;
}
.jsActive a.fadeLink:hover{
	color: #626262;
}

