@media screen{
/*=======================================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;
  background: transparent;
  }
:focus {
  outline: 0;
  }
body {
  line-height: 1;
  color: black;
  background: white;
  }
ol, ul {
  list-style: none;
  }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }
caption, th, td {
  text-align: left;
  font-weight: normal;
  }
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  }
blockquote, q {
  quotes: "" "";
  }
/*=======================================Reset_end=====================================*/
/*=======================================General=======================================*/
body{
    background: #fff;
    color: #000;
    font-family: 'Verdana', 'Arial', sans-serif;
    font-size: 13px;
    line-height: 1.25;
}

a{
    color: #206ba4;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Trebuchet MS', sans-serif;
}

h1{
    font-size: 25px;
    margin: 20px 0;
}
h2{
    font-size: 18px;
    margin: 15px 0 5px;
}
h3{
    font-size: 16px;
    font-weight: bolder;
    margin: 5px 0;
}

table{
    font-size: 13px;
    margin: 10px 0px;
    width: 750px;
}
table caption{
    font-weight: bolder;
    margin-bottom: 15px;
}
thead th, thead td{
    background: #9f9f9f;
    color: #fff;
}

tbody td, tbody th, thead th, thead td{
    border: 1px solid #dddcd5;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

p{
    margin: 5px 0;
}

ul{
    list-style: disc outside;
    margin: 10px 0 10px 20px;
}
ol{
    list-style: inside decimal;
    margin: 10px 0 10px 20px;
}
img{
    margin-top: 10px;
}
/*=======================================General_end===============================*/
/*=======================================Header====================================*/
#header{
    height: 150px;
    margin: 0 auto;
    max-width: 1400px;
    width: 90%;
}

a#logo{
    background: url("/res/logo.png") no-repeat;
    width: 295px;
    height: 105px;
    display: block;
    position: relative;
    top: 20px;
}

#main-menu{
    position: relative;
    top: 47px;
    float: right;
    right: 9%;
    list-style: none;
    margin: 0;
    #top: -80px; 
}

#main-menu li{
    float: left;
    margin-left: 25px;
    position: relative;
}

#main-menu li:first-child{
    margin-left: 0px;
}
/*=======================================Header_end===============================*/
/*=======================================Content==================================*/
#content{
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1000px;
    width: 90%;
}

.current-item {
    color: #206ba4;
    background: #d4e8f3;
    font-weight: bolder;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;

}

#machine-nav .current-item, #main-menu .current-item {
    margin-top: -5px;
}

#alt-nav .current-item{
    margin-left: -10px;
}
#map {
    padding-top: 1px;
}
#contact{
    float: left;
    margin-right: 15px;
}
/*================Main_page===============*/
#slogan{
    float: right;
    position: relative;
    right: 9%;
}
#slogan h1{
    font-size: 25px;
    margin: 0px;
}
#slogan p{
    font-family: arial,sans-serif;
    font-size: 12px;
    margin-top: 2px;
}
/*=====scroll=====*/
a.jScrollArrowLeft {
	background: url(/res/arrow.png) no-repeat 0 0;
}
a.jScrollArrowRight {
	background: url(/res/arrow.png) no-repeat -18px 0;
}
.orange-bar .jScrollPaneTrack {
	background: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url("/res/scroll_pane_back.png") repeat-x;
}
.orange-bar .scroll-pane {
	background: #69f;
}
#holder{
    display: block;
    width: 1000px;
    position: relative;
    margin: 0 auto;
    clear: both;
}
#holder img{
    margin: 0;
}
#scroll_navigator{
   width: 1000px;
   height: 400px;
}
#blocks{
    width: 1700px;
    height: 300px;
}
.scroll-pane {
    float: left;
    padding: 0;
    width: 1000px;
}
.navigation_item{
    float: left;
    margin-left: 50px;
}
.navigation_item h1{
    font-size: 17px;
    text-align: center;
    margin: 0px;
}
.navigation_item:first-child{
    margin-left: 0px;
}
.jScrollPaneContainer {
	width: 1000px !important;
    position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: url("/res/scroll_pane_back.png") repeat-x scroll 0 0;
}
.jScrollIntervalTrack { 
	position: absolute;
}
.jScrollPaneDrag {
	position: absolute;
	background: url("/res/scroll_button.png") no-repeat scroll 0 0;
	cursor: pointer;
	overflow: hidden;
    bottom: 13px
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 43px;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 18px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}
a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 43px;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	height: 18px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
/*=====scroll_end=====*/
#main-text{
    margin: 0px auto;
    width: 1020px;
    color: #666;
}

#main-text h1, #main-text h2{
    color: #000;
    margin: 0 0 10px 0;
}

#left-cont{
    width: 320px;
    float: left;
}
#center-cont{
    margin-left: 25px;
    width: 320px;
    float: left;
}

#center-cont #first-child {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #000 !important;
}

#right-cont{
    margin-left: 25px;
    width: 320px;
    float: left;
}
/*==================Main_page_end===================*/
/*==================Product_page===================*/
.machine-name{
    font-size: 14px;
    font-weight: bolder;
}
#alt-nav{
    display: block;
    float: left;
    position: absolute;
    top: 270px;
    width: 270px;
    #left: 60px;
    #top: 306px;
}
#alt-nav ul{
    margin-top: 17px;
    list-style: none;
    margin: 10px 0 10px 20px;
}
#alt-nav li{
    padding: 5px 0;
}
#machine-nav{
    float: left;
    margin-left: 270px;
}
.machine-item{
    float: left;
    text-align: center;
    width: 150px;
}
.machine-item span{
   text-align: left;
}
.machine-item  img{
    margin: 0 20px;
}
#machine-text{
    clear: both;
    float: left;
    margin: 20px 0 0 270px;
    #clear: none;
}
/*==================Product_page_end===============*/
/*==================Other_page===============*/
#other-text{
    width: 70%;
    margin: 0 auto;
}

.product{
    margin: 10px 0;
    height: 210px;
}
.product img{
    margin: 0px;
    clear: both;
    float: right;
}
.product_link{
    bottom: -10px;
    position: relative;
}
/*==================Other_page_end===========*/
/*=======================================Content_end==================================*/
/*=======================================Footer=======================================*/
#footer{
    clear: both;
    background: url("/res/footer.jpg") no-repeat;
    height: 202px;
    margin: 0 auto;
    max-width: 1400px;
}
#info{
    background: url("/res/contact-footer.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    margin: 0px auto;
    position: relative;
    top: 190px;
    width: 980px;
    padding-bottom: 25px;
}
/*=======================================Footer_end=======================================*/
}

.docs{
    clear: left;
}

.doc{
    display: inline-block;
    width: 160px;
    vertical-align: top;

}


.doc-desc{
    text-align: center;
}

@media print{
img{
   display: none;
}
}