@charset "utf-8";

/****************************/
/* A and A Fence & Concrete */
/*       CSS Document       */
/*         Homepage         */
/****************************/

.right-vid {
	float: right;
	border: 1px solid #c1bfa7;
}

#content-wrap {
	background: url(../images/home-bg.png) 585px 216px no-repeat;
}

#content {
	padding: 8px;
}

#home-banner {
	width: 564px;
	margin: 8px 6px 0 2px;
	float: left;
	display: inline; /* IE 6 */
	background: #c9dbe8;
	text-align: center;
}

/* Image rotator (rounded corners) */

#home-banner embed, #home-banner object {
	margin: 3px -12px -12px;
}

#home-banner-topleft, #home-banner-topright, #home-banner-bottomleft, #home-banner-bottomright {
	width: 15px;
	height: 15px;
	position: relative;
}

#home-banner-topleft {
	float: left;
	background: url(../images/home-banner-topleft.gif) no-repeat;
}

#home-banner-topright {
	float: right;
	background: url(../images/home-banner-topright.gif) no-repeat;
}

#home-banner-bottomleft {
	float: left;
	background: url(../images/home-banner-bottomleft.gif) no-repeat;
}

#home-banner-bottomright {
	float: right;
	background: url(../images/home-banner-bottomright.gif) no-repeat;
}

#content-topimages img {
	margin: 0;
}

/* Content */

#content {
	background: url(../images/home-content-top.gif) top center no-repeat;
}

#home-content {
	width: 560px;
}

#home-content p {
	color: #35352f;
	line-height: 14px;
	padding-top: 10px;
	padding-left: 225px;
}

#home-links {
	width: 342px;
	margin-left: -10px;
	float:right;
	position: relative;
	left: -3px;
	background: #e2e1d3 url(../images/home-links-top.png) top no-repeat;
}

#home-links-inner {
	padding: 10px 0;
	background: url(../images/home-links-bottom.png) bottom no-repeat;
}

#home-links-inner2 {
	border-right: 1px solid #c1bfa7;
}

#home-links-inner2 ul {
	margin: 0;
}

#home-links-inner2 ul li { /* CSS image replacement */
	position: relative;
	top: 0;
	left: 0;
	background-image: url(../images/home-bullet.gif);
}

#home-links-inner2 ul li a { /* Text under images */
	font-size: 11px;
}

#home-links-inner2 ul li img {
	position: absolute;
	top: 0;
	left: 24px;
}