/*WebLayout CSS*/
/*standard page with navigation (740px)*/

body {
	background: #d7ccb0 url(../images/layout/page_background.jpg);
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size: 100%;
	text-align: center
}

/*primary text tags*/
td, p, ul, h1, h2, h3 {
	color: #333333
}
p, ul {
	font-size: 70%
}
h1 {
	font-size: 110%;
	font-weight: bold
}
h2 {
	font-size: 90%;
	font-weight: bold
}
h3 {
	font-size: 70%;
	font-weight: bold
}
a:link, a:visited {  
	color: #8b795e;
	font-weight: bold;
	text-decoration: underline
}
a:hover, a:active {
	color: #cdb38b;
	font-weight: bold;
	text-decoration: underline
}
	a img {
		border-width: 0
	}
.clear {
	clear: both
}
.indent {
	padding: 0 20px
}
.small {
	font-size: 65%
}
.banner {
	color: #8b795e;
	font-style: italic
}
.caption {
	font-size: 65%;
	line-height:130%
}
.quote {
	border-top: 1px solid #8b795e;
	border-bottom: 1px solid #8b795e;
	padding: 20px 0;
	margin-top: 100px;
	color: #8b795e;
	font-style: italic
}


/*page area properties*/
#wrapper {
	background-color: #ffffff;
	width: 740px;
	line-height: 130%;
	margin: 0 auto;
	text-align: left
}

	#header01, #header02, #header03, #header04, #header05, #header06, #header07 {
		background-color: #eeeee0;
		background-repeat: no-repeat;
		width: 740px;
		height: 150px;
		padding: 0;
		border-bottom: 4px solid #5d478b;
		font-size: 0%	
	}
		#header01 {
			background-image: url(../webdesign/images/layout/bannerWeb1.jpg);
		}
		#header02 {
			background-image: url(../webdesign/images/layout/bannerWeb2.jpg);
		}
		#header03 {
			background-image: url(../webdesign/images/layout/bannerWeb3.jpg);
		}
		#header04 {
			background-image: url(../webdesign/images/layout/bannerWeb4.jpg);
		}
		#header05 {
			background-image: url(../webdesign/images/layout/bannerWeb5.jpg);
		}
		#header06 {
			background-image: url(../webdesign/images/layout/bannerWeb6.jpg);
		}
		#header07 {
			background-image: url(../webdesign/images/layout/bannerWood.jpg);
		}
	#titlebar {
		background: #8b8378 url(../webdesign/images/title.jpg) no-repeat right top;
		width: 740px;
		height: 35px;
 		padding: 0;
		margin: 0
	}
	#navigation {
		width: 740px
	}
#mainDiv {
	background-color: #ffffff;
}
	.text {
		width: 490px;
		float: left;
		padding: 20px;
		text-align: left
	}
	.pictures {
		padding: 20px;
		width: 170px;
		float: left
	}
		#footer {
		height: 30px;
		padding: 20px;
		border-top: 1px solid #5d478b;
		border-bottom: 4px solid #5d478b;
		vertical-align: middle;
		font-size: 90%;
		text-align: center
	}


/*banner image table properties*/
		#banners {
			background-color: #eeeee0;
			width: 450px;
			border: 1px solid #8b795e;
			line-height: 100%
		}
	/*order form properties*/
		#orderform {
			background-color: #eeeee0;
			width: 470px;
			padding: 10px;
			border: 1px solid #8b795e;
			font-size: 70%;
			line-height: 120%
		}
			.form {
				font-size: 100%
			}
			.form2 {
				font-size: 120%;
				font-weight: bold
			}


/*banner image samples layer properties*/
#imagePopups * img {
	width: 694px;
	height: 164px
}
.layer1, .layer2, .layer3, .layer4, .layer5, .layer6, .layer7, .layer8 {
	position: absolute;
	left: 50px;
	visibility: hidden;
	width: 714px;
	height: 184px;
	padding: 20px 0 0 20px;
	background-color: #ffffff;
	border: 1px solid #8b795e;
	z-index: 10
}
.layer1 {
	top: 150px;
}
.layer2 {
	top: 220px;
}
.layer3 {
	top: 290px;
}
.layer4 {
	top: 360px;
}
.layer5 {
	top: 430px;
}
.layer6 {
	top: 500px;
}
.layer7 {
	top: 570px;
}
.layer8 {
	top: 640px;
}


/* page layout -- response & redirection pages */
#subWrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff
}	
#subHeader {
	width: 740px;
	height: 100px;
	background-image: url(../webdesign/images/layout/bannerWeb2.jpg);
	background-repeat: no-repeat;
}
	#subHeader img {
		padding: 29px 20px 0 20px
	}
#subBar {
 	width: 740px;
	height: 8px;
}
#subContent {
	width: 700px;
	background-color: #ffffff;
}
#subMain {
	width: 740px;
	background-color: #ffffff;
	border-width: 4px 0 8px 0;
	border-style: solid;
	border-color: #5d478b;
	text-align: center
}
#subFooter {
	width: 740px;
	padding: 10px 0 10px 0;
	background-color: #ffffff;	
	text-align: center;
	border-top: 1px solid;
}

