body {
	margin: 0;
	padding: 0;
	background: url(../common/body_bg.gif) top left repeat;
	background-color: #c6c6c7;
}

.hide {
	display: none;
}

.paren {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #092a59;
}

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../fonts/League_Gothic-webfont.eot');
    src: url('../fonts/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/League_Gothic-webfont.woff') format('woff'),
         url('../fonts/League_Gothic-webfont.ttf') format('truetype'),
         url('../fonts/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OswaldBook';
    src: url('../fonts/Oswald-Regular-webfont.eot');
    src: url('../fonts/Oswald-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Oswald-Regular-webfont.woff') format('woff'),
         url('../fonts/Oswald-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Oswald-Regular-webfont.svg#OswaldBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasRegular';
    src: url('../fonts/BEBAS___-webfont.eot');
    src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BEBAS___-webfont.woff') format('woff'),
         url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('../fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#shadow {
	width: 927px;
	margin: 0 auto;
	padding: 0;
	background: url(../common/shadow.png) top left no-repeat;
}

#bot_shadow {
	width: 927px;
	height: 17px;
	margin: 0 auto;
	background: url(../common/shadow.png) bottom left no-repeat;
}

#container {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}

#header {
	width: 900px;
	height: 115px;
	float: left;
	margin: 0;
	background: url(../common/header_bg.gif) top left repeat-x #ffffff;
}

h1 {
	width: 362px;
	height: 59px;
	float: left;
	margin: 25px 0 0 41px;
	background: url(../common/logo.gif) top left no-repeat;
}

#header ul {
	display: block;
	width: 391px;
	height: 31px;
	float: left;
	margin: 1px 0 0 45px;
	padding: 0;
}

#header li {
	width: 103px;
	height: 31px;
	float: left;
	margin-right: -7px;
	background: url(../common/nav_bg.png) top right no-repeat;
	list-style-type: none;
	transition: all .15s ease-in-out;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-ms-transition: all .15s ease-in-out;
}

#header li:hover {
	background: url(../common/nav_bg.png) bottom left no-repeat;
}

#header li.current {
	background: url(../common/nav_bg.png) bottom left no-repeat;
}

#header li a {
	display: block;
	width: 103px;
	height: 31px;
	float: left;
	text-align: center;
	padding-top: 8px;
	margin-right: -7px;
	font-family: OswaldBook, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
}

#banner {
	width: 900px;
	height: 150px;
	position: relative;
	float: left;
	background: url(../../images/proc_banner.jpg) top left no-repeat;
	background-color: #092a59;
}

#banner2 {
	width: 900px;
	height: 150px;
	position: relative;
	float: left;
	background: url(../../images/samp_bg.jpg) top left no-repeat;
	background-color: #092a59;
}

#banner3 {
	width: 900px;
	height: 150px;
	position: relative;
	float: left;
	background: url(../../images/about_banner.jpg) top left no-repeat;
	background-color: #092a59;
}

#banner4 {
	width: 900px;
	height: 150px;
	position: relative;
	float: left;
	background: url(../../images/contact_banner.jpg) top left no-repeat;
	background-color: #092a59;
}

#banner h2, #banner2 h2, #banner3 h2, #banner4 h2 {
	position: absolute;
	top: 75px;
	left: 710px;
	font-family: OswaldBook, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 6px 0 0 0;
	color: #ffffff;
}

.indent {
	margin-left: 18px;
}

#content {
	width: 900px;
	margin-bottom: 0px;
	float: left;
	background: url(../common/content_bg.jpg) top left no-repeat #ffffff;
}

#content p {
	display: block;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #092a59;
}

#text {
	width: 790px;
	margin: 30px auto 0 auto;
	overflow: auto;
	border-bottom: 1px solid #CCC;
	padding-bottom: 17px;
}

#text p {
	display: block;
	width: 360px;
	float: left;
	margin: 0 20px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #092a59;
}

#text_about {
	width: 360px;
	margin: 37px 50px 0 55px;
	padding: 0 0 17px 0;
	float: left;
}

#text_about p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #092a59;
	padding: 0;
	margin: 0;
}

#text_about a {
	color: #092a59;
	text-decoration: underline;
}

#text_about a:hover {
	color: #666666;
}

#about_image {
	margin: 37px 0 37px 0;
}

#about_image:hover {
	border: 4px solid #666666;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100)
}	

.machine {
	width: 790px;
	margin: 20px auto;
	overflow: auto;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}

.machine2 {
	width: 790px;
	margin: 20px auto;
	overflow: auto;
	padding-bottom: 20px;
}

.machine h3, .machine2 h3 {
	margin: 0;
	font-family: "OswaldBook", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #092a59;
	font-weight: normal;
	font-style: normal;
}

.machine_col1 {
	width: 378px;
	float: left;
}

.machine_col2 {
	width: 412px;
	float: left;
}

.machine_col1 img {
	margin: 30px 0 0 0;
}

.machine_col1 img.middle {
	margin-right: 20px;
	margin-left: 20px;
}

img {
	float: left;
	border: 4px solid #666666;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

img:hover {
	border: 4px solid #000033;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90)
}

.machine_col1 ul {
	display: block;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

.machine_col1 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: url(../../images/bullet.gif) 0 6px no-repeat;
	padding-left: 7px;
	color: #092a59;
	line-height: 19px;
}

h2 {
	width: 360px;
	height: 53px;
	margin: 30px 0 0 95px;
	float: left;
	font-weight: normal;
	font-style: normal;
}

.blue {
	font-family: OswaldBook, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #092a59;
}

.grey {
	font-family: OswaldBook, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #717174;
	margin-left: 20px;
}

.samples {
	width: 790px;
	margin: 20px auto;
	overflow: auto;
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}

.samples2 {
	width: 790px;
	margin: 20px auto;
	overflow: auto;
	padding-bottom: 20px;
}

.samples h3, .samples2 h3 {
	margin: 0;
	float: left;
	font-family: "OswaldBook", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #092a59;
	font-weight: normal;
	font-style: normal;
}

.thumbs {
	width: 790px;
	float: left;
	margin-top: 18px;
}

.thumbs .bottom {
	margin-bottom: 24px;
}

.thumbs img.right {
	margin-right: 24px;
}

#footer {
	width: 900px;
	height: 21px;
	float: left;
	background: #092a59;
}

#footer p {
	display: block;
	width: 900px;
	height: 21px;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #999999;
}
