/* CSS Document 
Autor Aneta K
Last update 9 February 2005*/
body {
	margin:0;
	padding:0;
	background:url(../images/vertGrey.jpg) top left fixed repeat-x #ffffff ;  
}
.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #990000;
}

.style2 {font-size: 12px;
         color:#000000}

.style4 {
	color: #0033CC;
	font-weight: bold;
}
.style5 {
	font-size: 12px;
	color: #990000;
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:1px;
    text-decoration:none;
}
	
#container{
    position:relative; 
	width:764px; 
	height:100%; 
	margin-left:auto; 
	margin-right:auto;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
	font-size:12px;
	}
	
#logo{
    position:absolute; 
	left:30px; 
	top:0px; 
	width:734px; 
	height:168px; 
	z-index:1;
	}
	
#redLine{
    position:absolute; 
	left:36px; 
	top:178px; 
	width:720px; 
	height:30px; 
	z-index:3;
	}
	
#red{
    position:absolute; 
	left:30px; 
	top:168px; 
	width:734px; 
	height:54px; 
	z-index:2; 
	background-image:url(../images/red.jpg);
	}
	
#vertical{
    background-color:#666666;
    background-image:url(../images/verGrey2.jpg);
	background-repeat:repeat-x; 
	position:absolute; 
	left:32px; 
	top:222px; 
	width:222px; 
	height:532px; 
	z-index:2;
	}
	
#vertical2{
    background-image:url(../images/bgGrey.jpg); 
	position:absolute; 
	left:30px; 
	top:222px; 
	width:733px; 
	height:532px; 
	z-index:1;
	border-right:#990000 1px solid;
	border-bottom:#990000 1px solid;
	}

	
#vertical3{
    background-image:url(../images/bgGrey.jpg); 
	position:absolute; 
	left:34px; 
	top:222px; 
	width:729px; 
	height:532px; 
	z-index:1;
	}	
	
#nav{
    position:absolute; 
	left:10px; 
	top:184px; 
	width:719px; 
	height:27px; 
	z-index:4;
	}
	
#nav ul{
    margin:0; 
	padding:0;
	}
	
#nav ul li{
    display:inline; 
    margin-left:50px;
	padding:0;
    color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
	
#webD{
    position:absolute; 
	left:123px; 
	top:178px; 
	width:105px; 
	height:30px; 
	z-index:4;
	}
	
#hosting{
    position:absolute; 
	left:388px; 
	top:179px; 
	width:73px; 
	height:30px; 
	z-index:4;
	}
	
#home{
    position:absolute; 
	left:39px; 
	top:179px; 
	width:73px; 
	height:30px; 
	z-index:4;
	}
	
#contact{
    position:absolute; 
	left:645px; 
	top:179px; 
	width:105px; 
	height:30px; 
	z-index:4;
	}
	
#graphicD{
	position:absolute;
	left:474px;
	top:177px;
	width:132px;
	height:30px;
	z-index:4;
	}
	
#d_names{
	position:absolute;
	left:238px;
	top:177px;
	width:132px;
	height:30px;
	z-index:4;
	}
a{
    color:#000000;
	text-decoration:none; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}
	
a:hover{
    color:#990000;
	}
	
#mail a{color:#990000}

#mail a:hover{background-color:#666666;
              color:#ffffff}
ul{ list-style-type:none;
     margin-left:0;
	 padding:0;
      }

ul li{margin-bottom:8px;
      font-weight:bold;
	  font-family:Geneva, Arial, Helvetica, sans-serif;
	  }

ul li a{
       color:#0033CC;
	   text-decoration: underline; 
	
	}