/* AUTHOR: NEIL SMITH (WWW.ARBORFLOORING.CO.UK) */

/*-------------------------------------------------------------------------
 GENERAL LAYOUT STYLE
-------------------------------------------------------------------------*/

*
{	margin:0px;
	padding:0px;
	border:0px;
	color: #000000;
}
	
body
{	margin:0px; 
	padding:0px; 
	border:0px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

p { color:#000000; opacity:0.8; font-size: 1.2em; margin:0px 0px 8px 0px;}
a {	text-decoration:underline; color: #996600; font-weight:bold;}
a:hover{	text-decoration:underline;	color: #996600;	font-weight:bold;}

#container {  
	width:600px; 
	margin-top:20px ; 
	margin-bottom:10px; 
	margin-left:auto; 
	margin-right:auto; 
	padding:5px;
	border:0px solid #999999;
	background:#FFFFFF;
	}

.header {
	border:0px dotted #999999;
	margin:0px 0px 0px 0px;
	background:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	margin-top:20px;
	margin-bottom:0px;
	}

.image {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.logos {
	padding:2px;
}


.nav {
}
	
ul {
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:0px;
	border:0px dotted #999999;
	overflow: auto;
}
	
li {
	font-family:Arial, sans-serif;
	font-size:100%;
	font-weight:normal;
	list-style:none;
	text-transform:uppercase;
	border:1px solid #999999;
	border-bottom:0px;
	padding:3px 3px 4px 3px;  
	margin-left:3px;
	float: right;
}

li a 			{	padding:5px 5px 8px 5px;  color:#666666;	text-decoration:none;}
li a:visited 	{	padding:5px 5px 8px 5px;  color:#666666;	text-decoration:none;}
li a:hover 		{	padding:5px 5px 8px 5px;  color:#000000;	text-decoration:none;}

h1 {
	font-size: 210%;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	color:#000000; opacity:0.8;}

h2 {
	font-size: 150%;
	font-weight:bold;
	margin:5px 0px 10px 0px;
	}

h3 {
	font-size: 130%;
	font-weight:normal;
	text-transform:uppercase;
	margin:0px 0px 0px 0px;	
}
	
h4 {
	font-size: 130%;
	font-weight:bold;
	margin:0px 0px 10px 0px;	
}
	
.panel
{	width:590px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:5px; 
	margin-bottom:0px; 
	clear:both; 
	height:100%; 
	min-height:200px;
	overflow: auto;
	padding:5px 5px 5px 5px; 
	border:0px dotted #999999;}
												
.panel_300
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:0px;
	clear:both;
	height:630px;
	min-height:300px;
	overflow: auto;
	padding:5px;
	border:0px dotted #999999;
}
												
.main
{	width:390px; 
	margin:0px 0px 0px 0px; 
	padding:5px 5px 5px 5px;
	clear:left; 
	float:left;
	border:0px dotted #999999;
}	
	
.right { 
	width:170px; 
	margin:0px 0px 0px 0px; 
	padding:5px 5px 5px 5px;
	float:right; clear:right; 
	overflow: auto; 
	background-color:#FFFFFF;
	border:0px dotted #999999;
}

#footer {
	border-top:1px solid #999999;
	background:#FFFFFF;
	width:600px;
	text-align:center;
	padding:5px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:0px;
}

.validate {
	border:0px dotted #999999;
	background:#FFFFFF;
	width:600px;
	padding:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
}
