body{
	margin:0;
	font:12.5px/15px Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	color:#010101;
	background:url(../images/bg-body.jpg) 50% 0;
	min-width:930px;
}
img{border:0;}
a{
	color:#FF530D;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{color:#aaaaaa;}
#wrapper{
	width:926px;
	margin:0 auto;
	padding:0 0 55px;
}
#wrapper:after{
	clear:both;
	display:block;
	content:"";
}
#header{
	width:100%;
	padding:7px 0 0;
	position:relative;
	z-index:99;
}
#header:after{
	clear:both;
	content:"";
	display:block;
}
.logo{
	width:419px;
	height:151px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	margin:-8px 0 0 -24px;
	position:relative;
	bottom:-8px;
}
.logo a{
	height:100%;
	display:block;
	position:relative;
	background:url(../images/logo.png) no-repeat;
}
#header .holder{
	float:right;
	width:511px;
	padding:57px 0 0;
}
#header .phone{
	float:right;
	width:338px;
	height:33px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/txt-phone.png) no-repeat;
	margin:0 21px 6px 0;
}
#nav {
	background: url("../images/bg-nav.png") repeat;
	clear: both;
	float: right;
	font-size: 12px;
	font-style: italic;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 21px;
	text-align: center;
	text-transform: uppercase;
	width: 489px;
}
#nav li{
	float:left;
	background:url(../images/separator-nav.gif) no-repeat 0 19px;
	padding:0 7px 0 9px;
	position:relative;
}
#nav li:first-child{
	background:none;
	padding-left:0;
}
#nav li a {
	text-decoration: none;
	position: relative;
	display: block;
	font-weight: bold;
	padding: 18px 0 14px;
	color: #990000;
}
#nav li a:hover,
#nav li:hover a,
#nav li.hover a {
	color: #444;
}
#nav .drop {
	position: absolute;
	z-index: 2;
	top: 51px;
	left: 0;
/*	background: #333333;*/
	background: url("../images/bg-nav-drop.png") repeat;
	display: none;
	width: 240px;
	padding: 4px 0 0;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
}
#nav li li {
	float: none;
	height: 1%;
	overflow: hidden;
	padding: 10px 2px 10px 11px;
	vertical-align: top;
	background: none;
	border-top: 1px solid #898989;
	margin: -1px 0 0;
	position: static;
}
#nav li li:first-child { padding: 11px 5px 9px 11px; }
#nav li li a,
#nav li:hover li a,
#nav li.hover li a {
	font-size: 12px;
	line-height: 14px;
	padding: 0;
	color: #ffffff;
	text-align: left;
}
#nav li:hover li a:hover,
#nav li.hover li a:hover {
	color: #aaaaaa;
}
#nav li:hover .drop,
#nav li.hover .drop {
	display: block;
}
#main{
	overflow:hidden;
	height:1%;
	padding:25px;
	margin:0 0 79px;
	background:#fff;
}
.visual{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
	border:1px solid #636363;
	border-width:15px 0 5px;
}
.visual img{display:block;}
.two-columns{
/*	overflow:hidden;*/
	width:100%;
}
#contentwrapper {
	margin-right:25px;
	margin-left: 20px;
}
#homewrapper {
	margin-left: 15px;
}
#content{
	overflow:hidden;
	height:1%;
	float: left;
	width: 631px;}
h1{
	margin:0 0 16px;
	font-size:23px;
	line-height:31px;
	color:#333333;
	text-transform:uppercase;
	display:block;
}
.columns{
/*	overflow:hidden;*/
	width:100%;
}
.columns .column{
	float:left;
	width:49.9%;
}
.columns .column .holder{
/*	overflow:hidden;*/
	height:1%;
	padding:0 20px 0 0;
}
#services {
	position: relative;
	margin: 0px 0px 15px -25px;
	padding: 10px 25px 15px;
	width: 876px;
	background: #dddddd;
}
#services h1 { text-transform: uppercase; }
#services h2 { 
	text-transform: uppercase;
	font-size: 14px;
	width: 133px;
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 0;
}
#services a { 
	text-decoration: none !important;
}
#main ul.menu { 
	list-style-type: none;
	width: 876px;
	margin: 0px;
	padding: 0px;
}
#main ul.menu li { 
	display: inline-block;
	width: 133px;
	display: relative;
	padding: 0px 11px 0px 0px;
	text-indent: 0px !important;
}
#main ul.menu li.last { 
	padding: 0px !important;
}
#main ul.menu li img { 
	border: 1px #636363 solid;
}
#content h2{
	margin:20px 0 15px;
	color:#444444;
	font:bold 21px/23px Arial, Helvetica, sans-serif;
		text-indent: -15px;
}
#content p{margin:0 0 15px;}
#main ul{
	margin:0 0 15px 15px;
	padding:0px 0px 0px 20px;
	list-style:square;
}
#main ul li{
	padding:3px 0 2px;
/* 	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em; */
}
/*#main ul li .bullet{
	font-weight:bold;
	color:#a50f0f;
	font-size:14px;
	margin:0 4px 0 0;
	position:relative;
	top:-1px;
} */
.aside{
	float:right;
	width:225px;
	padding:7px 0 0;
}
.aside .box{
	overflow:hidden;
	width:100%;
	border-top:10px solid #000;
	border-bottom:1px solid #ccc;
	background:#eeeeee;
}
.aside .box .holder{
	overflow:hidden;
	height:1%;
	border-bottom:3px solid #000;
	border-top:1px solid #ccc;
	padding:14px 13px 11px;
}
.aside h3{
	color:#333;
	margin:0 0 7px;
	font-size:17px;
	line-height:19px;
	text-transform:uppercase;
	text-indent: 0px;
}
h3{
	color:#555555;
	margin:12px 0 3px;
	font-size:17px;
	line-height:19px;
	text-transform:uppercase;
	text-indent: -10px;
}
#main .aside ul{
	padding:2px 0 0 9px;
	margin:0 0 4px;
	list-style: none;
}
#main .aside ul li{
	padding:3px 0 2px 12px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}
#main .aside ul a{
	font-weight:normal;
	text-decoration:none;
	color:#010101;
}
#main .aside ul a:hover{text-decoration:underline;}
#footer{
	height:1%;
	color:#fff;
	background:url(../images/bg-footer.png);
	padding:19px 16px 17px 27px;
	font:11px/14px Arial, Helvetica, sans-serif;
}
.gallery {
	list-style: none outside none;
	margin-left: 15px;
	padding: 0;
}
.gallery a {
	text-decoration: none;
}
.gallery img {
	background: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
}
.gallery2 {
	list-style: none outside none;
	padding: 0;
}
.gallery2 a {
	text-decoration: none;
}
.gallery2 img {
	background: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
}
#footer:after{
	clear:both;
	display:block;
	content:"";
}
#footer a{
	color:#fff;
	text-decoration:none;
	position:relative;
	font-weight:normal;
}
#footer a:hover{color:#aaaaaa;}
#footer p{margin:0}
#footer address{font-style:normal;}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li{
	display:inline;
	margin:0 27px 0 0;
}
#footer ul li a{font-weight:bold;}
#footer .holder{
	float:right;
	position:relative;
	width:339px;
	padding:68px 0 31px 141px;
	margin:-73px 0 -40px;
	background:url(../images/bg-footer-texture.png) no-repeat;
}
#machineshop {
	font-size:12px;
	border-collapse:collapse;
	border:1px solid #666666;
	margin-bottom: 10px;
}
#machineshop td, #machineshop th{
	border:1px solid #666666;
	padding:3px 7px;
	text-align: left;
	vertical-align: top;
}
tr.machine {
	font-size:14px;
	color:#FFFFFF;
	background-color:#666666;
	text-align:left;
	font-weight:bold;
}
tr.title {
	font-weight:bold;
	background-color:#CCCCCC;
}
img.right {
	float: right;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.wrapper {
	background: #ffffff;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 0px 0px 15px 15px;
}
#quotebutton p {
	margin: 0 auto;
}
.RFQbutton{
	display:block;
	margin: 0 auto;
	width:225px;
	height:50px;
	text-indent:-9999px;
	overflow:hidden;
}
.RFQbutton a{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/btn-rfq-square.gif) no-repeat;
	outline:none;
}
.RFQbutton a:hover {background-position:0 -50px;}
