/* 
	project:  abstract studio template
	author:   luka cvrk (www.solucija.com) 
*/

*{ margin: 0; padding: 0; }* 
body { font: .74em Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.64em; background: #fff; color: #444; }
a { color: #7C7D58;	text-decoration: underline; background-color:#fff; }
a:hover { text-decoration:none;}
.blue { color: #299DCA; }
.white { color: #fff; }
p { margin: 0 0 15px 0; }
h1 { font: normal 2.4em Georgia, Arial, Sans-Serif; margin: 15px 0 0 5px; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; color:#7C7D58; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }
#content { width: 920px; margin: 0 auto; }
#logo { float: left; height: 90px; }
#menu { float: left; width: 88%; padding: 10px 0 10px 0; margin: 19px 0 5px 87px; border-bottom: 5px solid #BFC18B; margin-top:-46px; }
#menu li { font-size: 1.4em; display: inline; }
#menu li a { padding: 0px 3px 0 15px; margin: 0 9px 0 0; background: #fff url(../images/menuarrow.jpg) no-repeat 10px 5px; color: #808080; border-left: 2px solid #e0e0e0; }
#menu li a:hover  { color: #000; border-left: 2px solid #DDC025; }
#intro { clear: both; color: #333; height: 250px; margin-bottom:15px; position: relative; top: 10; left:10; z-index: 1; }
	#intro h1 { margin: 0; background: #F5F5ED; url(../images/h1bg.jpg) repeat-x bottom; display: inline;  color: #7DD0F1; padding: 2px 5px; }
	#intro p { margin: 0; color: #808080; font-weight: bold; font-size: .9em; }
	#login { font-size: .9em; margin: 45px 0 0; }
	#login a { color: #616161; background: #8BE1FA; padding: 4px 20px 6px; border-bottom: 1px solid #616161; }
	#login a:hover { color: #fff; background: #8BE1FA url(images/loginhover.gif) no-repeat; }
#left { clear: left; float: left; padding: 10px 34px 10px 15px; margin: 15px 0 15px; border:1px
solid #CCCCCC; }
	
	#left p {font-size: 1.3em; line-height:1.5em;}
	#left li {font-size: 1.3em; line-height:1.5em;}
	#left img { border: 1px solid #ccc; padding: 1px; float: left; margin: 0 15px 5px 0;}
	#articles { margin: 40px 0 0 0; }
	#articles li  { border-top: 1px solid #cecece; list-style: none; float: left; width: 245px; background: #eee url(../images/newslist.jpg) repeat-x bottom; padding: 4px 8px; margin: 0 15px 0 0;}
		#articles li a { background: url(../images/menuarrow.jpg) no-repeat 0 5px; padding: 0 0 0 8px; }
		#articles li.last { margin: 0; }
#right { position: relative;  margin: 0 15px 0 0; padding: 15px; float: right; width: 284px; font-size: 1.1em; background: #fff; }
	#right img { border: 1px solid #ccc; padding: 1px; margin: 0 0 8px; }
	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }
	#right .info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 8px; }
#footer { clear: both; border-top: 1px solid #ccc; padding: 10px; margin: 0 0 5px; font-size: .9em; color: #9b9b9b; background: #fff; }
	#footer a { color: #808080; background: #fff; font-weight: bold; }
	.right{ float: right; padding: 7px 0 0 15px; }
	
	
	/* Contact Form ----------------------------------------------------------------*/
.contactform{
	overflow:hidden;
	font-size:12px
}
.contactform .textarea,.contactform .input{
	border:1px solid #ccc;
	padding:2px;
	font-size:12px
}
.textarea:hover,.input:hover,.textarea:focus,.input:focus {
	background:#ebebeb
}
.contactright .button{
	margin:0 0 0 140px !important;
	padding:4px
}
.contactleft{
	width:30%;
	text-align:left;
	clear:both;
	float:left;
	display:inline;
	padding:4px;
	margin:5px 0;
	font-weight:700
}
.contactright{
	width:60%;
	text-align:left;
	float:left;
	display:inline;
	padding:4px;
	margin:5px 0
}
.notification{
	margin:15px;
	border-top:1px solid #693;
	border-bottom:1px solid #693;
	padding:10px 20px;
	background:#FFC
}
