/*
	project: internet hosting template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
*{ margin: 0; padding: 0; }
body { font: .7em Arial, Verdana, Sans-Serif; width:988; background: #000 ; color: #454545; }
a { color: #3F2C57; background: inherit; text-decoration: none; }
#left a, #right a { color:#496571; }
#left a:hover { color:#000; background: inherit; }
p {	margin: 0 0 5px 0; }
h1 { font: normal 2.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0 0 0 0; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.8em Georgia, "Trebuchet MS", Arial, Sans-Serif; }
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
img { border: 0; }

/* layout */
#content { margin: 0 auto; width: 980px; }
#header {
	
	color: #fff;
	margin: 0;

}

/* main horizontal menu */
#tablist{  margin: 25px 0 0 0;  }
	#tablist li{ list-style: none; display: inline;  }
	#tablist li a{
		text-decoration: none;
		margin: 0 3px 0 0;
		padding: 4px 15px;
		border: 1px solid #3B3B3B;
		font-weight: bold;
		color: #ccc;
	}
	#tablist li a:hover{
		border: 1px solid #55684A;
		color: #fff;
	}
	#tablist li a.current{
		background: #ADD597;
		color: #fff;
	}
	#tablist .key { text-decoration: underline; }


/* left side */
#left {
	float: right;
	width: 670px;
	margin: 0 0 0px 0;
}
	.border { border: 1px solid #AED898;  margin: 0 0 10px 0;}
	.subheader {
		padding: 0px;
		background: #F1F8ED;
		color: #444;
		border: 2px solid #D1EAC3;
	}
	.highlight { background: #C5E7F6; color: #000; }
	.left_articles {
		margin-right: 10px;
		margin-top:2px;
		border: 1px solid #eee;
		color: #000;
		background:#fff;
		padding: 10px 10px 5px 10px;
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background: #C2D8CB;
		margin-right: 10px;
		margin-top:2px;
		border:1px solid #77A88A;
		color: #000;
		padding: 10px 10px 5px 10px;
		color: #fff;
		
		
	
	}
	.thirds {
		float: left;
		width: 200px;
		height:100px;
		margin-top:3px;
		margin-left:3px;
		background:#fff;
		padding:3px;
		border:1px solid #999;
	}		
		
/* right side */
#right {
	float: left;
	width: 307px;
	margin: 0px 0 0px 0;
	padding: 0px 0 0 0;
	background: transparent;
	
}
	.button {
		font: normal 1.6em "Georgia", "Times New Roman", Arial;
		color: #679A4E;
		text-align: center;
		margin-top: 3px; 
	}
	.big { color: #2e2e2e; font: normal 2em "Georgia", "Times New Roman", Arial; }
	
	#side_menu { background:#5F7F7A;margin: 2px 0 11px 0; }
	#side_menu li { list-style: none; }
	#side_menu li a { font-size:12px;font-weight:bold;color: #000; border: 0; margin: 0 0 1px 0; display: block; background: #5F7F7A url(images/side_menu_hover.gif) repeat-x; padding: 8px 10px; }
	#side_menu li a:hover { font-size:12px;color: #000; background: #5F7F7A url(images/side_menu.gif) repeat-x; }	
	
	.image { float: left; margin: 0 9px 3px 0; }
	
/* footer */
#footer { 
	clear: both;
	width:960px; 
	color: #000;
	background: #e7e7e7;
padding:5px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }
	
	#menu1 {
background: #000 url(images/img1011.jpg) no-repeat;
	width: 970px;
	height: 40px;
	
	
	font-size: 12px;
	    font-family: Arial;text-decoration:none;
}

#menu1 ul {
	padding:10px;
	margin-left:550px;
	text-decoration:none;
	color: #fff;
}

#menu1 li {
	display: inline;text-decoration:none;
}

#menu1 a {
	
	height: 24px;
	text-decoration: none;
	font-weight:bold;
	color: #FFFFD9;
	padding:2px;
}

#menu1 a:hover {
	
	color:#000;padding:2px;
}img.left,img.center,img.right {
	  padding: 4px;
	 
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  border:1px solid #ccc;
	  padding:3px;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	   border:1px solid #ccc;
	  padding:3px;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	   border:1px solid #ccc;
	  padding:3px;
	  }
