/* CSS Document */ 
@import "../af/scripts/all.css"; 

/**/
body{
	margin-top: 0px;
	text-align: center;
	background-color: #fff;
}

/* contains the whole of the page */
#bodyframe{
	width: 805px; /*to get the size to move depending on what it contains inside*/
	height: auto; /*to get the size to move depending on what it contains inside*/
	margin: 0 auto; /*to keep it centered*/
	background: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
}

/* Contains area for the logo */
#headerframe{
	float: left;
	width: 805px;
	height: 160px;
	border: #889523 solid 1px;
	margin-bottom: 10px;
}

#logoheader{
	float: left;
	width: 805px;
	height: 110px;
	background: #fff url(../images/layout/topbg.jpg) top left no-repeat;
}

#artisanlogo{
	float: left;
	margin-left: 76px;
	margin-top: 10px;
	width: 242px;
	height: 100px;
	background: url(../images/layout/artisanfloorslogo.jpg) top left no-repeat;
}

#artisanlogo a{
	display: block;
	width:242px; 
	height:100px; 
	background: url(../images/layout/artisanfloorslogo.jpg) top left no-repeat;
}

#foundationforlife{
	margin-top: 85px;
	float: left;
	width: 286px;
	height: 21px;
	background: url(../images/layout/foundationforlife.gif) top left no-repeat;
}

/* Top Navigation SWF */
#topnavigationswf{
	float: left;
	clear: left;
	height: 48px;
	/*margin-top: 5px;*/
	text-align: center;
	border-top: #889523 solid 1px;
}

/*Spacer */
.divider{
	clear: left;
	height: 10px;
}

/* Content divisions */
#contentframe{
	float: left;
	width: 805px;
	height: auto;
	text-align: left;
	border: #889523 solid 1px;
}

/* Lifestyle area */
#bottomnavigations{
	float:left;
	width: 800px;
	height: 116px;
	text-align: center;
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: #9fac36 solid 1px;
}

#lifestyleswf{
	float: left;
	width: 523px;
	height: 116px;
	margin-left: 5px;
}

/* When it's products links instead */
#bottomproductlinks{
	float: left;
	width: 523px;
	height: 116px;
	margin-left: 5px;
}

/* bottom navigation */
#bottomnav{
	float: left;
	width: 255px;
	height: 116px;
	margin-left: 5px;
}

/* Footer area */
#footer{
	float: left;
	width: 805px;
	height: 50px;
	margin: 0px 0px;
	text-align: left;
	border-top: #9fac36 solid 1px;
	background: #fff url(../images/layout/footerbg.jpg) bottom right no-repeat;
}

/* Copyright*/
#copyright{
	float: right;
	width: 257px;
	margin-top: 0px;
	margin-bottom: 15px;
}

#copyright p{
	text-align: right;
}

.titles{
	text-align: center;
}

.summary_images{
	border: 1px solid #9fac36; 
}
