/* CSS Document - positioning
contains top,  */
html, body{
	margin:9px 9px 0 9px; 
	padding:0px;
	background-color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}
#frame{
	width:850px;		/* the main content width */
	}
#body {
	width:850px;
	background:#FFF;
	padding:0px;
	margin:0px;
	}
#top{
	width:100%;
	background:url(../img/default/banneri.gif) top right no-repeat;
	height:153px;
	text-align:left; /* optional */
	}
#c1{
	position:relative;
	width:850px;
	background:#FFF;
	background:url(../img/default/left_bg.gif) top left repeat-y #FFF;
	vertical-align:top;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
/*border-right:solid #FFFFE8 200px; - set this to switch to right menu*/   /*set all four properties to affect the layout*/
	}
#left{
	width:205px;
	text-align:left;
	float:left;
	}
#c2{
	position:relative;
	width:630px;
	float:right;
	text-align:left;
	background:#FFF;
	padding-left:15px;
	/*if width=500+ this div will flow below the left div*/
	/*float:right; - set this to switch to right menu */
	}
#bottom{
	border-top:solid 1px #000;
	width:850px;
	text-align:left;
	font-size:10px;
	clear:both;
	}
#box_top{
	width:185px;
	background:url("../img/default/box_top.gif") top left no-repeat;
	height:15px;
	padding-top:7px;
	padding-bottom:3px;
	text-align:left;
	padding-left:20px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;}
#box_cnt{
	width:150px;
	background:url("../img/default/box_cnt.gif") top left no-repeat;
	text-align:left;
	padding-top:10px;
	padding-left:20px;
	padding-right:35px;
	height:22px;}
#box_bottom{
	width:205px;
	background:url("../img/default/box_bottom.gif") no-repeat;
	height:22px;
	margin-bottom:12px;
	}
#box_top1{
	width:185px;
	background:url("../img/default/box_top1.gif") top left no-repeat;
	height:15px;
	padding-top:7px;
	padding-bottom:3px;
	text-align:left;
	padding-left:20px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;}
#box_cnt1{
	width:185px;
	background:url("../img/default/box_cnt1.gif") top left repeat-y;
	text-align:left;
	padding-top:10px;
	padding-left:20px;}
#box_bottom1{
	width:205px;
	background:url("../img/default/box_bottom1.gif") no-repeat;
	height:27px;
	margin-bottom:12px;
}
/*klasat .left .right jon mrenda ne #content (jon te ndryshme prej #left edhe #right) */
.right{
	float:right; 
	width:191px;
	margin-left:10px;
	}
.content{
	float:left;
	width:618px;
	padding-left:2px;
	background:#FFF;
	}
#lang{
	background:#E7E1DA;
	width:137px;
	margin-left:30px;
	text-align:left;
	padding-left:3px;
	}
#search{
	float:left;
	margin-top:60px;
	margin-left:1px;
	}
#navigation{
	position:relative;
	float:right;
	width:625px;
	margin-top:104px;
	height:30px;
	background:url(../img/default/nav_bg.gif) top left no-repeat;
	padding-left:15px;
	padding-top:9px;
	}
#navigation a{
	color:#FFF;}
#navigation ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
	color:#FFF;
	text-transform:capitalize;}
#nav li{
	float:left;
	cursor:pointer;}