body {
	font-family:"Open Sans";
	/*background-color:#151515;*/
	/*background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;*/
	padding:0px;
	margin:0px;
}
h1 {
	font-size:24px;
	color:#000;
	font-family:"Open Sans";
	font-weight:300;
	padding-left:20px;
}
h2 {
	font-size:18px;
	color:#376dbe;
	margin-bottom:0px;
	margin-top:0px;
}
h3 {
	margin-top:0px;
	font-size:18px;
	color:#000;
	font-family:"Open Sans";
	font-weight:300;
}
h4 {
	font-family:"Open Sans";
	font-weight:300;
	font-size:24px;
	margin-top:10px;
	margin-bottom:10px;
}
h5 {
	font-family:"Open Sans";
	font-weight:300;
	font-size:16px;
	margin-top:0px;
	margin-bottom: 0px;
	color:#e18e14;
}
h6 {
	font-family:"Open Sans";
	font-size:16px;
	margin-top:0px;
	margin-bottom:5px;
	color:#e18e14;
}
h7 {
	font-size:20px;
	color:#f39e21;
	font-family:"Open Sans";
	font-weight:300;
	padding:10px 0px;
}
p {
	color:#797979;
	font-size:13px;
}
th {
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	text-align:left;
	border-bottom:1px #d1d1d1 solid;
}
td {
	padding-left:10px;
	padding-right:10px;
	font-size:13px;
}

/*.container {
	width:972px;
	margin-left:auto;
	margin-right:auto;
}*/

.header {
	padding-top:10px;
	height:120px;
	background-color:#376dbe;
}
.logo {
	float:left;
	width:300px;
	margin-left:10px;
}
.links {
	float:right;
	text-align:right;

}
.links-container {
	padding-top:15px;
}
.links a {
	color:#FFF;
	font-family:"Open Sans";
	font-weight:300;
	padding-left:20px;
	text-decoration:none;
	font-size:15px;
}

.links a:hover {
	color:#f39e21;
}
.tel {
	font-family:"Open Sans";
	font-weight:300;
	font-size:20px;
	margin:0px;
	color:#f39e21;
}
.content {
	padding-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:972px;
}
.boxes {
	margin-top:10px;
}
.box {
	background-color:#000;
	width:182px;
	margin:10px;
	padding:20px;
	text-align:center;
	float:left;
}
.box img {
	height:120px;
}
.box a {
	text-decoration:none;
}
.box-head {
	text-align:left;
}
.button {
	background-color:#e18e14;
	width:100%;
	height:40px;
	padding-top:10px;
	color:#fff;
}

.about {
	width:100%;
	background-color:#3d3d3d;
	background-image:url("../images/lowerbg.png");
	background-repeat:repeat-x;
	color:#fff;
}
.about p,td {
	color:#000;
	font-size:13px;
	line-height:22px;
}
.left {
	padding-left:30px;
	width:600px;
	float:left;
}
.right{
	width:200px;
	float:right;
	padding-right:80px;
	
}
.footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-top:3px solid #5697e0;
	background-color:#376dbe;
	padding-bottom:20px;
}
.footer a {
	color:#FFF;
}
.footer p {
	font-size:10px;
	color:#FFF;
}

.footer-left {
	float:left;
	width:400px;
	padding-left:30px;
}

.footer-right {
	float:right;
	padding-right:30px;
	text-align:right;
}

.clear {
	clear:both;
}
.divider {
	height:20px;
}

.products {
	margin-top:20px;
}
.productsLeft {
	width:220px;
	float:left;
}
.productsRight {
	width:750px;
	float:right;
	text-align: center;
	margin-bottom:20px;
}

.product {
	width:210px;
	float:left;
	height:330px;
	background-color: #3d3d3d;
	background-image:url(../images/lowerbg.png);
	background-repeat:repeat-x;
	padding:10px;
	margin-right:20px;
	margin-bottom:20px;

}
.product td {
	color:#acacac;	
}
.product img {
	padding:2px;
	background-color:#fff;
	border:1px solid #000;
}
.product a {
	background-color:#e18e14;
	height:40px;
	padding:10px;
	color:#fff;
	text-decoration: none;
}
.product table {
	margin-bottom:20px;
}
.noProducts {
	width:700px;
	height:300px;
	text-align:center;
	padding-top:100px;
	color:#fff;
}
.categoryBox {
	background-color: #262626;
	width:180px;
	padding:10px;
	padding-top:20px;
	border-bottom:1px solid #acacac;
	margin-bottom:20px;
}
.categoryBox ul {
	padding-left: 5px;
}
.categoryBox li {
	color:#acacac;
	list-style: none;
}
.categoryBox p {
	color:#afafaf;
}
.tel-side {
	text-align:center;
	color:#fff;
}
.machineRight {
	width:750px;
	float:right;
	padding-bottom:20px;
}
.machineRight th {
	color:#fff;
	border:0px;
	width:100px;

}
.spacer {
	height:10px;
}
input {
	font-family:"open sans";
	font-size:13px;
	padding:3px;
}
textarea {
	width:300px;
	height:90px;
}
.contact-left {
	width:250px;
	float:left;
}
.contact-right {
	width:460px;
	float:right;
}
.loginBox {
	width:400px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:100px;
	height:500px;
}