/* SETTINGS */
body, div, p, span, img, ul, li,
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  border: 0;
}

body{
  font: normal 11px Arial;
  background-color: #efefef;
}

a{
  color: #1e77d3;
}

a:hover{
  color: #ff9933;
}

ul{
 list-style-type: none;
}

ul.horizontal li{
 display: inline;
}

/* DESIGN */

/* header */
#header{
  width: 780px;
  height: 68px;
  background: url('../images/site/header-bottom.gif') repeat-x left bottom;
  background-color: #fff;
}

#header-logo-text {
  border: 14px solid #fff;
  border-left: 0;
  width: 165px;
  height: 30px;
}

#header-logo-img {
  border: 8px solid #fff;
  border-right: 0;
}

#header-print{
  width: 518px;
  height: 68px;
  background: url('../images/site/header-bottom.gif') repeat-x left bottom;
  background-color: #fff;
}

/* top menu */
#menu-top {
  position: absolute;
  top: 0px;
  left: 532px;
  margin-top: 5px;
  text-transform: uppercase;
  white-space: nowrap;
}

#menu-top a{
  text-decoration: none;
  font-weight: bold;
  color: #555;
}

#menu-top a.selected{
  text-decoration: underline;
}

#menu-top #free-rfq{
  color: #f93;
}

#menu-top ul{
  padding-left: 30px;
  padding-right: 30px;
}

#menu-top li{
  color: #555;
}

/* content */
#content{
  float: left;
  _float: none;
  width: 780px;
  background: url('../images/site/submenu-background.gif') left bottom;
  background-color: #fff;
 }

/*content left*/
#content-left{
  display: inline;
  float: left;
  margin: 1px;
  margin-right: 0px;
  border-bottom: 47px solid #1e77d3;
}

#content-left ul a.menu-selected{
  color: #000;
}

/*content left - news*/
#news-captions{
   display: inline;
   float: left;
   clear: right;
   width: 219px;
   height: 300px;
   background-color: #e5edf5;
}

#news-captions li{
  height: 91px;
  padding-left: 5px;
  padding-right: 5px;
}

#news-captions li a{
  display: block;
}
#news-captions li b{
  display: block;
  padding-top: 5px;
}  
/*content left - submenu*/
#submenu-markers{
  display: inline;
  float: left;
  width: 41px;
  height: 300px;
  background-color: #fff;
}

#submenu-markers li{
  _display: inline;
   height: 22px;
}

#submenu-markers li.preview{
  height: 91px;
}

#submenu-markers img.marker{
  width: 6px;
  height: 6px;
  border: 9px #fff solid;
  border-left-width: 29px;
  border-right-width: 5px;
}

#submenu-markers img.preview{
  width: 36px;
  height: 36px;
  border: 2px #fff solid;
  margin-top: 5px;
}

#submenu-captions{
  display: inline;
  float: left;
  clear: right;
  text-decoration: none; 
  width: 219px;
  padding: 0px;
  background-color: #e5edf5;
}

#submenu-captions ul a{
  text-decoration: none;
  text-transform: uppercase;
  color: #777;
  font: bold 8pt Arial;
}

#submenu-captions li{
  height: 22px;
  color: #000;
}

#submenu-captions li.menu-selected{
  background-color: #fff;
}

#submenu-captions div{
  padding: 5px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

/*content right*/
#content-right{
  float: left;    
  margin-top: 1px;
  border: 0px;
  background-color: #fff;
  min-height: 562px;
  _height: 562px;
  background: url('../images/site/form-background.jpg') no-repeat right top;/**/
}

/*content right - menu*/
#menu{
  height: 35px;
  font-weight: bold;
  color: #fff;
}

#menu a{
  text-decoration: none;
  color: #fff;
}

#menu ul{
  width: 518px;
  padding-left: 1px;
}

#menu li{
  float: left;
  padding: 10px;
  padding-left: 24px;
  padding-right: 25px;
  border: 1px solid #fff;
  border-top: 2px;
  border-bottom: 2px;
  background: url('../images/site/menu.gif') repeat-x top left;
  background-color: #1e77d3;
  font: bold 12px Arial;
  cursor: pointer;
}

#menu li.selected{
  background: url('../images/site/menu-sel.gif') repeat-x top left;
  background-color: #FF9933;
}

/*content right - content*/

#content-right div.caption{
  margin-left: 10px;
  margin-top: 15px;
  background: url('../images/site/caption-line.gif') no-repeat 0% 90%;
}

#content-right div.caption span{
  padding: 2px;
  margin-left: 5px;
  font: normal 22px Arial;
  color: #1e77d3;
}

div.text{
  width: 518px;
  padding-top: 6px;
  padding-bottom: 10px;
  color: #707070;
  text-align: justify;
}

div.text h1,h2,h3,h4,h5,h6{
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
}

div.text p{
  padding-left: 10px;
  padding-right: 10px;
}

div.text p img{/*dot-marker image*/
  margin-right: 3px;
}

ul.text li{
  margin-top: 5px;
  margin-left: 15px;
  margin-right: 10px;
  list-style-type: disc;
  list-style-position: inside;  
}

div.text ul li a.selected{
  color: #ff9933;
}

div.text ul.pages{
  margin-left: 15px;
}

div.text .link{
  font-weight: bold;
  margin-left: 2px;
}

div.text textarea{
  width: 498px;
}

p.note{
  margin-left: 10px;
  padding-left: 10px;
  font: normal 11px Arial;
  color: #1e77d3;
  background: url('../images/site/note-arrow.gif') no-repeat 0% 30%;
}

p.note a{
  font: normal 11px Arial;
  color: inherit;
}

#go-top{
  float: right;
  margin-right: 10px;
}

#content-right br.footer-indent{
  margin-bottom: 40px;
}

/*content right - form*/
div.form {
  border-top: 2px solid #1e77d3;
  border-bottom: 2px solid #1e77d3;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  background-color: #f7f7f7;
}

.form {
  position: relative;
  width: 478px;
  clear: both;
}

.form a{
  height: 19px;
  margin-top: 3px;
  margin-left: 7px;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

/*labels*/
.form label{
  float:left;
  width: 73px;
  height: 19px;
  margin-top: 3px;
  margin-right: 7px;
  text-align: right;
  color: #707070;
  font-size: 12px;
  font-weight: bold;
}

.form label.halfrow{
  width: 293px;
  margin-left: 5px;
  text-align: left;
}

.form label.fullrow{
  width: 465px;
  height: auto;
  min-height: 19px;
  margin-left: 5px;
  text-align: left;
}

.form label.fullrow a{
  text-align: left;
  vertical-align: middle;
}

.form label.checkbox{
  float: left;
  text-align: left;
  clear: right;
  width: 470px;
}

/*inputs*/
.form input.field{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.form input.important{
  padding-left: 7px;
  background-image: url('../images/site/form-important.gif');
  background-repeat: no-repeat;
  background-position: 2px 50%;
}

.form input.invisible{
  border: 2px solid #F7F7F7;
  cursor: default;
  background: none;
}

.form select{
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 2px;
  background-color: #fff; 
}

.form textarea.fullrow{
  width: 466px;
  padding-left: 0;
  margin-left: 5px;
  overflow: auto;
}

.form textarea.important{
  padding-left: 7px;
  background: url('../images/site/form-important.gif') no-repeat 2px 1px;
  background-color: #fff;
}

div.checkbox-wrapper{/*form - free RFQ*/
  height: 210px;
  clear: both;
}

.form .leftcol{
  width: 135px;
}

.form .rightcol{
  width: 160px;
}

.form .bothcol{
  width: 386px;
}

.form #Person_Title{
  width: 50px;
  margin-right: 0;
}

.form #Person_FirstName{
  width: 85px;
  margin-left: 0px;
}

.form #Address_PostalCode{
  width: 70px;
  margin-right: 0;
}

.form-submit {	
  width:70px;
  margin: 5px;
  margin-right: 7px;
  padding: 0;
  float: right;	
}
.form-submit1 {	
  width:100px;
  margin: 5px;
  margin-right: 7px;
  padding: 0;
  float: right;	
}

/*content right - incut*/
div.incut-wrapper{
  display: inline;
  float: right;
  width: 180px;
  border: 5px solid #ffffff;
  margin: 5px;
  margin-top: 0px;
  border-color: #ffffff;
}

div.incut-block{
  float: right;
  width: 180px;
  background-color: #f7f7f7;
}

div.incut-block li{
  list-style-type: disc;
  list-style-position: inside;
  padding: 1px;;
  padding-left: 0px;
  color: #1C76D4;
  line-height: 1.3;
}

div.incut-block a.product{
  color: #cc6600;
}

div.incut-borders{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

div.incut-block div.title{
  padding: 5px;
  padding-left: 12px;
  font: bold 12px Arial;  
  text-align: left;
  color: #555;
}

div.incut-block img{
  display: inline;
  width: 178px;
  height: 50px;
  margin-top: 0px;
}

div.incut-block div.content{
  padding: 12px;
  padding-top: 5px;
  text-align: left;
  color: #777;
}

div.incut-block div.content address{/*contact us*/
  font-style: normal;
  font-weight: bold;
}

div.incut-block div.header{
  width: 180px;
  height: 2px;
  overflow: hidden;
  background: url('../images/site/incut-header.gif') no-repeat top left;
}

div.incut-block div.footer{
  width: 180px;
  height: 2px;
  overflow: hidden;
  background: url('../images/site/incut-footer.gif') no-repeat top left;
}

/* footer */
#footer {
  position: relative;
  width: 780px;
  height: 40px;
  border-top: 1px solid #ccc;
  clear: both;
  background: url('../images/site/header-bottom.gif') repeat left bottom;
}

#footercontent {
 font: bold 12px Arial;
 margin-top: 10px;
 padding-left: 30px;
 color: #555;
}

#footer-print{
  position: relative;
  width: 518px;
  height: 40px;
  border-top: 1px solid #ccc;
  clear: both;
  background: url('../images/site/header-bottom.gif') repeat left bottom;
}


#footer-favourites{
  position: absolute;
  top: -20px;
  right: 190px;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  background: url('../images/site/footer_favourites.gif') repeat-y top left;
}

#footer-email{
  position: absolute;
  top: -20px;
  right: 120px;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  background: url('../images/site/footer_email-to-friend.gif') repeat-y top left;
}

#footer-print-page{
  position: absolute;
  top: -20px;
  right: 50px;
  width: 40px;
  height: 40px;
  background-color: #ddd;
  background: url('../images/site/footer_print-page.gif') repeat-y top left;
}

div.copyright{
 float: left;
 font: normal 11px Arial;
 padding-top: 5px;
 color: #333333;
 width: 500px;
 white-space: nowrap;
 text-align: justify;
 padding-bottom: 10px;
}

div.copyright span{
 margin-left: 10px;
}

#resources{ 
 float: left;
 padding-top: 5px;
 width: 280px;
 text-align: right;
}

#resources a{ 
  margin-right: 10px;
}

/* PORTFOLIO */
img.portfolio{
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

div.incut-block img.portfolio{
  display: inline;
  width: 158px;
  height: 132px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
}

div.incut-block img.product{
  display: inline;
  width: 158px;
  height: 200px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
}

div.incut-block img.screenshot{
  display: inline;
  width: 154px;
  height: 116px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
}

/* MAIN PAGE */
div.main-welcome{
  height: 95px;
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  background: url('../images/site/main-welcome.jpg') no-repeat left top;
}

div.main-welcome div.details{
  font-size: 10px;
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 140px;
}

div.main-caption{  
  clear: both;
  margin-left: 10px;
  padding-left: 10px;
  color: #1e77d3;
  font-size: 16px;
  font-weight: bold;
  background: url('../images/site/caption-line.gif') no-repeat 0% 90%;
}

div.main-block-wrapper{
  float:left;
  padding: 7px;
}

/*content right - info*/
div.main-info-wrapper{
  float: left;
  width: 126px;
}

div.main-info{
  margin: 3px;
}

div.main-info div.description
{
  height: 94px;
  padding: 3px;
  text-align: left;
  background-color: #fafafa;
}

div.main-info div.inscription{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 4px;
  border-top: 3px solid;
  font-weight: bold;
  text-align: left;
  color: #555;
  background-color: #fafafa;
}

div.main-info div.learn-more{
  padding: 5px;
  border-bottom: 1px solid #1e77d3;
  text-align: right;
  background-color: #fafafa;
}

div.main-info div.green{
  border-color: #99CC99;
}

div.main-info div.blue{
  border-color: #99CCFF;
}

div.main-info div.yellow{
  border-color: #FCCF3F;
}

div.main-info div.apricot{
  border-color: #FFCC99;
}

div.main-info ul.col-centered{
  text-align: center;
}

div.main-info ul.col-captions{
  margin-left: 5px;
}

/*content right - advantages*/
div.main-advantages-wrapper{
  float: left;
  margin: 3px;
  color: #555;
  background-color: #fafafa;
}

div.main-advantages{
  width: 246px;
  height: 93px;
}

div.main-advantages div.description{
  padding: 3px;
  text-align: left;
}

div.main-advantages span.caption{
  font-weight: bold;
}

/*content right - testimonial*/
div.main-testimonial{
  width: 498px;
  height: auto;
  clear: both;
  margin: 3px;
  background-color: #eefaff;
}

div.main-testimonial img{
  float: left;
  margin: 5px;
}

div.main-testimonial div.description{ 
  padding: 5px;
}

div.main-testimonial div.inscription{
  padding: 5px;
  text-align: right; 
  background-color: #eefaff;
}

/* OTHER */

body.email-to-friend{
  background-color: #fff;
}