@charset "UTF-8";
/* CSS Document */


/*RESET*/
dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }

table { border-collapse: collapse; border-spacing: 0; }

h1,h2,h3{
color:#fe0000;
}
img{
border:0px;
}


/*BEGIN*/
#margin{
text-align:center;
}


#container{
    width:960px;
    margin:0 auto;
    margin-top:30px;
    text-align:left;
    background-image: url("../images/container_bg.jpg");
    font-family:Helvetica;
    font-size:14px;
}

#header{
    background-repeat:no-repeat;
    height:160px;
    background: url(../images/Radigk_bg.jpg) no-repeat;
}
#logo{
width:500px;
float:left;
}

#menu{
    width:246px;
    border: 1px solid #122;
    float:left;
}


#menu ul{
    list-style:none outside none;
    margin:0px;
    padding:0px;
    }
    
    
#menu ul li a{
background-color:#333333;
color:#DFFDFD;
display:block;
height:28px;
text-decoration:none;
margin:3px 8px;
padding:6px;
background-color:#333;
}

#menu ul li a:hover{
background-color:#555;
color:#fff;
}
#menu li{
text-align:center;
margin:0px;
padding:0px;
}

#body{
float:left;
width:710px;
}
    #body ul{
     margin:0px;
     padding:0px;
     list-style:circle outside none;
     padding:10px 10px 10px 50px;
    }
    
    #body p,h1,h2,h3{
    padding: 4px 10px;
    }
    


#footer{
height:80px;
padding:10px 20px;
text-align:center;
background:#222;
}

#footer ul{
    list-style:none outside none;
    margin:0px;
    padding:0px;
    text-align:center;
    }
#footer li{
margin:0px;
padding:0px;
}  
#footer ul li a{
color:#DFFDFD;
display:inline;
text-decoration:none;
padding-left:14px;
float:left;
}
 
form ul{
list-style:none outside none !important;

}
form li{
margin:10px 2px;
}


.roundabout-holder { padding: 10px; height: 5em; }
   .roundabout-moveable-item {
      height: 120px;
      width: 130px;
      cursor: pointer;
      text-align:center;
      border: 1px solid #999;
      background-color:#010;
      padding-top:4px;
      color:#fff;
   }
   .roundabout-in-focus { 
   cursor: auto; 
-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');


}
 
#headerright{
float:left;
width:400px;
}

.featuredsec ul{
list-style:none;
}
#header strong{
background:#111;
padding:4px;
color:#fffffd;
-moz-border-radius:5px 5px 5px 5px;
}

