/*
	project: internet hosting template
	author: luka cvrk (www.solucija.com) 
	
*/
   
/* default styles */
*{ margin: 0; padding: 0; }
body {
	line-height: 1.7em;
	background: #fff url(../template/images/menu.gif) repeat-x;
	color: #454545;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
}
a { color: #3F2C57; background: inherit; text-decoration: none; }
#left a, #right a {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #3F2C57;
}
a:hover { color: #808080; 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-family: Georgia, "Trebuchet MS", Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	font-variant: normal;
}
/*h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }*/
img { border: 0; }
#name
{
	margin-top:22px;
	margin-bottom:8px; 
	*margin-top:18px;
	font-size:30px;
	
}
/* layout */
#content { margin: 0 auto; width: 980px; }
#header {
	padding: 10px 0;
	color: #fff;
	margin: 0 0 20px 0;
	height: 94px;
}

/* main horizontal menu */
#tablist{
	margin-top: 38px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	#tablist li{
	list-style: none;
	display: inline;
	text-decoration: none;
}
	#tablist li a{
	
	font-weight: bold;
	color: #FFF;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	text-decoration:none;
	font-size:16px;
	}
	#tablist li a:hover{
	border: 1px solid #55684A;
	color: #fff;
	text-decoration: none;
	}
	#tablist li a.current{
	background: #ADD597;
	color: #fff;
	text-decoration: none;
	}
	#tablist .key { text-decoration: underline; }


/* left side */
#left {
    margin:0 auto;
	width: 900px;

}
#account {
	clear: both;
}

	.border { border: 1px solid #AED898;  margin: 0 0 10px 0;}
	.subheader {
		padding: 15px;
		background: #F1F8ED;
		color: #444;
		border: 2px solid #D1EAC3;
	}
	.highlight { background: #C5E7F6; color: #000; }
	.left_articles {
	color: #454545;
	height: 187px;
	width: 670px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	background-image: url(../template/images/banner.jpg);
	}
		.date { font-size: .9em; padding: 0 0 0 12px; background: #fff url(../template/images/news.gif) no-repeat center left; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			margin: 0 15px 10px 0;
		}
	.left_box {
	color: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	font-size: 12px;
	line-height: 30px;
	padding-left: 5px;
	}
		#left_t {
	color: #F00;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 12px;
	line-height: 30px;
	padding-left: 5px;
	background-color: #F2F2F2;
	padding-top: 2px;
	padding-bottom: 3px;
	height: 26px;
	font-weight: 600;
	}
	
	
	.thirds {
	float: left;
	width: 186px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 100%;
	}		
		
/* right side */
#right {
	float: right;
	width: 280px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;

	
}
	.button {
	color: #679A4E;
	text-align: center;
	font-family: "Georgia", "Times New Roman", Arial;
	font-size: 1.6em;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	height: 60px;
	}
	.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: #3F6C24; border: 0; margin: 0 0 1px 0; display: block; background: #fff url(../template/images/side_menu.gif) repeat-x; padding: 8px 10px; }
	#side_menu li a:hover { color: #fff; background: #fff url(../template/images/side_menu_hover.gif) repeat-x; }	
	
	.image { float: left; margin: 0 9px 3px 0; }
	
/* footer */
#footer {
	clear: both;
	color: #808080;
	background: #FFF;
	border-top: 1px solid #ccc;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
	#footer .right { float: right; }#box_t {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
#user_box {
	margin-bottom: 20px;
}
#box_say {
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
	background-color: #ADD597;
	height: 30px;
	line-height: 30px;
}
.login {
	border: 1px solid #CCCCCC;
	width:130px;
}
.contactbox {
	width: 260px;
	height: 23px;
	border: 1px solid #CCCCCC;
}
.inputbox {
	width: 260px;
	height: 23px;
	border: 1px solid #CCCCCC;
}
#contact_c {
	width: 260px;
	border: 1px solid #CCCCCC;
}
.LoginBox			{ color: #000000; font-size: 12pt; border:solid 1px #B3A2CC; width: 230px }
.InputBox			{ color: #000000; font-size: 12pt; border:solid 1px #B3A2CC; width: 300px }
.InputBox1			{ color: #000000; font-size: 10pt; border:solid 1px #B3A2CC; width: 40px }
a.link_1:link { color: #F00; text-decoration:none;}
a.link_1:visited { color:#F00; text-decoration:none;}
a.link_1:hover { color:#F00; text-decoration:underline;}
a.link_2:link { color: #F00; text-decoration:underline; font-weight:600}
a.link_2:visited { color:#F00; text-decoration:underline;}
a.link_2:hover { color:#333; text-decoration:underline;}
a.link_3:link { color:#FFF;  font-weight:600}
a.link_3:visited { color:#FFF;}
a.link_3:hover { color:#FFF; text-decoration:underline;}
a.link_4:link { color: #F00;  font-weight:600; font-size:14px}
a.link_4:visited { color:#F00;}
a.link_4:hover { color:#F00; text-decoration:underline;}
