@charset "utf-8";

@font-face {
  font-family: 'oxygen';
  src: url('fonts/pt.ttf');
}


body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #E2E2E2;
}

h1{
	font-family: 'Rokkitt', serif;
	font-size: 22px;
}
.clearAll {
	clear: both;
}

.white_p{
	color: white;
}

.black_p{
	color: black;
}

img {
       -ms-interpolation-mode: bicubic;
}

#logo{
	float: left;
	margin-top: -17px;
	margin-left: -38px;	
}
#iso{
	float: right;
	margin-top: 0px;
	position: relative;
	left: 30px;
}

#header  {
	width: 100%;
	background-color: #E2E2E2;
	height: 120px;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#header_centered {
	height: 100px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#header #header_centered #header_anchor {
	height: 125px;
	width: 800px;
	color: #000;
	font-size: 80px;
	padding-top: 25px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -2.5px;
}

#nav_Bar {
	height: 33px;
	width: 100%;
	background-color: #000;
	background-image: url(images/navbg.jpg);
	position: relative;
	top: 16px;
}

#nav_Bar #nav_bar_centered {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	padding-left: 60px;
	padding-top: 14px;
	background-image: url(images/navbg.jpg);
	height: 1px;
}

#nav_Bar #nav_bar_centered ul {
	margin: 0px;
	padding: 0px;
}

#nav_Bar #nav_bar_centered ul li {
	font-size: 20px;
	color: #FFF;
	float: left;
	text-decoration: none;
	display: block;
	list-style-type: none;
	margin-right: 25px;

}

a {
	text-decoration: none;
	color: white;
	font-weight: bold;

}

a:hover {
	text-decoration: none;
	color: #49cbf2
}

#nav_Bar #nav_bar_centered ul li a {
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 24px;
}

#nav_Bar #nav_bar_centered ul li a:hover {
	color: #49cbf2;

}

.banner{
	margin-left: -60px;
	margin-top: 20px;
	/*box-shadow: 0px 0 7px black;*/
	/*box-shadow: 0px 1px 5px #999999;*/
    box-shadow:0 1px 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.sep{
	margin-left: -25px;
	margin-top: 10px;
}

.sep2{
	margin-left: -25px;
	margin-top: -5px;
}

.main{
	background-color: #FFF;
}

.main .main_centered {
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	background-repeat: repeat-x;
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.main .main_centered a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.main .main_centered a:hover {
color: #49cbf2;
}



.textbox  {
	height: auto;
	width: 490px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-size: 16px;
}

.textbox2  {
	height: auto;
	width: 370px;
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	font-size: 16px;
}

.homepic  {
	float: right;
	margin-top: 35px;
	margin-right: 25px;
	margin-bottom: 25px;
	box-shadow: 0px 1px 5px #999999;
}

.homepic2  {
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	box-shadow: 0px 1px 5px #999999;
}

.homepic3  {
	float: right;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;

}

.homepic4 {
	margin-top: 25px;
	margin-left: 100px;
	margin-bottom: 10px;

}
.homepic5 {
	margin-top: 15px;
	margin-right: 42px;
	margin-left: 42px;
	margin-bottom: 15px;


}

.homepic6 {
	float: right;
	margin-top: 60px;
	margin-right: 25px;
	margin-bottom: 10px;
	box-shadow: 0px 1px 5px #999999;
}

.homepic7  {
	float: right;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
	box-shadow: 0px 1px 5px #999999;
}

.homepic8  {
	float: right;
	margin-top: 25px;
	margin-right:25px;
	margin-left: 40px;
	margin-bottom: 40px;
	box-shadow: 0px 1px 5px #999999;
}

.vid {
	margin-bottom: 10px;
	padding-left: 70px;	
}


#footer {
	height: 38px;
	width: 100%;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	background-color: #E2E2E2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	position: relative;
}

#footer #footer_centered {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: 33px;
	color: #FFF;
	font-size: 14px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 50px;
	line-height: normal;
	background-image: url(images/navbg.jpg);
	/*border-radius: 15px;*/
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}




.footer_desc_left {
	text-align: left;
	font-size: 14px;
	margin-left: 30px;
	margin-top: 0px;
	line-height: normal;
	padding-top: 9px;

}

.dev{
color: black;
}

.buttonbox{
	float: right;
	margin-right: 20px;
}
.bro{
	width: 224px;
	height: 44px;
	background-image: url(images/pdf.png);
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.bro:hover{
width: 224px;
height: 44px;
background-image:url(images/pdfhover.png);
margin-bottom: 10px;
background-repeat: no-repeat;
}

.isocert{
	width: 224px;
	height: 44px;
	background-image: url(images/isocert.png);
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.isocert:hover{
width: 224px;
height: 44px;
background-image:url(images/isocerthover.png);
margin-bottom: 10px;
background-repeat: no-repeat;
}

.upload{
	width: 224px;
	height: 44px;
	background-image: url(images/upload.png);
	margin-top: 10px;
	background-repeat: no-repeat;
	margin-right: 50px;
}

.upload:hover{
width: 224px;
height: 44px;
background-image:url(images/uploadhover.png);
margin-top: 10px;
background-repeat: no-repeat;
margin-right: 50px;
}

.truck{
	width: 224px;
	height: 44px;
	background-image: url(images/truck.png);
	margin-top: 20px;
	margin-bottom: -20px;
	background-repeat: no-repeat;
	margin-right: 50px;
}

.truck:hover{
width: 224px;
height: 44px;
background-image:url(images/truckhover.png);
margin-bottom: 20px;
margin-bottom: -20px;
background-repeat: no-repeat;
margin-right: 50px;
}

.rfq{
	width: 224px;
	height: 44px;
	background-image: url(images/quote.png);
	margin-bottom: 10px;
	background-repeat: no-repeat;
}

.rfq:hover{
width: 224px;
height: 44px;
background-image:url(images/quotehover.png);
margin-bottom: 10px;
background-repeat: no-repeat;
}

.rfq2{
	width: 224px;
	height: 44px;
	background-image: url(images/quote.png);
	margin-top: 20px;
	background-repeat: no-repeat;
}

.rfq2:hover{
width: 224px;
height: 44px;
background-image:url(images/quotehover.png);
margin-top: 20px;
background-repeat: no-repeat;
}

.bottom{
	height: 40px;
	background-color: #E2E2E2;
	background-repeat: repeat;
	padding-bottom: 25px;
}
.bottom .bottom_centered {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #E2E2E2;
	line-height: normal;
	background-image: url(images/footer2.jpg);
	text-align: center;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
}

.shell1 {
	width: 585px;
	position: relative;
	left: -107px;
	top: -35px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: rgba(0,0,0,0.45);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-radius: 5px;
}

.shell2 {
	width: 700px;
	position: relative;
	left: -45px;
	top: -35px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: rgba(0,0,0,0.45);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 0px;
	border-radius: 5px;
}

.shell3 {
	width: 750px;
	position: relative;
	left: -25px;
	top: -35px;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: rgba(0,0,0,0.45);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-radius: 5px;
}
.text-box { width: 100%; position: absolute; top: 135px; left: 0; color: #fff; font-size: 38px;}
.text-box p { padding: 0 23px; text-shadow: 2px 2px 2px #000; }
#slideshow{
	min-width: 860px;
	position: relative;
}
.nav-holder { width: 100%; position: absolute; bottom: 0; left: 0;  }
#wrapper { min-height: 100%; height: auto !important; height: 100%; padding-bottom: 20px; background: #fff; }
.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
