@charset "utf-8";
/* CSS Document */

body {
background-color:#ffffff;
padding:0px 0px 0px 0px;
background-repeat:no-repeat;
background-position:top center;
width:1000px;
margin:auto;
}

#homecontainer {
width:1000px;
margin:auto;
background-image:url(assets/home_background.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#residentialcontainer {
width:1000px;
margin:auto;
background-image:url(assets/residential_background.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#commercialcontainer {
width:1000px;
margin:auto;
background-image:url(assets/commercial_background.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#gallerycontainer {
width:1000px;
margin:auto;
}

#addyText {
width:650px;
margin-left:335px;
font-family:Verdana;
font-size:11px;
color:#cfc291;
text-align:right;
height:15px;
clear:none;
letter-spacing:-.05em;
}

#addyText a{
text-decoration:underline;
color:#cfc291;
}

#addyText a:hover{
color:#3f9ba6;
}

#buttonsContainer {
width:495px;
margin-left:490px;
margin-top:5px;
height:42px;
clear:none;
}

.button {
height:42px;
width:68px;
margin-left:12px;
background-image:url(assets/button.jpg);
background-repeat:no-repeat;
display:block;
float:left;
}

.button a{
display:block;
text-decoration:none;
text-transform:lowercase;
color:#fff6c5;
font-size:11px;
text-align:center;
padding-top:10px;
height:32px;
width:68px;
}

.button a:hover{
display:block;
background-image:url(assets/button_rollover.jpg);
background-repeat:no-repeat;
width:68px;
height:42px;
color:#f77d3f;
}

#companyname {
width:395px;
margin-left:590px;
margin-top:15px;
font-family:Georgia;
font-weight:bold;
font-size:32px;
text-align:right;
color:#98d3d4;
}

#companysubtitle {
width:395px;
margin-left:590px;
margin-top:-5px;
font-family:Georgia;
font-size:20px;
font-weight:bold;
color:#695d46;
text-align:right;
}

#simplybest {
background-image:url(assets/simply_the_best.jpg);
background-repeat:no-repeat;
background-position:right;
width:395px;
height:28px;
margin-left:590px;
margin-top:20px;
}

#mainText {
font-family:Verdana;
font-size:12px;
text-align:right;
color:#695d46;
width:240px;
margin-left:745px;
margin-top:15px;
}

#mainText b{
font-weight:bold;
color:#3f9ba6;
}

#mainText h1{
	font-size:16px;
	text-align:right;
	color:#ff712c;
}

#mainText h2{
	font-size:12px;
	text-align:right;
	color:#ff712c;
}

#mainText a{
	text-decoration:underline;
	color:#3f9ba6;
}

#cmiLogo {
width:240px;
height:74px;
margin-left:745px;
margin-top:25px;
background-image:url(assets/cmi_company_logo.jpg);
background-position:center;
background-repeat:no-repeat;
}

#footer {
width:1000px;
text-align:center;
color:#695d46;
font-family:Verdana;
font-size:12px;
clear:both;
background-image:url(assets/footer_hr.jpg);
background-repeat:no-repeat;
background-position:top center;
padding-top:20px;
}

#footer a{
text-decoration:underline;
color:#3f9ba6;
}

#footer a:hover{
color:#98d3d4;
}

#centeredText {
	width:600px;
	margin-left:100px;
	padding-left:100px;
	padding-right:100px;
	background-image:url(assets/footer_hr.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-family:Verdana;
font-size:12px;
text-align:justify;
color:#695d46;
}

#centeredText b{
font-weight:bold;
color:#3f9ba6;
}

#centeredText h1{
	font-size:16px;
	text-align:center;
	color:#ff712c;
}

#centeredText a{
	text-decoration:underline;
	color:#3f9ba6;
}

#cmiLogo2 {
width:240px;
height:74px;
margin-left:375px;
margin-top:15px;
background-image:url(assets/cmi_company_logo.jpg);
background-position:center;
background-repeat:no-repeat;
}

/* gallery thumbs */
#thumbsLEFTcolumn {
width:74px;
float:left;
}

#thumbsLEFTcolumn img{
margin-top:5px;
border:solid 1px #000000;
}

#thumbsRIGHTcolumn {
width:74px;
float:right;
}

#thumbsRIGHTcolumn img{
margin-top:5px;
border:solid 1px #000000;
}

#thumbsCENTERcolumn {
width:74px;
margin-left:78px;
padding-left:4px;
padding-right:4px;
}

#thumbsCENTERcolumn img{
margin-top:5px;
border:solid 1px #000000;
}

	

