@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	font: 11px Arial, Helvetica, sans-serif;
	/*background:#EEE url(../images/bg.gif) repeat-y;*/
	/*background-image: url(../images/bg.gif);*/
	background:#666;
}

#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	/*background-image: url(../images/design/wrapper_bg.jpg);*/
	/*background:url(../images/design/new_bg.png) repeat-x;*/
}


p {
	color:#666666;
	padding-bottom:6px;
	margin:5px;
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:15px;
	text-align:justify;
}
		
.classicLine {
	color: #006;
	font: 10px Arial, Helvetica, sans-serif;
	text-align:justify;
	padding:5px 5px;
}

.classicLink a {
	color:#006;
	text-align:center;
	text-decoration:none;
}

.classicLink a:hover {
	color:#006;
	text-align:center;
	text-decoration:underline;
}

.siteCopy  { 
	color:#666666; 
	padding-bottom:6px; 
	margin:5px; 
	font: 12px Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	line-height:15px;
	text-align:justify;
	list-style:none;
}

.indent {
	margin-left:15px;
}


h1 {

	font-size:18px;
	font-style:oblique;
	color:#006;
	padding:0px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #b9c4c0;*/
}
			
h2 {
	font-size:15px;
	font-style:oblique;
	color:#006;
	padding:0px;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #b9c4c0;*/
}
			
h5 {
	font-size:14px;
	color:#006;
	margin-bottom:5px;
	}
	
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}
			
a {
	color:#009;
	text-decoration:none;
	}

a:hover {
	color:#03C;
	text-decoration:underline;
	}

img a {
	border:none;
}

.gray a:link {
	color:#666666;
}

.gray a:hover {
	text-decoration:underline;
}


#container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/design/content_bg2.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
}

#container2 { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/design/content_bg_white.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
}

#productContainer { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/design/content_bg.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	text-align: left;
}
#container3 { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#containerGallery { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-left: 1px solid #000000;*/
	/*border-right: 1px solid #000000;*/
	text-align: left;
}

#header { 
	height: 108px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
	background: url(../images/design/header.purple.png) no-repeat;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent { 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding:5px 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:690px;
	/*float:left 140px;*/
}
#mainContentContact { 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding:5px 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:690px;
	/*float:left 140px;*/
}
#mainContentContact p {
	text-align:center;
}

#mainContent2 { 
	margin:0 0 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:700px;
	float:left 150px;
}

#productContent { 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding:5px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:700px;
	/*float:left 140px;*/
}

#productContent2 { 
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:470px;
	float:left 140px;
	text-align:left;
}

#LocationsContent { 
	padding:5px 5px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:690px;
	/*float:left 140px;*/
}

#Gallery { 
	margin:0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding:5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:900px;
	/*float:left 140px;*/
}

#contentHome {
	margin:5px 5px 10px 0px;
	width:370px;
}

#homeFlash {
	/*float:right;*/
	width:315px;
	background:#CCC;
	height:auto;
	/*margin-top:20px;*/
	/*margin-bottom:20px;*/
	padding:0 0 10px 0;
}

#homePics {
	/*width:370px;*/
	padding-top:5px;
}

#homePics img{
	margin:15px 7px 7px 7px;
}

#clear {
	clear:both;
	}
	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	clear:both;
	/*background:url(../images/design/footer.jpg);*/
	background-image: url(../images/design/blue_bg2.jpg);
	padding:10px 0 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin:10px 0 0 0;
	color:#FFF;
	font-size:10px;
	height:30px;
} 

#footer ul{
	width:100%; 
	display:block;	
	list-style-type:none; 
	margin:0; 
	/*position:absolute;*/
	}

#footer ul li{
	display:block; 
	float:left;
	padding-right:15px;
}

#footer ul li a{
	font:10px;
	color:#ffffff; 
	/*background-color:#09161f;*/
	text-decoration:none;
	/*margin:0 16px 0 16px;*/
	}
#footer ul li a:hover{
	text-decoration:underline;
	}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
		margin: 0;
		padding: 0;
	}

	.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
		background:url(../images/design/list.gif) no-repeat left center;
		color:#666;
		list-style-type: none;
		padding-left: 15px;
		margin-bottom: 5px;
	}

	.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
		/*background: white url(../images/design/closed.gif) no-repeat left 1px;*/
		background:url(../images/design/closed.gif) no-repeat left 1px;
		cursor: hand !important;
		cursor: pointer !important;
	}


	.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
		display: none; /*Hide them by default. Don't delete. */
	}

	.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
		cursor: default;
	}

/* Sidebar 1 */

#sidebar1 {
	/*position: absolute;*/
	top: 130px;
	/*left: 0;*/
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 2px 15px 2px; /* padding keeps the content of the div away from the edges */
	height:auto;
	margin-bottom: 20px;
	float:left;
	/*overflow:auto;*/
}

#sidebar1 h2 {
	margin: 15px 5px 10px 0;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;
	text-align:center;
}
#sidebar1 p {
	margin-left: 5px;
	text-align:center;
}

#sidebar1 ul.sidemenu {
	list-style: none;
	text-align: center;
	margin: 7px 2px 8px 0; padding: 0;
	text-decoration: none;
	/*border-top: 1px dotted #333;*/
}

#sidebar1 ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 0;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px dotted #333; 
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar1 ul.sidemenu li a {
	text-decoration: none;	
	color: #006;				
}
#sidebar1 ul.sidemenu li a:hover {	
	color: #333;
}
#sidebar1 ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }

#sidebar1 ul.sidemenu ul li { 
	border: none; 
}

#sidebar1 img {
	align:center;
	margin:10px 0;
	text-decoration:none;
}




/* Sidebar 2 */	

#sidebar2 {
	/*position: absolute;*/
	float:right;
	top: 135px;
	right: 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0 0 15px 20px; /* padding keeps the content of the div away from the edges */
	margin:5px 10px 0 10px;
}

#sidebar2 h2 {
	margin:25px 5px 5px 5px;
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #555;	
}
#sidebar2 p {
	margin-left: 5px;
}

#sidebar2 ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0; padding: 0;
	text-decoration: none;	
	/*border-top: 1px dotted #333;*/	
}
#sidebar2 ul.sidemenu li {
	list-style: none;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #777;	
	border-bottom: 1px dotted #333; 
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar2 ul.sidemenu li a {
	text-decoration: none;	
	color: #006;				
}

#sidebar2 ul.sidemenu li img a {
	border-style:none;
}

#sidebar2 ul.sidemenu li a:hover {	
	color: #333;
	text-decoration:underline;
}
#sidebar2 ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar2 ul.sidemenu ul li { border: none; border-style:none; }

#sidebar2 ul.sidemenu li.noBorder {
	border:none;
}


/*EXPANDO IMAGE*/
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}

/*IMAGE CLASSES*/
img.float_right {
	padding: 2px;
	margin-left:12px;
	margin-top:10px;
	}

/*METALS CONTENT DISPLAY*/

.imageBorder {
	border: 1px solid #999;

}

			

.productSubcategoryContainer {

			/*float: left;*/

			/*clear: both;*/

			width: 450px;

			background: #fff;

			/*background-position: bottom right;*/

			margin: 2px 0;

			padding: 10px;

			border-top: 1px solid #999;

			/*border-bottom: 1px solid #b9c4c0;*/

			}

			

		.productSubcategoryLeft {

			float: left;

			margin-right: 10px;

			}
			
.productSubcategoryRight {
	
	margin: 0px;

}

/*FONTS*/
.contactState {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1E438A;
}
.contactCity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #595959;
	list-style-image: url(../images/bullet.gif);
}
.contactCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: lighter;
	color: #595959;
	list-style-image: url(../images/bullet.gif);
}

/*CLASSES*/
.formColone {
	width:200px;
}

/*THUMBNAIL VIEWER*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
#spotlight {
	margin:5px 0;
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}

#spotlight h2 {
	color:#fff;
	font: normal 14px Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	background:#006;
	padding:5px;
}
#leed {
	margin:5px 0;
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}

#leed h2 {
	color:#fff;
	font: normal 14px Tahoma, Geneva, sans-serif;
	letter-spacing:1px;
	background:#9FB837;
	padding:5px;
}


/*Products Page Classes*/
.productsTitle {
	font-weight:bold;	
	font-size:9px;
}

.productDesc {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin:5px 0;
	height:50px;
}

.icon {
	margin-top:15px;
}
.prodTitles {
	font-size:14px;
}

.prodSubTitle {
	text-align:center;
	font-size:14px;
}

#headline {
	width:470px;
	height:80px;
	margin:5px 0 5px 0;
}
#img_left {
	float:left;
	margin:0;
}
#img_right {
	float: right;
	margin:0;
}

#spacer {
	background:url(../images/products/spacer_product.gif);
	margin:5px 0 5px 0;
}

.button {
	border:1px #000;
	margin:2px 0 0 2px;
}

.disclaimer {
	font-size:10px;
}

.required {
	color:#F00:
}

.subtitle {
	text-align:center;
}