/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
 
body { 
  padding: 0; 
  padding-top: 20px;
  margin: 0; 
  font: small Tahoma, sans-serif; 
  line-height: 1.5em;
  background: #E8E8EC; 
  color: #454545; 
}

a {	
  color: #09c;
}
a:hover { 
  color: #6C757A;
}

h1 { 
  padding: 7px 0px 7px 0px; 
  margin: 0; 
  font-size:18px;
  color: #008FD5;
}



h2 {
  font-size: 1.5em;
  margin-bottom: 5px;
  color: #000;
  background: inherit;
}

p {	
  margin: 0 0 10px 0; 
}


/* layout
   ------ */

.content { 
  width: 740px;
  padding: 0px; 
  background: #fff;
}



/* footer
   ------ */
   
.footertoprow { 
  text-align: center;
  padding: 2px 10px 2px 10px;
  margin: 0;
  line-height: 1.8em;
  background: #E8E8EC;
}
   
.footer { 
  text-align: left;
  padding: 2px 10px 2px 10px;
  border-top: 1px solid #ccc;
  background: #E8E8EC;
  font-size:11px;
  color: #808080;
}

.footer a { 
  color: #808080; 
  text-decoration:none;
}

.footer a:hover { 
  color: #808080; 
  text-decoration:underline;
}

.address { 
  padding: 2px 10px 2px 10px;
  border-top: 1px solid #ccc;
  background: #006;
  color:#fff;
  font-size:11px;
}

.address a { 
  color:#fff;
  text-decoration:none;
}

.address a:hover { 
  color:#fff;
  text-decoration:underline;
} 

.menuBottom {
  font-size:11px;
  color:#999;
}

.menuBottom a { 
  color: #808080; 
  text-decoration:none;
}  

.menuBottom a:hover { 
  color: #808080; 
  text-decoration:underline;
} 

.highlight{
  color:#fc0;
  font-weight : bold;
}

.martec {
  text-align:right;
}

.menubar{
  background: url(Art/siteready/menu-bg.jpg) repeat-x top;
}
		
.menusubbar{
  background: #006;
  height: 23px;
  border-bottom:1px solid #ccc;
}



/*------*/

.contenu {
  padding:8px;
  border-bottom: 1px solid #bbb;
  height: auto;
  min-height: 385px;
}

* html .contenu {
  height: 385px; /*hack IE*/
}

.contenuIndex {
  padding:8px;
  border-bottom: 1px solid #bbb;
}

.logo {
  width:368px;
  height:80px;
  background-image: url(Art/siteready/ICR-header1.jpg);
  background-repeat:no-repeat;
}

.iframeborder {
  padding:0px;
  border-bottom: 1px solid #bbb;
}

#ifr {
  border:none;
  background-color:#fff;
  overflow-x: hidden;
}

.FlashBannerTD {
  background-color:#fff;
  width:372px;
  text-align:right;
  vertical-align:top;
}

.FlashBannerIndex {
  border-bottom:1px solid #dedede;
}

.FlashBannerIndex div {
  border-bottom:1px solid #aaa;
}

/*-----form----*/

input, textarea {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  padding:1px;
  border: 1px solid #999;
}

.formbutton {
  background: #006;
  color:#fff;
  border:none;
}