/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #666666;
	background-color: #333333;
	background-image: url(images/bg.html);
	background-repeat: repeat-y;
	background-position: center;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

p.right {
	float: right;
	margin-right: 100px;
}

p.indent {
	padding: 0px 0px 0px 20px;
}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color:#000000;
	font-weight: bold;
	margin: 10px 10px 15px 25px;
	padding-bottom: 1px;
	border-bottom: 0px solid #000000;
}
h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #1199CC;
	margin-left: 35px;
	margin-right: 38px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #1199CC;
	margin-left: 30px;
	margin-right: 33px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px 3px 3px 5px;
	border: 1px solid #EEEFEF;
	background: #F9F9F9;
	clear: both;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 15px;
	left: 950px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D02433;
}
applet {
	position: absolute;
	right: 55px;
	top: 173px;
	border: 2px solid #F15200;
}

address {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin: 30px 0px 20px 5px;
	text-align: left;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
div#copyright img {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	margin: 0px;
	padding: 0px;
	height: 213px;
	background: url(images/header.jpg) no-repeat left top;
	position: relative;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/container_bg.gif) repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 2px solid #000000;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 714px;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-right: 43px;
	margin-top: 0px;
	margin-bottom: 20px;
}


/* Creates the div container for the footer. */
div#footer {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 900px;
	height: 20px;
	background-color: #362f2d;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}

div#footer a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 20px auto 0px;
	padding: 0px;
	clear: both;
	width: 900px;
}
div#copyright a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

div#left {
	float: left;
	width: 186px;
	margin: 0px 0px 20px;
	padding: 0px;
	vertical-align: top;
	position: relative;
}
div#left strong {
	color: #ffffff;
}

/* ----------------- left NAVIGATION ----------------- */

ul {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
    list-style: none;
}
ul li {
	display: inline;
	list-style: none;
	position: relative;
}	
ul li a:link, ul li a:visited, ul li a:active {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 4px 0px 4px 15px;
	text-align: left;
	text-transform: capitalize;
	background-image: url(images/button-1.gif);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #FCFCFC;
	width: 171px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	position: relative;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

ul a.current:visited {
	color: #FFFFFF;
	background-image: url(images/button-4.gif);
	background-repeat: repeat;
	text-decoration: none;
}

ul li a.current:link {
	color: #FFFFFF;
	background-image: url(images/button-3.gif);
	background-repeat: repeat;
	text-decoration: none;
}

ul li a:hover {
	color: #FFFFFF;
	background-image: url(images/button-2.gif);
	background-repeat: repeat;
	text-decoration: none;
}

/* drop down list */
ul li ul {
	position: absolute;
	left: 186px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	border-bottom: 0;
	background: #1c6460;
	}

ul li:hover ul, ul li.over ul { 
	display: block; }

	
/* ----------------- end left NAVIGATION ----------------- */	

.clear {
	clear: both;
}

.name {
	font-weight: bold;
	font-size: 12px;
	color: #F24400;
	text-transform: uppercase;
}
div#right {
	float: right;
	clear: right;
	width: 300px;
}
ul#list {
	list-style: inside;
	margin-bottom: 20px;
	color: #000000;
} 

ul#list li {
	display: list-item;
	list-style: url("images/list.gif") none outside;
	font-size: 12px;
	margin-left: 60px;
}

div#header img.cta {
	position: absolute;
	right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 84px;
}

div#iframe {
	width: 500px;
	margin: 15px auto;
	padding: 0px 0px 0px 20px;
	border:0px solid #ffffff;
}	

/* Creates the div for the three column lists on the products and services page */

div#listbox {
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	width: 660px;
	border: 0px solid red;
	clear: both;
}

div#listone {
	float: right;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	float: left;
	margin: 0px 2px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	width: 210px;
	color: #000000;
	border: 0px solid red;
}

/* Creates the div for the ceramic list on the products and services page */

div#listbox2 {
	float: right;
	margin: 10px 40px 10px 0px;
	padding: 0px 0px 0px 0px;	
	width: 380px;
	border: 0px solid red;
}

div#listtwo {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	width: 210px;
	color: #000000;
	border: 0px solid red;
}

div#listthree {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	width: 150px;
	color: #000000;
	border: 0px solid red;
}

/* Creates the div for the harwood list on the products and services page */

div#listbox3 {
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px 100px 0px 0px;	
	width: 560px;
	border: 0px solid red;
}

div#listfour {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	width: 260px;
	color: #000000;
	border: 0px solid red;
}

div#listfive {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	width: 250px;
	color: #000000;
	border: 0px solid red;
}

/* Creates the div for the laminate, natural stone and vinyl list on the products and services page */

div#listbox4 {
	float: right;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;	
	width: 440px;
	border: 0px solid red;
}

div#listsix {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	width: 195px;
	color: #000000;
	border: 0px solid red;
}

div#listseven {
	float: right;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:12px;
	width: 200px;
	color: #000000;
	border: 0px solid red;
}

div#map {
	width: 550px;
	height: 400px;
	margin: 15px auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border: 1px solid #000000;
}	

.image {
	float:right;
	margin: 5px 30px 5px 5px;
	border: 1px solid #000000;
	padding: 0px;
	clear: both;
}	

.image2 {
	float: left;
	margin: 15px 15px 15px 55px;
	border: 0px solid #000000;
	padding: 5px 5px 5px 5px;
	clear: both;
}	

.image3 {
	float: left;
	margin: 15px 15px 15px 100px;
	border: 1px solid #000000;
	padding: 0px;
	clear: both;
}	
/* Creates the div for the list content for the product and services page. */
div#listcontent {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 710px;
	border: 0px solid red;
}
