﻿/* Ten Oaks Flooring GLOBAL CSS */

* {
	margin: 0;
	padding: 0;
	}

body {
	font: normal 12px "Myriad",sans-serif;
	background: #fff;
	}

a {
	color: #336600;
	text-decoration: underline;
	}
	
a:hover {
	color: #f90;
	text-decoration: underline;
	}
	
a:visited {
	}
	
#wrapper {
	background: #fff url(../imgs/bg_wrap.gif) repeat-y;
	margin: 0 auto;
	width: 980px;
	}
	
#container {
	margin: 0 auto;
	width: 950px;
	background: #fff url(../imgs/bg_container.gif) repeat-y;
	position: relative;
	}

#header {
	background: #4C5707 url(../imgs/bg_header6side.jpg) no-repeat;
	border-bottom: 3px solid #f90;
	height: 150px;
	overflow: hidden;
	text-indent: -999px;
	}
	
#page {
	/* transparent PNG add 30h and 15w no percent*/
	position: absolute;
	top: 100px;
	left: 950px;
	height: 200px;
	width: 30px;
	overflow: hidden;
	text-indent: -999px;
	}
	
#page.home {
	background: transparent url(../imgs/bg_page-home.png) no-repeat 0 50%;
	}
	
#page.products {
	background: transparent url(../imgs/bg_page-products.png) no-repeat 0 50%;
	}
	
#page.publications {
	background: transparent url(../imgs/bg_page-publications.png) no-repeat 0 50%;
	}
	
#page.resources {
	background: transparent url(../imgs/bg_page-resources.png) no-repeat 0 50%;
	}
	
#page.choose {
	background: url('../imgs/bg_page-choose.gif') no-repeat 0 50%;
}

#page.leed {
	background: url('../imgs/bg_page-leed.png') no-repeat 0 50%;
}
	
#page.about {
	background: url('../imgs/bg_page-about.png') no-repeat 0 50%;
}

	
#nav {
	}

#nav ul {
	list-style: none;
	}

#nav a {
	background-color: #da7000;
	border-bottom: 1px solid #ED7A00;
	border-top: 1px solid #FD9D38;
	color: #FFFFFF;
	display: block;
	font-size: 1.25em;
	line-height: 2.1em;
	padding: 0px 15px;
	width: 270px;
	margin: 0;
	}

#nav a:hover {
	background-color:#D66D00;
	border-bottom:1px solid #FD9D38;
	border-top:1px solid #B25C00;
	text-decoration: none;
	}

#content {
	margin: 0 20px;
	}

#content h1 {
	font-weight: normal;
	color: #f90;
	padding: 15px 0;
	}

#content h2 {
	font-weight: normal;
	color: #4C5707;
	padding: 15px 0;
	}

#content p, #content li {
	color: #333;
	padding-bottom: 10px;
	line-height: 1.35em;
	}

#content img {
	display: inline;
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 3px solid #dadada;
	}
	
#content img.icon {
	width: 25px;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
	}
		
.two-col.first {
	float: left;
	width: 300px;
	}
		
.two-col.last {
	float: right;
	width: 65%;
	}

.vcard {
	color: #333;
	padding: 20px 15px;
	line-height: 1.25em;
	}

#footer {
	background: #4C5707 url(../imgs/bg_footer.gif) repeat-x;
	border-top: 3px solid #f90;
	height: 55px;
	padding: 35px 15px 0 0;
	clear: both;
	}
	
#footer p {
	padding: 0.25em 0;
	font-size: 95%;
	}

#footer .copyright, #footer .sitemap {
	text-align: right;
	color: #fff;
	}

#footer a, #footer a:link {
	color: #fff;
	margin: 0 4px;
	text-decoration: underline;
	}
	
#footer a:hover {
	color: #f90;
	}
	
#footer a:visited {
	}

.right { float:right; margin: 0 0 15px 15px; }
.left { float:left; margin: 0 15px 15px 0; }

.frame { padding: 5px; border: 1px solid #aaa; }

