body{
	background: url('img/backgroundFade.png') repeat-x #000;
	color: #fdfdfd;
	margin: 0;
	padding: 0;
	font: 13px Arial, sans-serif;
	text-align: center;
}

#layoutWrapper {
	width: 881px;
	margin: 0 auto;
	text-align: left;
}

#header{
	width: 881px;
	text-align: center;
}

#header img{
	margin: 0 auto;
}

a{
	color: #fdfdfd;
	outline: none;
}

#menu{
	width: 881px;
	height: 24px;
	border: 1px solid #fdfdfd;
	margin-top: 5px;
	text-align: center;
}

#menu a{
	text-decoration: none;
}

#menu a:active{
	text-decoration: none;
}

#homeLink{
	width: 67px;
	height: 18px;
	padding: 3px 35px 0 0;
}

#companyProfileLink{
	width: 142px;
	height: 18px;
	padding: 3px 35px 0 30px;
}

#contactInfoLink{
	width: 112px;
	height: 18px;
	padding: 3px 0 0 30px;
}

#projectsLink{
	width: 166px;
	height: 18px;
	padding: 3px 35px 0 30px;
}

#homepageContentTop{
	width: 881px;
	height: 220px;
	padding: 10px 0 0 0;
}

#homepageContentTopLeft{
	width: 295px;
	height: 220px;
	float: left;
	padding: 0;
	margin: 0;
}

#homepageContentTopRight{
	background: transparent url(img/bgtop.jpg) no-repeat;
	width: 586px;
	height: 220px;
	float: left;
	padding: 0;
	margin: 0;
}

#slogan{
	padding: 132px 0 0 150px;
	line-height: 130%;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

#homepageContentBottom{
	width: 881px;
	background: transparent url(img/bgbottom.jpg) no-repeat top right;
}

#homepageContentBottomCaption{
	width: 294px;
	height: 60px;
}

#homepageContentBottomThumb{
	width: 881px;
	height: 73px;
	background: transparent url(img/bgthumbnail.gif) repeat-x;
	margin-top: 10px;
}

#thumbEndLeft{
	float: left;
	width: 9px;
	height: 62px;
}

.hpthumb{
	float: left;
	width: 82px;
	height: 62px;
	padding: 0 30px 0 31px;
}

#thumbEndRight{
	float: right;
	width: 9px;
	height: 62px;
}

/* --------------- end homepage styles --------- */

/* --------------- interior page styles --------- */

#interiorBG{
	width: 881px;
	margin: 10px 0 0 0;
}

.interiorBGEnds{
	height: 15px;
}

#interiorBGInner{
	color: #000;
	width: 881px;
	background: #fff url(img/bgInterior.gif) repeat-y;
	text-align: center;
}

#interiorContent{
	width: 820px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}

#interiorContent a{
	color: #000;
}

h1{
	font-size: 17px;
	color: #c3011d;
}

/* --------------- project pages ------------------ */

#projectBG{
	width: 821px;
	background: #fff url(img/bgProject.gif) repeat-y;
}

#projectsList{
	width: 222px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

#projectsList a{
	
}

#projectRight{
	float: left;
	padding: 0 0 0 25px; /*0 0 0 15px;*/
	width: 574px;/*584px;*/
}

.projectThumb{
	width: 170px;
	float: left;
	padding: 0 15px 15px 0;
}

.clearBoth{
	clear: both;
}

/* --------------- end project pages -------------- */

/* --------------- project image popup ------------ */

.fullSizeProjectImage{
	padding: 10px 0 0 0;
}

.popupCaption{
	text-align: left;
	padding: 0 10px 0 10px;
	margin-top: 0px;
}

/* --------------- end project image popup -------- */

/* --------------- end interior page styles ------- */

/* --------------- admin login page --------------- */

#UserLoginForm {
	width: 300px;
	margin-left: 240px;
}

#UserLoginForm fieldset div.input{
	margin: 5px 0 5px 5px;
	clear: both;
}

#UserLoginForm fieldset div.input label{
	float: left;
	width: 80px;
}

#UserLoginForm fieldset div.input input{
	width: 150px;
}

#UserLoginForm .submit {
	padding: 10px 0 0 190px;
}

/* --------------- footer styles --------------- */

#footer{
	text-align: center;
}

#xsFooterImage{
	vertical-align: middle;
}

#preload{
	display:none;
}