/* Stle Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/************************************************
End Reset
**********************************************/

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(../images/bg01.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797979;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
}

h2 {
}

h3 {
	margin: 0px;
	font-size: 16px;
	color: #2D2D2D;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 1em;
	line-height: 160%;
	text-align: justify;
}

p.byline {
	line-height: normal;
	font-size: 10px;
	color: #A5A5A5;
}

p.byline a {
	color: #A5A5A5;
}

ul.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.list1 li {
	height: 20px;
	padding: 6px 0px 0px 15px;
	background: url(../images/homepage14.jpg) no-repeat left top;
}

ul.list1 a {
	text-decoration: none;
	color: #2B4D68;
}

ul.list1 a:hover {
	text-decoration: underline;
}

a {
	color: #0093C8;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #B6B6B6;
}

img.alignleft {
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 10px;
}

img.alignright {
	float: right;
	margin: 3px 0px 0px 20px;
}

img.aligncenter {
	margin: 0px auto;
	display: block;
}

hr {
	display: none;
}

.container {
	width: 992px;
	margin: 0px auto;
	
}

/** BACKGROUNDS */

#bg1 {
	background: url(../images/bg02.jpg) repeat-x left top;
}

#bg2 {
	background: url(../images/bg03.jpg) no-repeat center top;
}

#bg3 {
	background: url(../images/bg06.jpg) repeat-y center top;
}

#bg4 {
	background: url(../images/bg07.jpg) no-repeat center top;
}

#bg5 {
}

/** HEADER */

#header {
	height: 147px;
}

/** TOPMENU */

#topmenu {
	float: right;
	width: 492px;
	height: 17px;
	padding-top: 15px;
}

#topmenu ul {
	float: right;
	margin: 0px;
	padding: 95px 10px 0px 0px;
	list-style: none;
}

#topmenu li {
	float: left;
	border-left: 1px solid #658A9C;
}

#topmenu li.first {
	border: none;
}

#topmenu a {
	padding: 0px 12px;
	color: #658A9C;
}


/** BAR */

#bar {
	background: url(../images/bg05.jpg) no-repeat center top;
}

#bar .container {
	height: 44px;
	background: url(../images/subpage1_01.jpg) no-repeat left top;
}

.home #bar .container {
	background-image: url(../images/bg1_02.jpg);
}

.single #bar .container {
	background-image: url(../images/subpage2_01.jpg);
}

#bar form {
	margin: 0px;
	padding: 0px;
}

#bar fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#bar .input-text {
	width: 132px;
	height: 22px;
	padding: 2px 10px 0px 10px;
	background: url(../images/homepage03.jpg) no-repeat left top;
}

#bar .input-text input {
	width: 100%;
	background: none;
	border: none;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B5B3B1;
	outline: none;
}

#bar .input-submit {
	width: 54px;
	padding: 5px 0px 6px 0px;
	background: url(../images/homepage04.jpg) no-repeat left top;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

/** LOGIN */

#login {
	float: left;
}

#login form {
	width: 580px;
	padding: 0px 0px 0px 12px;
}

#login .input-text, #login .input-submit {
	float: left;
	margin: 9px 0px 0px 9px;
}

#login p {
	float: left;
	margin: 0px;
	padding: 12px 0px 0px 15px;
	line-height: normal;
	font-size: 10px;
	color: #FFF6EB;
}

#login a {
	color: #FFF6EB;
}

/** SEARCH */

#search {
	float: right;
}

#search form {
	width: 230px;
	margin-right: 21px;
	padding-top: 9px;
}

#search .input-text, #search .input-submit {
	float: left;
	margin: 0px 0px 0px 9px;
}

/** PAGE */

#page {
	background: url(../images/subpage1_02.jpg) repeat-y left top;
}

.home #page {
	background-image: url(../images/bg1_03.jpg);
}

.single #page {
	background-image: url(../images/subpage2_02.jpg);
}

/** CONTENT */

#content {
	float: right;
	width: 749px;
	padding-right: 12px;
}

.single #content {
	float: none;
	width: auto;
	padding: 0px 12px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 218px;
	padding-left: 12px;
}

#sidebar2 {
	float: left;
	width: 531px;
}
#sidebar4 {
	float: left;
	width: 750px;
}
#sidebar4_1 {
	float: left;
	width: 750px;
}
#sidebar3 {
	float: right;
	width: 218px;
}

/** FOOTER */

#footer {
	background: url(../images/bg08.jpg) no-repeat center top;
}

#footer p {
	padding: 60px 0px;
	background: url(../images/subpage1_03.jpg) no-repeat left top;
	text-align: center;
	line-height: normal;
	color: #70899D;
}

.home #footer p {
	background-image: url(../images/bg1_05.jpg);
}

.single #footer p {
	background-image: url(../images/subpage2_03.jpg);
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLES */

.title {
	height: 27px;
	margin: 0px;
	padding: 10px 0px 0px 12px;
	font-size: 13px;
	color: #FFFFFF;
}
.title_links {
	color: #CCCCCC;
	font-size: 10px;
}
.title_links a{
	color: #CCCCCC;
	font-size: 10px;
}
.box-style1 .title {
	background: url(../images/homepage13.jpg) no-repeat left top;
}

.box-style2 .title {
	background: url(../images/homepage12.jpg) no-repeat left top;
}

.box-style3 .title {
	background-image: url(../images/homepage17.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.box-style3 {background-color:#FFFFFF;}

.box-style4 .title {
	background-image: url(../images/homepage12.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.box-style5 .title {
	background: url(../images/subpage2_04.jpg) no-repeat left top;
}
/** BOX1 */

#box1 {
	background: #FFFFFF;
	height: 200px;
}

#box1 .entry {
	padding: 15px;
}

/** BOX2 */

#box2Agian .entry {
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#box2_2 .entry {
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}


#box2 .entry {
	padding-top: 17px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#box2 .column1 {
	float: left;
	width: 238px;
}

#box2 .column2 {
	float: right;
	width: 238px;
}

/** BOX3 */

#box3 {
}

#box3 .entry {
	padding: 17px;
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
background-color:#FFFFFF;
}

/** BOX6 */

#box6 {
background-color:#FFFFFF;
}
#box62 {
background-color:#FFFFFF;
}

/** BOX7 */

#box7 {
background-color:#FFFFFF;
}

/** BOX8 */

#box8 {
background-color:#FFFFFF;

}

/** BOX9 */

#box9 {
}

#box9 .entry {
	padding: 17px;
}
.divisions {
	padding-left: 220px;
	letter-spacing: 1px;
	font-size: 11px;
}
.spec {
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	background-color: #FFFFFF;
}

.box_text {
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	background-color: #FFFFFF;
}

hr {
	border: 1px dotted #333333;
}
/** TABLE **/
.tr_title {
	background-color: #d0dafd;
	text-align: center;
	height: 25px;
	display: block;
	padding-top: 5px;
	font-size: 18px;
	padding-bottom: 5px;
	width: 100%;
}
.tr_5{
	background-color: #d0dafd;
	text-align: right;
	padding-top: 15px;
	font-size: 18px;
	padding-bottom: 15px;
}
.tr_6 {
	background-color: #d0dafd;
	text-align: left;
	padding-top: 15px;
	font-size: 18px;
	padding-bottom: 15px;
}
.tr_title h1 a {
	color: #666;
	text-decoration: none;
}
.tr_title h1 a:hover {
	color: #666;
	text-decoration: underline;
}


.tr_1 {
	background-color: #f4f6ff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 250px;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: 20px -5px;
	font-size: 12px;
	text-align: left;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}
.tr_1 a {
	text-decoration: none;
	color: #666699;
}
.tr_1 a:hover {
	text-decoration: underline;
	color: #666699;
}
.tr_2 {
	background-color: #e8edff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 325px;
		font-size: 12px;

	padding-left: 50px;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: 20px -5px;
}
.tr_2 a {
	text-decoration: none;
	color: #666699;
}
.tr_2 a:hover {
	text-decoration: underline;
	color: #666699;
}
.attention {
	font-weight: bold;
}
.top_block {
	height: 155px;
	display: block;
	padding-right: 10px;
	width: 480px;
	font-size: 13px;
	line-height: 22px;
	float: right;
	background-color: #FFFFFF;
}
.location2 {
	float: left;
	display: block;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #B6B6B6;
	margin-left: 10px;	

}
.location3 {
	float: right;
	display: block;
	padding: 2px;
	background: #FFFFFF;
	border: 1px solid #B6B6B6;
	margin-left: 10px;	

}
#MandS {
	padding: 10px;
	width:700px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}

.border_center {
	background: #FFFFFF;
	border: 1px solid #B6B6B6;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-left: 30px;
}
.wai {
	margin-left: 50px;
}
.madinthe {
	margin-left: 25px;
}

h3 {
	font-size: 18px;
	color: #333333;
}
.specs {
	list-style-image: url(../images/Untitled-1.gif);
	list-style-position: inside;
	padding-left: 50px;
	margin-right: 25px;
}
#specs li{
padding-bottom: 10px;

}
.bule {	
	color: #022167;
}
.marginDown {
	margin-bottom: 100px;
}
.marginDownMore {
	margin-bottom: 170px;
}
.title a {
	color: #FFFFFF;
	text-decoration:none;
}
.title a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
#machinery {
	width: 600px;
	margin-left: 25px;
	margin-top: 25px;
}
#machinery td {
	padding-right: 10px;
	padding-left: 10px;
}

#box12 {
	background-color: #FFFFFF;
	height: 100%;
}
#box13 {
	background-color: #FFFFFF;
	height: 1050px;
}
#machinery .text {
	font-size: 12px;
	padding-bottom: 25px;
	padding-top: 10px;
	text-align: center;
}
#contactTable {
	width: 80%;
	font-size: 14px;
}
#pg_c9c6b272ce {
		width: 80%;
	font-size: 14px;
	margin-left:50px;
}
.contactBlock {
	border: 1px double #999999;
	margin: 5px;
}
.contentText {
	text-align: right;
	padding-right: 10px;
}
#contactSubmit {
	padding-left: 365px;
	padding-top: 15px;
}
#contactSubmit .input-submit {
	width: 54px;
	padding: 5px 0px 6px 0px;
	border: none;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/homepage40.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
