body {
	margin: auto; /* centers container div*/
	min-width: 800px;
	/*background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;	
}

#container {
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px auto 0px auto; /* centers container div*/
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
}

*html #container {
	width: 800px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin: 0px auto 0px auto; /* centers container div*/
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.archaluminum.com/images/container_bg.png', sizingMethod='scale');
	_background: none;
}

#container a, #container object {
	_position: relative; /* fixes bug with AlphaImageLoader filter, which prevents link in html and flash from working*/
}
	
#header {
	height: 188px;
	background-color:#000000;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	display: block;
	overflow: hidden;
}

#header #logo {
	float: left;
	width: 237px;
	height: 188px;
	display: block;
	position: relative;
}

#header #login {
	float: right;
	height: 24px;
	padding-right: 5px;
	font-size: 9px;
	line-height: 24px;
	color: #FFFFFF;
}

#header #login a{
	color: #FFFFFF;
	text-decoration: none;
}

#header #login a:hover{
	color: #FF0000;
}

#header #header_animation {
	float: right;
	clear: right;
	
}

#title_header {
	font-weight: bold;
}

#navigation {
	background-color:#DF140E;
	padding: 5px 0px 0px 10px !important;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	position: relative;
	z-index: 1000;
	height: 33px;
	_height: 38px;
	vertical-align: top;
	text-align: center;

}

#navigation #navlist li{
}


#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 100;
}

#navigation ul li{
	margin: -5px 0px 0px 0px;
	_margin: 0px;
	padding: 0px;
	/*display: inline;*/
	float: left;
	height: 10px;
	position: relative;
}

#navigation ul li ul{
	display: none;
	margin: 0px;
	padding: 8px;
	position: absolute;
	top: 38px;
	left: 0px;
	width: 200px;
	background-color:#000000;
	text-align:left;
}

#navigation ul li ul li{
	float:none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 25px;
	width: 100%;
	border-bottom: dotted 1px #cccccc;
}
#navigation ul li ul li a{
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	padding: 4px 0px 4px 0px;
	margin: 0px;
}

#navigation ul li ul li a:hover{
	color: #CC0000;
}

#navigation ul li ul .corner_left{
/*	width: 18px;
	background-image: url(../images/submenu_corner_left.png);
	background-repeat: no-repeat;*/
}

*html #navigation ul li ul .corner_left{
/*	width: 18px;
	background-image: url(../images/submenu_corner_left.png);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.archaluminum.com/images/submenu_corner_left.png', sizingMethod='crop');
	_background: none;*/
}

#navigation ul li ul .corner_right{
/*	width: 18px;
	background-image: url(../images/submenu_corner_right.png);
	background-repeat: no-repeat;*/
}

*html #navigation ul li ul .corner_right{
/*	width: 18px;
	background-image: url(../images/submenu_corner_right.png);
	background-repeat: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.archaluminum.com/images/submenu_corner_right.png', sizingMethod='scale');
	_background: none;*/
}

#navigation ul li:hover ul, #navigation ul li.over ul{
	display: block;
}

#content_container { /* contains the content, left, and right*/
	background-color:#FFFFFF;
	background-image: url(../images/content_container_bg.gif);
	background-position: bottom;
	background-repeat: repeat-y;
	min-height: 390px;
	_height: 390px;
}

.clear {
	clear:both;
	margin-top:-1px;
	height:1px;
	overflow:hidden;
}

#content_container .column { /* appplied to content, left, and right*/
	position: relative; 
	float: left;
}

#content {
	width: 480px; /* sets width to 100% of content_container minus padding*/
	float: left;
	background-image: url(../images/content_bar_top.gif);
	background-repeat: repeat-x;
	padding: 30px 10px;
	font-size: 12px;
}

#content a:hover{
	color: #DF140E;
}

#content .img_rt {
	float: right;
	margin: 0px 0px 0px 20px;
}

#left_bar {
	min-height: 385px;
	_height: 385px;
	width: 150px;	
	vertical-align: top;
}

#right_bar {
	min-height: 385px;
	_height: 385px;
	width: 150px;
	
}

/** html #left_bar {
	right: 650px;  content width + right_bar width 
}

* html #right_bar {
	margin-right: -100%; /*  Fixes IE Peekaboo bug
	right: 150px;   Fixes IE Peekaboo bug
}*/

#left_content {
	min-height: 365px;
	_height: 365px;
	background-image: url(../images/left_bar_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 30px 0px;
	font-size: 10px;
	width: 150px;
}
#left_content p, #left_content form, #right_content p, #right_content form {
	padding: 0px 5px 10px;
	margin: 0px;
}

#left_content .news {
	padding: 0px 5px 10px;
}

#left_content .search, #left_content .search legend{
	color: #999999;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#left_content a{
	color: #FF0000;
}

#left_content a:hover{
	color: #000000;
}

#right_content {
	min-height: 365px;
	_height: 365px;
	background-image: url(../images/right_bar_top.gif);
	background-repeat: no-repeat;
	padding: 30px 0px;
	font-size: 12px;
	width: 150px;	
}

#footer {
	height: 48px;
	width: 800px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-y;
	position: relative;
	bottom: 0px;
}

*html #footer {
	height: 48px;
	width: 800px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-y;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.archaluminum.com/images/footer_bg.png', sizingMethod='crop');
	_background: none;
	position: relative;
	bottom: 0px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

.red {
	color: #DF140E;
}

#left_content .news a, #right_content a {
	color: #000000;
}

#left_content .news a:hover, #right_content a:hover, #right_content .selected{
	color: #DF140E;
}

/* Content Pages */

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	text-transform: uppercase;
}

.right_nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.right_nav li {
	margin-top: 10px;
	padding: 0px 10px;
}

.link_list {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
}

.link_list a {
	line-height: 16px;
}

h2, h2 a {
	font-size: 14px;
	font-weight: bold;
	color: #DF140E;
}

#content h2 a:hover {
	color: #0000CC;
}

h2 .secondary_a {
	font-size: 10px;
	margin-left: 50px;
}

.link_list li {
	margin-bottom: 5px;
	padding: 0px 10px;
}

.image_right {
	float: right;
	padding-left: 5px;
}

.location_data{
	float: left;
	margin: 5px;
	padding: 14px 0px 14px 0px;
	width: 144px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0px;
	line-height: 0px;
}

.location_highlight {
	float: left;
	margin: 5px;
	padding: 0px;
	width: 144px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0px;
	line-height: 0px;
}

.highlight_inner {
	padding: 0px 7px 0px 7px;
	width: 130px;
	height: 80px;
	background-image: url(../locations/images/location_bg.gif);
	background-repeat: repeat-y;
	font-size: 10px;
	line-height: 14px;
}

.nohighlight_inner {
	padding: 0px 7px 0px 7px;
	width: 130px;
	height: 78px;
	font-size: 10px;
	line-height: 14px;
}


/* BEGIN  -   CSS for technical, press, and case studies pages //////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////*/



.pdf_box h1{
	background-color:#CCCCCC;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.pdf_box .pdf_link, .pdf_box .pdf_icon, .pdf_box .pdf_desc{
	border: solid 1px #CCCCCC;
	width: 155px;
	height: 135px;
	vertical-align: middle;
	text-align: center;
}

#content .tech_box, #content .case_box{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content .showTech, #content .showCase {
	display: block;
}

#content .hideTech, #content .hideCase {
	display: none;
}

#content .tech_box table, #content .case_box table {
	width: 100%;
}

#content .tech_box .techCell {
	border: solid 1px #CCCCCC;
	width: 50%;
	vertical-align: top;
	font-size: 11px;
	text-align: left;
}

#content .tech_box .techCell ul{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

#content .tech_box .techCell ul li {
	margin: 0px;
	padding: 2px 0px 4px 0px;
	height: 25px;
	text-align: center;
}


#content .tech_box .tech_heading, #content .case_box .case_heading{
	background-color:#CCCCCC;
	padding: 0px 2% 0px 2%;
	margin: 5px 0px;
	width: 96%;
	_width: 95%;
}

#content .tech_box .tech_heading h1, #content .case_box .case_heading h1{
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

#content .tech_box .tech_heading h1 a, #content .case_box .case_heading h1 a{
	color: #000000;
	text-decoration: none;
	float: left;
}

#content .tech_box .tech_heading a, #content .case_box .case_heading a{
	font-size: 14px;
	font-weight: bold;
	float: right;
}


#content .tech_box .tech_heading_red h1, #content .case_box .case_heading_red h1{
	font-size: 14px;
	font-weight: bold;
	float: left;
	display: block;
	padding: 0px;
	margin: 0px;
}

#content .tech_box .tech_heading_red h1 a, #content .case_box .case_heading_red h1 a{
	color: #FFFFFF;
	text-decoration: none;
}

#content .tech_box .tech_heading_red h1 a:hover, #content .case_box .case_heading_red h1 a:hover{
	color: #000000;
}

#content .tech_link, #content .case_link{
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #FFFFFF;
}

#content .tech_link:hover, #content .case_link:hover {
	color: #000000;
}

#content .tech_box .tech_heading_red, #content .case_box .case_heading_red {
	background-color: #DF140E;
	padding: 0px 2% 0px 2%;
	margin: 5px 0px;
	width: 96%;
	_width: 95%;
}

.tech_side {
	display: none;
}

.tech_side_show {
	display: block;
}
#alum_menu div {
	float:left;
	margin-bottom: 5px;
}
.alum_rollover {
	float:left;
	border: 2px solid #cccccc;
}
.alum_rollover:hover {
	border: 2px solid #CC0000;
}
.alum_rollover img{
	float: left;
}
.tech_side h4, .tech_side_show h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
}

.tech_box ul .li2 {
	background-color: #ECECEC;
}

.case_title {
	background-color:#CCCCCC;
	padding: 5px 5px 0px 5px;
	margin: 0px 25px 0px 0px;
	_margin: 0px  0px 0px 0px;
	width: 470px;
	height: 20px;
}

.press_title {
	background-color:#CCCCCC;
	padding: 5px 5px 0px 5px;
	margin: 0px 25px 0px 0px;
	_margin: 0px  0px 0px 0px;
	width: 470px;
	height: 35px;
}

.case_title h1, .press_title h1{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

.press_title p {
	padding: 0px;
	margin: 0px;
	width: 400px;
	float: left;
	clear: left;
}

.case_title .case_open, .case_title .case_close, .press_title .case_open, .press_title .case_close {
	float: right;
	display: none;
}

.case_box .pdf_link, .case_box .pdf_icon, .case_box .pdf_desc {
	border: solid 1px #CCCCCC;
	width: 155px;
	height: 135px;
	vertical-align: middle;
	text-align: center;
}

#content .case_box .showCase table {
}

.casestudy_row{
	background-color: #999999;
}

.casestudy_row2{
	background-color: #CCCCCC;
}

.casestudy_name {
	padding: 0px 5px 0px 15px;
	height: 50px;
	vertical-align: middle;
}

.casestudy_name a{
	color: #FFFFFF;
}

.casestudy_photo {
	width: 50px;
	height: 75px;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}

#casestudy_details td {
	vertical-align: top;
}

#casestudy_thumbs {
	text-align: center;
	padding: 50px 0px 0px 0px;
}

#casestudy_thumbs a img{
	border: solid 2px #000000;
}

#casestudy_thumbs a:hover img{
	border: solid 2px #FF0000
}




/* END -   CSS for technical, press, and case studies pages //////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////*/







.news_list li{
	margin-bottom: 15px;
}




/* BEGIN  -   fix left column photo margin error with firefox //////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////*/

#left_photo_swf {
	margin: 5px 0px 0px -5px;
	padding: 0px;
}

/*\*/
html*#left_photo_swf {
[margin: 0px;padding: 0px;/*required by Safari so that [] is correctly begun. associated with the property, yet hiding it. seen by IE6*/
margin: 0px;padding: 0px;/*these are seen by IE6 and Safari but hidden from Netscape6-7*/
]margin: 0px;padding: 0px;/*Reset IE7 properties and hide from Safari. required by Safari so that [] is correctly ended. associated with the property, yet hiding it. seen by IE7*/
}/**/

/* END  -   fix left column photo margin error with firefox //////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////*/


/* BEGIN - Educational Page //////////////////////////////////////////////////////////////////////////////////////////*/
#educationbutton{
position:absolute;
top:100px;
left:300px;
}
#maintable{
width:500px;
margin:auto auto auto auto;
font-size:11px;
}
#maintable th{
text-align:left;
color:#f23c00;
}

.rule{
background-color:black;
width:450px;
height:2px;
margin:10px 0px;
color:#f23c00;

}
.smallrule{
background-color:black;
width:250px;
height:5px;
margin:10px 0px;
color:#f23c00;
}
#head{
text-align:left;
}
#head h1{
text-align:left;
font-weight:bold;
color:#f23c00;
}
#maintable li{
margin-left:10px;
list-style-position:inside;
marker-offset:5px;
}
.green{
color:#f23c00;
font-weight:bold;
}
.green a{
color:#f23c00;
font-weight:bold;
text-decoration:none;
}
td{
margin-top:0px;
padding:0px;
}
tr{
margin-top:0px;
padding:0px;
}
#main_right{
height:250px;
padding:0px;
margin-left:50px;
width:210px;
}

#main_left{
height:250px;
padding:0px;
width:200px;
}

#main_right2{
margin-top:0px;
height:250px;
margin-left:5px;
padding:0px;
width:225px;
}

#main_left2{
margin-top:0px;
height:250px;
padding:0px;
width:225px;
}
#foot2{
text-align:center;
font-size:9px;
margin-bottom:10px;
}

/* END - Educational page //////////////////////////////////////////////////////////////////////////////////////////*/


/* BEGIN - Spec sheet page //////////////////////////////////////////////////////////////////////////////////////////*/

#spec_thumbs{
	float:left;
}
#spec_thumbs div{
	width: 108px;
	height: 195px;
	float:left;
	margin: 0px 12px 0px 0px !important;
	margin: 0px 10px 0px 0px;
}
#spec_thumbs a{
	float:left;
	border: 2px solid #999999;
}
#spec_thumbs a:hover{
	border: 2px solid #CC0000;
	}
#spec_thumbs img {
	border:0px;
	float:left;
}
#spec_thumbs p{
	float:left;
	margin: 5px 0px 0px 0px;
}
#new_site{
	border: 1px solid #000000;
	padding:15px;
	margin:15px 0px;
	background-color:#fff8bc;
}
#new_site p{
	margin: 5px 0px 0px 5px;
}
#new_site .watch_title{
	font-size:24px;
	font-weight:bold;
	color: #DF140E;
	
}
#new_site .watch_copy{
font-size: 16px;
	
}

/* END - Spec sheet page //////////////////////////////////////////////////////////////////////////////////////////*/