﻿/* CSS layout */
body {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('images2/burby-body-background.jpg');
	background-repeat: repeat-x;
	background-color: #FAE89B;
}

	
#wrap  { 
	width: 920px; 
	border: maroon;
	border-style: solid;
	background: maroon;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	 } /* "auto" makes the left and right margins center the wrapper */  

#header {
	position: relative;
	width: auto;
	height: 65px;
	background: #D2DB8C;
	margin-bottom: 6px;
	
		
}

#logo {
	position: absolute;
	left: auto;
	width: 215px;
}

#masthead {
	position: absolute;
	right: 1px;
	bottom: 2px;
	width: 705px;
	background: #D2DB8C;
	font-weight: bold;
	
}

#container {
	width: 100%;
	clear: both;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
	height: 240px;
	
}

#left_col {
	width: 294px;
	height: 235px;
	vertical-align: middle;
	left: auto;
	margin-right: 6px;
	background: #4894AB;
	margin-bottom: 10px;
	border: medium, #4894AB;
}

#page_content {
	border: medium;
	border-color: #456F97;
	position: absolute;
	top: 0px;
	background: #FAE89B;
	left: 297px;
	margin-left: 6px;
	float: right;
	width: 607px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 14px;
	height: 239px;
	margin-bottom: 10px;
}

ul {
	list-style-type: circle;
	list-style: circle inside;
}

#container2 {
	width: 100%;
	clear: both;
	position: relative;
	margin-top: 10px;
	height: 262px;
	margin-top: 10px;
	margin-bottom: 5px;
	
}

#photo_menu {
	background: #FAE89B;
	width: 507px;
	margin-right: 6px;
	left: auto;
	left: auto;
	height: 262px;
	font-size: small;
	font-weight: bold;
		
}

#productgallery {
	background: #FAE89B;
	width: 920px;
	margin-right: 6px;
	left: auto;
	left: auto;
	height: 262px;
	font-size: small;
	font-weight: bold;
		
}

#richelieu10 {
	background: #FAE89B;
	position: absolute;
	width: 238px;
	height: 230px;
	left: 545px;
	right: auto;
	bottom: 30px;
	vertical-align: middle;
	margin-top: 10px;
	
}

#trinitypic9 {
	background: #FAE89B;
	position: absolute;
	width: 248px;
	height: 248px;
	left: 592px;
	right: auto;
	bottom: 8px;
	vertical-align: middle;
	margin-top: 10px;
	
}

#ompic7 {
	background: #FAE89B;
	position: absolute;
	width: 352px;
	height: 248px;
	left: 550px;
	right: auto;
	bottom: 8px;
	vertical-align: middle;
	margin-top: 10px;
	
}

#artsyspic6 {
	background: #FAE89B;
	position: absolute;
	width: 359px;
	height: 265px;
	left: 550px;
	right: auto;
	bottom: 3px;
	vertical-align: middle;
	margin-top: 10px;
	
}

#basecontent {
	clear: both;
	top: 0px;
	background: #FAE89B;
	width: 401px;
	right: auto;
	margin-left: 6px;
	font-size: small;
	font-weight: bold;
		
}

#footer {
	top: 566px;
	background: #D2DB8C;
	left: auto;
	right: auto;
	font-size:  small;
	height:  80px;
	padding-top: 3px;
	font-size: 10px;
	font-weight: bold;
	clear: both;
}

#product_content {
	border: medium;
	border-color: #456F97;
	position: absolute;
	top: 0px;
	background: #FAE89B;
	left: 0px;
	float: left;
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	font-size: 14px;
	height: 100%;
	margin-bottom: 10px;
}

#quicklinks {
	position: absolute; 
	width: 200px; 
	height: 256px; 
	left: 0px; 
	top: 2px; 
	border-right-color: #800000; 
	border-right-style: solid; 
	border-right-width: thin;
	padding-left: 2px;
	padding-top: 2px;
}

.hr {
	color: maroon;
}


 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  



