
    /* CSS Document */
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
// STRUCTURE BASIC OF PRAEMIUM  
//:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
html{ 
	height:100%;

}

body {
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
}

img{
	border:0px;
}

td{
	vertical-align:top;
}

#bg{
	padding:10px 0px 10px 0px;
	background-color:#f8f8f8;
	width:100%;
	
}
#bg_home{
	padding:0;
	background-color:#f8f8f8;
	width:100%;
	
}
#header{ 
    width:1130px;
	margin:0px auto 0px auto;
 }



/*------------------- HEADER ---------------------*/

#logo{
    padding-top: 12px;
    width: 246px;
	height: 120px;
  
}
#bg .content3, #bg .clear{
	height: 0;
}
#navigation{
	float:right;
    text-align:right; 
    margin-right:10px;
}

#navigation a{
	font-size: 10px; 
	float:left; 
	width:100px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
   	background-image:  url("menu-degrade.jpg");
	background-color:#F8F8F8;
    border-left:1px solid #3e3e3e;
	border-right:1px solid #3e3e3e;
    border-top:1px solid #3e3e3e;
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#fff;
	margin:0 2px;
	padding: 5px 7px 4px 7px;
    text-align:center;
}
#navigation a:hover{
	border-color:#CCCCCC #CCCCCC #FFFFFF;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
   	background-image:  url("menu-degrade_H.jpg");
	width:100px;
	color:#000;
}

#navigation #selectedMenu a{
	background-image: none;
    border: none;
    border-top: 1px solid #000;
    color:#000;
}
#navigation #selectedMenu a:hover{

   	background-image: none;
}

/*------------------- CONTAINER ---------------------*/
#contenu {
	background-color:#FFFFFF;
	margin:0 auto;
    padding:0;
	position:relative;
    height: 516px;
    width:1130px;    
}
#bg_home #contenu {
	background-color:#FFFFFF;
	margin:0 auto;
    padding:0;
	position:relative;
    height: 524px;
    width:1130px;    
}

#container{
	overflow: auto;
    height: 516px;
    
}

#container tr td{

    overflow: hidden;
}

#footer{
	text-align: center;
}
