html, body {
	margin: 0;
	padding: 20px 0;
}

body {
	color: #9f9f9f;
	font: 100 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background: #000;
}

body#home {
	color: #9f9f9f;
	font: 100 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/home_background.gif) no-repeat top center;
}

p {
	margin: 0 0 20px 0;
}

h1 {
	color: #f0f0f0;
	font: 900 20px/32px Arial Narrow, Arial, Helvetica, sans-serif;
	margin: 0 10px;
}

h2 {
	color: #f0f0f0;
	font: 900 12px/20px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}

input, textarea {
	font: 100 12px/20px Verdana, Arial, Helvetica, sans-serif;
	background: #000;
}

input[type="text"], textarea {
	color: #fff !important;
	border: solid 1px #f0f0f0;
	background: #000;
}

input[type="text"]:hover, textarea:hover, input[type="text"]:active, textarea:active {
	color: #fff;
	font: 100 12px/20px Verdana, Arial, Helvetica, sans-serif;
	border: solid 1px #f0f0f0;
	background: #101010;
}

label {
	color: #999;
	font-size: 12px;
	vertical-align: bottom;
}

a, a:link {
	color: #fff;
	text-decoration: none;
}

a:hover, a:active {
	color: #f58466;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
	display: block;
}

#logo {
	position:absolute;
	left: 0px;
	top:8px;
	width:250px;
	height:207px;
	border: none;
	z-index: 1;
}

#banner {
	position:absolute;
	left:252px;
	top:0px;
	width:750px;
	height:144px;
	z-index: 1;
}

#content {
	background: url(../images/content_background.gif) no-repeat bottom left;
	position: relative;
	padding: 0 49px 280px 29px;
	margin: 0 0 160px 0;
	min-height: 398px;
	height: auto !important;
	height: 398px;
	left:250px;
	top:144px;
	width:672px;
	z-index: 2;
}

#footer {
	font: 900 12px/20px Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 1000px;
	display: block;
}

#footer a {
	color: #404040;
}
#title {
	position: relative;
	display: block;
	color: #fff;
	background: #d2232a;
	left:0px;
	top: 0px;
	width:703px;
	height: 32px;
	margin: 0 0 32px 0;
}

#menumain {
	position: absolute;
	left: 15px;
	top: 228px;
	width: 210px;
	height: 200px;
}

#menumain, #menumain * {
	margin: 0;
	padding: 0;
}
#menumain {
	line-height: 48px;
}

#menumain li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menumain li {
	list-style: none;
	position: relative;
}

#menumain a {
	background: url(../images/menu_background.gif) no-repeat top left;
	display: block;
	color: #f0f0f0;
	font: 900 20px/48px "Arial Narrow", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0 32px;
	text-decoration: none;
}

#menumain a:hover, #menumain a:active {
	color: #eb7e61;
}

#menumain li ul {
	top: 14px;
	background: #000;
	width: auto;
}

#menumain li li{
	width: 100%;
}

#menumain li li a {
	background: #000;
	display: block;
	color: #f0f0f0;
	font: 900 16px/32px "Arial Narrow", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0 8px;
	text-decoration: none;
	white-space: nowrap;
}

#menumain li li a:hover, #menumain li li a:active {
	background: #1f1f1f;
}
#menumain li li a:hover, #menumain li li a:active {
	color: #eb7e61;
}

#homeimage {
	position: absolute;
	top: 105px;
	left: 40px;
	width:560px;
	height: 280px;
	border: none;
	z-index: 1;
}

#homelogo {
	position: absolute;
	top: 100px;
	left: 715px;
	width:200px;
	height: 200px;
	border: none;
	z-index: 1;
}

#homemasterbuilder {
	position: absolute;
	top: 321px;
	left: 740px;
	width: 140px;
	height: 64px;
	border: none;
	z-index: 1;
}

#masterbuilder {
	margin: 20px 11px;
	width: 140px;
	height: 64px;
	border: none;
}

#tagline {
	font: 16px Verdana, Arial, Helvetica, san-serif;
	font-style: italic;
	position: absolute;
	top: 480px;
	left: 60px;
	height: 48px;
	z-index: 1;
	white-space: nowrap;
}

#menuhome {
	position: absolute;
	top: 394px;
	left: 30px;
	height: 48px;
	z-index: 1;
	white-space: nowrap;
}

#menuhome, #menuhome * {
	margin: 0;
	padding: 0;
}

#menuhome {
	line-height: 48px;
}

#menuhome li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
#menuhome li {
	float: left;
	list-style: none;
	position: relative;
}
#menuhome a {
	background: url(../images/menu_background.gif) no-repeat top left;
	display: block;
	color: #f0f0f0;
	font: 900 20px/48px "Arial Narrow", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0 10px 0 32px;
	text-decoration: none;
}

#menuhome a:hover, #menuhome a:active {
	color: #eb7e61;
}

#menuhome li ul {
	top: 14px;
	background: #000;
	width: auto;
}

#menuhome li li{
	width: 100%;
}

#menuhome li li a {
	background: #000;
	display: block;
	color: #f0f0f0;
	font: 900 16px/32px "Arial Narrow", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0 8px;
	text-decoration: none;
	white-space: nowrap;
}

#menuhome li li a:hover, #menuhome li li a:active {
	background: #1f1f1f;
}
#menuhome li li a:hover, #menuhome li li a:active {
	color: #eb7e61;
}

#copyright {
	font: 100 9px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #eeeeff;
	position:absolute;
	left:615px;
	top:755px;
	width:400px;
	height:16px;
	text-align: right;
	z-index: 4;
}

#contact {
	float: right;
	width: 360px;
}

.contactform {
	float: left;
	width: 240px;
}

#copyright a {
	color: #ffeeee;
	text-decoration: none;
}

.companyname {
	color: #d2232a;
	font-size: 20px;
}
	
.license {
	color: #e0e0e0;
	font-size: 10px;
}
table.borderless {
	width: 480px;
	border: 0;
	border-collapse: collapse;
}

img.thumb {
	display: block;
	background: #333;
	border: solid 1px #e0e0e0;
	margin: 0 19px 20px 0 !important;
	padding: 1px !important;
}

img.thumbright {
	display: block;
	background: #333;
	border: solid 1px #e0e0e0;
	margin: 0 0 20px 0 !important;
	padding: 1px !important;
}

img, div {
	border: none;
	behavior: url(../js/iepngfix.htc);
}

