/*
Theme Name: Steel Encounters
Theme URI: http://www.steelencounters.com/
Description: WordPress theme for Steel Encounters
Version: 1.0
Date: 08/09
Author: Code Greene - Tim Haslam
Author URI: http://www.codegreene.com/
Tags: Blue, White, Custom
*/

/* RESETS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}

body {
	line-height: 1;
	color: black;
	background: white;
	}

ol, ul {
	list-style: none;
	}

table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

.clearer {
	clear: both;
}


/* GENERAL STYLES */
body {
	background: #fff url(img/site/bg2.gif) repeat-y;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	color: #333;
}

a {
	color: #4284AF;
	text-decoration: none;
}

p {
	padding: 10px 0;
}

.wrapper {
	width: 677px;
	padding: 0 0 0 73px;
}

.main_nav {
	float: right;
	margin: 30px 0 30px 0;
	font-size: 11px;
}

.main_nav ul li {
	list-style-type: none;
	list-style-position: outside;
	float: left;
	padding: 0 0 0 15px;
}

.main_nav a {
	text-decoration: none;
}

#content {
	padding: 0 0 0 27px;
}

#content_contact {
	width: 900px !important;
	padding: 0 0 0 27px;
}

#main_sub_nav {
	margin: 20px 0 150px 0px;
}

#main_sub_nav ul li {
	list-style-type: none;
	padding: 0;
}

#main_sub_nav li a {
	float: left;
	text-indent: -5000px;
	display: block;
	height: 70px;
}

#project_nav_architectural a {
	background-image: url('img/site/btn_architectural.jpg');
	width: 218px;
}

#project_nav_structural a {
	background-image: url('img/site/btn_structural.jpg');
	width: 214px;
}

#project_nav_northwest a {
	background-image: url('img/site/btn_products.jpg');
	width: 218px;
}

#main_sub_nav li a:hover {
	background-position: 0 -70px;
}

.page_title {
	color: #092156;
	font-size: 28px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.page_title_small {
	color: #092156;
	font-size: 20px;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.page_title_products {
	color: #092156;
	font-size: 20px;
	margin-bottom: 20px;
	margin-right: 10px;
	float: left;
	text-transform: uppercase;
	display: inline;
}

.page_title_products_sub {
	color: #6CAAD2;
	font-size: 20px;
	display: inline;
}

.page_content {
	color: #000000;
}

div.department {
	width: 200px;
	height: 500px;
	margin: 15px 0px 5px 0;
	float: left;
	position: relative;
}

div.department h4 {
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom: .75em;
}

div.department ul li {
	line-height: 1.25em;
	margin-bottom: 5px;
	list-style-type: none;
}


ul.projects {
	float: left;
}

ul.projects li {
	width: 206px;
	margin: 0 0 30px 15px;
	float: left;
	list-style-type: none;
}

.services_architectural ul.projects li,
.services_structural ul.projects li {
	width: 118px;
	list-style-type: none;
}

ul.projects li.first {
	margin-left: 0;
}

ul.projects li h4 {
	font-weight: normal;
	font-size: .8em;
	color: #8ab8fd;
	margin-bottom: .75em;
	text-transform: uppercase;
}

ul.contents {
	height: 125px;
	background: #eee;
	float: left;
}

.services_architectural ul.contents,
.services_structural ul.contents {
	width: 118px;
}

ul.contents li {
	font-size: 10px;
	margin: 0;
	padding: 5px;
	color: #666;
	width: 107px;
	list-style-type: none;
}

ul.images {
	float: left;
}

ul.images li {
	margin: 0;
	padding: 0;
}

ul.images li a.hidden {
	display: none;
}

.hidden {
	display: none;
}

ul.images li a.preview img {
	width: 100%;
}

.product_type {
	text-transform: capitalize;
	color: #6caad2;
}

div.slideshows {
	background: #eee;
	float: left;
	padding: 10px 0;
	height: 100px;
}

div.slideshows li {
	line-height: 18px;
}

div.slideshows li a {
	float: left;
	padding: 2px 10px;
}

.footer {
	display: block;
	min-height: 50px;
}

ul li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px 0;
}

ol li {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 5px 0;
}