* {
	margin:0;
	padding:0;
}

body {
	background:url(/images/bodyBG.gif) top left repeat-x #fff;
	font-family:georgia, times, serif;
	font-size:medium;
	color:#333;
}

a img {
	border:none;
}

#wrapper {
	width:850px;
	margin:0 auto;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	background:url(/images/wrapperBG.gif) top left repeat-y #E5E3D6;
	font-size:92%;
	line-height:1.25;
}

#header {
	width:815px;
	padding:10px 10px 0 25px;
	background-color:#E5E3D6;
	float:left;
}

	#header h1 a {
		float:left;
	}
	
	#header span {
		float:right;
	}

#nav {
	width:850px;
	padding:0;
	color:#FFF6D5;
	background-color:#123D99;
	border-top:1px solid #123D99;
	border-bottom:1px solid #123D99;
	font-size:90%;
	float:left;
}

	#nav ul {
		
	}
	
	#nav ul li {
		display:inline;
	}
	
		#nav ul li a {
			display:block;
			float:left;
			padding:4px 9px;
			color:#FFF6D5;
			text-decoration:none;
			border-right:1px solid #ccc;
		}
		
		#nav ul li.lastitem a {
			border-right:none;
		}
		
		#nav ul li a:hover {
			color:#14234C;
			background-color:#E88752;
		}

#innerWrapper {
	width:825px;
	padding:0 0 10px 25px;
	background-color:#E5E3D6;
	float:left;
}

#main {
	width:450px;
	float:left;
	padding:10px 0 30px 0;
}
	
	#main h2, #main h3, #main h4 {
		color:#123D99;
		font-weight:normal;
		margin-bottom:0.25em;
	}
	
	#main h2 {
		font-size:150%;
	}
	
	#main h3 {
		
	}
	
	#main h4 {
		font-size:120%;
	}
	
	#main ul, #main ol, #main dl {
		list-style:none;
	}

	#main p {
		margin-bottom:1em;
	}
	
	#main a:link, #main a:visited {
		color:#123D99;
	}
	
	#main a:hover, #main a:active {
		color:#E88752;
	}
	
	p.intro {
		font-size:110%;
	}
	

	
	#gallery {
		width:400px;
		float:left;
		padding-top:5px;
		margin:5px 0 20px 0;
		background:url(/images/galleryBG.gif) bottom left repeat-x #E2DFD1;
	}
		
		#gallery div {
			text-align:center;
			padding:4px;
		}
	
		#gallery img.gallery {
			border:1px solid #fff;
			line-height:0;
		}
		
	#product {
		font-size:90%;
		border-top:1px solid #CCC7AD;
		padding-top:20px;
	}
	
	#productImage {
		border:1px solid #14234C;
		float:left;
		margin-right:10px;
	}
	
	#productImage img {
		display:block;
	}
	
	#bricktype {
		clear:left;
		margin-top:1em;
		border-top:1px solid #CCC7AD;
		float:left;
		width:410px;
	}

#extra {
	width:300px;
	float:right;
}

	#extra #mainPhoto {
		display:block;
		/*padding-bottom:6px;*/
		background-color:#fff;
		padding-bottom:5px;
	}
	
	#extra #portfolio, #extra #specials {
		border-bottom:5px solid #fff;
		float:left;
		width:300px;
		margin-bottom:0;
	}
	
		#extra #portfolio h3, #extra #specials h3 {
			background-color:#123D99;
			color:#fff;
			font-weight:normal;
			padding:4px 8px;
		}
		
		#extra #portfolio ul, #extra #specials ul {
			list-style:none;
		}
	
		#extra #portfolio .folioImages img  {
			display:block;
			float:left;
			border:1px solid #fff;
		}
		
#brochure {
	background-color:#e4e3d6;
	text-align:center;
}

#footer {
	clear:both;
	width:800px;
	margin:0 auto;
	background-color:#123D99;
	color:#fff;
	padding:10px 25px;
	font-size:90%;
}


dt {
	font-weight:bold;
}

dd {
	margin-bottom:0.5em;
}


div.bricktype, div.building {
	padding:5px;
	float:left;
	background-image:none;
}

div.bricktype img, div.building img {
	width:80px;
	padding:5px;
	background-color:#fefefe;
	border:1px solid #ccc;
}

div.bricktype a span, div.building a span {
	display:block;
	width:90px;
	color:#000;
	text-align:center;
	text-decoration:none;
}



.backtotop {
	font-size:90%;
	margin:0.5em 0 0 0;
	text-align:right;
}

hr.clearer {
	visibility:hidden;
	clear:both;
}

#credit {
	font-size:80% !important;
	color:#666;
	padding:5px 25px;
	background-color:#fff
}

	#credit a:link, #credit a:visited {
		color:#666;
		text-decoration:none;
	}
