/* MAIN ELEMENTS */

body {
	background-image: url(images/layout/wood-bg.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #663300;
	margin-right: 10px;
}

h1 {
	font-size: 14px;
	margin-bottom: -8px;
}

h2 {
	font-size: 10px;
	margin-bottom: -8px;
}

p {
	font-size: 11px;
	line-height: 19px;
	text-align: justify;
}

#header {
	background-image: url(images/layout/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 484px;
	height: 137px;
	left: 89px;
	top: 58px;
}

#middle-main {
	background-image: url(images/layout/middle-bg.jpg);
	background-repeat: repeat-y;
	position: absolute;
	width: 484px;
	height: 460px;
	left: 89px;
	top: 195px;
	padding-left: 5px;
	padding-top: 10px;
}

#footer {
	background-image: url(images/layout/footer.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 484px;
	height: 32px;
	left: 89px;
	top: 665px;
	padding-top: 30px;
	text-align: center;
	font-size: 11px;
}

#nav {
	background-image: url(images/layout/nav.jpg);
	background-repeat: no-repeat;
	position: absolute;
	width: 132px;
	height: 337px;
	left: 573px;
	top: 91px;
	font-size: 13px;
	padding-left: 22px;
	padding-top: 20px;
}

a:link {
	color: #663300;
}

a:visited {
	color: #663300;
}

a:hover {
	color: #996633;
}

a:active {
	color: #663300;
}

/* NAVIGATION - RIGHT */

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li a:link, #navigation li a:visited  {
	display: block;
	height: 23px;
	text-decoration: none;
	color: #663300;
}

#navigation li a:hover {
	font-weight: bold;
	color: #663300;
}

#navigation ul ul {
	margin-left: 12px;
}

#navigation ul ul a:link, #navigation ul ul a:visited {
	color: #996633;
}

#navigation ul ul a:hover {
	font-weight: bold;
}

#currentpage {
	font-weight: bold;
}

/* GLOBAL GRAPHIC ELEMENTS*/

.large-image-styles {
	padding-bottom: 5px;
}

.cell-border {
	border-color: #CCCC99;
	border-width: 1px;
	border-style: solid;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.small-cell-border {
	border-color: #CCCC99;
	border-width: 1px;
	border-style: solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}

.small-cell-spacer {
	width: 91px;
}

.image-caption {
	font-size: 9px;
}

caption {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
	}
	
.image-border-normal {
	border-color: #CCCC99;
	border-width: 1px;
	border-style: solid;
}

	
/* DOOR PAGE */

.door-image-padding {
	padding-bottom: 3px;
}

.doors-cell-border {
	border-color: #CCCC99;
	border-width: 1px;
	border-style: solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 30px;
}

#doors-nav {
	font-size: 11px;
	padding-top: 10px;
	text-align: center;
}
/* SUNDRIES PAGE */

.sundries-table {
	border: 1px solid #CCCC99 ;
	width: 340px;
	height: 98px;
	margin-left: 71px;
	margin-bottom: 15px;

}

.sundries-table-image-left {
	width: 98px;
	border-right: 1px solid #CCCC99;
}

.sundries-table-image-right {
	width: 98px;
	border-left: 1px solid #CCCC99;
}

.sundries-table p {
	font-size: 10px;
	text-align: justify;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

/* CONTACT PAGE */

.input_elements {
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #999999;
}

.form-elements {
	font-size: 10px;
}