html {
	height: 100%;
	background: #be8e58 url(../img/bg.jpg) 0 0 ;
	text-align: center;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	}
#wrapper {
	width: 954px;
	margin: 8px auto 0 auto;
	border: 0px solid #000;
	color: #535353;
	font-size: 12px;
	}	
#header {
	background: url(../img/bg-header.png) no-repeat center 33px;
	height: 178px;
	}
#header-inner {
	padding: 0 25px;
	}
#social {
	text-align: right;
	float: right;
	width: 150px;
	}
#search {
	text-align: right;
	float: right;
	width: 270px;
	margin: 0 30px 0 20px;
	}	
#search-box{
	padding: 4px;	
	text-transform: uppercase;
	font-size: 14px;
	color: #a7a8aa;
	border-top-color: #404040;
	}
#logo {
	margin: 0 0 0 15px;
	text-align: left;
	}
#logo img {
	padding: 25px 0 0 10px;
	}
#address {
	font: 11px Verdana, Arial, Sans-Serif;
	float: right;
	text-align: right;
	margin: 15px 25px 0 0;
	color: #58595b;
	}
#address a {
	text-decoration: none;
	color: #58595b;
	}
#address a:hover {
	color: #faa82b;
	}
#points {
	float: right;
	margin: 15px 150px 0 0;
	}
#tagline {
	float: right;
	clear: both;
	margin: 20px 70px 0 0;
	}
#nav {
	background: url(../img/bg-body.png) repeat-y center;
	margin: 0 auto;
	}
#nav-inner ul {
	background: url(../img/bg-menu.png) repeat-x center;
	list-style-type: none;
	text-align: center;
	padding: 0;
	background: #515254;
	margin: 0 36px;
	border-top:  1px solid #545455;
	border-bottom:  1px solid #808285;
	}
#nav-inner li {
	display: inline;
	margin: 0;
	padding: 0;
	height: 42px;
	}
.nav-border, .section-border  {
	border-left: 1px solid #808285;
	}
#mainBody {
	background: url(../img/bg-body.png) repeat-y center;
	}
p {
	margin: 0;
	line-height: 18px;
	text-align: left;
	padding: 10px 0 5px 0;
	}
ul, #mainBody ol {
	margin-left: 35px;
	}
ul li, #mainBody ol li {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	list-style-type: circle;
	padding: 0;
	}
.warn {
	margin: 0 0 20px 0;
	}
.warn li{
	list-style-type: none;
	color: #ff0000;
	font-size: 14px;
	}
#mainBody ol li{
	list-style-type: decimal;
	}
#secondaryWrapper {
	margin: 0 56px;
	}
#home td, #secondary td  {
	vertical-align: top;
	padding: 0;
	margin: 0;
	}
.home-padding {
	padding: 5px 15px;
	}
.section-bg {
	background: url(../img/bg-menu.jpg) repeat-x;
	padding: 0 2px 0 0;
	}	
#footer {
	background: url(../img/bg-footer.png) no-repeat center 0;
	height: 52px;
	color: #415b1d;
	}
#footer a {
	color: #415b1d;
	text-decoration: none;
	padding: 0 10px;
	}
#footer a:hover {
	color: #000;
	text-decoration: none;	
	}
#footer-inner {
	padding: 50px 0 50px 0;
	font-size: 12px;
	}
.clearing {
	clear: both;
	}
.case img {
	float: left;
	margin: 0 20px 10px 0;
	}
.solution {
	border: 1px solid #ccc;
	background: #eee;
	margin: 0;
	color: #993366;
	padding: 5px;
	clear: left;
	}
#contact-form {
	padding: 20px;
	font-size: 12px;
	width: 400px;
	line-height: 24px;
	}
h1 {
	font-size: 18px;
	line-height: 22px;
	}
h2 {
	font-size: 14px;
	line-height: 20px;
	}
label {
	width: 185px;
	float: left;
	text-align: left;
	padding-left: 10px;
	}
.contact-form-section {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}
#entry-form {
	padding: 20px;
	font-size: 12px;
	width: 550px;
	line-height: 24px;
	}
.entry-form-section {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	}
.entry-form-section label {
	width: 190px;
	float: left;
	text-align: left;
	padding-left: 10px;
	}
.submit {
	text-align: right;
	}
.more-info {
	font-size: 12px;
	margin: 4px 12px 10px 12px;
	padding: 4px;
	text-align: right;
	}
.step h2 {
	color: #0080a9;
	font-size: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	}
.step-detail p {
	font-size: 14px;
	line-height: 20px;
	}
.step-img {
	float: left;
	width: 175px;
	text-align: center;	
	}
.subtitle {
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 10px 0;
	}

