/* CSS for  */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 80% Helvetica, Arial, sans-serif;
	color: #69665b;
	background-image: url('/images/bg-new.gif');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #FFFFFF;
}
h1 {
	color: #004fbc;
	font-size: 1.8em;
	margin: 0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
}
h2 {
	color: #004fbc;
	/* color: #4a8ecb; */
	font-size: 1.5em;
	margin: 0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
}
h3 {
	color: #599763;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
}

a {color: #f37921; text-decoration: none;}
a:link {color: #f37921;}
a:visited {color: #f37921;}
a:hover {color: #1967b2; text-decoration: underline;}
a:active {color: #f37921;}

input { padding: 2px; }
option { padding: 1px 3px 1px 2px; }
ul { margin: 0 0 0 25px; }
p { margin: 0 0 20px 0; }
img {border: 0;}

.l { float: left; }
.r { float: right; }
.clear { clear: both; }

.m-tb-5 { margin: 5px 0; }
.m-tb-10 { margin: 10px 0; }
.m-t-10 { margin: 10px 0 0 0; }

.b { font-weight: bold; }
.no-b { font-weight: normal; }
.u { text-decoration: underline; }
.no-u { text-decoration: none; }
.i { font-style: italic; }
.no-i { font-style: normal; }

.blue {color: #0f5696;}

.img-right {float: right; margin: 0 0 0 10px;}
.img-left {float: left; margin: 0 10px 0 0;}

.wrap {
	margin: 0 auto;
	width: 816px;
	text-align: center;
}

#header {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0 10px 0;	
	font-family: "Times New Roman", Times, serif;
}
	#phone {
		float: left;
		font-size: 1.6em;
		color: #1163af;
	}

/*
	#top-nav {
		font-size: 1.2em;
		color: #f37921;
		text-align: right;
	}
		#top-nav a {
			color: #f37921;
			font-weight: bold;
		}
		#top-nav a#sales-login {color: #1f67b1;}
*/

#nav {
	height: 53px;
	margin: 5px 20px 0 0;
}
	#nav-body {
		text-align: center;
		z-index: 30;
	}
	#nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float: right;
	}
	#nav a {
		display: block;
		font-weight: bold;
		color: #FFFFFF;
		font-size: 1.3em;
		text-decoration: none;
		text-align: center;
		position: relative;
		font-family: "Times New Roman", Times, serif;
	}
	#nav ul li {
		background-image: url(/images/nav-bg-clear.gif);
		background-repeat: repeat-x;
		background-position: 0 3px;
	}
	#nav ul li a {padding: 9px 0 10px 0; margin: 3px 23px 0 23px;}
	#nav ul li a:hover {color: #f4812f;}
	#nav li { /* all list items */
		float: left;
		padding: 0;
		/* width needed or else Opera goes nuts */
	}
	#nav li ul { /* second-level lists */
		position: absolute;
		background-color: #092c4c;
		left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		margin: 0;
		padding: 0;
		width: 185px;
		z-index: 999;
	}	
	#nav li ul a{
		width: 170px;
		padding: 2px 0 3px 15px;
		font-size: 1.2em;
		margin: 0;
		text-align: left;
		color: #FFFFFF;
	}
	#nav li ul a:hover{background-color: #e4e2da;	color: #092c4c;}
	
	#nav li ul li { 
		padding: 0;
		margin: 0;
		background-image: none;
	}	
	#nav li:hover ul ul, #nav li.sfhover ul ul {
		left: -999em;
	}	
	#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


#content {
	text-align: center;
	margin: -11px 0 0 0;
	background-image: url(/images/content-body.png);
	background-position: top;
	background-repeat: repeat-y;
}
	#content-bg {
		background-image: url(/images/content-bg-dashes.gif);
		background-position: top;
		background-repeat: repeat-y;
	}
	#content-padding {padding: 10px 30px 0 30px;}

#home-top-left {
	text-align: left;
	margin-right: 465px;
	z-index: 50;
}
	#home-top-left p {
		text-align: left;
		margin: 0 0 5px 0;
	}
	#video-callout {
		margin: 0 0 10px 0;
		text-align: center;
	}
	#video-callout p {margin: 0;}
	#home-top-left h2 {font-size: 1.1em; padding: 0; margin: 5px 0 5px 0; color: #69665b;}

#flash {
	float: right;
	width: 455px;
	margin: 0;
} 

#int {
	text-align: left;
}
	#int li {list-style-image: url(/images/blue-arrow.gif); color: #1967b2; margin: 5px 0 0 10px;}
	
.line {
	clear: both;
	background-image: url(/images/line.jpg);
	background-position: right;
	background-repeat: repeat-x;
	height: 2px;
	margin: 4px 0 6px 0;
}

.home-bottom-box {
	float: left;
	margin-bottom: 5px;
}
	#products {
		width: 245px;
		/*
		background-image: url(/images/business-home.gif);
		background-position: center bottom;
		background-repeat: no-repeat;
		*/
	}
		#products p {margin: 0 0 5px 0;}
		#products .b a {color: #1967b2;}
		#products .small {font-size: .89em;}
	
		.product-thumbs {text-align: center; padding: 5px 0 0 0;}
		.product-thumbs img {	margin: 0 10px 0 10px; border: 3px solid #7b786b;}
		.product-thumbs img:hover {border: 3px solid #0f5696;}
	
	#client-list {
		width: 250px;
		color: #FFFFFF;
		text-align: left;
		margin: 0 5px 0 5px;
		background-color: #0f5696;
	}
		#client-list h2 {
			color: #FFFFFF;
			font-family: "Times New Roman", Times, serif;
			font-size: 1.89em;
			text-align: center;
			margin: 0;
			padding: 0;
		}
		#client-list #border {
			border: 1px solid #FFFFFF;
			margin: 5px;
		}	
		#client-list #border #padding {padding: 5px;}
		#client-list #padding a {color: #f8c29b; font-weight: bold; border: 0;}
		#client-list #padding p {margin: 0; padding: 0; border: 0; font-size: .89em;}
		#client-list #padding ul {background-color: #0f5696; margin: 5px 0 10px 30px; padding: 0; border: 0;}
		#client-list #padding li {background-color: #0f5696; margin: 0 0 5px 0; padding: 0; border: 0; font-size: .89em;}
		
	#promo-products {
		width: 239px;
		text-align: left;
		padding: 0 0 0 5px;
		/*
		background-image: url(/images/promotional-home.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		*/
	}
		#promo-products .b a {color: #1967b2;}
		#promo-products p {margin: 0 0 5px 0;}
		#promo-products .small {font-size: .89em;}
	
	#int-side {
		float: right;
		width: 260px;
		text-align: left;
		padding: 0 0 0 15px;
		margin: 0 0 5px 0;
		/*
		background-image: url(/images/int-side-bg.gif);
		background-repeat: repeat-y;
		background-position: left;
		*/
		font-size: .89em;
	}
		#int-side p {margin: 0;}
		
	#int-right {
		float: right;
		width: 260px;
		text-align: center;
		padding: 0 0 0 15px;
		margin: 0 0 5px 0;
		/*
		background-image: url(/images/int-side-bg.gif);
		background-repeat: repeat-y;
		background-position: left;
		*/
		font-size: .89em;
	}
		#int-right p {margin: 0;}
		.side-box {text-align: center;}
		.side-box img {margin: 0 0 8px 0;}
		.side-box p {text-align: left;}
		
		.side-box#ties {
			color: #f37921;
			font-weight: bold;
			margin: 0 0 15px 0;
			padding: 0 0 5px 0;
			background-image: url(/images/line.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
		}		
		.side-box#ties a {color: #f37921;}
		
		.side-box#wood {
			color: #f37921;
			font-weight: bold;
			margin: 0 0 5px 0;
			padding: 0 0 5px 0;
			background-image: url(/images/line.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
		}
		.side-box#wood a {color: #f37921;}
		
		.side-box#explore {
			color: #FFFFFF;
			font-weight: bold;
			background-color: #0f5696;
			text-align: left;
			padding: 10px;
			margin: 0 5px 5px 0;
			line-height: 2em;
			font-size: .95em;
		}
		#explore #border {border: 1px solid #FFFFFF; padding: 5px;}
		.side-box#explore a {color: #FFFFFF;}
		
		.side-box#learn {
			color: #f37921;
			padding: 0 0 15px 0;
			background-image: url(/images/line.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
		}
		.side-box#learn a {color: #f37921;}
		.side-box#learn img {margin: 5px 0 0 0;}	
		
		.side-box#sample {
			color: #f37921;
			padding: 0 0 5px 0;
			background-image: url(/images/line.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
		}
		.side-box#sample img {margin: 10px 0 5px 0;}		
		.side-box#sample a {color: #f37921;}
		
		.side-box#inquire {	color: #f37921;}
		.side-box#inquire img {margin: 10px 0 5px 0;}
		.side-box#inquire a {color: #f37921;}
		
#int-left {
	text-align: left;
	margin-right: 270px;
	padding: 0 10px 0 0;
	background-image: url(/images/int-side-bg.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#logo {position: absolute; margin: 0 0 0 20px;}

.product {color: #8f8c84;}
.product#business {padding: 0 0 0 10px;}
.product#business #text { margin: 0; color: #69665b; }
.product#business #text p {margin: 0 0 8px 0; font-size: 89%;}
.product#promo {padding: 0 0 0 10px;  font-size: .89em;}
.product#promo p { margin: 0 0 10px 0; }

	.product p {line-height: 1.4em;}
	.product strong {color: #69665b;}
	
	.product#business #product-name {color: #0f5696; font-weight: bold; margin: 0 0 20px 0;}
	.product#promo #product-name {color: #0f5696; font-weight: bold; margin: 0 0 20px 0;}
	
	#product-explore {color: #f37921; margin: 10px 0 0 10px; padding: 0 0 10px 0;}
	#product-explore a {color: #f37921; font-weight: bold;}
	
#footer {
	clear: both;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: .9em;
	color: #989484;
}
#footer-bg {
	background-image: url(/images/content-bottom.png);
	background-position: top;
	background-repeat: no-repeat;
	height: 29px;
}
	#footer p {
		margin: 0;
		padding: 5px 0 15px 0;
	}
	#footer p a {color: #989484; padding: 0;}
	#footer p a:hover {color: #f4812f;}
	#footer p #bwm a:hover {color: #0066CC;}

.product-block {
	width: 230px;
	float: left;
	text-align: left;
	font-size: .89em;
}
	.product-block strong {color: #0f5696;}
	.product-block p {margin-left: 115px;}
	.product-block img {float: left;}
	.left-block {margin-right: 10px;}
	
.small { font-size: .9em; }
.t-c { text-align: center; }
.t-l { text-align: left; }
.t-r { text-align: right; }

.client-quote { color: #f37921; font-size: .89em; }

#pages {float: right; width: 200px; text-align: right; color: #0f5696; font-weight: bold; padding: 1px 0 0 0;}
#slideshow { display: inline; }
.homepage-slideshow {width: 452px; height: 220px; background-image: url('/gallery/images/home/bg.jpg'); background-repeat: repeat-x; background-position: top;}