/*Style Sheet... "main.css" by Krishan Rodrigo for House of Laudanum...*/

body { 
	font-family: Tahoma,Verdana, Arial, Helvetica; 
	font-size: 11px; 
	line-height: 12pt; 
	background-color: #C9F9AC; 
	padding: 0; 
	margin: 0;
	scrollbar-face-color:#C9F9AC;
	scrollbar-highlight-color:#E2FCDA;
	scrollbar-3dlight-color:#094905;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:#6699FF;
	scrollbar-arrow-color:#669999;
	scrollbar-track-color:#E2FCDA;
	background-image: url(../images/chest-nut-tree-bg.jpg);
	background-repeat: repeat;
}

a {
	color: #000099;
	text-decoration: none;
}

img {
	border: 0;
}
		
a:hover {
	text-decoration: underline;
}

#header {
	color: #094905;
	min-width: 400px;
	width: 100%;
	padding: 10px 0 0 0;
	height: 128px;
	background-color: #C9F9AC; 
}

	#header #logo {
		width: 17%;
		float: left;
		text-align: center;
	}
	
	#header #title {
		width: 45%;
		padding: 28px 0 0 32px;
		float: left;
	}
	
		#title h1 {
			font-size: 48px;
			font-family: "Felix Titling" !important;
			padding: 0;
			padding: 19px 0 3px 0;
			margin: 0 0 25px 0;
		}
		
		#title .slogan {
			font-size: 16px;
			font-weight: bold;
		}
	
	#header #address {
		width: 25%;
		min-width: 200px;
		float: right;
		font-weight: bold;
		line-height: 13px;
		padding: 0 0 0 0;
		position: static;
	}
	
		#address a {
			color: #000099;
			text-decoration: none;
		}
		
		#address a:hover {
			text-decoration: underline;
		}

#content {
	text-align: left;
	min-width: 400px;
}

	#content #sidebar {
		width: 150px;
		/*float: left;*/
		min-width: 100px;
		position: absolute;
		top: 155px;
		text-align: right;
	}
	
		#sidebar img {
			border: 1px solid #000;
		}
		
		#sidebar img.noBorder {
			border: 0;
		}
	
	#content #contentArea {
		margin: 0 10% 0 240px;
		float: left;
		/*width: 60%;*/
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	
	#contentArea h1.heading, h2 {
		color: #094905;
		font-size: 15px;
		padding: 0;
		margin: 10px 0 25px 0;
	}
	
	p {
		margin: 0 0 10px 0;
	}
	
	#contentArea p ul {
		margin : 0 0 0 0;
		padding: 0 0 0 15px;
		list-style : none;
	}
	
	#contentArea p ul.home {
		margin : 0 0 0 0;
		padding: 0 0 12px 15px;
		width: 500px !important;
	}
	
		ul.home li {
			float: left;
			list-style-type: disc;
			padding : 0 0 0 0;
			width: 275px;
		}
		
		li h2 {
			padding: 0;
			margin: 0;
			font-size: 12px;
			color: #000;
		}

#nav {
	width: 148px;
}

	#nav ul {
		padding: 0;
		margin: 0 0 20px 0;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
	}
	
		#nav ul li {
			width: 149px;
			list-style-type: none;
			margin: 0;
			text-align: right;
			line-height: 15px;
			font-size: 11px;
			color: #555555;
			font-weight: bold;
		}
		
			#nav ul li a {
				color: #555555;
				text-decoration: none;
				padding: 2px 4px 2px 4px;
				display: block;
				border-right: 1px solid #ccc;
				border-bottom: 1px solid #ccc;
			}
			
			#nav ul li a:hover {
				color: #555555;
				background-color: #E2FCDA;
				padding: 2px 4px 2px 4px;
			}

p.footer {
	margin: 22px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

img.onRight {
	float: right;
	margin: 0 0 12px 12px;
}

img.onLeft {
	float: left;
	margin: 0 12px 12px 0;
}

#veneerGallery {
	margin: 0 0 15px 0;
	width: 490px;
	clear: left;
}

	#veneerGallery .item {
		width: 150px;
		padding: 0 10px 12px 0;
		text-align: center;
		font-size: 11px;
		float: left;
	}
	
	#veneerGallery .item img {
		width: 150;
		height: 208px;
	}