@charset "UTF-8";
/* Audrey Meadows CSS */

body {
	background: url(../images/grey-bg-grad1.jpg) #666b68;
	background-repeat:repeat-x;
}

#maincontainer {
	position:relative;
	top:10px;
	width:883px;
	height:710px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:883px;
	position:absolute;
	top:0px;
	left:0px;
	height:124px;
}

#menu {
	position:absolute;
	top:124px;
	left:0;
	width:883px;
	height:35px;
}

#leftcopy {
	position:absolute;
	left:0px;
	top:159px;
	width:883px;
	height:444px;
	background-image:url(../images/builders-bg1.jpg);
}

#greenbar1 {
	position:absolute;
	top:599px;
	left:0;
	width:883px;
	height:20px;
	background-color:#333a35;
}

#buckets {
	position:absolute;
	top:489px;
	left:0;
	width:883px;
	height:240px;
	background-color:#d8ceb6;
	text-align:center;
}

#bucketsinside {
	position:absolute;
	top:12px;
	left:9px;
	width:864px;
	height:170px;
	text-align:center;
}

#welcomebottom {
	position:absolute;
	top:620px;
	left:0px;
	width:883px;
	height:95px;
	text-align:center;
}

#lefttopcopy {
	position:absolute;
	top:280px;
	left:24px;
	width:160px;
	height:113px;
	text-align:center;
}

#righttopcopy {
	position:absolute;
	top:364px;
	left:172px;
	width:173px;
	height:35px;
	text-align:center;
	z-index: 60;
}

#leftbotcopy {
	position:absolute;
	top:115px;
	left:64px;
	width:786px;
	height:314px;
	text-align:justify;
}

#righttopcopy2 {
	position:absolute;
	top:365px;
	left:563px;
	width:173px;
	height:35px;
	text-align:center;
	z-index: 60;
}

.shadow {
box-shadow: 7px 7px 8px #444;
-webkit-box-shadow: 7px 7px 8px #444;
-moz-box-shadow: 7px 7px 8px #444;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#444, offX=7, offY=7, positive=true);
}
