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;
	border-top: 2px solid #FF000C;
}
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;
	background-attachment:fixed;
}

#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;
}


#homeBox{
	margin: 20px auto 40px;
	position: relative;
	padding-top: 350px;
	border-bottom: 1px solid #ff000c;
	padding-bottom: 20px;
}

#homeSlideshowContainer {
    width: 100%;
	height: 300px;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
	-moz-box-shadow: 0 3px 5px #000000;
	-webkit-box-shadow: 0 3px 5px #000000;
    box-shadow: 0 3px 5px #000000;
}

#homeInfoBoxLeft,
#homeInfoBoxRight {
	width: 45%;
	border-top: 1px solid #FF000C;
	padding: 25px 5px 5px 5px;
	line-height: 1.4em;
	text-align: justify;
	color: #555;
}


#homeInfoBoxLeft {
	float: left;
}
#homeInfoBoxRight {
	float: right;
}

#container{
	width: 1120px;
	margin: 0 auto;
	position: relative;
}


#page_aboutus #container, #page_services.detailPage #container, #page_projects.detailPage #container, #page_contact #container{
	width: 1012px;
}



#header{
	height: 100px;
	position: relative;
}

#logoBox{
	position: absolute;
	top: 10px;
	left: 0;
	width: 155px;
	height: 85px;
}

#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;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
}
#topMenu li a, #backLink a{
	color: #fff;
	font-weight: normal;
	font-size: 1.1em;
}
#topMenu li.active {
	background-color: #ff000c;
}
#topMenu li.active a, #backLink.active a{
	cursor: default;
}

#backLink {
	position: absolute;
	bottom: 9px;
	right: 65px;
	z-index: 30;
	background-color: #ababab;
	color: #fff;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	font-size: 0.9em;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
}


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;
}

#externalLinks {
	position: absolute;
	top: 70px;
	right: 5px;
}

#externalLinks a{
	float: left;
	width: 22px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	margin-left: 5px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
}

#externalLinks a#facebookLink {
	background: #ababab url(img/facebook-btn.png) 0 0 no-repeat;
}
#externalLinks a#vimeoLink {
	background: #ababab url(img/vimeo-btn.png) 0 0 no-repeat;
}


#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: #eee;
	-moz-box-shadow: 0 0 5px  #666;
	-webkit-box-shadow: 0 0 5px  #666;
	box-shadow: 0 0 5px  #666;
}
.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: #333;
	font-weight: normal;
}
.thumbItemLabel em {
	font-style: normal;
	color: #222;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
}
.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: #333;
	font-weight: normal;
	clear: both;
}




#itemDetail{
	width: 1012px;
	margin: 20px auto;
}

#contentBox, #galleryBox {
	width: 500px;
	height: 400px;
	background-color: #eee;
	float: left;
	color: #626262;
	-moz-box-shadow: 0 3px 5px #000000;
	-webkit-box-shadow: 0 3px 5px #000000;
	box-shadow: 0 3px 5px #000000;
}

#homeSlideshow {
	overflow: hidden;
	height: 350px;
	width: 1120px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -560px;
}
#homeSlideshow #galleryBox {
	width: 1120px;
	height: 350px;
	float: none;
	margin: 0 auto;
	background-color: transparent;
}
#contentBox {
	margin-right: 10px;
	min-height: 400px;
	height: auto;
}

#page_projects #contentBox {
	/*height: auto;*/
}

img.itemDetailBanner, .itemDetailText{
	margin: 10px;
}

#page_projects .itemDetailText{
	margin: 30px;
}

img.itemDetailBanner {
	margin-bottom: 0;
}

.itemDetailText {
	color: #646464;
	font-size:0.9em;
}

.itemDetailText a:hover {
	color: #ff000c;
}

.itemDetailText h2{
	font-size: 1.8em;
	font-weight: normal;
	margin: 20px 0;
	line-height: 0.9em;
	color: #333;
}
.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{
	margin: 10px;
	width: 480px;
	height: 320px;
	overflow: hidden;
}

#homeSlideshow #galleryBoxHolder,
#homeSlideshow #galleryBoxHolder img,
.homeSlide {
	width: 1120px;
	height: 300px;
	position: relative;
	margin: 0;
}
#homeSlideshow #galleryBoxHolder {
	margin-bottom: 10px;
}

.homeSlideLabel {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 1120px;
	text-align: center;
	text-shadow: 0 3px 3px #000;
	font-size: 1.3em;
	color: #fff;
}

#galleryBoxHolder img {
	width: 480px;
	height: 320px;
}


#galleryNavContainer{
	float:left;
	position: relative;
	left: 50%;
}

#page_home #galleryNavContainer {
	float: none;
	position: absolute;
	top: 315px;
}

#galleryNav{
	height: 10px;
	float:left;
	position: relative;
	left: -50%;
	overflow: hidden;
	padding: 0;
}
#galleryNav a{
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	background: transparent url(img/slideshow-navigation.png) 0 0 no-repeat;
	float: left;
	overflow: hidden;
	padding: 0;
}

#galleryNav a.activeSlide {
	background-position: 0 -10px;
}

#videoBox{
	display: none;
}
#videoBoxContent {
	width: 720px;
	height: 405px;
	overflow: hidden;
}

#showVideoLink {
	display: block;
	text-align: center;
	clear: both;
	margin: 15px auto;
	height: 20px;
	line-height: 20px;
	float:left;
	position: relative;
	left: 50%;
	color: #000;
}
#showVideoLink span {
	float:left;
	position: relative;
	left: -50%;
	display: block;
	height: 20px;
	line-height: 20px;
	text-indent: 30px;
	background: transparent url(img/play-video.png) top left no-repeat;
	color: #F71E0D;
	font-weight: normal;
}


#footer {
	height: 25px;
	margin-top: 30px;
	background-color: #d9d7d7;
	color: #626262;
	position: relative;
	-webkit-box-shadow: 0 3px 5px #666;
	-moz-box-shadow: 0 3px 5px #666;
	box-shadow: 0 3px 5px #666;
}
#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;
}

#shareBox {
	position: absolute;
	right: 0;
	top: -31px;
	height: 21px;
}
#shareBox .shareLink {
	float: right;
	margin: 0 5px;
}

#twitterBox {
	width: 100px;
}
#googlePlusBox {
	width: 75px;
}


.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;
}




p::selection,
.itemDetailText::selection {
		color: #fff;
        background-color: #ff000c; 
        }
p::-moz-selection,
.itemDetailText::-moz-selection {
		color: #fff;
        background-color: #ff000c;
}





a.fadeLink {
	color: #626262;
}

a.fadeLink:hover{
	color: #ff000c;
}
.jsActive a.fadeLink:hover{
	color: #626262;
}


.thumbItem,
#topMenu li,
#backLink,
#footer,
#contentBox,
#galleryBox{
	-moz-border-radius: 5px;
	border-radius:5px;
}

#homeBox:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}
