@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
html, body {
	background-color: #606060;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	padding-top: 0px;
}

#contentContainer{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#innerContainer{
	width:900px;
	float: left;
	display: inline;
	margin-left:auto;
	margin-right:auto;
}
#mainContainer {
	width:900px;
	float: left;
	padding-left: 0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	height: auto;
}

#logo {
	float: left;
	height: 138px;
	width: 340px;
}
#menu {
	float: left;
	height: 22px;
	width: 530px;
	margin-top: 104px;
	background-image: url(gfx/menubg.jpg);
	padding-top: 12px;
	padding-left: 30px;
}
.menuitem {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-right: 53px;
}
.menuitemend {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-right: 0px;
	width: 100px;
}

.menulink {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
#content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	color: #606060;
	background-color: #FFFFFF;
	background-image: url(gfx/bgtop.jpg);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 876px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
}
.headline {
	background-image: url(gfx/headlinebg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	height: 142px;
	width: 458px;
	padding-bottom: 10px;
	padding-top: 60px;
	padding-left: 10px;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.6;
	margin-top: 0px;
}	
.headimage {
	float: left;
	height: 212px;
	width: 406px;
}
.leftcontainer {
	text-align: left;
	float: left;
	height: auto;
	width: 453px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8;
	padding-right: 5px;
}

li {
	list-style-image: url(gfx/listarrow.jpg);
	margin-left: 0em;
	padding-left: 0px;
}
ul {
	list-style-image: url(gfx/listarrow.jpg);
	margin-left: 0em;
	padding-left: 15px;
}
h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #606060;
	line-height: 1.6;
	margin-bottom: 0px;
}
.contentbg {
	float: left;
	height: auto;
	width: 874px;
	background-image: url(gfx/contentbg.jpg);
	background-repeat: repeat-y;
}
.latestprojects {
	text-align: left;
	float: left;
	width: 190px;
	padding-left: 10px;
	line-height: 1.4;
	margin-left: 3px;
	bottom: 10px;
	padding-bottom: 10px;
}
.services {
	text-align: left;
	float: left;
	width: 193px;
	padding-left: 10px;
	line-height: 1.8;
	margin-left: 0px;
	padding-bottom: 10px;
}
.footer {
	color: #FFFFFF;
	background-image: url(gfx/bgbottom.jpg);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	padding-bottom: 10px;
	width: 900px;
	padding-top: 20px;
	text-align: right;
	line-height: 1.4;
}
.footerlink {
	text-decoration: none;
	color: #FFFFFF;
}
.subcontentbg {
	float: left;
	height: auto;
	width: 874px;
	background-image: url(gfx/subcontentbg.jpg);
	background-repeat: repeat-y;
}
.leftcontainersub {
	text-align: left;
	float: left;
	height: auto;
	width: 656px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8;
	padding-right: 5px;
}

.mini {
	float:right;
	width:169px;
	font-size:10px;
	font-family: Arial, helvetica, "sans serif";
	line-height: 1;
}
.leftcontainergallery {
	text-align: left;
	float: left;
	height: auto;
	width: 850px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8;
	padding-right: 5px;
}
.gallerythumb {
	float: left;
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-bottom: 40px;
}
.leftcontainercontact {
	text-align: left;
	float: left;
	height: auto;
	width: 290px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8;
	padding-right: 5px;
}
.middlecontainercontact {
	text-align: left;
	float: left;
	height: auto;
	width: 348px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.8;
	padding-right: 5px;
	padding-top: 25px;
}

.formtext {color: #606060;
	font-weight: bold;}
