/*
 Main Css file
*/
*                      { margin: 0; padding: 0; }
img                    { border: 0; }
table                  { border-collapse: collapse; }
.spans                 { display:none; }
.clear                 { clear:both; font-size: 0pt; }
.style1            	   { color:#000000 }
a:active, a:focus, img { outline: 0; }


body {
	min-width:1000px; font-family:Verdana; font-size:14px;
	background-image: url('/img/bg.jpg'); 
	background-repeat: repeat-x; background-attachment: scroll; 
	background-position: left top 
}
 
/*   background:url(elements/bg.jpg) no-repeat top left;
*/
/*
 Content
*/

#content {
    padding:15px;
}
#content p {
	padding:5px;
}
#content ul {
	padding-left:45px;
}

#image {
    float:left;
}

#header_text {
    font:bold 12px Verdana; color:#2e3345;
}
#header_text p {
    padding-bottom:5px;
}

#menu {
    height:40px; background:#828e9e;
}

#menu li {
    list-style:none; text-transform:uppercase; display:inline;
    line-height:40px; padding-left:10px; font-size:12px;
    font-weight:bold;
}


#menu li a {
    color:#fff;
}


#logotypes {
    width:100%;
}

#logotypes td {
    text-align:center;
}

#logotypes a {
    color:#3d4652; font-size:11px;
}

#articles { margin: 8px; }

#articles a { color:#3D4652; font-size:11px; }

/* Hoverbox Code*/ 
.hoverbox {cursor: default;list-style:none;} 
.hoverbox a {cursor: default;} 
.hoverbox a .preview {display:none;} 
.hoverbox a:hover .preview {display: block;position: absolute;top:-33px;left:-45px;z-index:1;} 
.hoverbox img {background: #fff;border-color: #a6dcf5;border-style: solid;border-width: 1px;color: inherit;padding: 2px;vertical-align: top;} 
.hoverbox li {background: #eaf8fe;color: inherit; display: inline;float:left;margin: 3px;padding:5px;position: relative;} 
.hoverbox .preview {border-color: #a6dcf5;}                  
   /* ----------------- */
