/*=================================================
	CSS document:
	Copyright Alumicor Ltd.
	Site design & development by ninesides.com
=================================================*/

/* 
---------------------------------------------------
	Whitespace Reset
---------------------------------------------------
*/

* {
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin: 1em 0; }
li, dd, blockquote { margin-left: 40px; }
fieldset { padding:10px; }


/* 
---------------------------------------------------
	Special Styles 
---------------------------------------------------
*/

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

hr {
	border: none 0;
	border-top: 1px dashed #C8D0D7;
	padding-top:3px;
	padding-bottom:3px;
	width: 100%;
	height: 1px;
}

a:link, a:visited{
	color: #4a8ef3;
	text-decoration:none;
	outline: none;
}
a:hover {
	text-decoration:none;
	color: #798597;
	outline: none;
}

/* 
---------------------------------------------------
	Main Layout
---------------------------------------------------
*/

html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../images/common/body-bg.gif') repeat;
}

#wrapper {
	position: relative;
	width: 749px;
	background: #e9eef3 url('../images/common/wrapper-bg.gif') repeat-y;
	margin: 0;
	padding-right: 16px;
	min-height: 100%;
}
* html #wrapper {
	height: 100%;
	width: 765px; /* + border + padding */
	w\idth: 749px; /* proper */
}

.small {
	font-size: 9px;
}

/* 
---------------------------------------------------
	Footer Styles 
---------------------------------------------------
*/

#footer { 
	position: relative;
	z-index: 20;
	height: 23px;
	margin: -23px 0 0 0;
	background: url('../images/common/footer-bg.gif') no-repeat;
	width: 733px;
	padding: 0 24px 0 8px;
	overflow: hidden;
}
* html #footer {
	width: 765px; /* + border + padding */
	w\idth: 733px;
}
#footer p {
	line-height: 23px;
	margin: 0;
	font-size: 9px;
	color: #66768a;
}
#footer p#copyright {
	float: left;
	width: 70%;
}
#footer p#site-by {
	float: right;
	width: 30%;
	text-align: right;
}
#footer a {
	text-decoration: none;
	
}

/* 
---------------------------------------------------
	Header Styles 
---------------------------------------------------
*/

#header {
	position: relative;
	z-index: 5;
}

#header #logo {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	width: 161px;
	height: 168px;
	background: url('../images/common/logo.png') no-repeat;
	display: block;
}
* html #header #logo {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/common/logo.png', sizingMethod='scale');
}


#header #banner {
	position: relative;
	z-index: 6; 
	background: transparent url('../images/headers/header1.jpg') no-repeat;
	width: 100%;
	height: 92px;
}

/* 
---------------------------------------------------
	Navigation Styles 
---------------------------------------------------
*/

#header #nav, #topnav {
	position: relative;
	height: 46px;	
}

#header #nav {
	z-index: 6;
	background: transparent url('../images/nav/navbar.gif') 0 -46px no-repeat;
}

#topnav {
	padding: 0 0 0 168px;
	margin: 0;
}
#topnav li, #topnav li a {
	display: block;
	height: 46px;	
	padding: 0;
	margin: 0;
}
#topnav li {
	float: left;
}
#topnav li a {
	width: 70px;
	background: transparent url('../images/nav/navbar.gif') no-repeat;
}
#topnav li a:hover {
	background-image: none; 
}

#topnav li a span {
	display: none
}

#topnav li#btn-home a 		{ background-position: -168px 0; }
#topnav li#btn-about a 		{ background-position: -238px 0; }
#topnav li#btn-products a 	{ background-position: -308px 0; }
#topnav li#btn-anodizing a 	{ background-position: -378px 0; }
#topnav li#btn-news a 		{ background-position: -448px 0; }
#topnav li#btn-jobs a 		{ background-position: -518px 0; }
#topnav li#btn-links a 		{ background-position: -588px 0; }
#topnav li#btn-contact a 	{ background-position: -658px 0; }

#topnav li ul {
	position: absolute;
	left: -999em;
	margin: 0;
	padding: 0;
	width: 140px;
	background-color: #f0f3f5;
	background-image: none;
	padding: 0 1px;
	list-style-type: none;
}
* html #topnav li ul {
	width: 142px; /* + border + padding */
	w\idth: 140px; /* proper */
}
#topnav li:hover ul, #topnav li.sfhover ul {
	left: auto;
}

#topnav li:hover ul.last, #topnav li.sfhover ul.last {
	margin-left: -70px;
}

#topnav li ul li {
	margin: 1px 0;
	border: 1px solid #e1e6eb;	
	padding: 0;
	display: block;
	float: none;
	height: auto;
	background: #ffffff url(../images/nav/subnav-item-bg.gif) bottom no-repeat;
}

#topnav li ul li a {
	display: block;
	padding: 5px 10px;
	width: auto;
	height: auto;
	background-color: transparent;
	background-image: none;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #9ca8b6;
}
#topnav li ul li a:hover {
	color: #456185;
}

/* 
---------------------------------------------------
	Page Styles
---------------------------------------------------
*/

#page {
	margin: 0;
	padding: 0 0 60px 0;
}


#page-bg {
	position: absolute;
	left: 0px;
	bottom: 23px;
	width: 749px;
	height: 115px;
	background: transparent url('../images/common/page-bg.jpg') no-repeat;
}

/* 
---------------------------------------------------
	Sidebar
---------------------------------------------------
*/

#sidebar {
	position: relative;
	width: 157px;
	padding: 0 0 78px 0;
	margin: 0;
	float: left;
}

/* 
---------------------------------------------------
	Login Form
---------------------------------------------------
*/

#login {
	position: relative;
	width: 157px;
	margin: 0;
	background: transparent url('../images/tiles/login-bg.jpg') repeat-y;
}

#login #login-footer {
	margin: 0;
	height: 10px;
	background: transparent url('../images/tiles/login-footer.jpg') no-repeat;
	overflow: hidden; /* fixes wierd IE 6 bug; */
}

#login #login-content {
	padding: 0 13px 0 17px; 
	font-size: 10px;
	color: #a2adbc;
}	

#login form {
	margin: 0;
}

#login input.login-fld {
	margin: 0 0 7px 0; 
	border: 0;
	background-color: #eaeff4;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	padding: 0 5px;
	color: #a2adbc;
	width: 117px;
}

#login input.login-btn {
	float: right;
	margin: 0; 
	padding: 0;
	border: 0;
	width: 51px;
	height: 21px;
}

/* 
---------------------------------------------------
	Quick Link Buttons
---------------------------------------------------
*/

#quick-links {
	position: relative;
	margin: 0;
	padding: 10px 6px 0 7px;
}
#quick-links ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px dashed #94a0ab;
}
#quick-links ul li {
	position: relative;
	margin: 0;
	padding: 0;
	border-top: 1px dashed #94a0ab;
}
#quick-links ul li a, #quick-links ul li img {
	position: relative;
	display: block;
	width: 144px;
	height: 69px;
	margin: 0;
	border: 0;
	padding: 0;
}

/* 
---------------------------------------------------
	Page Content
---------------------------------------------------
*/

#content {
	position: relative;
	width: 592px;
	padding: 5px 0 0 0;
	margin: 0;
	float: right;
	background: transparent url('../images/common/content-bg.gif') no-repeat;
}

/* 
---------------------------------------------------
	Gallery
---------------------------------------------------
*/

#portfolio {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #fff;
}

#portfolio .project{
	margin: 0 auto;
	width: 121px;
	height: 73px;
	margin: 1px; padding: 1px;
	background: #616d7d url('../images/gallery/th-coming-soon.jpg') no-repeat center;
	float: left;
	display: block;
	outline: none;
}

#portfolio .project:hover{
	background: #fff;
	display: block;
	outline: none;
}

/* 
---------------------------------------------------
	Tooltips in gallery
---------------------------------------------------
*/

.tool-tip {
	color: #fff;
	line-height: 14px;
	width: 139px;
	z-index: 1500;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	color: #94d3f5;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background: url('../images/common/bubble.png') top left;
}
 
.tool-text {
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: url('../images/common/bubble.png') bottom right;
}

.custom-tip {
	width: 400px;
	height: 400px;
	border: 10px solid #eee;
	z-index: 13000;
	background: #fff url('../images/common/sb_loading.gif') no-repeat center;
}
 
.custom-title {
	text-align: center;
	margin: 0; padding: 0;
	background: #fff;
}
 
.custom-text {
	text-align: center;
	margin: 0; padding: 0;
	background: #fff;
}

/* 
---------------------------------------------------
	Homepage Photo Panel
---------------------------------------------------
*/

#photos {
	margin: 0;
	padding: 0;
}

#photos img {
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}


/* 
---------------------------------------------------
	Content Panel
---------------------------------------------------
*/

#panel {
	position: relative;
	margin: 0;
	padding: 25px 57px 0 30px;
	background: transparent url('../images/common/panel-bg.gif') no-repeat;
	color: #596473;
	text-align: left;
}

#panel h1#title {
	margin: 0 0 0.6em 0;
	font-size: 17px;
	font-weight: bold;
	color: #576f8f;
	padding-bottom: 5px;
	border-bottom: 1px dashed #bfcad8;
	text-align: left;
}

#panel h1#jobs, h1#news, h1#update {
	margin: 0 0 0.6em 0;
	background-color: #e9eef3;
	font-size: 12px;
	font-weight: bold;
	color: #576f8f;
	padding: 4px;
	text-align: left;
}

#panel a.back {
	margin: 0; padding: 0;
	text-align: right;
	padding-top: 3px;
	height: 18px;
	display: block;
	border-top: 1px dashed #bfcad8;
}

#panel .dwnupdate, #panel .dwnproduct {
	margin: 0;
	padding-top: 3px;
	padding-left: 23px;
	height: 18px;
	background: transparent url('../images/common/ico-pdf-sm.gif') no-repeat top left;
}

#panel .dwnautocad {
	margin: 0;
	padding-top: 3px;
	padding-left: 23px;
	height: 18px;
	background: transparent url('../images/common/ico-autocad-sm.gif') no-repeat top left;
}

#panel .dwnwinzip {
	margin: 0;
	padding-top: 3px;
	padding-left: 23px;
	height: 18px;
	display: block;
	background: #f4f8fc url('../images/common/ico-winzip-sm.gif') no-repeat top left;
}

#panel .backbar {
	margin: 0;
	padding: 5px;
	text-align: right;
	display: block;
	background-color: #d0dce8;
}

#panel .backbar:hover {
	display: block;
	background-color: #dce7f1;
}


/* 
---------------------------------------------------
	Protected Area Styles 
---------------------------------------------------
*/

#panel #protected a {
	margin: 0; padding: 0;
	display: block;
}

#panel #protected a:hover {
	color: #000;
}

#panel #protected li.dwnwinzip {
	margin: 0 0 3px 15px;
	list-style: none;
	padding-top: 3px;
	padding-left: 23px;
	height: 18px;
	display: block;
	background: #f4f8fc url('../images/common/ico-winzip-sm.gif') no-repeat top left;
}

/* 
---------------------------------------------------
	Form Styles 
---------------------------------------------------
*/

#error {
	color:#FFFFFF;
	line-height:13px;
	font-size:11px;
	font-weight:bold;
	border: 1px dashed #FFFFFF;
	background-image: url('../images/common/ico_error.gif');
	background-repeat: no-repeat;
    background-color: #FF0000;
	padding: 10px 10px 10px 55px;
}

#loginbox {
	line-height:13px;
	font-size:11px;
	font-weight:bold;
	border: 1px dashed #a9b5bf;
    background-color: #fff;
	padding: 10px;
	text-align: center;
}

fieldset {
	line-height:13px;
	font-size:11px;
	font-weight:bold;
	border: 1px dashed #99a8b8;
    background-color: #d6e2ef;
	padding: 10px;
	text-align: left;
}

legend {
	color:#4b5056;
	font-size:12px;
	font-weight:bold;
}

.small {
	font-size:9px;
}

/* 
---------------------------------------------------
	Contact Section
---------------------------------------------------
*/

#accordion {
	width: 100%;
	padding-bottom: 77px;
}

/* 
-----------------------------------------------------------
	by default, for javascript users, let's hide the 
	accordion elements.  we'll unhide them in 
	javascript just prior to initializing the accordion 
-----------------------------------------------------------
*/
body.js-enabled #accordion .element {
	display: none;
}

.toggler {
	margin: 0 0 2px 0; 
	line-height: 37px;
	height: 37px;
	width: 100%;
	cursor: pointer;
	text-indent: 10px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #6a839c;
	font-size: 13px;
	font-weight: bold;
	background: transparent url('../images/contact/img-headingbar.jpg') no-repeat top left;
} 
.toggler:hover{
	color: #485664;
	display: block;
}

#accordion .panel {
	margin: 0; padding: 15px 15px 0 15px;
	text-align: left;
	background: transparent url('../images/contact/img-panel.jpg') no-repeat top left;
}

#accordion .bottom {
	margin: 0 0 4px 0; padding: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/contact/img-panel-bottom.jpg') no-repeat top left;
}

#accordion .panel p {
	margin: 0; 
	padding: 0;
}

#accordion .panel em {
	font-style: italic;
	font-size: 11px;
}

#accordion .panel .full{
	margin: 0;
	padding: 0;
	width: 98%;
	float: left;
	min-height: 40px;
} 

#accordion .panel .left{
	margin: 0;
	padding: 0;
	width: 63%;
	float: left;
	min-height: 130px;
	border-right: 1px dashed #99a8b8;
} 

#accordion .panel .right{ 
	margin: 0; 
	padding: 0;
	width: 30%;
	float: right;
}
