/*
---------------------------------------------------
 Stylesheet for Fierro Iron Works
 Copyright (c) 2009-2011, Kim Vigsbo
---------------------------------------------------
*/

/*
---------------------------------------------------
 begin reset (Yahoo)
---------------------------------------------------
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

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

fieldset,img {
	border: 0;
}

address,caption,cite,code,em,strong,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

a, img {
	outline: 0;
}


/*
---------------------------------------------------
 end reset (Yahoo)
---------------------------------------------------
*/

body {
	background-color: #f3f1f1;
}

body, td, div {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
}

h1 {
	font-size: 18px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 16px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

h2.gallery {
	font-size: 16px;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
}

strong {
	font-weight: bold;
}

.hilite {
	background-color: #ffffcc;
	padding: 2px;
}

.clear {
	clear: both;
}

.contact {
	font-size: 18px;
}

.contact-sm {
	font-size: 14px;
}

.header-bg {
	background-color: #1D396B;
	text-align: center;
}

.header {
	padding: 10px 0 10px 0;
	width: 960px;
	height: 94px;
	margin: 0 auto;
	text-align: left;
}

.header-bg-trim-1 {
	background-color: #ffffff;
	height: 2px;
	overflow: hidden;
}

.header-bg-trim-2 {
	background-color: #d9d9d9;
	height: 8px;
	overflow: hidden;
}

.logo {
	float: left;
	width: 233px;
}

a.credit {
	text-decoration: none;
}
 
a.credit:hover {
	text-decoration: none;
}

.navbar {
	float: right;
	padding-top: 30px;
	width: 516px;
}

.navbar a {
	/*zoom: 1;*/
	display: inline-block; /*ie fix*/	
	color: #ffffff;
	margin-left: 40px;
	font-size: 20px;
	padding: 5px;
	text-decoration: none;
	border-bottom: 2px solid #1d396b;
}
 
.navbar a:hover {
	/*zoom: 1;*/
	display: inline-block; /*ie fix*/
	margin-left: 40px;
	font-size: 20px;
	padding: 5px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}

.selected-navbar {
	/*zoom: 1;*/
	display: inline-block; /*ie fix*/
	color: #ffffff;
	margin-left: 40px;
	font-size: 20px;
	padding: 5px;
	text-decoration: none;
	border-bottom: 2px solid #ffffff;
}


a.copy {
	color: #1d396b;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
}
 
a.copy:hover {
	color: #ffffff;
	background-color: #1d396b;
	padding: 2px;
	text-decoration: none;
	border-bottom: 1px solid #1d396b;
}


.gallery-thumb {
	border: 1px solid #cccccc;
}

.thumbnail {
	padding: 10px;
	background-color: #f5f5f5;
	border: 1px solid #dcdcdc;
	width: 200px;
	margin: 0 18px 18px 0px;
	float: left;
}

.content-bg {
	background-color: #ffffff;
	clear: both;
}

.content {
	padding: 30px 0 20px 0;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
	height: auto;
}

.footer-bg-trim-1 {
	background-color: #d9d9d9;
	height: 6px;
	overflow: hidden;
}

.footer-bg-trim-2 {
	height: 2px;
	background-color: #ffffff;
	overflow: hidden;
}

.footer-bg {
}

.footer {
	padding: 10px 0 10px 0;
	width: 960px;
	min-height: 60px;
	margin: 0 auto;
	text-align: left;
}

.footer-left {
	float: left;
	width: 600px;
	font-size: 12px;
	color: #666666;
	line-height: 1.8em;
}

.footer-right {
	float: left;
	width: 360px;
	text-align: right;
	font-size: 10px;
	color: #666666;
	line-height: 1.8em;
}

a.footer {
	/*zoom: 1;*/
	display: inline-block; /*ie fix*/	
	color: #000080;
	margin-left: 18px;
	font-size: 13px;
	padding: 2px;
	text-decoration: none;
	border-bottom: 2px solid #f3f1f1;
}
 
a.footer:hover {
	/*zoom: 1;*/
	display: inline-block; /*ie fix*/	
	margin-left: 18px;
	font-size: 13px;
	padding: 2px;
	text-decoration: none;
	border-bottom: 2px solid #000080;
}
 
.selected-footer {
	/*zoom: 1;*/
	display: inline-block; /*ie fix*/	
	color: #000080;
	margin-left: 18px;
	font-size: 13px;
	padding: 2px;
	text-decoration: none;
	border-bottom: 2px solid #000080;
}

