@charset "utf-8";

/******************************
* CSS RESET                   *
******************************/

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

#pagewrapper{
	position:relative;
	width:840px;
	margin: 40px auto auto auto;
}

#logo{
	position:relative;
	height:95px;
	margin: 0px 0px 0px 0px;
	width: 90px;
}
#logo2{
	position:absolute;
	height:31px;
	margin: 0px 0px 0px 0px;
	width: 90px;
	left: 108px;
	top: 24px;
}
#menuwrapper{
	position:absolute;
	width:400px;
	left: 107px;
	top: 74px;
	height: 20px;
}
#menu{
	position:absolute;
	width:388px;
	height: 20px;
	left: 580px;
	top: 70px;
}
#telephone{
	position:absolute;
	width:461px;
	height: 30px;
	left: 405px;
	top: 65px;
}

#homeimage{
	position:relative;
	width:840px;
	margin: 20px auto auto auto;
	height: 570px;
}
#bodywrapper{
	position:relative;
	width:840px;
	margin: 50px auto auto auto;
	height: 630px;
}
#home1{
	position:absolute;
	width:270px;
	height:570px;
	left: 0px;
}
#home2{
	position:absolute;
	width:270px;
	height:570px;
	left: 284px;
}
#home3{
	position:absolute;
	width:270px;
	height:570px;
	left: 570px;
}
#aboutwrapper{
	position:relative;
	width:554px;
	margin: 40px auto auto 0px;
	float: left;
}
#processwrapper{
	position:relative;
	width:800px;
	margin: 40px auto auto 0px;
	float: left;
}
#title{
	position:relative;
	width:200px;
	margin: 0px auto 50px 0px;
	height: 30px;
}
#aboutimage{
	position:relative;
	width:260px;
	float: right;
	margin: 45px auto auto 0px;
}
#abouttext1{
	position:relative;
	width:250px;
	float: left;
}
#abouttext2{
	position:relative;
	width:250px;
	float: right;
}
#middletext{
	position:absolute;
	width:250px;
	left: 275px;
}
#widetext{
	position:relative;
	width:450px;
	float: left;
}
#gallerywrapper{
	position:relative;
	width:840px;
	margin: 40px auto 20px 0px;
}
#projectlist{
	position:relative;
	width:200px;
	float: left;
}
#projectimages{
	position:relative;
	width:620px;
	float: right;
}
#largeimage{
	position:absolute;
	width:620px;
	float: right;
	height: 500px;
	margin-right: 3px;
	left: 219px;
	top: 1px;
}
#smallimages{
	position:relative;
	width:620px;
	float: left;
	height: 60px;
	margin-top: 10px;
}
#copyright{
	position:relative;
	width:840px;
	height:30px;
	margin: 25px auto auto 0px;
}




/******************************
*        Type Styles         *
******************************/

p {
	margin: 0px 0px 0px 0px;
}
a 		{text-decoration:none;}
a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	color: #333333;
}

.telephone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.copyrighttext a:link {color: #999999;}
.copyrighttext a:visited {color: #999;}
.copyrighttext a:hover {color: #000000;}
.copyrighttext a{text-decoration:none}
.copyrighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

.menu a:link {
	color: #666;
	text-decoration: none;
	
}
.menu a:visited {
	color: #666;
	
}
.menu a:hover {
	color: #000;
}
.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	padding-right: 15px;
}
#pagewrapper #top #telephone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #CCCCCC;
	text-align: right;
	font-weight: bold;
	line-height: 30px;
	top:20px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	line-height: 35px;
}
#projectimages img:hover {
	opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
#projectimages img {
	padding-left: 12px;
	padding-bottom: 10px;
}
#projectlist a:link {color: #666;}
#projectlist a:visited {color: #666;}	
#projectlist a:hover {color: #000;}
#projectlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

#projectlist h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	color: #333333;
}

#smallimages img:hover {
	opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}
#smallimages img {
	padding-right: 7px;
	padding-bottom: 10px;
}
