#noshow { display: none; }
body,html {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F9F7F0;
} 

/* General rules to keep things tidy */

p, table, tr, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

table.homepagenews, table.homepagenews tr {
	margin: 0px;
	padding: 0px;
}

table.homepagenews td {
	margin: 0px;
	*padding: 15px 0px 15px 0px;
}

a {
	color: #3D6297;
}

h1 {
	font-size: 14px;
	color: #3C2800;
	margin-bottom: 7px;
	padding: 0px;
}

h2, h3 {
	font-size: 12px;
	color: #B03100;
	margin: 0px;
	padding: 0px;
}
		
/* Search */

#resultstring {
	margin-top: 8px;
}

.searchresult {
	margin-top: 8px;
}

/* end search stuff */

div#wrapper {
	position: relative;
	width: 748px;
	text-align: left;
	margin: 5px auto 0px auto;
	padding: 0px;
}

	div#nav {
		float: left;
		padding-bottom: 1px;
		border-bottom: 1px solid #6C4B35;
	}
	
		div#nav div {
			cursor: pointer;
			cursor: hand;
		}
	
		div#nav #home {
			position: relative;
			float: left;
			background-image: url(../layout/home-button.png);
			height: 80px;
			width: 80px;
			margin-right: 1px;
		}
		
		div#nav #about-us {
			position: relative;
			float: left;
			background-image: url(../layout/aboutus-button.png);
			height: 80px;
			width: 105px;
			margin-right: 1px;
		}
		
		div#nav #product-lines {
			position: relative;
			float: left;
			background-image: url(../layout/productlines-button.png);
			height: 80px;
			width: 98px;
			margin-right: 1px;
		}
		
		div#nav #warranty-service {
			position: relative;
			float: left;
			background-image: url(../layout/warrantyservice-button.png);
			height: 80px;
			width: 110px;
			margin-right: 1px;
		}
		
		div#nav #contact-us {
			position: relative;
			float: left;
			background-image: url(../layout/contactus-button.png);
			height: 80px;
			width: 122px;
		}
		
	div#logos {
		position: relative;
		float: left;
		margin-left: 1px;
		border: 1px solid #6C4C3B;
		background-color: #D2C6AA;
		height: 80px;
		* height: 82px;
		width: 226px;
		* width: 228px;
	}
		
		.mPhoto {
			position: absolute;
			-moz-opacity:0.0;
			filter:Alpha(opacity=0);
		}
	
	div#photo {
		position: relative;
		float: left;
		clear: both;
		margin: 1px 0px 3px 0px;
	}
	
	div#diamond-heating {
		position: relative;
		float: left;
	}
	
		div#diamond-heating div.header {
			position: relative;
			width: 371px;
			height: 45px;
			background-color: #372D26;
			text-align: center;
		}
		
		div#diamond-heating div.column {
			float: left;
			margin-top: 1px;
		}
		
			div#diamond-heating div.column-title {
				background-image: url(../layout/column-title-left.png);
				width: 123px;
				height: 21px;
				* height: 27px;
				text-align: center;
				padding-top: 6px;
				font-size: 14px;
				font-weight: bold;
				color: #473A33;
			}
			
			div#heat {
				margin-right: 1px;
			}
			
			div#air {
				margin-right: 1px;
			}
			
			div#service {
				margin-right: 0px;
			}
		
	div#fire-by-diamond {
		position: relative;
		float: right;
	}
	
		div#fire-by-diamond div.header {
			position: relative;
			width: 371px;
			height: 45px;
			background-color: #372D26;
			text-align: center;
		}
		
		div#fire-by-diamond div.column {
			float: left;
			margin-top: 1px;
		}
		
			div#fire-by-diamond div.column-title {
				background-image: url(../layout/column-title-right.png);
				width: 185px;
				height: 21px;
				* height: 27px;
				text-align: center;
				padding-top: 6px;
				font-size: 14px;
				font-weight: bold;
				color: #473A33;
			}
			
			div#furnishings {
				margin-right: 1px;
			}
			
			div#fireplaces {
				margin-right: 0px;
			}
			
	div#footer {
		position: relative;
		float: left;
		width: 748px;
		height: 18px;
		margin-top: 9px;
		padding: 0px;
		background-color: #333333;
		border-top: 1px solid #930420;
		text-align: center;
	}
	
		div#footer p, div#footer p a {
			color: #A9947E;
			font-size: 10px;
			font-weight: bold;
		}
		
		div#footer p a:hover {
			color: #967C69;
		}
	
/* Inside styles */

div#content {
	position: relative;
	clear: both;
}

div#left {
	position: absolute;
	margin-top: 1px;
	width: 186px;
	min-height: 516px;
	* height: 516px;
	background-color: #D0C5A9;
	border: 1px solid #44382F;
}

	div#inside-nav {
		position: relative;
		padding: 0px;
		border: none;
	}

div#departments {
	position: relative;
	width: 184px;
	height: 75px;
	background-color: #372D26;
	border: 1px solid #AB7654;
}

div#right {
	position: relative;
	min-height: 516px;
	*height: 516px;
	left: 210px;
	top: 24px;
	width: 520px;
}