 body
  {
   margin:    0 auto;
   padding:   0;

   background-image:  url("../../image/background.top.png");
   background-repeat: repeat-x;

   font-family: Arial, Verdana, sans-serif;
   font-size:   13px;
  }

 a
  {
   color: #788fa9;
  }

 a:active, a:focus, a:hover
  {
   outline: none;
   text-decoration: none;
  }

 a img
  {
   border: 0;
  }

 .menu
  {
   list-style:     none;

   padding:        0;
   margin:         0;

   padding-top:     74px;
   padding-left:    30px;
  }

 .menu li
  {
   margin:  0;
   padding: 8px;
   padding-bottom: 0;

   float:   left;

   vertical-align: middle;
  }
  
 .menu li.active:before, .menu li:hover:before
  {
   float:   left;
   content: url("../../image/menu.left.png");
  }

 .menu li.active:after, .menu li:hover:after
  {
   content: url("../../image/menu.right.png");
   float:   left;
  }

 .menu li:hover a, .menu li.active a
  {
   background-color: white;
   padding:          0;
  } 
  
 .menu a
  {
   font-weight:     bold;
   text-decoration: none;
   font-size:       17px;
   letter-spacing:  1px;
   
   line-height:     32px;
   
   padding-left:    9px;
   padding-right:   9px;
   
   display: block;

   float:   left;
   
   color:           #788fa9;
  } 

 .submenu
  {
   padding-top: 0;

   margin-top: 40px;

   position: absolute;

   display:     none;
  }
  
 .submenu a
  {
   font-size: 12px;
  } 

 #container
  {
   width: 100%;
  }
  
 #main
  {
   width:  1000px;
   
   margin: 0 auto;
  }
  
 #header
  {
   height: 200px;
   width:  100%;
   
   background-image: url("../../image/logo.png");
   background-repeat: no-repeat;
   background-position: right 20px;
  }
 
 #header_background
  {
   background-image:  url("../../image/menu.grass.png");
   background-repeat: repeat-x;
   background-position: 0px 313px;

   width:               100%;
  }

 #product_menu
  {
   height:     200px;
   margin-top: -30px;
  }

 #product
  {
   width:  580px;
   height: 150px;
   
   display: block;
   
   margin: 0 auto;
  }
  
 .product_enlarge
  {
   color: inherit;
   text-decoration: inherit;
  }

 #product_left, #product_right
  {
   float:  left;
   
   height: 150px;
  }

 #product_left div
  {
   position:         relative;
   top:              63px;
   
   background-image: url("../../image/menu.arrow.left.png");
  }
  
 #product_right div
  {
   position:         relative;
   top:              63px;
   background-image: url("../../image/menu.arrow.right.png");
  }

 #product_right div, #product_left div
  {
   height:           25px;
   width:            25px;

   background-repeat: no-repeat;

   overflow:         hidden;
  } 

 #product_left a, #product_right a
  {
   display: block;
   height:  150px;
  }

 #product_right:hover div, #product_left:hover div
  {
   background-position: -25px;
  }

 #product_gallery
  {
   width:  530px;
   height: 150px;
   
   overflow: hidden;

   float:  left;
   font-size: 11px;
  } 
  
 #product_gallery div[title="container"]
  {
   display: table-cell;
  } 

 #product_gallery div[title="product"]
  {   
   width: 530px;
   height: 150px;
  } 

 #product_gallery div[title="image"]
  {
   float: left;
   width: 100px;
  }
  
 #product_gallery div[title="text"]
  {
   float: left;
   width: 380px;
   padding: 20px;
  }
  

  
  
 #content
  {
   height: 350px;
   width:  100%;
   
   margin-top: 20px;
   padding: 20px;
  }
  
 h1
  {
   font-size: 17px;
   color:     #808080;

   width:     100%;
   
   display:   block;
   
   border-bottom: 1px dotted #C0C0C0;

   clear:     both;
  }

 h2
  {
   font-size: 14px;
   color:     #64a0ce;

   clear:     both;
  }

 h3
  {
   font-size: inherit;

   clear:     both;
  }
  
 #text
  {
   width: 730px;
   float: left;
   
   text-align: justify;
   font-size: 13px;
  }
  
 #sidebar
  {
   width: 250px;
   float: right; 
  } 

 .sideblock
  {
   width: 220px;
   background-color: #f1f8fc;
   
   margin-top: 30px;
  } 

 .sideblock:first-child
  {
   margin-top: 0px;
  } 
  
 .sideblock div[title="top"], .sideblock div[title="center"], .sideblock div[title="bottom"]
  {
   width: 100%;
  }

 .sideblock div[title="bottom"]
  {
   margin-top: -10px;
  } 
  
 .sideblock div[title="top"] div[title="corner_left"], .sideblock div[title="top"] div[title="corner_right"], .sideblock div[title="bottom"] div[title="corner_left"], .sideblock div[title="bottom"] div[title="corner_right"]
  {
   width:  10px;
   height: 10px;
   
   float:  left;
      
   background-image: url("../../image/corner.round.png");
   background-repeat: no-repeat;
  } 
 
 .sideblock div[title="top"] div[title="corner_right"]
  {
   float: right;
   
   background-position: -10px 0px;
  }

 .sideblock div[title="bottom"] div[title="corner_left"]
  {  
   background-position: 0px -10px;
  }
  
 .sideblock div[title="bottom"] div[title="corner_right"]
  {
   float: right;

   background-position: -10px -10px;
  }  
  
 .sideblock div[title="center"]
  {
   clear: both;

   padding-left:  10px;
   padding-right: 10px;
   padding-bottom: 1px;

   width: 200px;

   font-size: 13px;

   text-align: justify;
  }

 .sideblock h1
  {
   width: 200px;
  }

 #footer
  {
   float:       left;
   width:       730px;
   height:      20px;
   margin-top:  10px;
   padding-top: 10px;

   border-top:  1px dotted #C0C0C0;
   text-align:  center;

   color:       #808080;
  }
  
 .contact_form
  {
   float:            left;
   width:            450px;
   background-color: #f1f8fc;
   padding:          10px;
   padding-right:    20px;
   padding-top:      20px;
  }

 .contact_form_input
  {
   width: 352px;
   border: 1px solid #C0C0C0;
  }

 .hidden
  {
   display: none;
  }

 .content_collapse h2
  {
   cursor: pointer;

   line-height: 25px;

   background: #F1F8FC;
  }


 .periode td
  {
   padding: 10px;
   padding-left: 0px;
  }

 .periode > tbody > tr td:first-child
  {
   font-weight: bold;
   vertical-align: top;
  }
  
 .periode > thead th
  {
   font-size: 15px;
  }

 .content_table
  {
   width: 100%;
  }

 .content_table tr td:first-child
  {
   font-style: italic;
   width:      150px;
  }



/**

 * jQuery lightBox plugin

 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)

 * and adapted to me for use like a plugin from jQuery.

 * @name jquery-lightbox-0.5.css

 * @author Leandro Vieira Pinho - http://leandrovieira.com

 * @version 0.5

 * @date April 11, 2008

 * @category jQuery plugin

 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)

 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US

 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin

 */

#jquery-overlay {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

}

#jquery-lightbox {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

}

#jquery-lightbox a img { border: none; }

#lightbox-container-image-box {

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

}

#lightbox-container-image { padding: 10px; }

#lightbox-loading {

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

}

#lightbox-nav {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

}

#lightbox-container-image-box > #lightbox-nav { left: 0; }

#lightbox-nav a { outline: none;}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {

	width: 49%;

	height: 100%;

	zoom: 1;

	display: block;

}

#lightbox-nav-btnPrev { 

	left: 0; 

	float: left;

}

#lightbox-nav-btnNext { 

	right: 0;

	float: right;

}

#lightbox-container-image-data-box {

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

	overflow: auto;

	width: 100%;

	padding: 0 10px 0;

}

#lightbox-container-image-data {

	padding: 0 10px; 

	color: #666; 

}

#lightbox-container-image-data #lightbox-image-details { 

	width: 70%; 

	float: left; 

	text-align: left; 

}	

#lightbox-image-details-caption { font-weight: bold; }

#lightbox-image-details-currentNumber {

	display: block; 

	clear: left; 

	padding-bottom: 1.0em;	

}			

#lightbox-secNav-btnClose {

	width: 66px; 

	float: right;

	padding-bottom: 0.7em;

}
