/*

Foster Planing Mill

Created By: 
www.mediaforce.ca

*/

/*****************************************************
* Global
*****************************************************/

* {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style-type: none;
}
img {
	border: 0;
}
a {
	outline: none;
}
a img{
	text-decoration:none;
}
table, tr, td {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}
.clear {
	position: relative;
	clear: both;
}
.hidden {
	display: none;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
/*****************************************************
* Typography
*****************************************************/

body {
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
}
strong, em, b, i, h1, h2, h3, h4, h5, h6, address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
p {
	/*font-size: 85%;*/
	font-size:10pt;
	color: #3f3631;
	line-height: 120%;
	padding-bottom: 10px;
}

/*#cont-l a{*/
#cont-l{
	/*font-size:85%;*/
}
h1 {
	color: #8d6751;
	font-size: 160%;
	padding-bottom: 10px;
}
h2 {
}
h3 {
}
#footer p {
	font-size: 75%;
	color: #dbc9be;
}
/*****************************************************
* Links
*****************************************************/

a, a:visited {
	color: #8d6751;
	text-decoration: none;
	border-bottom: 1px solid #8d6751;
}
a:hover {
	color: #644432;
	border-color: #644432;
}
a#logo {
	background: url(../images/logo.jpg) no-repeat top left;
	width: 330px;
	height: 190px;
	display: block;
	border: 0;
	margin: 20px 0 0 17px;
}
ul#new li a {
	color: #383a36;
	border: 0;
}
ul#new li a:hover {
	color: #8d6751;
	text-decoration: underline;
}
ul#quicklinks li a {
	color: #604a41;
	font-size: 80%;
	text-align: center;
	padding-top: 170px;
	display: block;
	border: 0;
}
ul#quicklinks li a:hover {
	text-decoration: underline;
}
#footer a {
	color: #dbc9be;
	border: 0;
}
#footer a:hover {
	color: #c4b2a8;
	text-decoration: underline;
}
/*****************************************************
* Layout
*****************************************************/

body {
	background: #e6e1de;
}
#wrap {
	background: url(../images/content-bg.gif) repeat-y top center;
	width: 980px;
	margin:0 auto;
}
#header, #mid {
	padding: 0 10px;
}
#header {
	background: url(../images/header-wood.gif) no-repeat top center;
	height: 236px;
}
#mid {
	background:url(../images/mid-bg.gif) no-repeat center center;
	height: 100px;
	border-bottom: 1px solid #daddcd;
	margin: 0 10px;
}
#left-col { background: #f2eeeb; float: left; width: 220px; margin-left: 10px; font-size:90%; }
#right-col { background: #fff; float: right; width: 720px; margin-right: 10px; padding:10px; }
#cont-l { width: 400px; float:left; }
#cont-r { width: 300px; float:right; }
#footer {
	background: url(../images/footer-bg.gif) no-repeat top center;
	height: 20px;
	padding: 6px 20px 0 20px;
}
#quote {
	font-size: 80%;
	font-style: italic;
	color: #b3b3b3;
	line-height: 120%;
	height: 40px;
	padding: 20px 0 0 10px;
}

/*****************************************************
* Lists
*****************************************************/

ul#quicklinks {
	height: 200px;
	width: auto;
	margin: 20px 60px 40px 0;
}
ul#quicklinks li {
	float: left;
	margin-left: 60px;
}
li#ql-stock {
	background: url(../images/ql-stock.jpg) no-repeat top left;
	width: 156px;
	height: 156px;
}

li#ql-stock a:hover {
	background: url(../images/ql-stock.jpg) no-repeat top right;
}

li#ql-custom {
	background: url(../images/ql-custom.jpg) no-repeat top left;
	width: 156px;
	height: 156px;
}

li#ql-custom a:hover{
	background: url(../images/ql-custom.jpg) no-repeat top right;
}

li#ql-stretch {
	background: url(../images/ql-stretch.jpg) no-repeat top left;
	width: 156px;
	height: 156px;
}
#whatsnew {
	background: url(../images/whatsnew.gif) no-repeat top left;
	width: 256px;
	height: 67px;
	margin-bottom: 10px;
}

li#ql-stretch a:hover {
	background: url(../images/ql-stretch.jpg) no-repeat top right;
	}

ul#new {
	margin: 0 10px 0 25px;
}
ul#new li {
	color: #383a36;
	/*font-size: 85%;*/
	list-style-type: disc;
	padding-bottom: 10px;
}

/*****************************************************
* Gallery
*****************************************************/

#gallery {
	width: 529px;
	height: 308px;
	margin: 0;
	padding: 0;
	/****margin changed because the gallery script change****/
	/*margin-top: 20px;
	margin-right: 20px;*/
	margin-top: 35px;
	margin-right: 10px;
}
.cont {
	background: #fff;
	/****Height and width changed because the gallery script change****/
	/*width:527px;*/
	/*height:276px;   you need to set a height */
	width:507px;
	height:254px;
	overflow:hidden;
	border:5px solid #e5e5e5;
	z-index:1000;
	/*position:relative;*/
}
.invis {
	position:absolute;
	left:0;/* width is set through java */
}
.slider-item, .slider-item2, .slider-item3, .slider-item4 {
	float:left;
	display:block;
	width:504px;
	padding:10px;
	height:254px;
	background:#fff;
	overflow:hidden;
}
ul#gall-nav {
	margin: 0;
	position: relative;
}
ul#gall-nav li {
	width: 26px;
	height: 26px;
	float:left;
	margin-left: 5px;
	margin-top: 5px;
}
.nav {
	height: 33px;
	width: auto;
	float: right;
}
ul#gall-nav li a, ul#gall-nav li a:active, ul#gall-nav li a:visited {
	text-align: center;
	padding:5px;
	width: 15px;
	height: 15px;
	display:block;
	background:#eeeeee;
	color:#aeaeae;
	font-size:12px;
	text-decoration:none;
	border:1px solid #e5e5e5;
}
ul#gall-nav li a:hover {
	background: #8d6751;
	border-color: #492714;
	color: #fff;
}
.nav li {
	cursor:pointer;
}
/*****************************************************
* Flyout
*****************************************************/

#mainnav-top{
	width:210px;
	height:20px;
	background: url(../images/navex-bg-top.png);
	margin-left:5px;
	margin-top:10px;
	}

#mainnav {
	border-top: 1px solid #b2ab80;
	margin: 5px;
	margin-top:0px;
	

}

#mainnav-bottom{
	width:210px;
	height:20px;
	background: url(../images/navex-bg-bottom.png);
	margin-left:5px;
	position:absolute;
	margin-top:-5px;

}

#space{
	width:210px;
	height:20px;
}

.dropdown {
	display:block;
	position:relative
}
.dropdown dt {
	width:192px;
	border: 1px solid #beb57d;
	padding:8px;
	font-weight:bold;
	cursor:pointer;
}
.dropdown .upperdd {
	/*background: url(../images/nav-li-bg.gif) repeat-x top center;*/
	background:#D5CEA6 url(../images/nav-li-bg.gif) repeat-x bottom center;
	border-top: 1px solid #e1d9b0;
	border-bottom: 1px solid #b2ab80;
	text-align: center;
	color: #fff;
	padding-top:8px;
	/*height: 18px;*/
	height:auto;
}
.dropdown dt:hover {
	background: #c5bf9a;
}
.dropdown dd {
	position:absolute;
	top:0;
	overflow:hidden;
	width:208px;
	display:none;
	background:#fff;
	opacity:0
}
.dropdown ul {
	width:204px;
	border:2px solid #c5bfa1;
	list-style:none
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#3e3c33;
	text-decoration:none;
	background:#e0dcc7;
	width:194px
}
.dropdown a:hover {
	background:#ccc6aa;
	color:#fff
}
.dropdown .underline {
	border-bottom:1px solid #f0eee2
}
.dropdown .upperdd a {
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #fff;
	/*height: 40px;*/
	height:auto;
	display: block;
}

