* {
       margin: 0px;
       padding: 0px;
       border: 0px;
/*
       font-family: Verdana;
       font-weight: normal;
       font-style: normal;
       text-decoration: none;
*/
}

body {
	background-color: #000;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px
	
}

ul {
	padding-left: 5px;
	list-style-type: square;
	/* list-style-image: url(greentile.jpg); */
	list-style-position: inside;
	color: #000;
}

ul.nav {
	padding-left: 5px;
	list-style-type: square;
	/* list-style-image: url(greentile.jpg); */
	list-style-position: inside;
	color: #c0b974;
	font-size: 30px;
}


li.nav {
	padding-top: -5px;
	padding-bottom: -5px;
}

td#header {
	background-image: url(images/tile.jpg);
}

/* Image positioning */

img#logo {
	position: relative;
	left: -3px;
	top: -2px;
}

#tile1 {
	position: relative;
	left: 59px;
	top: -45px;
}

#tile2 {
	position: relative;
	left: 139px;
	top: -45px;
}

#tile3 {
	position: relative;
	left: 221px;
	top: -45px;
}

#design {
	position: relative;
	left: -69px;
	top: -45px;
}

#installation {
	position: relative;
	left: -8px;
	top: -50px;
}

#remodeling {
	position: relative;
	left: 42px;
	top: -43px;
}

td#leftnav a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: arial, verdana, sans-serif;
}

td#leftnav a:hover {
	color: #e07e27;
}

td#content {
	background-color: #fff;
	padding: 5px;
}

h1, h2 {
	font-size: 1.5em;
	color: #e07e27;
}

a.orange {
	font-size: 1.5em;
	color: #e07e27;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a.orange :hover {
	text-decoration: underline;
}

input, textarea {
	border: 2px solid #000;
}

button {
	/* border: 2px solid #000; */
}

a.content {
	background-color: #fff;
}

table.footer td {
	border-top: 2px solid #000;
}

.footer {
	background-color: #fff;
	color: #000;
}

a.footer {
	font-weight: normal;
	text-decoration: none;
}

a.footer:hover {
	color: #e07e27;	
}

p {font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:12px; 
	}
	
	.style1 {font-size: 9px}
	
	.style2 {color: #836B4F}