/* 
designtoo :: Robert Leach
Author: designtoo (dbh)
info@designtoo.com
19-Sept-2006
Revision 1.0
*/

@charset "utf-8";
/*  */

/* standard HTML defined elements */

body	{
	margin: 0px;
	text-align: center;
	background-color: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	}
	
/*h1	{
	font-size: 14px; 
	font-family: "Times New Roman", Times, serif;
	}*/
	
h2	{
	font-size: 12px;
	font-weight: bold;
	}
		
a:link	{
	color: #000;
	text-decoration: none;
	}
	
a:hover	{
	color: #333;
	text-decoration: underline;
	}
	
a:active	{
	color: #000;
	text-decoration: none;
	}
	
a:visited	{
	color: #000;
	text-decoration: none;
	}
	
/*DIV elements*/

#horizon { /* container for vertical centering */
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -322px;
	text-align: center;
	}
	
#wrapper { /* container for horizontal centering */
	position: relative;
	width: 770px;
	margin: 0 auto;
	text-align: center;
	}
	
#topBar {
	width: 750px;
	height: 23px;
	padding-right: 20px;
	padding-top: 7px;
	background-color: #71756f;
	border-bottom: 1px solid #fff;
	text-align: right;
	}

/*top bar menu*/

#topBar ul {
	margin: 0;
	padding: 0;
	}
		
#topBar ul li	{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;		
	}
	
#topBar ul li a:link, #topBar ul li a:active, #topBar ul li a:visited	{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
	padding-right: 8px;
	}
	
#topBar ul li a:hover	{
	color: #ccc;
	}

/*highlight current page in the top nav bar*/

#topBar #topNav .home a, #topBar #topNav .links a	{
	color: #ccc;	
	}

/* main photo */
	
#photo {
	width: 770px;
	height: 360px;
	border-bottom: 1px solid #fff;
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	clear: right;
	background-color: #46493D;	
	}
	
#content {
	width: 514px;
	height: 180px;
	line-height: 1.5;
	border-right: 1px solid #fff;
	background-color: #78876a;
	padding: 20px;
	margin: 0;
	text-align: left;
	float: left;
	clear: none;
	}

/*variation on #content to allow for pages with four photo changer*/

#contentVary	{
	width: 554px;
	height: 220px;
	line-height: 1.5;
	border-right: 1px solid #fff;
	background-color: #78876a;
	padding: 0;
	margin: 0;
	text-align: left;
	float: left;
	clear: none;
	}

/* thumb-sized photograph container div */

#thumbContainer	{
	margin: 0;
	padding: 11px 0 0 11px;
	width: 211px; 
	height: 209px; 
	overflow: auto;
	float: left;
	clear: right;
	}
	
/* photos for #thumbContainer */
	
.photo img	{
	border: 1px solid #fff;
	width: 92px;
	height: 92px;
	margin: 0 11px 11px 0px;
	background-color: #;
	float: left;
	}
	
/* container for text within #contentVary*/

#textBox	{
	/*height: 209px;*/
	height: 198px;
	width: 321px ;
	border: none;
	margin: 0;
	padding: 11px 11px 11px 0;
	float: right;
	clear: right;
	}
			
#menu {
	width: 215px;
	height: 220px;
	margin: 0;
	line-height: 2;
	background-color: #cac9c3;
	padding: 0;
	text-align: left;
	text-indent: 42px;
	float: right;
	clear: right;
	}
	
#menu ul	{
	margin: 0;
	padding: 0;
	list-style-type: none;	
	}
	
#menu ul li a	{
	display: block;
	border-left: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 0;
	margin: 0;
	width: 213px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #003300;
	}
	
#menu ul a:hover {
	display: block;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-color: #ccc; 
	color: #666666;
	}
	
/*highlights the current page in #menu (main navigation)*/

#menu #mainNav .restoration a,
#menu #mainNav .upholstery a,
#menu #mainNav .commissioning a,
#menu #mainNav .rob_leach a,
#menu #mainNav .articles a,
#menu #mainNav .contact a	{

	display: block;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-color: #ccc; 
	color: #666666;
}

#footerBar {
	width: 750px;
	height: 14px;
	margin: 0;
	padding: 8px 10px;
	border-top: 1px solid #fff;
	background-color: #71756f;
	text-align: left;
	font-size: 0.8em;
	float: inherit;
	clear: both;
	}
