* {	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#header {
	height: 100px;
	background-color: #FFFFFF;
}
#logo1 {
	float: left;
	width: 410px;
}
#logo2 {
	float: right;
	width: 265px;
	text-align: right;
}
#navBar {
	height: 29px;
	background-color: #FF9900;
}
#navigation {
	position: relative;
	text-align: right;
	width: 821px;
	height: 29px;
	background-image: url(../images/navigation1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
#navigation li {
	list-style-type: none;
	position: absolute;
	top: 0px;
}
#navigation li, #navigation a {
	display: block;
	height: 29px;
}
#nhome {
	width: 34px;
	left: 0px;
}
#nhome a:hover {
	background-image: url(../images/navigation2.jpg);
}
#nabout {
	left: 36px;
	width: 62px;
}
#nabout a:hover {
	background-image: url(../images/navigation2.jpg);
	background-position: -36px;
}
#nlight {
	width: 163px;
	left: 271px;
}
#nlight a:hover {
	background-image: url(../images/navigation2.jpg);
	background-position: -271px;
}
#nheavy {
	width: 169px;
	left: 101px;
}
#nheavy a:hover {
	background-image: url(../images/navigation2.jpg);
	background-position: -101px;
}
#nproperty {
	width: 79px;
	left: 436px;
}
#nproperty a:hover {
	background-image: url(../images/navigation2.jpg);
	background-position: -436px;
}
#ntestimonials {
	width: 85px;
	left: 517px;
}
#ntestimonials a:hover {
	background-image: url(../images/navigation2.jpg);
	background-position: -517px;
}
#nquality {
	width: 109px;
	left: 604px;
}
#nquality a:hover {
	background-image: url(../images/navigation2.jpg);
	background-position: -604px;
}
#nnews {
	width: 42px;
	left: 715px;
}
#nnews a:hover {
	background-image: url(../images/navigation2.jpg);
	background-position: -715px;
}
#ncontact {
	width: 60px;
	left: 759px;
}
#ncontact a:hover {
	background-image: url(../images/navigation2.jpg);
	background-position: -759px;
}
#bodyContainer {
	background-image: url(../images/bg-tile.gif);
	background-repeat: repeat;
	background-position: right bottom;
}
#mainBody {
	background-image: url(../images/bg-image2.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
	color: #FFFFFF;
	padding-top: 45px;
	padding-right: 85px;
	padding-bottom: 100px;
	padding-left: 85px;
}
#mainBody h1, #mainBody h2, #mainBody h3, #mainBody h4, #mainBody h5, #mainBody h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFCC00;
	font-size: 1.2em;
	letter-spacing: 1px;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
#mainBody h3 {
	color:#FFFFFF;
}
#mainBody p {
	line-height: 1.4em;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 1.4em;
}
#mainBody ul {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left: 15px;
	margin-bottom: 1.4em;
	margin-right: 15px;
}
#mainBody li {
	list-style-position: outside;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}
#mainBody a {
	color: #FFFFCC;
	text-decoration: none;
}
.testimonials i{
	color: #CCCCCC;
}
#columnsWrapper {
	width: 735px;
}
.column1 {
	width: 445px;
	float: left;
}
.column2 {
	float: right;
	width: 223px;
}
.column2 blockquote {
	margin-right: 25px;
	margin-left: 25px;
}
#footer {
	line-height: 40px;
	height: 40px;
	font-size: 0.9em;
	padding: 0px 15px;
	color: #666666;
}
#footer a {
	text-decoration: none;
}
.flinks1 {
	float: left;
}
.flinks1 a {
	color: #666666;
}
.flinks2 {
	float: right;
}
.flinks2 a {
	color: #FF0000;
}
input, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
	width: 250px;
}

