/* 
    Document   : main
    Created on : Aug 20, 2009, 2:18:46 PM
    Author     : Martijn van der Hulst | Jool.nl
    Discrition : main css for main template Stigas site.
*/

/* common css*/
@import url(../../common/css/common.css);

/* color of the website. */
@import url(blue-main.css);
@import url(orange-main.css);

/* headerImage */
#headerImage{
  height    : 185px;
  width     : 778px;
}

/* searchBox */
#searchBox{
 /*background : url(../../common/images/common/searchBox-trans.png) no-repeat left top;*/
 height     : 40px;
 width      : 284px;
 position   : absolute;
 padding    : 14px 0 0 13px;
 left       : 467px;
 top        : 120px;
 z-index    : 30;
}

/* breadcrumbs */
#breadCrumbs{
  top         : -25px;
  width       : 759px;
  height      : 24px;
  padding     : 6px 0 0 19px;
  position    : relative;
  overflow    : hidden; /* do not remove */
}

#breadCrumbs ul{
  width       : 350px;
  margin      : 0;
  padding     : 0;
}

/* content right*/
#contentRight{
  margin-top  : 0px !important;
}

/* contentMain */
#maincontent img.right{
  float   : right;
  padding : 0 0 5px 10px;
}

#contentMain{
  width     : 573px !important;
  min-height: 350px;
  float     : left;
}

#contentMain .contentIntroBox{
  padding       : 0 14px 0 23px;
  /*margin-bottom : 25px; geen tweedeling */
}

#contentMain .contentBox{
  padding     : 0px 14px 0 23px; /* geen tweedeling 10px 14px 0 23px;*/
  margin-bottom:25px;
  /*background  : url(../../common/images/common/contentBoxBgVervolg.png) no-repeat left top;*/
}

/* image right */
#customImageRight img{
  width     : 197px;
}

/* downloads right */
#customDownloadsRight{
  width: 196px;
}
#customDownloadsRight h2{
  width       : 191px;
  font-size   : 18px;
  border-bottom: 2px solid #eaeaea;
  padding     : 12px 0 10px 7px;
  margin      : 17px 0 8px 0;
}

#customDownloadsRight ul{
  padding     : 0;
  margin      : 0 0 10px 11px;
}

#customDownloadsRight ul li{
  list-style  : none;
  margin      : 0;
  padding     : 0 0 7px 20px;
/*  float       : left;*/
  color       : #b0aa00;
}

#customDownloadsRight ul li a{
  color       : #b0aa00;
  text-decoration: none;
}




#customLookHereRight h2{
  width       : 192px;
  font-size   : 18px;
  /*color       : #00a6dd;*/
  border-bottom: 2px solid #eaeaea;
  padding     : 12px 0 9px 7px;
  margin      : 17px 0 8px 0;
}

#customLookHereRight ul{
  padding   : 0;
  margin    : 0 0 10px 11px;
}

#customLookHereRight ul li{
  
  list-style  : none;
  margin      : 0;
  padding     : 3px 0 3px 20px;
  color       : #b0aa00;
  border-bottom: 1px solid #eaeaea;
}

#customLookHereRight ul li a{
  color       : #b0aa00;
  text-decoration: none;
}
/* FAQ right */
#customFAQRight h2{
  width       : 198px;
  font-size   : 18px;
  color       : #b0aa00;
  border-bottom: 2px solid #eaeaea;
  padding     : 12px 0 10px 2px;
  margin      : 17px 0 8px 0;
}

#customFAQRight ul{
  padding : 0;
  margin  : 0 0 10px 11px;
}

#customFAQRight ul li{
  list-style    : none;
  margin        : 0;
  padding       : 4px 4px 4px 20px;
  border-bottom : 1px solid #eaeaea;
}

#customFAQRight ul li a{
  text-decoration : none;
  display         : block;
}

.moreFAQLink{
  margin    : 10px 0 0 29px !important;
}

.moreFAQLink a{
  color       : #b0aa00;
  background  : url(../../common/images/common/breadcrumbsSpacer.png) no-repeat right 4px  ;
  padding     : 0 10px 0 0;
}