body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0px auto;
	width: 990px;
}
h1, h2 {
	color: #E68F1A;
}
a {
	color: #E68F1A;
	text-decoration: none;
}
#wrapper {
	width: 990px;
	height: auto;
	text-align: left;
}
#header {
	width: 990px;
}
#header .logo {
	background: url(../_images/logo.png) no-repeat right bottom;
	float: right;
	height: 125px;
	width: 405px;
}
#wrapper #header .logo p {
	margin-left: -1000px;
}
#header .address {
	height: 100px;
	width: 585px;
	text-align: left
}
.clear {
	clear: both;
	float: left;
	width: 990px;
	height: 10px;
	background: #ffffff;
}
.cleardiv {
	clear: both;
	display: block;
}

.right {
	text-align: right;
}
#nav {
	background: url(../_images/header-line.png) no-repeat left top;
	float: left;
	width: 990px;
}
#nav ul {
	
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	float: left;
	height: 35px;
	width: auto;
	text-align: center;
	list-style: none;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 10px;
}
#nav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	display: block;
}
#topContent .tophome {
	background: url(../_images/homeheader.png) no-repeat left top;
	float: left;
	height: 269px;
	width: 990px;
}
#topContent .toprelo {
	background: url(../_images/reloheader.png) no-repeat left top;
	float: left;
	height: 269px;
	width: 990px;
}
#topContent .toptech{
	background: url(../_images/techheader.png) no-repeat left top;
	float: left;
	height: 269px;
	width: 990px;
}
#topContent .topfurniture{
	background: url(../_images/furnitureheader.png) no-repeat left top;
	float: left;
	height: 269px;
	width: 990px;
}
#topContent .topcontact{
	background: url(../_images/contactheader.png) no-repeat left top;
	float: left;
	height: 269px;
	width: 990px;
}
#bottomContent .bottomLeft{
	float: left;
	height: auto;
	width: 580px;
	margin-top: -5px;
	padding-left: 10px;
}
#bottomContent .bottomRight {
	float: right;
	height: 325px;
	width: 350px;
	margin-top: -5px;
}
#footer .footerTop {
	background: url(../_images/footer-line.png) no-repeat left top;
	float: left;
	height: 20px;
	width: 990px;
}
#footer .footerContent {
	float: left;
	width: 450px;
}
#footer .footerContent p {
	color: #666;
	margin: 0px;
	padding: 20px 0 0 0;
	font-size: 13px;
	line-height: 18px;
}
#footer .footerContent p a {
	color: #E68F1A;
	text-decoration: none;
}
#footer .footerAdds {
	float: right;
}
#footer .footerTop p {
	color: #FFF;
	padding-top: 3px;
	padding-left: 5px;
	margin: 0;
}
#mainphone {
	float: left;
	width: 300px;
	height: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 75px;
	font-size: 42px;
	color: #919295;
	padding-left: 5px;
}
.mission {
	font-size: 20px;
	line-height: 42px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#wrapper #mainContent #bottomContent .bottomLeft p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	width: 580px;
}
.boldCDM {
	font-weight: bold;
	color: #005568;
}
.bold {
	font-weight: bold;
}
#listleft {
	height: auto;
	width: 200px;
}
#listleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

#listright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
	float: right;
	clear: both;
	margin-top: -125px;
	margin-right: 100px;
}
p {
	color:#333;
	line-height:1.8;
	margin-bottom: 1em;
}

/* form styling ^6f */
#mainContent form {
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}
#mainContent fieldset {
	padding: 0;
	margin: 0 0 2em;
	border: none;
	position: relative;
	float: left;
}

#mainContent #mainArticle form p {
	color: #193742;
	margin: 0 0 10px 20px;
}

#mainContent form label{
/*	width: 100px;
	float: left;
	clear: left;*/
	margin-right: .75em;
}
#mainContent form label.inline {
	width: auto;
	float: none;
}

