﻿body
{
 background: #fff url(/images/bg.gif) repeat-x center top;
}

#wrapper
{
	width: 950px;
	margin: auto;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
}

#header
{
 height:220px;
}

.clear
{
 clear:both;
}

#nav
{
	background: transparent url(/images/nav-bg.gif) no-repeat center bottom;
	height:61px;
	width:612px;
	float:right;
	margin-top:40px;
	}

#nav ul
{
	padding-top:7px;
}

#nav li
{
 display:inline;
 margin-right:80px;
}
#nav li.first
{
 margin-left:25px;
  margin-right:50px;
}

#nav li.last
{
 margin-right:0px;
}


#nav li a
{
 color:White;
 text-decoration:none;
 font-weight:bold;
}

#nav li a:hover
{ 
 color:yellow;
}


#logo
{
 z-index:3000px;
 position:absolute;			
 top:0px;
 
}

#content
{ 
	background: transparent url(/images/tools.jpg) no-repeat right bottom;
	padding-bottom:180px;
}

#content a
{
 color:#497eb4;
}

.left
{
 width:550px;
 float:left;
 display:inline;
 }

 .right
{
 width:300px;
 float:right;
 display:inline;
 margin-right:0px;
 margin-top:-30px;
 }


h1, h2
{
	font-size: 18pt;
 color:#354d76;
 font-family:Georgia;

}

p
{
	font-size: 10pt;
	padding:10px 20px 10px 0px;
}

#footer
{
 height:200px;
	background: #354d76 url(/images/edge-footer.gif) repeat-x center top;
		font-family: "Lucida Grande" , "Lucida Sans Unicode" , Arial, Verdana, sans-serif;
	color:White;

}

#footer-content
{
 width:900px;
 margin:auto;
 padding-top:40px;
}

#footer #locmap
{
 float:left;
 display:inline;
}

#footer #services, #footer #contact-details
{
 float:left;
 display:inline;
 padding-left:80px;
}

#footer ul.list
{
padding: 20px 20px 0px 0px;
display:inline;
float:left;
}

#footer ul.list li
{
 font-size:10pt;
 line-height:14pt;
}

#footer h3
{
 font-weight:bold; 
 border-bottom:1px solid #999;
}

#footer a
{
 color:Yellow;
}


ul.images
{
 width:600px;
}

ul.images li
{
 display:inline;
 float:left;
}

ul.images li.photo
{
	background: transparent url(/images/thumb-bg.jpg) no-repeat left top;
	width:169px;
	height:115px;
  text-align:center;
	padding-top:8px;
}

ul.images li.photo img
{


}

.form
{

}

.formitem
{
	padding: 5px 5px 5px 5px;
	border-bottom: dotted 1px #ccc;
	vertical-align: middle;
}

.formitem label
{
	width:150px;
	display: block;
	float: left;
}

.formitem input[type=text]
{
 width:250px;
 padding:5px;
}

.form input[type=button], .form input[type=submit]
{
 padding:5px 2px;
 font-weight:bold;
}

ul.testimonials li
{
    padding: 30px 0px 30px 60px;
    background: transparent url(/images/speech-marks.gif) no-repeat 0px 20px;
    font-size: 9pt;
    border-bottom: 1px dashed #999;
    color: #696969;
    display: block;
    clear: both;
    width: 300px;
    line-height: 13pt;
}

ul.testimonials li span
{
color:#999; 
font-weight:bold;
padding-top:10px;
display:inline;
float:right;
clear:both;
}

.warning
{
	padding: 5px;
	background-color: #FFE8FF;
	border: 1px solid #FF99FF;
	font-size: 9pt;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
