
/* All layout styles */

/* ----------[  STYLE RESET ]---------- */

span, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

img {
	border: 0px;
}

.clear-both {
	clear: both;
        height: 1px;
        overflow: hidden;
}

.invisible {
	display: none;
	position: absolute;
}


h1 { 
    font-size: 18px;
    color: #000000;
    visibility: hidden;
    overflow: hidden;
    display: block;
    height: 1px;
}

h2 { 
    font-size: 14px;
    color: #aa4224;
    padding: 10px;
    margin: 0px -10px 15px -10px;
}

h2.sifr { 
    font-size: 20px;
    color: #2f5079;
    margin-bottom: 10px;
    _margin-bottom: 5px;
    //margin-bottom: 5px;
}

h3 { 
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}

h4 { 
    font-size: 12px;
    font-weight: bold;
    margin: 15px 0px 15px 0px;
}


a {
    color: #bb3426;
}

a:hover {
    color: #88180c;
}

.align_right {
    text-align: right;
}




a {
    color: #bb3426;
    text-decoration: none;
}

a:hover {
    color: #88180c;
    text-decoration: underline;
}


/* ----------[  LAYOUT ]---------- */

body {
    background-color: #ffffff;
    margin: auto;
    padding: 0px;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    color: #262626;
    line-height: 16px;
    width: 859px;
}


#mainWrapper {
    width: 859px;
    margin: auto;
    overflow: hidden;
    background-color: #ffffff;
    padding: 0px;
}

#headerWrapper {
    float: left;
    width: 859px;
    height: 105px;
}

#logoWrapper {
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
    margin-top: 35px;
}

#languageWrapper {
    float: right;
    margin-top: 40px;
}

#gfxWrapper {
    float: left;
    width: 859px;
    height: 206px;
    overflow: hidden;
}

#menuWrapper, #navigationBar {
    float: right;
    margin-top: 60px;
}

ul#menu {
    margin: 0px;
    padding: 0px;
}

ul#menu li {
    display: inline;
    list-style-type: none;
}

ul#menu li a {
    display: block;
    float: left;
    background: url('../images/menu_bg.gif');
    width: 89px;
    height: 17px;
    padding: 8px 0px;
    color: #373737;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    margin-left: 2px;
    text-align: center;
}

ul#menu li a:hover {
    display: block;
    float: left;
    background: url('../images/menu_bg_h.gif');
    width: 89px;
    height: 17px;
    padding: 8px 0px;
    color: #373737;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    margin-left: 2px;
    text-align: center;
}

#contentWrapper {
    float: left;
    width: 859px;
    margin: 15px 0px;
    position: relative;
}

#contentWrapper #leftContentWrapper {
    float: left;
    width: 554px;
    text-align: justify;
    padding: 0px 40px 0px 20px;
    position: relative;
}

#contentWrapper #rightContentWrapper {
    float: left;
    width: 245px;
    margin: 0px;
    position: relative;
}

#contentWrapper #rightContentWrapper div {
    text-align: left;
}

#submenu {
    float: right;
    width: 245px;
    background-color: #f0efef;
    margin-bottom: 10px;
}



ul#smenu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
}

ul#smenu li {
    list-style-type: square;
    margin: 5px 0px 5px 10px;
    _margin: 5px 0px 5px 0px;
}

ul#smenu li a {
    color: #bb3426;
    text-decoration: none;
}

ul#smenu li a:hover {
    color: #88180c;
    text-decoration: underline;
}

ul#smenu li a.current {
    color: #88180c;
    text-decoration: underline;
}



#footerWrapper {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    padding: 10px 10px;
    width: 839px;
    border-top: 1px solid #d0ced1;
}

#footerWrapper #copyright {
    float: left;
}

#footerWrapper #madeby {
    float: right;
}




.offerBox {
    float: left;
    display: block;
    width: 146px;
    height: 132px;
    background: url('../images/offer_bg.gif');
    margin: 15px;
}

.offerBox .offerBoxImage {
    height: 108px;
    text-align: center;
    padding-top: 5px;
}

.offerBox .offerBoxDesc {
    font-weight: bold;
    text-align: center;
    font-size: 10px;
}




#rightContentWrapper ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 15px;
}

#rightContentWrapper ul li {
    list-style-type: square;
    margin: 5px 0px 5px 10px;
    _margin: 5px 0px 5px 0px;
}




img.thumbs {
    border: 4px solid #dddddd;
    width: 120px;
    margin: 3px;
}





  .haccordion .header, .haccordion .content{
   float: left;
   height: 206px;
  }
  
  .haccordion .header{
   width: 20px;
   background: #ccc;
   color: #fff;
   cursor: pointer;
  }
  
  .haccordion .content{
   display: none;
   width: 0px;
   overflow: auto;
  }
  
  .haccordion .content p{
   margin: 5px;
  }



