/* 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: #F0F0F0; color: #454545; }
a { color: #0000FF; 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: 4px; color: #808080; }
input.submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url(button.gif); padding: 3px; color: #FFF; }

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 768px;
	background: #FFF url(big_middle.gif) repeat-y;
	color: #454545;
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top { background: #FEFEFE url(big_top.gif) no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 10px 0 10px; }
.header_bottom { clear: both; background: #FEFEFE url(big_bottom.gif) no-repeat; color: #FFF; height: 15px; }
    
/* navigation */
#nav {float:right; width: 98%; 
	/* border: thin solid yellow; */
}
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a, #nav strong, #nav span { float:left; display:block; color:#fff; padding: 7px 20px 4px 10px; background: #C43219 url(nav.gif) no-repeat 100% 0px; text-decoration:none; font-weight: bold; }
#nav a { float:none; }
#nav a:hover { color:#BFE1ED; background: #C43219 url(nav.gif) no-repeat 100% 0px; }   
#nav li { float:left; color: #FFF; background: #C43219 url(nav.gif) no-repeat 0px 0px; margin:0; padding:0 0 0 9px; }

#nav #current {background: #1995C2 url(nav.gif) no-repeat 0 -41px; color: #FFF; }



.sf_left {
	float: left;
	width: 203px;
	height: 77px;
	background: #5BB2D1 url(logobg.gif) repeat-x; 
	color: #FFF;
	border-top: 1px solid #137DA2;
	border-bottom: 1px solid #000;
	padding: 10px 0 0px 7px;
}

.sf_right {
/* border: thin solid green; */
	/* width: 460px; */
	float: right;
}

.sf_right h1 {font: bold 16pt Arial, Sans-Serif; padding: 0;}

.sf_title {
/* border: thick solid blue; */
	clear: both;
	background: #1995C2 /* url(searchbg.gif) repeat-x bottom left */; 
	/* color: #FFE4E0; */
	color: #FFFFFF;
	/* border-top: 1px solid #AA1717; */
	border-top: 1px solid #000000;
	/* border-bottom: 1px solid #000; */
	padding: 18px 0 17px 15px;
	margin-top: -2px;
}
	
.subheader {
	padding: 8px;
	background: #f0f0f0;
	color: #808080;
}

/* left side
   --------- */

.left {
	float: left;
	width: 675px;
	margin: 0 0 10px 0;
}

	.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: 460px; margin: 0 5px 0 0;}
		
		.article { padding: 0 5px 0 0px; margin-bottom: 20px; border: thin solid red; clear: left;}

		.google_item { 
			padding-left: 10px;
			margin-bottom: 20px; 
			border: thin dashed #1995C2;
			clear: both; 
		}
		
		#site_links	{
			padding:0;
			margin: 2em;
			color:#fff;
			font-family: arial, helvetica, sans-serif;
			white-space:nowrap;
			list-style-type:none;
			clear: both;
			text-align: center;
		}
		#site_links li {display:inline;}
		#site_links li a	{
		  display: inline;
			padding-top: 0.3em;
			padding-bottom: 0.3em;
			padding-left: 0.5em;
			padding-right: 0.5em;
			background:#fc6;
			color:#000;
			text-decoration:none;
			border:1px solid #000;
			float: right;
		}
		#site_links li a:hover {
			background:#08c;
			color:#fff;
		}
		
		
		
		.index_item { 
			padding: 10px;
			margin-bottom: 20px; 
			border: thin solid #1995C2; 
			clear: both; 
			height: 50px;
		}
		.index_item h2 {
			color: #0000FF; 
			font-size: 14pt; 
			font-weight: bold;
			padding: 15px;
		}
		.index_item img { float: right; margin: 0 9px 3px 0; height: 72px; border: none;}				
		.index_item a.ii_title {
			color: #0000FF; 
			font-size: 12pt; 
			font-weight: bold;
		}
		.index_item a.ii_title:hover {
			color: red;
			text-decoration: none;
		}

		.title_item { 
			padding: 10px;
			border: thin solid #1995C2; 
			clear: left; 
			height: 50px;
			background-color: #F0FFFF;
		}
		.title_item h2 {
			color: #0000FF; 
			font-size: 14pt; 
			font-weight: bold;
		}
		.title_item img { float: right; margin: 0 9px 3px 0; height: 72px; border: none;}				

		.title_item a.ii_title {
			position: absolute;
			color: #0000FF; 
			font-size: 12pt; 
			font-weight: bold;
		}

		.title_item a.ii_title:hover {
			color: red;
			text-decoration: none;
		}


		.article_item { 
			padding-top: 10px;
			padding-left: 20px;
			padding-right: 20px;
			padding-bottom: 10px; 
			margin-bottom: 20px; 
			border: thin dashed #1995C2;
			clear: left; 
		}

		.article_item a { color: #0000FF; background: inherit; font-size: 10pt; font-weight: bold;}
		.article_item a:hover { font-weight: bold; color: red; background: inherit;}
		.article_item a.title { color: #B41A1A; background: #FFF; }
		.article_item img { float: right; margin: 0 0 10px 0; border: none;}		

		.product_item { 
			padding: 10px; 
			margin-bottom: 20px; 
			border: thin dashed #1995C2;
			clear: left; 
		}

		.product_item a { color: #0000FF; background: inherit; font-size: 10pt; font-weight: bold;}
		.product_item a:hover { font-weight: bold; color: red; background: inherit;}
		.product_item a.title { color: #B41A1A; background: #FFF; }
		.product_item img { float: right; margin: 0 9px 3px 0; height: 100px; border: none;}				
		.product_item .morelink a { color: #008000; background: inherit; font-size: 8pt;}


		
	.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: #808080;
	background: #f0f0f0;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;
}
.footer p {	line-height: 2em; }
.footer a {	color: #4F4F4F; background: #f0f0f0; border-bottom: 1px dotted #808080; text-decoration: none; } 


#footermainPan{background:url(images/footerbg.gif) 0 0 repeat-x #6B6854; color:#fff; position:relative; margin:0 auto; height:227px; clear:both;}
#footerPan{margin:0 auto; border: thin solid red}
#footerPan ul{position:relative; list-style-type: none;}
#footerPan li{float:right; }
#footerPan ul li a{color:#4F4F4F; text-decoration:none;}
#footerPan ul li a:hover{text-decoration:underline;}


	#site_picture_border {
	border: thin solid #1995C2;
	padding: 0;
	margin: 0;
	width: 456px;
	height: 156px;	
		text-align: center;
	margin-bottom: 10px;
	}
	
	#site_picture {
		padding: 0;
		margin: 0;
		width: 450px;
		height: 150px;	
		border: 3px solid white;
		background-color: Navy;
		background-repeat: no-repeat;
		background-position: 0 0;
		text-align: center;
	}