/* project: internet market
   design: luka cvrk (www.solucija.com) 
   framework: Concept Nova (www.conceptnova.com) */
   
body { padding: 0; margin: 0; font: 0.7em Arial, sans-serif; line-height: 1.5em; background: #FFF; color: #454545; }
a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }

h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0; }
h2 { margin: 0; padding: 0; font: normal 1.6em Arial, Sans-Serif; letter-spacing: -1px; }
h1 a { color: #FFF; background: inherit; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #BFE1ED; background: inherit; }
h3 { font: 90% Arial, Sans-Serif; margin: 0 0 10px 0; padding: 0; color: #5f5f5f; background: #FFF; }
p {	margin: 0 0 0px 0; line-height: 1.5em; }
form { margin: 0; }
input.search { width: 199px; border: none; background: #FFF url(input.gif); padding: 2px; color: #808080; font-size:12px;}
input.submit { height: 18px; font-weight: bold; width: 45px; border: none; background: #D96855 url(button.gif); padding: 3px; color: #FFF; font-size:12px;}

/* layout
   ------ */

.content { 
	margin: 0px auto;
	width: 1000px;
	background: #FFF;
	color: #454545;
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top { background-image:url(headbg2.jpg);color: #FFF; height: 22px; background-repeat: no-repeat;background-position: center top;}
.header { padding: 0px 100px  0px 100px; background-image:url(headbg.jpg); height:97px; width:800px; background-repeat: no-repeat; background-position: center top; }
.header_bottom { clear: both; background-image:url(bottom.jpg); background-repeat: no-repeat;background-position: center top;color: #FFF; height: 39px; }
    
/* navigation */
.nav {float:left; width:500px; }
.sf_left {
	float: left;
	width: 151px;
	height: 77px;
	color: #FFF;
	padding: 15px 0 0px 0px;
}

.sf_right {
	width: 515px;
	float: right;
}

.sf_search {
	float:right;
	clear: both; 
	color: #FFE4E0;
	padding: 18px 0 23px 15px;
	margin-top: -2px;
}
	
.subheader {
	height:145px;
	background-image:url(pic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* left side
   --------- */

.left {
	padding: 0px 100px  0px 100px;
	float: left;
	width: 800px;
	margin: 0px;
}

	.box_top {
		background: #F0F0F0 url(leftbox_top.gif) no-repeat;
		color: #808080;
		height: 40px;
		width: 159px;
	}
	
	.box_top h2 {
		color: #808080;
		background: inherit;
		padding: 7px 0 0 5px;
		margin: 0;
	}
	
	.box {
		border-left: 2px solid #F0F0F0;
		border-right: 2px solid #F0F0F0;
		padding: 0 4px 0 7px;
		margin: 0;
		width: 144px;
		color: #595959;
		background: #FFF;
	}
	
	.box_bottom {
		background: #FFF url(leftbox_bottom.gif) no-repeat;
		color: #000;
		height: 13px;
		width: 160px;
		margin: 0 0 7px 0;
	}
	
		/* left and central column */
		.left_side { float: left; width: 159px; padding: 0px 5px 8px 8px; }
		.right_side { float: right; width: 405px; margin: 0 5px 0 0; text-align: justify; }
		
		.article { padding: 0 5px 0 0px; margin-bottom: 20px; }
		
	.grey_top { clear: both; width: 382px; background: #EDEDED url(grey_top.gif) no-repeat; color: #000; height: 5px; padding: 0; margin: 0px 0 0 6px; }
	.grey { width: 362px; margin: 0 0 0 6px; padding: 10px; background: #EDEDED url(grey_bottom.gif) no-repeat bottom left; color: #808080;	}
		
	.grey a {
		color: #C83C3C;
		background: inherit;
		font-weight: bold;
	}
	
	.grey a:hover {
		color: #000;
		background: #EDEDED;
	}
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
	}
	
		
/* right side
   ---------- */
		
.right { float: right; width: 170px; margin: 0 0 10px 0;}
		
img { float: left; margin: 0 9px 3px 0; }

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	color: #666;
	padding: 10px 0 5px 0;
	font-size:12px;

}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 


iframe {overflow-x:hidden; overflow-y:hidden; }