*{
	margin:0;
	padding:0;
}
/*
 labany 258c9f
 abyad fff
 link 4fc6db hover #ff0000
 rosasy 919191
 
*/
body{
	width:100%;
	color:#258c9f;
	font-size:12pt;
	background:url("images/bg.png") repeat-x;
}

a{
	color:#4fc6db;
	text-decoration:underline;
}
a:visited{
	color:#4fc6db;
	text-decoration:underline;	
}
a:hover{
	color:#ff0000;
	text-decoration:none;
}

h1{
	font-size:16pt;
}


#wrapper{
	width:850px;
	margin-top:2px;
	margin-left:auto;
	margin-right:auto;
	
}


#head{
	width:100%;
	height:130px;
	margin-bottom:5px;
}

#banner{
	width:100%;
	height:90px;
	margin-bottom:5px;
}

#toolbar{
	width:100%;
	height:40px;
	background:url("images/tool.png") repeat-x center;
}

#menu{
	width:60%;
	height:100%;
	float:left;
}


#search{
	width:40%;
	height:100%;
	float:left;
}

#content{
	width:100%;
	margin-top:10px;
	float:left;
	clear:left;
}

#left{
	width:30%;
	float:left;
}
#main{
	width:70%;
	float:left;
}

#welcomemsg{
	width:100%;
}
#hostdirs{
	width:100%;
}

#footer{
	width:100%;
	clear:both;
	float:left;
	margin-top:10px;
}




#menu ul{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border-left: 1px solid #919191;
}

#menu li{
	width:18%;
	height:100%;
	float:left;
	display:block;
	border-right:1px solid #919191;
}

#menu li a{
	width:100%;
	height:100%;
	text-align:center;
	display:block;
	line-height:40px;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bold;
}

#menu li a:hover{
	background:url("images/hovermenu.png") repeat-x;
	color:#fff;
}

#search form{
	margin-left:5px;
	width:90%;
	height:100%;
	float:left;
}
#search #txtbxsrch{
	width:60%;
	height:19px;
	float:left;
	margin-top:10px;
	border:1px solid #258c9f;
	border-right:none;
	color:#258c9f;
	line-height:19px;
	padding-left:5px;
}
#search #button{
	border:0px;
	width:80px;
	height:20px;
	float:left;
	margin-top:10px;
	cursor:pointer;
	background:url("images/imgsearch.png") no-repeat;
}

#left #cats{
	width:80%;
	background:#fff url("images/menubg.png") top repeat-x;
	border:1px solid #919191;
	text-align:center;
}
#left .categs{
	width:100%;
	height:20px;
	background:url("images/menuttitlebg.png") repeat-x;
	line-height:normal;
	/*border-bottom:1px solid #919191;*/
	text-transform: uppercase;
	font-stretch: semi-expanded;
	font-size:14pt;
	color: #919191;
	cursor: default;
}
#left #linkcats{
	width:100%;
	height:30px;
}
#left #linkcats a{
	width:100%;
	height:100%;
	display:block;
	text-decoration:none;
	font-weight:bolder;
	text-transform:capitalize;
	line-height:30px;
}
#left #linkcats a:hover{
	background:url("images/limkcatshov.png") repeat-x;
	color:#fff;
	border-bottom:1px solid #919191;
	border-top:1px solid #919191;
}


#sttcts{
	width:80%;
	float:left;
}
.stats{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}
#sttcts a{
	text-align:center;
	width:100%;
	height:100%;
	display:block;
	color:#258c9f;
	color:#fff;
	background:#258c9f;
	border:1px solid #919191;
	text-decoration:none;
}



#sttcts a:hover{
	color:#258c9f;
	background:#fff;
	border:1px solid #919191;
}


#welcomemsg{
	width:90%;
	float:left;
	color:#fff;
	background:#fff url("images/imgwelcome.png") top repeat-x;
	border:1px solid #fff;
	text-align:justify;
	font-style:italic;
	padding:5px;
	margin-bottom:5px;
	
}

#hostdirs{
	width:90%;
	float:left;
	/*background:#fff url("images/menubg.png") top repeat-x;*/
	text-align:center;
	padding:5px;
	/*border:1px solid #919191;*/
}

#catsmaster{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.catmastlinks{
	width:45%;
	height:40px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	text-transform:capitalize;
}

.catmastlinks a{
	width:100%;
	height:100%;
	line-height:35px;
	display:block;
	font-weight:bold;
	font-size:12pt;
	color:#258c9f;
	background:#fff url("images/tool.png") top repeat-x;
	border:1px solid #919191;
	text-decoration:none;
}

.catmastlinks a:hover{
	color:#fff;
	background:#919191 url("images/hovermenu.png") top repeat-x;
	text-decoration:none;
}


#newsletters{
	width:100%;
	height:40px;
	background:url("images/tool.png") repeat-x center;
}

#newsletters form{
	margin-left:5px;
	width:50%;
	height:100%;
	float:left;
}
#newsletters label{
	width:600px;
	float:left;
	margin-top:10px;
}

#newsletters span{
	width:150px;
	float:left;
	margin-left:5px;
}
#newsletters #nEmail{
	width:200px;
	height:19px;
	float:left;
	border:1px solid #258c9f;
	border-right:none;
	color:#258c9f;
	line-height:19px;
	padding-left:5px;
}
#newsletters #nbuttn{
	border:0px;
	width:80px;
	height:20px;
	float:left;
	cursor:pointer;
	background:url("images/nlsubbg.png") no-repeat;
}
#newsletters a{
	float:left;
	margin-left:50px;
	font-size:10pt;
	padding-top:20px;
}

#copyrights{
	width:100%;
	margin-top:10px;
	text-align:center;
}
#catsmain{
	width:95%;
	padding:5px;
	border:1px solid #919191;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background:#fff url("images/catsmeanbg.png") repeat-x top;
}

#catanama{
	width:100%;
	height:30px;
}
#catanama h1{
	font-size:14pt;
	width:300px;
	height:100%;
	font-weight:bold;
	text-transform:capitalize;
	padding-left:20px;
	background:#e5e5e5;
	border:1px solid #919191;
	line-height:30px;
}


#catalinka{
	margin-top:3px;
	width:100%;
	height:30px;
	line-height:30px;
	font-weight:bold;
}
#catalinka #alinka{
	width:30%;
	height:100%;
	border:1px solid #919191;
	font-size:12pt;
	font-style: italic;
	color:#000;
	padding-left:20px;
}
#catadesca{width:100%;margin-top:5px;float:left;}
#catadesca #desco{
	width:90%;
	float:left;
	color:#fff;
	background:#258c9f url("images/imgwelcome.png") top repeat-x;
	border:1px solid #fff;
	text-align:justify;
	font-style:italic;
	padding:5px;
}




#resultacats{
	background:#fff url("images/bgcatslistar.png") repeat-x bottom;
	margin-top:10px;
	clear:both;
	border:1px solid #333333;
	border-bottom:5px solid #333333;
	padding:5px;
	color:#333333;
}
#resultacats a{
	color:#13a2bd;
}
#resultacats a:hover{
	color:#ff0000;
}


.addlinkform{
	margin-left:30px;
	color:#258c9f;
}