* { width: auto !important; height: auto !important ;background: none  !important; }
body{
	font-size: 75%;
	font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', sans-serif;
	background: white;
	color: black !important;

}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address, table, fieldset, .meta, .separ {
  margin: 20px ;
  line-height: 20px;
  page-break-inside: aviod;
}

h1, h2, h3, h4, h5, h6, legend {
  padding: 0 ;
  color: #FF9900;
}
h1{font-size: 2.8em; letter-spacing: -1px;}
h2{font-size: 1.8em; border-bottom: 1px solid #888 ; line-height: 40px; color: #999; }
h3{font-size: 1.5em; font-weight: normal;  }
h4{font-size: 1em; color: ;}
h5{font-size: 1em; padding: 0 ;border: none;  display: inline; }
h6{font-size: 0.8em; padding: 0 ;border: none;  display: inline;}

p, address{ font-size: 1.2em;   page-break-inside: aviod;}
ul{margin-left: 40px ; list-style: square;  }
li{  page-break-inside: aviod;}
ol{margin-left: 50px ; }
dl{margin-left: 20px ; }
dt{font-weight: bold;}
dd{margin: 0 0 20px 30px;}

address{ font-style: normal; }
blockquote{margin-left: 40px ;}

img{border: 0 }
.photo{	border: 5px solid #666 ; }


big{font-size: 1.2em;}
small{font-size: 0.8em;}


a:link {text-decoration: underline; color: #FF9900;}
a:visited {text-decoration: underline; color: #FF9900;}
a:active {text-decoration: underline; color: #fff;}
a:hover {text-decoration: none; color: #fff;}

a:hover .photo{border-color: #FF9900;}


hr {display: none;}

/**/
#header{  
background: #eee;
  width: 100%;
  padding: 10px 0 ; }

#header h1, #header h1 a, #mainlink{ 
  position: static;
  left: 0;
  top: 0;
  color: black;
  text-decoration: none;

  
}

#page{
  background: none; 
}
#sidebar{background-color: #eee;
  margin: 20px ;
  padding: 1px ;
  float: right;
}

#footer{}
/* columns */

.column{
  float: left;
}

.dev30{
  width: 29%;
}
.dev40{
  width: 39%;
}
.dev50{
  width: 49%;
}
.dev60{
  width: 59%;
}
.dev70{
  width: 69%;
}

.blockextra{
  background-color: #444;
  padding: 1px 0; 
  margin: 20px 0 0 0 ;
}
.button-txt{
  display: block;
  padding: 5px 20px ;
  border: 2px outset #666 ;
  background-color: #FF9900;
  color: #000 !important;
  float: right;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: 5px 0; 
}
.button-txt:hover{
    background-color: #FF8833;
    border-color: #999;
}
#cms-box{
  position: absolute;
  right: 40px;
  top: 0px;
  z-index: 1;
}

/**/

.pricelist{ margin: 20px ; width: 70%;}
.pricelist dt{float: left; clear: both; padding-right: 20px; border-bottom: 1px solid #666 ; }
.pricelist dd{ text-align: right; ont-weight: bold; border-bottom: 1px solid #666 ; margin: 10px 0;}

/**/

.faqlist{
}
.faqlist dt{  margin: 20px 0 0 0  ; }
.faqlist dd{  
  border-bottom: 1px solid #666 ; 
  margin: 0 ; 
  padding: 10px 0 20px 40px ;
  background: url(../img/ico/go_next.gif) no-repeat 15px 10px;
}

/**/
.news-item{
	font-size: 0.9em ;
	margin: 20px 0 25px 0 ;
}
.news-item .date{
	border-left: 1px solid #ff7037 ;
	padding-left: 0.8em;
	color: #ff7037;
}
.news img{
	float: left;
	margin: 0 10px 10px 0 ;
}

/*		icons		*/
.ico{
	padding-left: 25px !important;
  background-position: 4% 50%;
  background-repeat: no-repeat;
}
.gif{background-image: url(../img/ico/file-gif.gif);}
.jpg{background-image: url(../img/ico/file-jpg.gif);}
.xls{background-image: url(../img/ico/file-xls.gif);}
.zip{background-image: url(../img/ico/file-zip.gif);}
.pdf{background-image: url(../img/ico/file-pdf.gif);}
.doc{background-image: url(../img/ico/file-doc.gif);}
.cdr{background-image: url(../img/ico/file-cdr.gif);}

.next{background-image: url(../img/ico/go_next.gif);}
.up{background-image: url(../img/ico/go_home.gif);}
.print{background-image: url(../img/ico/printer.gif);}
/**/
/*  hCARD  */

  .vcard .lb{
  width: 14%;
  padding-right: 1em;
  float: left;
  color: #888; /* soft text */
  }
  .vcard:after {
  clear: both;  }  
        
/*  */

/*    WEB SPECIFIC   */
.refer{
  padding: 5px 0px;
  margin: 5px 20px;
  border-bottom: 1px solid #666 ;
  page-break-inside: aviod;
  }
.refer div .photo{
  argin: 10px 20px 20px -230px ;
  margin: 5px 20px 10px 0; 
  float: left;  
  padding: 1px ;
}
.refer h3{
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.refer ul{
  margin-bottom: 10px;
  list-style: none ;
}
.refer p{
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}
.refer .break{
  margin: 0 ;
}


.break {clear: both; line-height: 1px; font-size: 1px; height: 1px; margin: 0 ;}
.left { text-align: left;}
.right { text-align: right;}
.center { text-align: center;}
.justify {text-align: justify;}
.fl { float: left;}
.fr { float: right;}
/* 	none */

#mainlink, #search, #lang, #nav, .breadcrumbs, .noscreen, .none, .meta, .form, #footer .fr, #celebrate {
	display: none;
}
