body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	margin-top: 10px;
}

*
{
	border: 0;
	margin: 0;
	padding: 0;
}

.wrapper
{
	width: 750px;
	margin: auto;
}

.header
{
	position: relative
}

.header ul
{
	position: absolute;
	top:5px;
	right: 0;
}

.header ul li
{
	display: block;
	float: left;
	padding: 10px 20px;
}

.header ul li a
{
	background: url('images/menu.gif') no-repeat;
	text-indent: -99999px;
	display: block;
	overflow: hidden;
}

.header ul li a:focus
{
	-moz-outline: none;
   outline: none;
}

.header ul li a.home
{
	
	background-position: 0 0;
	width: 36px;
	height: 16px;
}

.header ul li a.home:hover
{
	background-position: 0 -16px;
}

.header ul li a.services
{
	background-position: -43px 0;
	width: 51px;
	height: 16px;
}

.header ul li a.services:hover
{
	background-position: -43px -16px;
}

.header ul li a.contact
{
	background-position: -100px 0;
	width: 46px;
	height: 16px;
}

.header ul li a.contact:hover
{
	background-position: -100px -16px;
}

.separator
{
	background: url('images/separator-menu.gif') no-repeat left top;
	width: 30px;
	height: 43px;
	float: left;
}

.home-paragraph
{
	width: 500px;
	float: left;
}

.home-paragraph p
{
	margin: 5px 0 10px 0;
}

ul.home-features
{
	float: left;
	margin-left: 35px;
}

ul.home-features li
{
	padding: 3px 0;
}

.footer
{
	clear: both;
	text-align: center;
	border-top: 1px solid #c8c8c8;
	margin-top: 20px;
	padding-top: 20px;
}

.feature
{
	margin-bottom: 15px;
}

.left
{
	float: left;
	margin-right: 20px;
}

.right
{
	float: left;
}


.feature p
{
	width: 265px;
	float: left;
}

.feature img
{
	float: left;
}

.feature strong
{
	display: block;
}

.clear
{
	clear: both;
}

.features-bg
{
	background: url('images/services-bigbg.jpg') no-repeat 40px 50px;
	overflow: hidden;
	margin-top: 20px;
}

.form-contact
{
	margin: 25px;
	float: left;
	display: inline;
}

.contact-form li
{
	list-style-type: none;
	margin-bottom: 10px;
}

.contact-form li input
{
	background: url('images/form-input-bg.jpg') no-repeat left top;
	width: 238px;
	height: 21px;
	padding: 2px;
}

.contact-form li label
{
	display: block;
	width: 100px;
}

.contact-form li em
{
	color:#f00;
}

.contact-form li textarea
{
	background: url('images/form-textarea-bg.jpg') no-repeat left top;
	width: 233px;
	height: 117px;
	padding: 3px;
}

.contact-details
{
	text-align: center;
	padding-top: 50px;
	font-size: 15px;
}

.contact-details br
{
	margin: 5px;
}


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
