/* CSS Document */

/* Dave Hunt Flooring - davehunt_main.css  =============================================== */
/* COPYRIGHT Topworkmen.com 2007  =============================================== */
/* AUTHOR Topworkmen.com  =============================================== */

/* QUICK COLOUR REFERENCE  =============================================== */
/* Black #000000 */
/* Red #000000 */

/* Generic Selectors  =============================================== */

* {
	padding:0;
	margin:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background: url(../images/bg_main.gif) repeat fixed;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}		
h1 {
	color: #666666;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
p {
	text-align: justify;
	margin-bottom: 20px;
}
ul {
	margin-bottom: 20px;
	padding-left: 0px;
}		
img {
	border: 0;
}	
img.border {
	border: 1px solid #CCCCCC;
}

.smallcopy {
	font-size: 9px;
}	
.Quote {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	margin-bottom: 5px;
}
.QuoteName {
	color: #000000;
	font-weight: bold;
}	

/* Begin Page Layout  =============================================== */

#divContainer {
	background-color: #FFFFFF;
	margin: 20px auto;
	width: 750px;
}
#divHeader {
	margin-bottom: 15px;
}	
/* Main Nav Layout =============================================== */

#divRight {
	float: left;
}
#divMainNav ul {
	list-style: none;
	margin-bottom: 0;
}		
#divMainNav li {
	border-bottom: 1px dashed #CCCCCC;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0;
}
.listTitle {
	font-size: 10px;
	padding: 5px 10px;
	text-transform: uppercase;
	background-color: #F2F2F2;
}	
#ulMainNav a, #ulMainNav a:hover {
	margin: 0;
	padding: 8px 5px 8px 25px;
	width: 134px;
	display: block;
	text-decoration: none;
}	
#ulMainNav a {
	color: #000000;
	font-size: 11px;
	background: url(../images/nav_logo.jpg) no-repeat 0px;
}
#ulMainNav a:hover, #ulMainNav a.current {
	color: #CC0000;
	background: url(../images/nav_logo_over.jpg) no-repeat 0px;

}	
#ulMainSubNav {
	padding-bottom: 10px;
}			
#ulMainSubNav a, #ulMainSubNav a:hover {
	margin: 0;
	padding: 4px 0 4px 20px;
	width: 140px;
	display: block;
	text-decoration: none;
	background: none;
}	
#ulMainSubNav a {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
#ulMainSubNav a:hover {
	color:#333333;
}	
#ulMainSubNav li {
	list-style-type: none;
	border: 0;
}	
#ulMainSubNav a:hover {
	color: #666666;
}		
	
/* Left Nav Layout End =============================================== */

#divMainImg {
	margin-left: 175px;
	text-align: right;
	margin-bottom: 25px;
}
#divBody {
	margin-left: 180px;
}	
#divBody ul {
	margin: 0 0 15px 40px;
}	
#divBody li {
	margin-bottom: 5px;
}	
.clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
	margin-top: 10px;
}
#divFooter {
	width: 750px;
	margin: 20px auto;
	padding-top: 10px;
	text-align: right;
	border-top: 1px solid #CCCCCC;
}	
/* Contact Us Layout =============================================== */

#tblContactForm {
}
#tblContactForm td {
	padding: 4px 0;
	text-align: right;
	vertical-align: top;
}

/* Products Layout =============================================== */

#tblProducts {
	margin-bottom: 15px;
}
#tblProducts img {
	padding: 0 10px 10px 0;
}
#tblSamples {
	margin-bottom: 15px;
}
#tblSamples td {
	padding: 5px;
	text-align: center;
}		

/* Portfolio Layout =============================================== */

#tblGallery {
	margin-bottom: 15px;
}
#tblGallery td {
	padding: 5px;
	text-align: center;
}

/* Links Layout =============================================== */

#tblLinks {
	width: 100%;
}	
#tblLinks td {
	padding-bottom: 20px;
}	
#tblLinks p {
	margin-bottom: 5px;
}	

/* Start Sitemap Layout  =============================================== */
	
#ulSitemap ul {
	margin-bottom: 10px;
}	
#ulSitemapSub {
	padding: 10px 0 0 0;
}	

/* End Sitemap Layout  =============================================== */
