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

/* Normalizes margin, padding */
body, div, ul, li, h1, h2, h3, p { 
margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3 { font-size : 100%; }

img {
	border:none;
	}
	
	
body {
	background-image:url(_images/bg_body.gif);

	}
	

#container {
	width: 830px;
	\width: 830px;
	w\idth: 810px;
	margin-left: auto;
	margin-right: auto;
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	line-height:1.6em;
	background-color:#414042;

	}
	
#container-b {
	width: 830px;
	\width: 830px;
	w\idth: 810px;
	margin-left: auto;
	margin-right: auto;
	font-family:"Times New Roman", Times, serif;
	font-size:.9em;
	line-height:1.6em;
	background-color:#414042;

	}
	
	
#header {
	width:790px;
	padding-top:30px;
	padding-bottom:15px;
	padding-left:20px;
	font-size:1em;
	font-weight:bold;
	background-color:#c41230;
	letter-spacing:.4em;
	}

#header .right {
	margin-top:60px;
	margin-right:20px;
	color:#fff;
	}
	
#header img {
		}
	
#content {
	width:100%;
	color:#fff;

	}
	
#content-b {
	width:100%;
	color:#fff;

	}
	
#right_col {
	float:right;
	width:265px;
	margin-right:10px;
	margin-top:30px;
	margin-bottom:30px;
	}
	
#right_col p {
	text-align:center;
	margin-top:10px;
	}
	
	
.pricing {
	font-size:2.2em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	margin-top:15px;
	
	}
	
#content img {
	margin-top:15px;
	}
	
#textbox {
	width:460px;
	margin-left:20px;
	float:left;
	}
	
a {
	text-decoration:underline;
	color:#999999;
	}

a:hover {
	text-decoration:none;
	color:#fff;
	}

a:visited {
	color:#ccc;
	}

p {
	margin-bottom:15px;
	}
	
.left {
	float:left;
	margin-right:20px;
	margin-bottom:25px;
	}
	
.right {
	float:right;
	}
	
#content h1 {
	color:#ffffff;
	clear:both;
	}
	
table li {
	list-style:none;
	}
	
table {
	margin-bottom:20px;
	}

ul, ul ul, ul ul ul {
	list-style-position:inside;
	}
		
ul ul {
	text-indent:10px;
	}
	
#footer {
	clear:both;
	background-color:#000;
	color:#666666;
	font-size:.8em;
	font-family:Arial, Helvetica, sans-serif;
	padding:8px;
	text-align:center;
	}
	
#footer a {
	color:#666;
	text-decoration:underline;
	}
	
#footer a:hover {
	color:#fff;
	text-decoration:none;
	}
	
	
#p_index a#index, #p_ironworkers a#ironworkers, #p_accessories a#accessories, #p_new-models a#new-models, #p_contact a#contact {
	background: #c41230; color:white;
	}
	
	
/* ------------------------------------------------------------ TEXT ------------------------------------------------------------ */

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:2.4em;
	letter-spacing:-.05em;
	margin-top:50px;
	line-height:1em;
	}
	
h2 {
	font-size:1.5em;
	letter-spacing:-.05em;
	margin-bottom:15px;
	}
	
#textbox h2 {
	font-size:1.8em;
	color:#ccc;
	margin-top:15px;
	}
	
h3 {
	font-size:1.3em;
	font-style:italic;
	margin-top:10px;
	}
	

	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:124px;
padding:5px 0;
color:#fff;
background:#930e24;
text-decoration:none;
margin-right:1px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#fff;
background:#c41230;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:124px;
height:4px;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* --------------------------------------------------- */
