@charset "utf-8";
/* CSS Document */

#wrap{
	background-color:#666666;
	width:100%;
}

#titlebar{
	background:url(images/left_bg.jpg) no-repeat #0199CB;
	height: 55px;
	width:100%;
}

#titlebar img{
	float: right;
	margin: 5px 30px 0 0;

}

#nav{
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	background:url(images/left_bg_nav.jpg) no-repeat #0199CB;
}

#nav ul{
	padding:0;
	margin:0;
}

#nav li{
	float:left;
	list-style:none;
	border:1px solid #000000;
	border-bottom:none;
	margin:0 3px;
}

#nav a{
	color:#CCCCCC;
	display:block;
	height:20px;
	line-height:15px;
	padding:0 15px;
	text-decoration:none;
	background:url(images/button_bg.jpg);
	border: 1px solid #CCCCCC;
	border-bottom: none;
	font-size:9px;
	font-weight:bold;
}

#nav a:hover{
	background:url(images/button_bg_over_blue.jpg);
	color:#FFFFFF;
}


#wrap #nav #telecoms a{
	background:url(images/button_bg_telecoms.jpg);
	color:#ccc;
	border:1px solid #00cc00;
	border-bottom:none;
}

#wrap #nav #hosting a{
	background:url(images/button_bg_hosting.jpg);
	color:#ccc;
	border:1px solid #0066CC;
	border-bottom:none;
}

#navbar{
	height:8px;
	width:100%;
	background:url(images/menu_bar.gif);
	clear:both;
}

.clear{
	clear:both;
}

#left_ind li{
	margin:0 3px 0 20px;
}

#selected a{
	background:url(images/button_bg_over.jpg);
	color:#FFFFFF;
}
