/* CSS Document */

#banner {
    width: 790px; /* necessary for ie win */
    height: 92px;
    background: url(../images/banner.jpg);
	background-repeat:no-repeat;
	margin-bottom:0px;
}

#banner-inner {
    padding: 25px 0px 0 0px;
}

#banner-header
{
float: left;
   margin:0px 0 20px 15px;
   padding: 0;
   color: #ccc;
   font-size: 9px;
   font-weight: normal;
   line-height: 1.0;
   text-align: left;
width: 165px;
height: 36px;
}



#banner-header a
{
float: left;
   margin:15px 0 0 0;
   padding: 0;
   color: #ccc;
   font-size: 9px;
   font-weight: normal;
   line-height: 1.0;
   text-indent: -9999px;
width: 165px;
height: 36px;
}

#banner-description {
    color: #fff;
	float:right;
    background: none;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.125;
	text-align: left;
	margin-left:35px;
	text-indent:-9999px;
}

#alpha { width:540px; float:right; margin-right:15px;}

#beta { width:190px; float:left; margin-left:15px;}

.img-left { float:left; margin-right:10px;}

.img-right { float:right; margin-left:10px;}

.mar-top5 { margin-top:7px;}
.mar-top15 { margin-top:15px;}
.mar-right15 { margin-right:15px;}
.mar-bot15 { margin-bottom:15px;}

.pad-left190 { padding-left:190px;}

.clear { clear:both;}

.clear-left { clear:left;}

#Layer {
	position:absolute;
	left:774px;
	top:354px;
	width:168px;
	height:41px;
	z-index:1;
}

#top-head { background-image: url(../img/main_img.jpg);
            width:762px;
			height:280px;
			clear:both;
			margin-left:15px;
			margin-top:15px;
			margin-bottom:15px;}

.indent { text-indent:-9999px;}

.head-link { text-align:right; padding-top:190px; padding-right:30px;}

/* table */

.legal_notice
{
   border-collapse: collapse;
   width: 95%;
   margin: 0 auto 15px auto;
   padding: 0;
   border-top: 1px solid #e3e3e3;
   border-left: 1px solid #e3e3e3;
}

.legal_notice th
{
   background: #f5f5f5;
   color: #000;
   font-size: 12px;
   text-align: left;
   font-weight: bold;
   padding: 8px 10px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
   width: 30%;
}

.legal_notice td
{
   background: #fff;
   color: #000;
   font-size: 12px;
   padding: 8px 10px;
   border-right: 1px solid #e3e3e3;
   border-bottom: 1px solid #e3e3e3;
   width: 70%;
}

.dark-red { color:#cc0000}

.center { text-align:center;}

.bold { font-weight:bold}

.larger { font-size:120%;}

.larger2 { font-size:150%;}

.green { color:#090;}

