/*
	project: internet hosting template
	author: luka cvrk (www.solucija.com) 
body { font: .75em Verdana,Arial, Sans-Serif; line-height: 1.7em; background: #fff url(images/header.jpg) repeat-x; color: #454545; }	
margin:25px 50px 75px 100px;
    * top margin is 25px
    * right margin is 50px
    * bottom margin is 75px
    * left margin is 100px
*/

*{ margin: 0; padding: 0; }
body { font: .75em Verdana, Arial, Sans-Serif; line-height: 1.7em; background: #fff url(images/m_bg.gif) repeat-x; color: #3399cc; }
a { color: #555555; background: inherit; text-decoration: none; font: 0.75em;}
#left a, #right a { border-bottom: 1px dotted #3F2C57;  }
a:hover { color: #0099ff; background: inherit; font: 0.75em;}
p {	padding: 10px 10px 0 10px; margin: 0; font: .75em; }
h1 { font: normal 1.2em Verdana, Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0 10px 0 200px; margin: 0; }
h2 { font: normal 1.0em Verdana, Georgia, "Trebuchet MS", Arial, Sans-Serif; padding: 0 10px 0 200px; margin: 0;}
h1 a, h2 a { color: #ff9933; background: inherit; text-decoration: none; }
img { border: 0; }
bread_crumb {	padding: 0 5px 0 200px; margin: 0; }
bread_crumb1 {	padding: 3px 10px 0 200px; margin: 0; }

    
#content { margin: 0 auto; width: 1180px; }
#header {
	padding: 10px 0;
	color: #fff;
	margin: 20px 0 40px 10px;
	height: 100px;
	background: url(images/logo1.png) no-repeat
}


#tablist{  margin: 110px 0 0 0;  }
	#tablist li{ list-style: none; display: inline;  }
	#tablist li a{
		text-decoration: none;
		margin: 0 1px 0 0;
		padding: 1px 6px;
		border: 1px solid #e3eba6;
		font-weight: bold;
		color: #ccc;
	}
	#tablist li a:hover{
		border: 1px solid #3399cc;
		background: #555555;
		color: #fff;
	}
	#tablist li a.current{
		background: #f6f2d5;
		color: #555;
	}
	#tablist .key { text-decoration: underline; }



#left {
	float: left;
	width: 850px;
	margin: 0 0 10px 0;
}
	.border { border: 1px solid #3399cc;  margin: 0 0 10px 0;}
	.subheader {
		padding: 15px;
		background: #F1F8ED;
		color: #444;
		border: 2px solid #D1EAC3;
	}
	.highlight { background: #C5E7F6; color: #000; }
	.left_articles {
		margin: 0 0 10px 0;
		border: 2px solid #eee;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: 0.8em; 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: #F4F1F8;
		color: #808080;
		border-left: 3px solid #E8E2F2;
		padding: 15px;
		margin: 0 0 15px 0;
	}
	.thirds {
		float: left;
		width: 186px;
		padding: 0 10px 0 15px;
	}		
		

#right {
	float: right;
	width: 330px;
	margin: 0 0 10px 0;
	padding: 20px 0 0 0;
	background: url(images/right.png) no-repeat top right;
	
}
	.button {
		font: normal 1.5em Verdana, "Georgia", "Times New Roman", Arial;
		color: #679A4E;
		text-align: center;
		margin: 0 0 10px 0; 
	}
	.big { color: #2e2e2e; font: normal 2em "Georgia", "Times New Roman", Arial; }
	
	#side_menu { margin: 0 0 20px 0; }
	#side_menu li { list-style: none; }
	#side_menu li a { color: #48a4d7; border: 0; margin: 0 0 1px 0; display: block; background: #fff url(images/side_menu.gif) repeat-x; padding: 8px 10px; }
	#side_menu li a:hover { color: #fff; background: #fff url(images/side_menu_hover.gif) repeat-x; }	
	
	.image { float: left; margin: 0 9px 3px 0; }
	

#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
}
	#footer .right { float: right; }
.bel
{
	color:white;
	}
input
{
	border:1px solid grey;
	}
textarea
{
	border:1px solid grey;
	}
select
{
	border:1px solid grey;
	}