html {
	min-height:100%;
}
* {
	margin:0;
	padding:0;
}
a {
	color:#807e67;
}
a:hover {
	color:#a7a37e;
}
body {
	background:#E7E7E2 url('img/body.jpg') no-repeat center top;
	color:#444;
	font:normal 62.5% Georgia,serif;
	padding-top:64px;
}
p,code,ul {
	padding-bottom:1.2em;
}
li {
	list-style:none;
}
h1 {
	font:normal 1.8em Tahoma,sans-serif;
}
h2 {
	font:bold 1.4em sans-serif;
}
h3 {
	font:bold 1em Tahoma,sans-serif;
}
hr {
	color:#eee;
	height:1px;
}
form,input {
	margin:0;
	padding:0;
	display:inline;
}
blockquote {
	background:url(img/quote.gif) no-repeat;
	display:block;
	font-weight:bold;
	padding-left:28px;
}
h1,h2,h3 {
	padding-top:6px;
	color:#553;
	margin-bottom: 4px;
}
/* misc */
.clearer {
	clear:both;
	font-size:0;
}
.left {
	float:left;
}
.right {
	float: right;
}
/* structure */
.inner-container {
	border:2px solid #D7D7D2;
	background:#FFF;
	font-size:1.2em;
	margin:0 auto;
	padding:10px;
	width:780px;
}
.outer-container {
	background:url('img/container.jpg') no-repeat center bottom;
	padding-bottom: 64px;
}
/* headere & title */
.header {
	background:#222 url('img/header.jpg') no-repeat;
	height:160px;
	margin-bottom:5px;
	text-align:center;
}
.header .title {
	color:#333;
	padding-top:100px;
	padding-right:15px;
	text-align:right;
}
.header .title .sitename a {
	border-bottom:1px dashed #657382;
	color:#838383;
	font:normal 3em sans-serif;
	padding-bottom:2px;
	text-decoration:none;
}
.header .title a:hover {
	color:#333;
}
.header .title .slogan {
	font:normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
}
/* path */
.path {
	background:#949490;
	color:#FFF;
	font:normal 1.1em Verdana,sans-serif;
	padding:8px 12px;
}
.path a {
	color:#FAFAFA;
	text-decoration:none;
}
.path a:hover {
	color:#FFE;
	text-decoration: underline;
}
/* main */
.main {
	border-top:4px solid #FFF;
	padding: 8px 12px 0 0;
}
/* content */
.content {
	float:left;
	width:505px;
	padding:0 0 0 10px;
}
.content .descr {
	color:#664;
	font-size:0.9em;
	margin-bottom:6px;
}
.content li {
	list-style:url(img/li.gif);
	margin-left:18px;
}
.content p {
	font-family:"Georgia",sans-serif;
	font-size:16px;
	line-height: 22px;
}
/* navigation */
.navigation {
	float:right;
	width:240px;
	margin:20px 0;
}
.navigation h2 {
	color:#5A5A43;
	font:bold 1.1em Tahoma,sans-serif;
	line-height:30px;
	margin:0;
	padding-left:12px;
}
.navigation a {
	color:#333;
}
.navigation ul {
	padding:0;
	border-top:1px solid #EAEADA;
}
.navigation li {
	border-bottom:1px solid #EAEADA;
}
.navigation li a {
	font-size:1.1em;
	color:#554;
	display:block;
	padding:8px 0 8px 5%;
	text-decoration:none;
	width:95%;
}
.navigation li a:hover {
	background:#F0F0EB;
	color:#654;
}
.result-img {
	background:url('img/shadow.gif') no-repeat bottom right;
	clear:left;
	float:left;
	margin:0 10px 15px 0;
	padding:0;
	position:relative;
}
.result-img img {
	background-color:#fff;
	border:1px solid #a9a9a9;
	display:block;
	margin:-5px 5px 5px -5px;
	padding:4px;
	position: relative;
}
/* footer */
.footer {
	background:#949490;
	color:#F7F7F2;
	font:bold 1em sans-serif;
	margin-top:5px;
	padding:10px 12px;
}
.footer a {
	color:#F7F7F2;
	text-decoration:none;
}
.footer a:hover {
	color:#fff;
}
.footer .right,.footer .right a {
	color:#C8C8C3;
}
.footer .right a:hover {
	color: #F7F7F2;
}

/* added for LFR form */
/*------FORMS------*/

#contact-form fieldset,form,label,legend {
	margin:0;
	padding:0;
	border-left: 1px dashed #999;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
#contact-form fieldset {
	margin:0 0 1.5em 0;
	padding:1.4em;
}
#contact-form legend {
	padding:0 .4em;
	font-size: 1.2em;
}
#contact-form label {
	float:left;
	width:9em;
	/*display:block;
	*/
	clear:left;
	margin-right:1em;
	text-align:left;
	cursor:hand;
}
#contact-form textarea,input,select,label,button,optgroup {
	margin-top:5px;
}
#contact-form input[type="checkbox"],input[type="radio"] {
	margin-bottom: 7px;
}
/* Color palette*/
#contact-form fieldset {
	border:0px solid #ccc;
}
#contact-form legend {
	background-color:#e3dfdf;
	color:#333;
}
#contact-form label {
	color:#333;
}
#contact-form textarea {
	border:1px solid #666;
}
#contact-form textarea:focus,input[type="text"]:focus {
	border:2px solid #666;
}
#contact-form select {
	background-color:#fff;
	color:#000;
}
#contact-form input[type="text"] {
	border:1px solid #666;
}
#contact-form input[type="submit"] {
	background-color:#ccc;
	color:#333;
}
#contact-form input[type="checkbox"] {
	color:#000;
}
#contact-form input[type="radio"] {
	background-color:#fff;
	color:#000;
}
#contact-form option {
	background-color:#fff;
	color:#000;
}
#contact-form optgroup {
	background-color:#ccc;
	color:#000;
}
#contact-form button {
	background-color:#ccc;
	color:#333;
}
.error {
	color:red;
}
input.error {
	padding-left:0px;
	background-color:#FFFF99;
}
#contact-form textarea {
	width:300px;
	height:150px;
	padding:5px;
	vertical-align:top;
}
#contact-form input[type="submit"] {
	background-color:#ccc;
	color:#333;
	margin-left:250px;
}
#contact-form span {
	clear:both;
}
#contact-form textarea,input,select,label,button,optgroup {
	margin-top:3px;
	margin-bottom:3px;
}
#contact-form input[type="checkbox"],input[type="radio"] {
	margin-bottom:0px;
}
#contact-form .error {
	float:none;
	color:red;
	padding-left:5px;
	vertical-align:middle;
}
#contact-form input.error,#contact-form textarea.error {
	padding-left:0px;
	background-color:#FFFF99;
	display:inline;
}
#contact-form span.middle {
	/*vertical-align:top;
	*/
}
#error-form {
	color:#db4105;
	font-weight:bold;
	width:auto;
	background-color:#eeeeee;
	border:dashed 1px #333;
	padding: 5px;
	margin: 10px 0 10px 0;
}