body {
	
	text-align: center;
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-image: url('../img/background.jpg');
	background-repeat: repeat;
	
}

h1 {
	
	color: #919185;
	font-family: arial, sans-serif, gill sans;
	font-size: 31px;
	font-weight: normal;
	
}

h1 img {
	
	border: none;
	
}

#main {

	background: #ffffff;
	width: 850px;
	padding: 0;
	margin: 10px auto 0 auto;
	
}

#main a {
	
	text-decoration: none;
	
}

#main img {
	
	border: none;
	
}

#header {
	
	margin: 0;
	margin-bottom: 10px;
	
}

#header img { border: none; width: 850px; height: 180px; }

#wrapper {

	position: relative;
	margin: 0;
	
}

#navigation {
	
	background-image: url('../img/menu.jpg');
	background-repeat: no-repeat;
	width: 208px;
	padding: 0px;
	border: 0px;
	margin: 0 0 0 5px;
	position: absolute;
	top: 0;
	left: 0;

}

#navigation img {
	
	border: none;
	float: left;
	margin-bottom: 1px;
	
}

#navigation ul {
	
	margin: 0px;
	border: 0px;
	padding: 0px;
	list-style: none;
	
}

#navigation li {
	
	color: #a0a089;
	font-size: 13px;
	font-family: arial, sans-serif, gill sans;
	display: inline;
	margin: 0px;
	
}

#navigation a {
	
	text-decoration: none;
	
}
	
#content {
	
	background: #ffffff;
	text-align: left;
	margin: 0;
	padding: 0 35px 0 245px;
	
}
	
#content p {
	
	color: #a0a089;
	font-size: 16px;
	font-family: arial, sans-serif, gill sans;
	
}

#content a {
	
	color: #666666;
	text-decoration: none;
	
}

#content a:hover {
	
	color: #404041;
	
}

#content ul {
	
	color: #a0a089;
	padding: 0px;
	border: 0px;
	margin: 0px;
	margin-left: 10px;
	font-size: 17px;
	font-family: georgia, sans-serif, gill sans;
	list-style-type: square;
	list-style-position: inside;
	
}

#content ul li {
	
	padding: 0 0 10px 0;
	border: 0px;
	margin: 0px;
	list-style-type: none;
	
}

#content img {
	
	top: 0px;
	left: 0;
	position: relative;
	text-align: center;
	margin: 0 auto 0 auto;
	
}

#content h4 {

	margin: 0; 
	background-repeat: no-repeat;
	background-position: right;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 22px;

}

#content h4.plus { background-image: url(../img/sign_plus.jpg); }
#content h4.minus { background-image: url(../img/sign_minus.jpg); }

#content p.italics {
	
	font-family: georgia, sans-serif, gill sans;
	font-style: italic;
	font-size: 17px;
	margin-top: 40px;
	
}

#clients_logo {
	
	background: #ffffff;
	text-align: center;
	border: 1px solid #c0c0a8;
	
}

#clients_logo img {
	
	border: none;
	
}

#footer {
	
	background: #cec5bc;
	border: 1px solid #c1c1b7;
	padding: 0;
	margin: 35px auto 10px auto;
	width: 848px;
	
}

#footer p {
	
	color: #525151;
	font-size: 14px;
	font-weight: bold;
	font-family: georgia, sans-serif, gill sans;
	line-height: 30px;
	text-align: center;
	
}



/* Contact form */

form {
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	
}

fieldset {
	
	background: #dddddd;
	width: 550px;
	display: inline;
	border: 1px solid #333333;

}

legend {
	
	color: #919185;
	font-family: georgia, serif, gill sans;
	font-size: 23px;
	
	
}

label {
	
	color: #666666;
	font-family: arial, sans-serif, gill sans;
	font-size: 16px;
	text-align: left;
	padding: 0;
	margin: 0 0 0 9px;
	

}

input {
	
	color: #333333;
	background: #ffffff;
	font-family: arial, sans-serif, gill sans;
	font-size: 14px;
	padding: 2px;
	width: 550px;
	display: inline;

}

input[type=text]:hover {
	
	background-color:#e8e8e1;

}

input.send {
	
	color: #ffffff;
	background: #666666;
	font-family: arial, sans-serif, gill sans;
	padding: 3px;
	border: 3px groove #ffffff;
	margin: 10px auto 0 auto;
	width: 100px;
	display: inline;
	text-align: center;

}

textarea {
	
	color: #000000;
	background: #ffffff;
	font-family: arial, sans-serif, gill sans;
	font-size: 14px;
	padding: 2px;
	width: 550px;
	display: inline;
	
}

/* Contact form */

