﻿* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	overflow: scroll;
	overflow-x: auto;
}
body {
	font: normal 12px/12px Arial, Tahoma, Verdana, Sans-Serif;
	color:#404040;
	text-align: center;
    background: #fff url(../Images/bg_body.jpg) top center repeat-y;
	text-decoration: none;
	line-height: 150%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
margin-left:0; }

html>body {margin-left:-1px } <= for other browsers


p, table, tr, td, ul, ol, li, input, option, select, textarea, div, span, fieldset, legend, label {
	font: normal 12px/12px Arial, Tahoma, Verdana, Sans-Serif;
	color: #404040;
	line-height: 150%;
}

.line {
	height: 0;
	background: #fff;
	border-bottom: 1px solid #e4dfdd;
	border-top: 1px solid #fff;
	width: 80%;
	padding: 0 10%;
	margin: 5px 0;
	}


h1, h2, h3, h4, h5, h6
{
    font: normal 12px/12px Arial,Tahoma,Verdana,Sans-Serif;
    color: #404040;
    width: 100%;
    text-align: left;
	letter-spacing: 0px;
	margin: 0 0 10px 0;
	height: auto;
	line-height: 100%;
}

h1 {
	font-size: 17px;
	font-weight: bold;
	color: #717173;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 2px 0;
	}

A:focus, A:hover, A:active /* Firefox image outline fix */ { 
	outline: none;
}

A:focus img, A:hover img, A:active img /* Firefox image outline fix */ { 
	outline: none; 
	border: none;	
}
a {
	text-decoration:none;
	color: #5a942d;
}

a:hover { text-decoration:underline; }

a:active { text-decoration: none; }

a.WhiteLink {
	text-decoration:none;
	color: #ccc;
}
a.WhiteLink:hover { text-decoration:underline; }

p {
    padding: 0 0 12px 0;
}

ul {
    padding: 0 0 0 15px;
    margin: 0 0 15px 5px;
}

li {
    padding: 0;
    margin: 2px;
}

img {
    border: none;
}

a img {
    border: none;
}

label {
    display: block;
    font-weight: normal;
    margin: 0;
    height: 20px;
    line-height: 20px;
}

input {
	margin: 3px 0 0 0;
	padding: 3px;
	line-height: 14px;
	}

/*
  Boxes
*/

div.ContactCompanyForm fieldset {
	float: left;
	width: 320px;
	border: 1px dotted #ccc;
	padding: 0 10px 10px 10px;
	margin: 5px 30px 10px 0;	
	clear:both;
	background: #f8f7f5;
}

div.ContactCompanyForm legend {
	padding: 0 10px 0 10px;
	font-size:13px;
	margin:-10px;
	font-weight:bold;
	background: #fff;
}

div.ContactCompanyForm label {
	width: 290px;
	margin: 0;
	label: 0;
}

div.ContactCompanyForm input {
	width: 290px;
}

div.ContactCompanyForm textarea {
	width: 295px;
}