/* 	
	Master CSS document
	Import other CSS docs here...
*/

/*	Palette
	#701614		logo red
	#917348		subnav brown
	#503611		brown
*/



@import url("intial.css");


/*
*	Structure Starts Here
*******************************************/

#page {
	width: 791px;
	margin: 0 auto 0 auto;
}

#mastHead {
	height: 158px;
	margin: 0 0 1px 0;
	padding: 0;
	background: url(../images/ro_leaf.jpg) no-repeat 99% top;
}
	#mastHead img {
		margin-top: 60px;
	}

#mainNav, #sideCol, #mainContent, #footer {
	float: left;
}

#mainWrap {
	width: 791px;
	float: left;
	background: url(../images/tile_mainWrap.gif) repeat-y left top;/**/
}
/*
#mainWrapHome {
	width: 791px;
	float: left;
}
*/

#mainNav {
	height: 27px;
	width: 791px;
	background: #493c32;
	border-bottom: 1px solid #fff;
	padding: 0;
}
	
#sideCol {
	width: 197px;
	height: auto;
	padding: 0 0 20px 0;
}
	#subNav a {
		display: block;
	}
	
	#nextPrevLinks {
		margin: 40px 15px 0 0;
		float: right;
		color: #B8BC9B;
		font-size: 1.4em;
		text-align: right;
	}
		#nextPrevPages {
			margin: 10px 0 0 0;
			font-family: arial, helvetica, sans-serif;
			font-size: .7em;
			color: #B8BC9B;
		}
			#nextPrevPages span {
				display: block;
				font-size: 0.9em;
			}
		
		#nextPrevLinks a, #nextPrevPages a {
			color: #fff;
		}

#mainContent {
	width: 532px;
	margin: 20px 30px 20px 30px;
}

#mainContentHome {
	width: 791px;
	line-height: 0;
}
	#flashHolder {
		border-bottom: 1px solid #fff;
	}

	#mainContentHome img {
		float: left;
	}	

#footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #fff;
	background: url(../images/tile_footer.gif) repeat-x left top;
}
	#footer #awards {
		float: left;
		width: 117px;
		height: 107px;
		background: url(../images/awards.jpg) no-repeat left top;
	}
	
/*
*	Showroom Table Structure Starts Here
*******************************************/
	#mainContent #itemList {
		margin: 0 auto 0 auto;
	}
		#mainContent #itemList tr td {
			padding: 10px 30px 10px 30px;
		}
			#mainContent #itemList tr td img {
				display: block;
				margin: 0 auto 0 auto;
			}
			
			#mainContent #itemList p {
				font-size: 0.9em;
				text-align: center;
				margin: 0;
			}	

/*
*	Typography Starts Here
*******************************************/

h1 {}

	#sideCol h1{
		text-align: right;
		font-style: italic;
		font-size: 1.8em;
		border-bottom: 1px solid #fff;
		color: #fff;
		background: #493c32;
		margin: 0;
		line-height: 1.2em;
		padding: 15px 15px 20px 10px;
	}


h2 {}	

	h2{
		font-size: 1.6em;
		margin: 1.3em 0 .4em 0;
		padding: 0;
	}
	
h3 {}	

	h3{
		font-size: 1.2em;
		margin: 1.4em 0 .2em 0;
		padding: 0;
	}

	
a {}
	
	a { color: #917348; }
	a:hover { color: #701614; }
	
	#mainNav a {
		font-size: 0.95em;
		display: block;
		float: left;
		width: 98px;
		height: 22px;
		padding-top: 5px;
		border-right: 1px solid #fff;
		text-align: center;
		color: #fff;
	}
	#mainNav a#lastItem {
		border: none;
	}
	
	#mainNav a:hover, #mainNav a.currentLink {
		background: #bbb5aa;
	}
	
	#subNav a {
		color: #fff;
		font-size: 1.1em;
		padding: 15px;
		border-bottom: 1px solid #fff;
	}
	#subNav a:hover, #subNav a.currentLink {
		background: #bbb5aa;
	}
	
	#subNav a.currentLink {
		text-align: right;
	}
	
p {}
	
	p {line-height: 1.4em;}
	
	#footer p {
		text-align: right;
		margin-right: 20px;
	}
	
		#footer p#address {
			margin-top: 9px;
			margin-bottom: 10px;
			color: #fff;
		}
		
		#footer p#copyright {
			margin: 20px 20px 0 0;
			font-size: .9em;
		}

blockquote {
	width: 75%;
	font-style: italic;
	color: #666;
	margin: 1em;
}


/*
*	LISTS Starts Here
*******************************************/
ul {
	list-style-type: none;
	margin: 1em 0 1em 0;
	padding: 0;
}
	ul li {
		margin: 0;
		padding: 0 0 3px 0;
	}
	
	ul.bullets {
		list-style-type: square;
		margin-left: 2em;
	}


/*
*	MISC IMAGES Starts Here
*******************************************/
#featureImages img {
	border: 1px solid #333;
	margin-top: 1em;
}
#featureImages p {
	margin: 0;
	padding: 0;
}

.imageFloat {
	text-align: center;
	margin: 1em 0 0 0;
}
	.imageFloat img {
		margin: 2em;
	}


/*
*	Contact Form Here
*******************************************/

.tdLabel {
	width: 60px;
}

.tdValidate {
	color: #d28a00;
}

/*
*	Print Showroom Styles
*******************************************/

#printContent {
	padding-left: 40px;
	background: #fff url('../images/tile_mainWrap2.gif') repeat-y scroll left top;
}

#printContent .borderRight {
	border-right: 1px dotted #333;
	padding-right: 5px;
}
