/* css file */
html, body
{
  margin:0;
  padding:0;
  height:100%;
  font-family:Arial, Helvetica, sans-serif;
  background-color:#FFFFFF;
  text-align:center;
}

/* -------------structure definition----------------*/
/* global stucture, header/menu/tit_incl_foot */
#main
{
  position:relative;
  margin:0 auto;
  width: 1024px;
  text-align: left;
}

#header
{
  height:92px;
  width:1024px;
}

.menu
{
  position:absolute;
  left:0;
  width:175px;
  font-size:14px;
}

/* global structure of title/including/footer */
#tit_incl_foot
{
  margin-left:175px;
  width: 843px;
  min-height:697px;
  _height:697px;
  border-style:solid;
  border-width:3px;
  border-color:#EEF281;
}

.title
{
  height:22px;
  text-align:center;
  font-weight:bold;
  font-size:14px;
}

.including
{
  overflow:auto;
  font-size:13px;
  padding-bottom:18px;
}

#footer
{
  background-color:#A5A9AC;
  text-align:center;
  position: absolute;
  left: 178px;
  bottom:3px;
  width: 833px;
  height: 18px;
  font-size:13px;
}

#plus
{
  background-color:#A5A9AC;
  text-align:center;
  position: absolute;
  left: 1011px;
  bottom:3px;
  width: 10px;
  height: 18px;
  font-size:13px;
}

/* ------------end of structure definition-------------------- */

/* ---------------details style by block---------------------- */
/* style of header elements */
#header img,a
{
  text-decoration:none;
  border:0px;
  outline: none;
}

/* style of menu elements */
.menu_top img
{
  margin-left:30px;
}

.menu_bottom img
{
  margin-top:5px;
  margin-left:15px;
}

.menu_bottom p
{
  margin-left:30px;
}

.menu a
{
  text-decoration:none;
  color:#000000;
  margin-left:30px;
  outline: none;
}

.menu a:hover
{
  text-decoration:underline;
}

.menu li
{
  list-style-type:none;
}

.menu table
{
  margin-top:45px;
  margin-left:25px;
  margin-bottom:15px;
}

.menu td
{
  padding:2px;
}

/* style of title elements */
.title table
{
  width:100%;
}

.title a
{
  text-decoration:none;
  color:#000000;
  outline: none;
}

.title a:hover
{
  text-decoration:underline;
}

/* style of including elements */
.including h1
{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color:#FF0000;
  font-size:14px;
}

.including h2
{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:bold;
  font-size:14px;
}

.including h3
{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color:#FFFFFF;
  font-size:15px;
}

.including h4
{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color:#000000;
  font-size:16px;
}

.including h5
{
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color:#000000;
  font-size:16px;
  text-transform:uppercase;
}



.including a
{
  text-decoration:none;
  color:#000000;
  border-width:0px;
  outline: none;
}

.including a:hover
{
  text-decoration:underline;
}

.including table
{
  width:840px;
  margin:auto;
}


.including img
{
  border-width:0px;
}

/* style of footer elements */
#footer img
{
  float:left;
  margin-top:2px;
  margin-left:5px;
  border:0px;
}

#footer a
{
  text-decoration:none;
  color:#000000;
  outline: none;
}

#footer a:hover
{
  text-decoration:underline;
}

#plus a, a:hover
{
  text-decoration:none;
  color:#A5A9AC;
}

/* -----------end of details style by block----------------- */

/* --------------------specials pages----------------------- */
/* delta_group:logistic page */
.logistic
{
  background-image:url(pictures/framework/log.jpg);
  background-repeat:no-repeat;
  position: absolute;
  width:843px;
  height:675px;
}

.logistic table
{
  width:180px;
  margin-left:10px;
  margin-top:10px;
  border-style:solid;
  border-width:2px;
  border-color:#FF6600;
  padding:5px;
  font-size:12px;
}

/* catalog page */
.catalog
{
  background-image:url(pictures/framework/catalog.jpg);
  position: absolute;
  width:843px;
  height:697px;
}

.catalog td
{
  padding:15px;
  text-align:center;
}

/* welcome page */
.welcome
{
  background-image:url(pictures/framework/welcome.jpg);
  background-repeat:no-repeat;
  position: absolute;
  width:843px;
  height:697px;
}

.welcome h2
{
  height:16px;
  margin-top: 0;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-decoration:none;
  font-weight:bold;
  font-size:14px;
  color:#FFFFFF;
  background-color:#FF6600;
}

.top_welcome table
{
  margin-top:10px;
  margin-left:10px;
  width:825px;
}

.descr_welcome
{
  margin-left:200px;
  margin-top:20px;
  font-size:26px;
  font-weight:bold;
  letter-spacing:10px;
}

.middle_welcome
{
  position:absolute;
  bottom:30px;
  left:70px;
}

.middle_welcome h2
{
  width:62px;
}

.middle_welcome img
{
  border-style:solid;
  border-width:2px;
  border-color:#FF6600;  
}

/* news page */
.news table
{
  margin-left:100px;
  margin-top:20px;
  width:650px;
}

/* news description page */
.descr_news table
{
  width:750px;
}

.descr_news td
{
  width:50%;
}

/* search page */
.search table
{
  width:700px;
  margin-top:130px;
  text-align:center;
}

/* outdoor page */
.outdoor
{
  background-image:url(docs/outdoor.jpg);
  position: absolute;
  width:843px;
  height:697px;
}

/* technical_docs page */
.docs table
{
  text-align:center;

  overflow:scroll;
}

/* service page (after sales) */
.service h2
{
  margin-top:10px;
  text-align:center;
  font-size:13px;
  font-weight:normal;
}

.service table
{
  text-align:left;
  margin-bottom:30px;
  width:350px;
}

.service tr
{
  margin-top:5px;
}

.service img
{
  margin-left:23px;
}

.service_bottom table
{
  width:400px;
  margin-bottom:30px;
}

/* telephone numbers on delta_china page */
.tel
{
  font-size:13px;
}

.tel p
{
  width:100px;
  margin:0;
  margin-left:60px;
  display:inline;
}

.stat table
{
  width:250px;
  margin-top:50px;
}

.stat td
{
  border:1px;
  border-style:solid;
  border-color:#FF6600;
  padding:5px;
}




.outdoor
{
  background-image:url(docs/outdoor.jpg);
  position: absolute;
  width:843px;
  height:697px;
}


.bg
{
  background-image:url(docs/bg.jpg);
  position: absolute;
  width:843px;
  height:697px;
}





/* ----------------end of specials pages-------------------- */