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




/* Basic */


html {
	margin-bottom: 1px;
	height: 100%!important; /*For Firefox*/
	height: auto;
}


body {
		margin:0;
        padding:0;
        font: 11px "Tahoma", Arial, Helvetica, sans-serif;
		color:#626466;
		line-height: 16px;
		text-align:justify;
}

/*hariskal*/
tr,td {

	font: 11px "Tahoma", Arial, Helvetica, sans-serif;
	color:#626466;
	line-height: 16px;
	text-align:justify;


}

ul {
        margin-left: 50px;
        padding: 2px;
}

img {
    border: none;
}

/*
a {
	text-decoration: underline;
	color: #ABC0D5;
	}


a:hover {
	color: #67bdff;
	text-decoration: none;
	}
*/
a {
    text-decoration:none;
    color: #578fba;
    }


a:hover {
    color: #7bb1db;
    text-decoration: underline;
    }



.title {
	    font-family: "Georgia", Times New Roman, Times, serif;
		color:#6d9ee6;
		font-size: 18px;
		font-weight:bold;	
}

.subtitle {
	    font-family: "Georgia", Times New Roman, Times, serif;
		color:#6d9ee6;
		font-size: 12px;
		font-weight:bold;
		border-bottom: 1px solid #ebebeb;
		background-color: #f6f6f6;
		padding: 5px;
}



/* Top Elements */

#top {
	background-image:url(images/top_bg.gif);
	height: 46px;
	color: #637fa9;
	}
	#topmenu {
	margin-top: 15px;
	margin-right: 15px;
	float: right;

	}
	
	#top a {
		color: #FFFFFF;
		text-decoration:none;
	}
	
	#top a:hover {
		color: #a5d1f6;
		text-decoration:none;
	}
	
	#lang {
	margin-top: 15px;
	margin-left: 15px;
	float: left;

	}
	.search {
		font-size:10px;
		margin-left:20px;
		background-image:url(images/form_bg.gif);
		background-repeat:repeat-x;
		border: 1px solid #abc8f7;
	}
	
	.button{
		font-size:10px;
		color: #abc8f7;
		background-color:#FFFFFF;
		border: 1px solid #abc8f7;
		
	}
	
/* Banner */

#banner {
	background-image:url(images/banner_bg.gif);
	background-repeat:repeat-x;
	height: 110px;
}

.r_img {
	position:absolute;
	right:0px;}


/* 3 Columns */

#main1 {
		margin:0; padding:0;
		
	
		}
	#main2 {
		margin:0; padding:0;
		}
	#left {
		display:none;
		/*
		float:left;
		width:260px;
		margin:0 500px 0 0; padding:0;
		*/

		}
	#right {
		display: none;
		}
		
	#news {
		background-color:#fffcd9;
		background-image:url(images/news_bg.jpg);
		background-position:bottom right;
		background-repeat: no-repeat;
		padding: 15px;
		text-align: left;
		border: 1px solid #ebebeb;
	}
	#news ul {
	margin-left:10px;
	list-style-image:url(images/plus.png);
	
	}
	
	#middle {
	/*	margin:0 0px 0 260px;*/
		float:left;
		border: 1px solid #ebebeb;
		
		}
	.column-in {
		margin:0; padding:0.5em 1em;
		
		}
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
		
		
	/* Menu */
	
		
		
#menu {

	text-align:left;
	color: #5387ae;
	line-height: 25px;

}

#menu ul {
        margin: 0px;
        padding: 0px;
		list-style:none;
		
}

#menu dt {
	cursor: pointer;
	height: 25px;
	margin: 1px;
	border-bottom: 1px solid #ebebeb;
	background-image:url(images/menu_bg.gif);
	padding-left: 5px;
}


/*hariskal*/
#menu .doubledt {

	cursor: pointer;
        height: 35px;
        margin: 1px;
        border-bottom: 1px solid #ebebeb;
        background-image:url(images/menu_bg.gif);
        padding-left: 5px;
	line-height:16px;

}


/* ########## */

#menu dd {

}
#menu li {
	background: #f1f2f2;
	border-bottom: 1px solid #ebebeb;
	margin-left: -20px;
	padding-left: 5px;


}
#menu li a, #menu dt a {
	color: #5387ae;
	text-decoration: none;
	display: block;
	border: 0 none;
	/*height: 100%;*/ /*last minute by hariskal */
}
#menu li a:hover, #menu dt a:hover {
	padding-left: 4px;
	color: #86b2d3;
	background-color: #ffffff;
}		
		
		
		
		
		
		
/* Footer */
#footer {
	background-image:url(images/footer_bg.gif);
	height: 39px;
	color: #ffffff;
    bottom: 0 !important;
    bottom: -1px;
	clear: both; 

}

#footermenu {
	padding-top: 12px;
	margin-left: 15px;



}

#footer a {
color: #FFFFFF;
       text-decoration:none;
}

#footer a:hover {
color: #a5d1f6;
       text-decoration:none;
}

.copyrights {
float: right;
       padding-top: 12px;
       margin-right: 20px;}

.linews
{
 margin-bottom:15px;

}

.coding
{
	font-family: "Courier New", Courier, monospace;

}
