/*
*************************************************

file : screen.css
client : Metalmen
author : Karl Brightman
date created : 13th April 2007
my music : Legendary Thread: 1UP's World of Warcraft Podcast - 04/11/2007
on this day : 1860 - The Pony Express, the first mail service across the North American continent from the Missouri River to the Pacific coast, was successfully completed for the first time.

*************************************************
*/

/*-------------------------------------------
	Basic Selectors
-------------------------------------------*/
* { line-height: 1.6; margin: 0; padding: 0; }
body {
	background: #bebeb8 url(../images/core/bg.jpg) repeat-x 0 0;
	font: normal 70% Tahoma, Geneva, sans-serif;
	padding-bottom: 50px;
	text-align: center;
}

img { border: 0; }

.clear {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 780px;
}

/*-------------------------------------------
	Header
-------------------------------------------*/
#header {
	background: url(../images/core/header_bg.jpg) repeat-x 0 0;
	height: 144px;
	position: relative;
}

#header #logo {
	background: url(../images/core/logo.jpg) no-repeat 0 0;
	display: block;
	height: 41px;
	left: 8px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 72px;
	width: 459px;
}

#header #flash {
	background: url(../images/core/flash_bg.jpg) no-repeat 0 0;
	height: 144px;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px;
}

/*-------------------------------------------
	Navigation
-------------------------------------------*/
#navigation {
	background: url(../images/navigation/navigation_bg.jpg) repeat-x 0 0;
	height: 36px;
}
#navigation ul li {
	float: left;
	list-style: none;
	position: relative;
}

#navigation ul li a {
	display: block;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
}
#navigation ul li a:hover { background-position: 0 -36px !important; }
#navigation ul li:hover a#nav-sheet_metal_fabrication, #navigation ul li.sfhover a#nav-sheet_metal_fabrication { background-position: 0 -36px !important; }

#navigation ul li a#nav-home { background: url(../images/navigation/home.jpg) no-repeat 0 0; width: 82px; }
#navigation ul li a#nav-company_profile { background: url(../images/navigation/company_profile.jpg) no-repeat 0 0; width: 152px; }
#navigation ul li a#nav-sheet_metal_fabrication { background: url(../images/navigation/sheet_metal_fabrication.jpg) no-repeat 0 0; width: 203px; }
#navigation ul li a#nav-employment_opportunities { background: url(../images/navigation/employment_opportunities.jpg) no-repeat 0 0; width: 224px; }
#navigation ul li a#nav-contact_us { background: url(../images/navigation/contact_us.jpg) no-repeat 0 0; width: 119px; }

#navigation ul li ul {
	background: #ca0205;
	display: none;
	left: 0;
	position: absolute;
	top: 36px;
	width: 203px;
}
#navigation ul li:hover ul, #navigation ul li.sfhover ul { display: block; }

#navigation ul li ul li { float: none; list-style: none; }

#navigation ul li ul li a {
	color: #fff;
	display: block;
	height: 36px;
	padding: 4px 6px;
}
#navigation ul li ul li a:hover { background-position: 0 -36px !important; }

#navigation ul li ul li a#nav-sheet_metal-punching { background: url(../images/navigation/sheet_metal_punching.jpg) no-repeat 0 0; }
#navigation ul li ul li a#nav-sheet_metal-lasercutting { background: url(../images/navigation/sheet_metal_lasercutting.jpg) no-repeat 0 0; }
#navigation ul li ul li a#nav-sheet_metal-guillotining { background: url(../images/navigation/sheet_metal_guillotining.jpg) no-repeat 0 0; }
#navigation ul li ul li a#nav-sheet_metal-folding { background: url(../images/navigation/sheet_metal_folding.jpg) no-repeat 0 0; }
#navigation ul li ul li a#nav-sheet_metal-welding { background: url(../images/navigation/sheet_metal_welding.jpg) no-repeat 0 0; }
#navigation ul li ul li a#nav-sheet_metal-finishes { background: url(../images/navigation/sheet_metal_finishes.jpg) no-repeat 0 0; }


/*-------------------------------------------
	Banner
-------------------------------------------*/
#banner {
	background: url(../images/core/banner-company_profile.jpg) no-repeat 0 0;
	height: 135px;
}
#banner h2 { overflow: hidden; text-indent: -9999px; }

#page-home #banner {
	/*background: url(../images/core/banner_bg.jpg) no-repeat 0 0;*/
	height: 270px;
}

/*
#page-company_profile #banner { background: url(../images/core/banner-company_profile.jpg) no-repeat 0 0; }
#page-sheet_metal #banner { background: url(../images/core/banner-sheet_metal.jpg) no-repeat 0 0; }
#page-contact_us #banner { background: url(../images/core/banner-contact_us.jpg) no-repeat 0 0; }
#page-employment #banner { background: url(../images/core/banner-employment.jpg) no-repeat 0 0; }
*/

/*-------------------------------------------
	Content Container
-------------------------------------------*/
#content_container {
	background: url(../images/core/container_bg.jpg) repeat-y 0 0;
	color: #e0e0d7;
	padding: 40px 24px 20px 37px;
}

/*-------------------------------------------
	Primary
-------------------------------------------*/
#primary {
	float: right;
	font-size: 1.1em;
	width: 720px;
}
#page-home #primary { width: 485px; }

#primary h2 {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 1em;
}

#primary h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

#primary p, #primary ul, #primary ol, #primary dl, #primary img { margin-bottom: 1em; }
#primary ul, #primary ol { margin-left: 2em; }

#primary img.imgleft {float: left; margin: 0 10px 10px 0;}
#primary img.imgright {float: right; margin: 0 0 10px 10px;}

#primary a { color: #8c979d; text-decoration: underline; }
#primary a:hover { color: #d3e2ea; }

#primary #primary-left { float: left; width: 300px; }
#primary #primary-right { float: right; width: 400px; }

/*-------------------------------------------
	Secondary
-------------------------------------------*/
#secondary {
	float: left;
	font-size: 1.1em;
	width: 197px;
}

#secondary p, #secondary ul, #secondary ol, #secondary dl, #secondary img { margin-bottom: 1em; }
#secondary ul, #secondary ol { margin-left: 2em; }

#secondary a { color: #8c979d; text-decoration: underline; }
#secondary a:hover { color: #d3e2ea; }

#secondary #welcome_to_metalmen {
	background: url(../images/core/secondary_welcome_to.jpg) no-repeat 0 0;
	height: 49px;
	margin-bottom: 15px;
	width: 197px;
}
#secondary #welcome_to_metalmen h2 { display: none; margin: 0; }

#secondary #contact_details dt { float: left; }
#secondary #contact_details dd { margin-left: 50px; }

/*-------------------------------------------
	Footer
-------------------------------------------*/
#footer {
	background: url(../images/core/container_bg.jpg) repeat-y 0 0;
	color: #73746e;
	margin: 0;
	padding: 0 24px 10px;
}

#footer a { color: #73746e; text-decoration: underline; }
#footer a:hover { color: #cececc; }

#footer hr {
	border: 0;
	border-bottom: 1px solid #494a46;
	border-top: 1px solid #21211e;
	height: 2px;
	line-height: 0;
	margin-bottom: 10px;
}

#footer-left { float: left; }
#footer-right { float: right; }

#footer-right #site_created_by {
	background: url(../images/core/site_created_by.jpg) no-repeat 0 0;
	display: block;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	width: 149px;
}

/*-------------------------------------------
	Gallery
-------------------------------------------*/
#gallery-thumbnails {
	float: left;
	width: 255px;
}

#gallery-thumbnails ul {
	margin: 0;
	padding: 0;
}
#gallery-thumbnails ul li {
	float: left;
	list-style: none;
}

#gallery-thumbnails ul li a {
	display: block;
	height: 80px;
	line-height: 0;
	margin: 0 5px 5px 0;
	width: 80px;
}

#gallery-main_image {
	float: right;
	text-align: center;
	width: 460px;
}

/*-------------------------------------------
	Form
-------------------------------------------*/
form.cmxform {
	width: 50%;
}
form#contact_form { width: 100%; }

form.cmxform fieldset { 
	border: 0;
	margin-bottom: 1em;
}
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
}
	
form.cmxform label {
	line-height: 1.8em;
	display: -moz-inline-box;
	vertical-align: top;
}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px 0;
	margin: 0;
}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
	
form.cmxform fieldset fieldset label {
	width: auto;
}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; }
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */
	
form.cmxform legend { padding-left: 0; }
form.cmxform legend, form.cmxform label { color: #e0e0d7; }

form.cmxform input, form.cmxform textarea { padding: 4px; }
form.cmxform textarea { font-family: Tahoma, Geneva, sans-serif; font-size: 1.1em; }

form.cmxform input.form_element_width { width: 150px; }
form.cmxform select.form_element_width { width: 162px; }

form.cmxform textarea#previous_experience { width: 322px; }

form#contact_form input.form_element_width { width: 200px; }
form#contact_form select.form_element_width { width: 212px; }
form#contact_form textarea.form_element_width { height: 100px; width: 200px; }

/*-------------------------------------------
	Clearfix
-------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
/* End hide from IE-mac */
