/* Remove padding and margin universally */
*{margin:0;padding:0;}
body{font : 80% Arial, Helvetica, Verdana, sans-serif; 
text-align:center;/* for IE to center container;) */ background:#d1d1d1;color:#000;}

#wrapper {
	width: 780px;
	margin: 0 auto;
	margin-top: 10px;
	position: relative;
	background: #d1d1d1;
}
#header {
	width: 780px;
	height: 139px;
	position: relative;
	background: #fff url(images/header_wirerope.jpg) no-repeat right top;
}
#header h1 {
	font-size: 1em;
	font-weight: bold;
	position: absolute;left:-1000px;top:-500px;
}
#wrapper .logo img {
	position: absolute;
	left: 20px;
	top: 3px;
	z-index: 1500;
}
#navbar {
	background: #999 url(images/nav_bg.jpg) repeat-y right top;
	position: relative;
	display: block;
	width: 100%;
	float: right;
}
#navbar .safety p {
	position: absolute; left:-1000px;top:-800px;
}
#navbar .safety img {
	position: absolute;
	left: 50px;
	top: 5px;
}
#navbar .mainnav {
	float: right;
	padding-right: 40px;
}
#navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#navbar ul a:link, #navbar ul a:visited {
	display: block;
	padding: 0 20px;
	line-height: 2.2em;
	text-decoration: none;
	color: #000;
	background: #999 url(images/navdivider.gif) repeat-y left top;
	font-weight: normal;
	font-size: 12px;
}
#navbar ul a:hover {
	color: #fef54b;
	background: #5f5f5f;
}
#navbar ul li {
	float: left;
}
#navbar ul .current a:link , #navbar ul .current a:visited {
	color: #5f5f5f;
	cursor: default;
}
#navbar ul .current a:hover {
	background: #999 url(images/navdivider.gif) repeat-y left top;
}
#content {
	width: 770px;
	background: #fff url(images/content_bg.jpg) repeat-y right top;
	text-align: left;
	padding-right: 10px;
}
#maincontent {
	float: right;
	width: 500px;
}
#maincontent h1 {
	font-size: 1.4em;
	color: #ce7200;
	padding-bottom: 15px;
}
#maincontent h3 {
	margin-top: 10px;
}
#maincontent .boxwide, #maincontent .boxframed {
	width: 420px;
	margin: 20px 10px;
}
#maincontent .boxframed {
	border: 1px solid #999;
	padding: 10px;
}
#maincontent .boxframed h2 {
	font-size: 1.3em;
	color: #ce7200;
	padding-bottom: 7px;
}
#maincontent .boxwide p, #maincontent .boxframed p {
	padding: 0 0 10px 0; 
	line-height: 1.3em;
}
#maincontent .boxframed ul {
	margin: 0 0 10px 5px;
}
#maincontent .boxframed ul li {
	list-style: none;
	margin-left: 5px;
	line-height: 1.5em;
	background:url(images/bullet_small.gif) no-repeat 10px 10px;
	padding:5px 0 5px 30px;
}
.boximagewide {
	margin: 0 auto;
	display: block;
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}
#maincontent .productlist {
	width: 200px;
	float: left;
	margin: 0 20px 0 10px;
}
.productlist ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.productlist ol a:link, .productlist ol a:visited {
	display: block;
	padding: 5px 0 5px 30px;
	margin-bottom: 45px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: url(images/bullet.gif) no-repeat 0 0;
	font-size: 1.1em;
}
.productlist ol a:hover {
	color: #ce7200;
	text-decoration: underline;
}
#maincontent .boximage {
	width: auto;
	float: right;
	margin: 8px 0 8px 10px;
}
#maincontent .boximage h5 {
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
	width: 140px;
	text-align: center;
	margin: 0 5px;
}
#subcontent {
	float: left;
	width: 220px;
}
#subcontent .address {
	margin: 20px 0;
	color: #333;
	text-align: right;
}
#subcontent .address p .phone, #maincontent .address p .phone {
	font-size: 1.3em;
	line-height: 1.4em;
}
#subcontent p {
	padding: 0 0 10px 20px;
	font-size: 1em;
	line-height: 1.3em;
}
#subcontent .address img {
	padding-left: 10px;
}
#subcontent .address h5 {
	padding-bottom: 25px;
}
#footer {
	background: #999 url(images/footer_bg.jpg) no-repeat right top;
	width: 780px;
	margin-bottom: 15px;
	position: relative;
}
#footer p {
	padding: 7px 0 5px 0;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}
#footer .design {
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.design a {
	text-decoration: none;
	color: #595959;
}
.design a:hover {
	text-decoration: underline;
}
#footer .design h5 {
	font-weight: normal;
	font-size: 10px;
	color: #595959;
}

.warning {
	font-weight: bold;
	color: #CE0A00;
	margin-bottom: 15px;
}
.address {
	width: 200px;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.orange {
	color: #ce7200;
}
.purple {
	color: #CE0A00;
	font-size: 1.5em;
}
.purplesmall {	
   color: #CE0A00;
}
table td {
width:95px;text-align:center;padding:10px 0;line-height:0.9em;vertical-align:top;
}
form {
	width: 400px;
	margin: 10px 0 30px 0;
}
fieldset {
	margin: 0 10px 10px 10px;
	padding: 0 10px 5px 10px;
	border: 1px solid #d1d1d1;
}
fieldset p {
	padding-left: 5px;
	font-size: 1em;
}
legend {
	font-weight: bold;
	margin-left: 0;
   padding-left: 0;
	margin-bottom: 5px;
	color:#ce7200;
	font-size:1em;
}
label {
	display: block;
}
input.text {
	display: inline;
	width: 320px;
	margin-bottom: 5px;
}
input:focus, textarea:focus {
	background: #D3E1D3;
}
input.radio {
	width: auto;
	float: left;
	margin-right: 1em;
	margin-top: 0;
}
.submitarea {
	margin: 0 0 10px 25px;
}
form #block p {
	visibility: hidden;
	display: none;
}
