body,div,h1,h2,h3,h4,h5,h6,p {margin:0; padding:0;}
ul {margin: 0px; padding: 0px;}
ul li {margin: 0 0 3px 10px; padding: 0px; font-size: 8pt;}
body         {font-size: 11pt; color: black; background: rgb(153,128,107) url('./../images/bk.png') top left repeat-x; font-family: verdana, Arial, Helvetica, sans-serif;}
#header span {display: none;}
a    		 {text-decoration: none; color: rgb(80,80,255); font-weight: bold;}
a:link		 {text-decoration: none; color: rgb(80,80,255); font-weight: bold;}
a:visited	 {text-decoration: none; color: rgb(80,80,255); font-weight: bold;}
a:hover		 {text-decoration: underline; color: rgb(0,0,255); font-weight: bold;}
iframe		 {background: transparent;}
img          {border: none;}
p			 {margin-left: 20px; margin-right: 5px;}
h1           {font-size: 14px; font-family: "Verdana", "Trebuchet MS", Arial, Helvetica, sans-serif; line-height: 40px; color: rgb(153,153,0); text-align: center;}
h2           {text-align: center; color: black; background: rgb(146,189,186) url('./../images/h2.png'); font-size: 13px; line-height: 20px; margin: 0; border: solid 1px black; border-bottom: none;}
h3           {font-size: 12px; line-height: 30px;}
h4           {font-size: 11px; line-height: 20px;}
li           {margin-left: 30px; font-size: 10pt;}
#wrapper     {position: relative; width: 1148px; padding: 0px; margin: 10px auto; background: transparent;}
#header      {position: relative; background: transparent url('../images/header.jpg') no-repeat top left; width: 1148px; height: 190px; margin: 0px; padding: 0px;}
#grayframe   {background: rgb(105,107,60); margin-left: 11px; width: 1126px; height: 278px; }
#content     {padding: 0px; margin: 0px; width: 100%;}
#content p   {padding: 5px;}
.contentLeftTD {width: 675px; vertical-align: top;}
.contentLeftTD h2  {margin-left: 10px; margin-top: 5px; font-size: 16px; line-height: 30px; color: rgb(134,35,32); background: transparent; border: none; text-align: left;}
.sidebar     {vertical-align: top; background: transparent; height: 100%; font-size: 10pt;}
#footer   {text-align: center; width: 1148px; height: 35px; clear: both; padding: 15px 0px 15px 0px; color: rgb(70,70,70); background: transparent; font: 8pt arial; font-weight: bold;}
#footer a {text-decoration: none; color: rgb(70,70,70);}
#footer a:hover { text-decoration: underline; color: black; background: none;}
#footer img {border: none;}
#footermenu {width: 910px; text-align: center; clear: both; padding-bottom: 10px; border-bottom: solid 1px black;}
#copyright {padding-top: 0px;}
.text {margin: 5px;}

.nav {
	position: absolute;
	width: 999px;
	height: 39px;
	margin: 0 auto;
	text-align: left;
	background: transparent;
	margin-left: 292px;
	top: 130px;
/*	z-index: 300;*/
}

.nav ul {
	position: absolute;
	left: 70px;
	font: normal 11px/19px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	margin: 0 auto;
	margin-top: 8px;
	width: 999px;
	height: 24px;
	padding: 0;
	text-align: left;
	color: black;
	list-style-image: none;
/*	z-index: 400;*/
}

.nav ul li{
	position: relative;
	font: normal 10px/16px arial, helvetica, verdana, 'lucida grande', 'lucida sans unicode', sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: black;
	list-style: none;
	list-style-image: none;
	background: transparent;
	display: block;
	height: 24px;
/*	width: 69px;*/
	float: left;
	overflow: hidden;
}

.nav a{
	position: relative;
	width: 0;
	padding: 22px 0 0 0;
	margin: 0 auto;
	height: 24px;
/*	width: 69px; /* for IE5/Win only */ 
	float: left;
	
}

.nav ul li a:hover{background-position:  0 -24px;}
.nav ul li a:active,
.nav ul li a.selected{background-position: 0 -48px;}

.nav li a.nav1{
	width: 70px;
	height: 24px;
	left: 0px;
	background: url(../images/navhome.png) no-repeat;
	background-position: 0 -48px;
}

.nav li a.nav2{
	width: 120px;
	height: 24px;
	left: 0px;
	background: url(../images/navservices.png) no-repeat;
	background-position: 0 -48px;
}
	
.nav li a.nav3{
	width: 110px;
	height: 24px;
	left: 0px;
	background: url(../images/navabout.png) no-repeat;
	background-position: 0 -48px;
}

.nav li a.nav4{
	width: 140px;
	height: 24px;
	left: 0px;
	background: url(../images/navcounters.png) no-repeat;
	background-position: 0 -48px;
}

.nav li a.nav5{
	width: 195px;
	height: 24px;
	left: 0px;
	background: url(../images/navcoverings.png) no-repeat;
	background-position: 0 -48px;
}

.nav li a.nav6{
	width: 100px;
	height: 24px;
	left: 0px;
	background: url(../images/navcontact.png) no-repeat;
	background-position: 0 -48px;
}

.nav1 #nav1 a,
.nav2 #nav2 a,
.nav3 #nav3 a,
.nav4 #nav4 a,
.nav5 #nav5 a,
.nav6 #nav6 a
{
	background-position: 0 0;
}

/* Contact Form */
form, textarea              {font-size: 11px; font-family: verdana, Arial, Helvetica, sans-serif;}
.text, textarea             {margin: 0; background-color: rgb(240,240,240); width: 320px; border: 1px solid rgb(29,27,23); color: #858585; padding: 4px; margin: 2px; font-size: 11px;}
.text:hover, textarea:hover {background-color: white;}
textarea                    {height: 40px;}

