/*  
Reckless Design
URL: http://www.recklessdesign.co.uk
Author: Doug Banks - Fresh Egg
Author URL: http://www.freshegg.com/
*/

/*GLOBAL*/
* {padding:0; margin:0;}
	
body {
	font:83.5% Arial, sans-serif;
	color:#333;
	text-align:left;
	background:#707070;
}
img {
	outline:none;
	border:none;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	padding-bottom:10px;
	line-height:1.6em;
	font-size:1.1em;
}
h2 { font-size:1.4em;
	padding-bottom:10px;
}
p.quote {
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
	font-size:1.4em;
}
#rightcolumn p a {
	color:#000000;
	text-decoration:underline;
	}	
/*STRUCTURE*/
#container {
	margin:0 auto;
	width:1000px;
}
#page{
	position:relative;
	float:left;
	background:#fff url(../graphics/BodyBKStep.gif) repeat-y 0 0;
}
#header {
	background:url(../graphics/header.gif) no-repeat 0 0;
	height:46px;
	width:1000px;
	float:left;
	padding:45px 0 0 0;
}	
#header #nav {
	height:46px;
}
#header #nav img {
	float:left;
	padding:0 0 0 20px;
}
#header #nav ul {
	padding:15px 0 0 630px;
}
#header #nav ul li {
	display:inline;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 0 15px;
	font-family:Arial, Helvetica, sans-serif;
}
#header #nav li a {
	color:#999;
	text-decoration:none;
}
#header #nav li a:hover , #header #nav li a.active{
	color:#fff;
}
#leftcolumn {
	width:250px;
	float:left;
	padding:30px 15px 10px 30px;
}
#rightcolumn {
	float:left;
	width:684px;
	min-height:650px;	
}
#rightcolumn #imagearea {
	width:684px;
	height:458px;
}
#rightcolumn #title {
	background:#1d1d1d;
	height:36px;
}
#rightcolumn #title img {
	float:left;
}
#rightcolumn #title p {
	padding:9px 15px 0 0;
	text-align:right;
	color: #E6E6E6;
	font-size:0.7em;
}
#rightcolumn .text {
	padding:10px 20px 0 0;
}
ul.sitemap, ul.portfolio {
	padding-left:30px;
	margin-top:25px;
	line-height:30px;
}
ul.sitemap ul{
	padding-left:10px;
}
ul.sitemap li a{
	color:#333;
	line-height:1em;
}
ul.sitemap li li a{
	line-height:20px;
}
ul.portfolio {
	list-style:none;
}
ul.portfolio li a{
	color:#333;
	font-size:1.3em;
	line-height:30px;
}
ul.portfolio li a.active{
	text-decoration:underline;
}
ul.about {
	line-height:1.6em;
	padding:0 0 0 15px;
	font-size:1.1em;
}
ul.about li {
	padding:7px 0;
}	
form.question {
	margin:20px 0 0 0;
	padding:0 0 0 20px;	 
}
form.question p{
	width:230px;
	line-height:1.2em;
}
form.question p.error, form.question span, span.error{
	color:#FF0000;
	font-size:0.8em;
	}
form.question label{
	width:200px;
	text-align:left;
}
form.question input{
	width:200px;
	padding:3px;
	border:1px solid #1D1D1D;
	background:#FFFFFF !important;
}
form.question input#submit{
	width:80px;
	background:#000 !important;
	color:#FFF;
	padding:3px;
	margin-top:10px;
}
form.question textarea{
	width:200px;
	height:75px;
	padding:3px;
	border:1px solid #1D1D1D;
}
div.Post {
	width:300px;
	float:left;
}
div.Phone {
	width:350px;
	float:left;
}
div.Phone a{ 
	color:#333;
}
#footer {
	width:1000px;
	margin:0 auto;
	background:#707070 url(../graphics/FooterBK.gif) no-repeat left top;
	height:100px;
	font-size:0.75em;
	color:#FFF;	
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}	
#footer p {
	padding:25px 0 0 25px
}





	