/* 
	project:  small corporation
	author:   luka cvrk (www.solucija.com) 
*/

*{ margin: 0; padding: 0; }* 
body { 
	font: small "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 1.6em;
	background: #fff;
	color: #444; 
}

a {	color: #0a83ef;	background: inherit; text-decoration: none; }
a:hover { color: #0078d9; background: inherit; text-decoration: underline; }
p { margin: 0 0 15px 0; }
h1 {  margin: 20px 0 0; }
h1 a { background: inherit; }
img { border: 0; }
h2 { font-size:x-large; line-height: 160% }
h3 a { font-size: 1em; }
#main h3 a { font-size: .84em; color: #808080; font-weight: normal; text-transform: uppercase; }

#content { width: 960px; margin: 0 auto; padding: 20px 0 0 0; }

#top{ float: right; text-align: right; }
#top a { color: #808080; margin: 0 0 0 13px; background: #fff url(images/toparrow.png) no-repeat center left; padding: 0 0 0 12px; font-size: small;}
input.searchfield { width: 175px; padding: 6px; border: 2px solid #ccc; font-size: .9em; }
input.searchbutton { background: #0a83ef; border: 0; padding: 6px; color: #fff; font-weight: bold; font-size: .9em; }

#logo { float: left; color: #666; line-height: 35px; }
#menu { height: 35px; padding: 7px 0 0 0; clear: both;  margin: 0 0 18px; background: #fff url(images/menubg.gif) repeat-x; }
	#menu li { font-size: 1em; display: inline; }
	#menu li a { margin: 0 25px 0 10px; color: #444;  }
	#menu li a:hover { color: #444; }

#left { background: #eee;  clear: left; float: left; width: 260px; padding: 10px 15px; margin: 0 0 20px; }
	#left img { margin: 0 0 8px; }
	#left li { list-style: none; }
	#left li a {  color: #787A8F; font-weight: bold; background: url(images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; }

#main { float: left; width: 960px; margin: 0 0 20px; }
	.line { clear: both; padding: 3px; margin: 0 0 15px; background: #fff url(images/smalldot.gif) repeat-x; }
	.news { border-bottom: 1px solid #eee; padding: 0 0 2px; margin: 0 0 10px;}
	#clear { clear: both; padding: 3px; margin: 0 0 30px; }
	.clear { clear: both; padding: 3px; margin: 0 0 30px; }


img.icon{
	margin: 0 20px 0 0;
} 

div.leftl, div.rightl, div.rightr {
	width: 290px;
	margin-bottom: 25px;	
	font-size: large; 
	text-align: justify; 
}

div.leftl p, div.rightl p, div.rightr p {
	height: 60px;
}


div.leftl {
	float: left;
	padding: 10px 15px;
	margin: 0 0 20px;
}
 
div.rightl {
	float: left;
	padding: 10px 15px;
	margin: 0 0 20px;
}

div.rightr {
	float: right;
	padding: 10px 15px;
	margin: 0 0 20px;
}

#service div.leftl, #service div.rightr {
	width: 420px;
	margin-bottom: 25px;	
	font-size: medium; 
	text-align: justify; 
}
 
#service div.leftl {
	float: left;
	padding: 10px 15px;
	margin: 0 0 20px;
}
 
#service div.rightr {
	float: right;
	padding: 10px 15px;
	margin: 0 0 20px;
}

th.profile{
    width: 100px;
    text-align: center;
    padding: 15px;
	font-size: 13px;
    background-color: #e5e5e5;
}
td.profile {
    text-align: left;
    padding: 10px;
	font-size: 13px;
}

td.profile ul li {
    margin: 0px 20px;
}

.policy {
    margin: 0px 50px;
}



#right { margin: 0 15px 20px 0; padding: 0 0 0 15px; float: right; width: 620px; text-align: justify; }
.border { clear: both; border-left: 4px solid #ccc; padding: 0 0 0 15px; }

#rl { float: left; width: 290px; margin: 0 20px 30px 0; }
#rr { float: right; width: 290px; }
	#rl li, #rr li { list-style: none; border-bottom: 1px solid #eee; padding: 4px; margin: 0; }
	#rl li a, #rr li a { background: #fff url(images/arrow.gif) no-repeat center left; padding: 0 0 0 12px; color: #808080;  }

#footer { clear: both; padding: 10px; margin: 0 0 15px; color: #808080; background: #eee; }
	.links a { font-weight: bold; color: #787A8F; background: #fff; margin: 0 10px 0 0; background: url(images/dot.png) no-repeat center left; padding: 0 0 0 10px; }
	.sponsor { color: #0a83ef; background: #eee; }
	#footer li { list-style: none; }
	#fl { text-align: center;  width: 960px; }
	#fr { float: right; }