@import url(structure.css);
@import url(utilities.css);

/* ################ DEFAULT FORMATTING ################ */

/* ========== LINKS ========== */
a:link,
a:visited {
	font-family: inherit;
	font-size: inherit;
	color: #C30;
}

a:link {
}

a:visited {}

a:link:hover,
a:visited:hover,
a:link:hover *,
a:visited:hover * {
	color: #028665;
}

a:link:active,
a:visited:active {}

#nav a, #footer_nav a { text-decoration: none; }

/* ========== OTHER ELEMENTS ========== */

/* Set overall font and line-height */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
li, dt, dd,
legend, label, option,
th, td, caption {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Set general left and right margins */
h1, h2, h3, h4, h5, h6,
p, blockquote, address,
ul, ol, dl,
form, table {
	margin-left: 20px;
	margin-right: 20px;
}

/* General header top and bottom margins */
h1, h2, h3, h4, h5 {
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: normal;
}

/* General content and container element top and bottom margins */
h6, p, blockquote, address,
ul, ol, dl,
form, table, object {
	margin-top: 0;
	margin-bottom: 1em;
}

/* General header styling */
h1, h2, h3, h4, h5, legend {}

/* General content styling */
p, blockquote, address,
li, dt, dd,
label, option,
th, td, caption {
	line-height: 20px;
	font-size: 12px;
}


/* ========== BLOCK LEVEL AND CORE CONTENT ELEMENTS ========== */

h1 {
	font-style: italic;
	color: #FFF;
	font-size: 30px;
	margin-top: 0;
	line-height: 45px;
}

h2 {
	text-transform: uppercase;
	border-bottom: 1px dotted #CC0;
	font-size: 10px;
	letter-spacing: 1px;
	margin-top: 20px;
}

h3 {
	font-size: 16px;
	color: #C30 !important;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

h4 {}

h5 {
	font-weight: bold;
	color: #660;
	}

h6 {
	float: left;
	margin: 0;
}

p {}

blockquote {}

address { font-style: normal; }

img {
	border: 0;
	display: block;
}

pre { margin: 1em 15px; }

/* ========== LISTS ========== */

/* Fixes nested list display bug in IE/Win */
ul, ol, dl { position: relative; }

ul {}

ol {}

li {}

ul ul {}

ol ol {}

ul li {}

ol li {}

dl {}

dt {}

dd {}


/* ========== FORMS ========== */

form {}

fieldset {}

legend {}

label {}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {}

input[type="checkbox"],
input[type="radio"] {}

input[type="text"],
input[type="password"],
input[type="file"],
textarea {}

textarea {}

button {}

input { vertical-align: middle; }

select {}

option {}


/* ========== TABLES ========== */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 20px;	
}

tr {}

th, td { 
	padding: 3px 10px 5px 0; }

th {
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	border-bottom: 2px solid #CCC;
	}

td {
	border-bottom: 1px solid #CCC;
	}

td:first-child {
	font-weight: bold;
	}

caption {}


/* ========== INLINE/PHRASE ELEMENTS ========== */

del, ins,
sup, sub, big, small,
em, strong, code, dfn, kbd, samp, var, q, cite, abbr, acronym,
a {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

q {}

/*
 	IE/WIn does not support automatic quoting of q tag.
	Must add quote entities manually OUTSIDE of the <q> tags.
*/
q:before,
q:after {
	content: "";
}

html>body abbr[title],
* html abbr {
	border: 0;
	cursor: help;
	font-style: normal;
}

cite {}
em {}
strong {}
sup { font: 9px/0.8 Verdana, Helvetica, Arial, sans-serif; }
sub {}
del {}
ins {}
code {}
dfn {}
kbd {}
samp {}
var {}
big {}
small {}

/* ################ GENERAL STYLE OVERRIDES ################ */

/* Zeroes out left and right margins of nested elements so parent element will control them */
p *,
li *,
blockquote *,
form * {
	margin-right: 0 !important;
	margin-left: 0 !important;
}


/* ################ PAGE SECTION REDEFINITIONS ################ */

#header h2 {
	font-size: 16px;
	text-transform: none;
	border: none;
}

#company_banner * {
	text-align: center;
	margin: 0 auto;
}

#logo {
	margin-top: 20px;
}

#since {
	text-transform: uppercase;
	color: #030;
	font-size: 11px;
}

#since:before {	content: '- '; }
#since:after { content: ' -'; }

#company_banner .phone {
	font-size: 18px;
	color: #066;
}

#company_banner .contact {
	text-transform: uppercase;
	font-size: 10px;
	color: #933;
}

#company_banner .contact:link:hover,
#company_banner .contact:visited:hover {
	color: #028665;
}

#nav ul { margin-top: 20px; }

#nav li {
	background-image: url(/_img/blt_ylw_sq.gif);
	background-position: 0 85%;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #F93;
	list-style-type: none;
	padding-left: 8px;
	line-height: 1.1;
	margin-bottom: 0.5em;
	font-size: 14px;
	color: #FFF;
}

#nav a:link,
#nav a:visited {
	color: #FFF !important;
}

#nav a:link:hover,
#nav a:visited:hover {
	color: #FF9 !important;
}

#nav li.current a {
	font-weight: bold;
}

#title address {
	color: #FFF;
	font-size: 20px;
	line-height: 45px;
	margin-bottom: 0;
}

#intro { color: #330; }

#feature { color: #030; }

#content h3 {
	margin-top: 20px;
}

#footer * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

#footer * { margin: 0; }

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	margin-right: 7px;
	padding-right: 7px;
	border-right: 1px solid;
	line-height: 17px;
}

#footer_nav ul {
	margin: 0 7px !important;
	padding: 0;
}

#footer_nav li { border-right-color: #F60; }
#credits li { border-right-color: #999; }

#footer_nav li { color: #F96; }

#footer_nav a:link,
#footer_nav a:visited {
	color: #FF9 !important;
}

#footer_nav a:link:hover,
#footer_nav a:visited:hover {
	color: #CC6 !important;
}

#designedby,
#designedby *,
#validatorlinks * {
	color: #999 !important;
}

#credits a:link:hover,
#credits a:visited:hover,
#credits a:link:hover *,
#credits a:visited:hover * {
	color: #C30 !important;
}

/* ################ CUSTOM CLASS ################ */

.rightfloat { margin-right: 20px; }
.leftfloat { margin-left: 20px; }

p.morelink a,
a.morelink {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p.callout {
	color: #660;
}

p.callout2 {
	color: #660;
	padding-top: 10px;
	font-style: italic;
}



ul.samples li {
	float: left;
	display: inline;
	width: 133px;
	text-transform: uppercase;
	color: #030;
	font-size: 10px;
	margin-top: 20px;
}

div.bullet_left,
div.bullet_right {
	background-repeat: no-repeat;
}

div.bullet_left {
	background-image: url(/_img/blt_ylw_arw_right.gif);
	background-position: 0% 20px;
}

div.bullet_right {
	background-image: url(/_img/blt_ylw_arw_left.gif);
	background-position: 100% 20px;
}

a.dead,
a.dead:hover {
	color: #666;
	text-decoration: none;
	cursor: default;
}

#nav a.dead,
#nav a.dead:hover,
#footer a.dead,
#footer a.dead:hover {
	cursor: default !important;
	color: #C99 !important;
	
}


p.overview { padding-bottom: 2px;}

h3.contact { padding-top: 2px; }

p.bigcallout {
	font-size: 16px !important;
	color: #E6FF99;
	}
	



/* ----- LINE CARDS ----- */

.wood_type {
	border-bottom: 1px dotted #CC0;
	margin-top: 20px;
	padding-bottom: 10px;
	}

.wood_type p {
	font-family: Arial, Helvetica, sans-serif;
	}

.wood_type h4 {
	margin-bottom: 1em;
	}

.wood_type ul {
	margin-left: 2em;
	}
	
.thru_and {
	font-size: 80%;
	font-weight: normal;
	}
	
.call_to_action {
	color: #660;
	font-style: italic;
	font-size: 14px;
	}
	
	
.new_products  {
	list-style: none !important;
	}	
.new_products li {
	list-style: none !important;
	margin: 0;
	}