/* *********************************************************
    Roy this CSS is exactly the same as the TEST version 
	The only difference is the PMO menu in the Home HTML
   ********************************************************* */
img, div, input { behavior: url("iepngfix.htc") }

html, body {
	margin: 0px;
	padding: 0;
	background: #6D7254;
	font-family: Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	height: 100%;		
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #83A3D2;
}

h2 {
	font-size: 2.6em;
}

a {
	color: #000000;
}
/* *********************************
    HR tag
   ********************************* */

div.hr {
  height: 2px;
  background: #B0B6BE no-repeat scroll center;
}
div.hr hr {
  display: none;
}
div.hr2 {
  height: 2px;
  background: #B0B6BE no-repeat scroll left;
  width: 48%;
}
div.hr2 hr {
  display: none;
}

/* *********************************
    bottom border
   ********************************* */

div#bottom_border {
	width: 820px;
	height: 10px;
	margin: 0 auto;
	background: url(images/bottom_border1.png);	
}

/* *********************************
    Container border
   ********************************* */
div#container_border {
	width: 820px;
	margin: 0 auto;
	background: url(images/container_border1.png);
}
/* *********************************
    Container
   ********************************* */
div#container {
	width: 800px;
	margin: 0 auto;
	background-color: #6D7254;
/* border: thin solid green; */  	
}
/* *********************************
    top image 
   ********************************* */
#topleft {
	float: left;
	margin: 0;	
	padding: 0 0 0 0;
	width: 248px;
	height: 55px;
	background: #1D366C;
}
#strip_border {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 100%;	
	height: 180px;	
	background: url(images/strip_border1.png);
	background-repeat: repeat-x;	
}
#topstrip {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 100%;
	height: 160px;	
	background: #1D366C;
	background-repeat: repeat-x; 	
}
#top {
	margin: 0px auto 0px auto;
	width: 800px;
	height: 160px;
	background: #1D366C;
	background-repeat: repeat-x;	 
}

#top h1 {
	text-align: right; 
	padding: 10px 10px 0px 10px;
	letter-spacing: +.1em;
	font-size: 2em;
	color: #B0B6BE;
}

#top h2 {
	text-align: right; 
	padding: 0px 10px 0px 10px;
	font-size: 1.0em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.5em;		
	color: #B0B6BE;
}
#top h4 {
	text-align: center; 
	font-size: 1.3em;
	font-weight: bold;
	font-style: italic;	
}

#top a {
	text-decoration: none;
	color: #19120C;
}

#top h2 a {
	color: #83A3D2;
}
/* *********************************
    Custom Logo
   ********************************* */
#custom_logo {
	float: left;
	margin: 10px 0 0px 0;
	width: 242px;
	height: 87px;
	background: url(images/acorn_logo.png);	
/* border: thin solid green; */  		
}
/* *********************************
    Area - areas covered below header
   ********************************* */
#area {
	float: right;
	margin: 40px 0px 0px 0;
	width: 540px;
	text-align: right;
	font-style: italic;
	font-size: .8em;	
	font-weight: bold;
	color: #B0B6BE;
/* border: thin solid red; */   		
}
/* *********************************
    Left image  
   ********************************* */
#left_img {
	float: left;
	height: 1290px;
	width: 248px;
	margin: 155px 0px 0 0px;	
	padding: 0px 0px 0 0px;	
	background: #1D366C url(images/steelfab_weld2_left.jpg);
	background-repeat: no-repeat;		
	clear: both;		
}
/* *********************************
    Left image Short 
   ********************************* */
#left_img_short {
	float: left;
	height: 620px;
	width: 248px;
	margin: 155px 0px 0 0px;	
	padding: 0px 0px 0 0px;	
	background: #1D366C url(images/steelfab_weld2_left.jpg);
	background-repeat: no-repeat;
	clear: both;			
}
/* *********************************
    Content
   ********************************* */
#content {
	float: right;
	width: 520px;
	margin: 160px 0px 0px 0px;
	padding-right: 10px;	
 /* border: medium double red; */   		
}

#content .underline {
	border-top: 1px solid #B0B6BE;
	font-size: x-small;
	color: #B0B6BE;
}
#content .centered {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	margin: 0 50px 0 50px;
	color: #B0B6BE;
	background-color: #6D7254;
 /* border: medium double blue; */  
}

#content ul{
	 	 list-style: none;
	  	 float: right;
		 width: 96%;
 		 color: #B0B6BE;
		 font-weight: bold;		 
}

#content li{
	padding: 0 0 5px 30px;
	background-image: url(images/bullet_diamond.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 0.8em;
/*	 border: medium double red; */  
}

#content a{
	text-decoration: none;
	color: #B0B6BE;
	font-size: 0.8em;	
}
/* *********************************
    PMO menu change site  Buy now
   ********************************* */

#pmo_menu {
	position: absolute;
	top: 350px;
	left: 30px;
	background-color: #FFFFFF;	
	width: 150px;
  border: medium double black;   
}
/* *********************************
    New Nav 2008 
   ********************************* */

#navcontainer {
	background: #6D7254;
	margin: 0 auto;
	padding: 0px 0 0px 0;
/*	text-transform: lowercase; */
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 0.8em;
	font-weight: bold;
}

ul#navlist li {
	display: block;
	float: left;
	width: 20%;
	margin: 0;
	padding: 9px 16px 8px 0px;	
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-color: #FFF #000 #000 #FFF;
	border-style: solid;
	color: #B0B6BE;
	text-decoration: none;
	background: #1D366C;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
	background: #6D7254;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	color: #B0B6BE;
	background: transparent;
	border-color: #000 #FFF #FFF #000;
}


/* *********************************
    nav pos navigation position
   ********************************* */

#navpos {
	float: right;
	padding: 0px 0 0 0;
	width: 530px;

}
	
/* *********************************
    Footer 
   ********************************* */

#footer {
	position:relative;
	height: 67px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #1D366C;
	letter-spacing: normal;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

#footer p {
	margin: 0;
	color: #B0B6BE;
}

#footer a {
	color: #B0B6BE;
}
/* *********************************
    My Footer 
   ********************************* */

#my_footer {
	position:relative;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 0 0px;
	background: #6D7254;
	letter-spacing: normal;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

#my_footer p {
	margin: 0;
 	color: #B0B6BE;
}
#my_footer a {
	text-decoration: none;
}

/* *********************************
    Lists  
   ********************************* */

#listcontainer {
    margin-left: auto;
    margin-right: auto;
	list-style: none;

/*		 border: medium double blue; */  
}
#listcontainer li { 
	padding: 0 0 5px 30px;
	background-image: url(images/bullet_diamond.gif);
	background-repeat: no-repeat;
	background-position: 0 0;

/*		 border: medium double red; */ 
}

/* *********************************
    Floats 
   ********************************* */
.float_pic_right
{
float: right;
margin: 0px 0px 10px 10px;
border: 3px solid #B0B6BE;
}
.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 0px solid #fff;
padding: 2px;
}
.floatleft
{
float: left;
margin: 10px 10px 0 0;
border: 0px solid #666;
padding: 2px;
}
/* *********************************
    CSS form 
   ********************************* */
.cssform p{
width: 250px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed #B0B6BE;
height: 1%;
}

.cssform label{
font-weight: bold;
	color: #83A3D2;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 240px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
/* *********************************
    Submit Button 
   ********************************* */
.formbutton{
cursor:pointer;
font-weight:bold;
background:url(images/formbutton.gif) repeat-x left top;
}
.formbuttonred{
cursor:pointer;
border:outset 1px #ccc;
background:#FF942F;
color:#FF0000;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbutton.gif) repeat-x left top;
}