/* 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: url(./images/bg_strip.jpg) repeat-x; color: #454545; }
a { color: #0E4D8B; background: inherit; }
a:hover { color: #000; background: inherit;}
a.title { color: #B41A1A; background: #FFF; }


/* customizes the header for content, menu/sitemp stuff */
h1 { font: bold 1.5em Arial, Sans-Serif; letter-spacing: 0px; padding: 0px 0 0 0px; 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(./images/input.gif); padding: 4px; color: #808080; }
input.f-submit { height: 24px; font-weight: bold; width: 53px; border: none; background: #D96855 url(./images/button.gif); padding: 3px; color: #FFF; }

/* layout
   ------ */

.content {
	margin: 10px auto;
	width: 768px;
	background: url(./images/bg_mid3.jpg) repeat-y;
	color: #454545;
	
}

.logo {	padding: 18px 0 0 3px; }

/* header */
.header_top { background: url(./images/bg_top2.jpg) no-repeat; color: #FFF; height: 15px; }
.header { padding: 0px 10px 0 10px;}

/* .header_bottom { clear: both; background: url(./images/bg_mid3.jpg) repeat-y; color: #FFF; height: 15px; } --Ali took this out */
    
/* navigation */
#nav { width:100%; float:left; }
#nav ul { margin:0; list-style:none; padding: 0; }
#nav a, #nav strong, #nav span { float:left; display:block; color:#000000; padding: 7px 20px 4px 10px; background: url(./images/nav.jpg) no-repeat 100% 0px; text-decoration:none; font-weight: bold; }
#nav a { float:none; }
#nav li { float:left; color: #FFF; background: url(./images/nav.jpg) no-repeat 0px 0px; margin:0; padding:0 0 0 9px; }
#nav #current { background: url(./images/nav.jpg) no-repeat 0 -41px; color: #FFF; }
#nav #current a { background: url(./images/nav.jpg) no-repeat 100% -41px; padding:7px 20px 4px 11px; color:#FFF; }
#nav a:hover { color:#339933; background: url(./images/nav.jpg) no-repeat 100% 0px; }   

#sub_nav { width:100%; float:left; background: url(./images/sub_nav_bg.jpg) no-repeat;}
#sub_nav ul { margin:0; list-style:none; padding: 0; }
#sub_nav a, #sub_nav strong, #sub_nav span { float:left; display:block; color:#000000; padding: 7px 15px 4px 15px; no-repeat 100% 0px; text-decoration:none; font-weight: bold; }
#sub_nav a { float:none; }
#sub_nav li { float:left; color: #FFF; margin:0; padding:0 0 0 0px; }
#sub_nav #current { color: #FFF; }
#sub_nav #current a { color:#FFF; }
#sub_nav a:hover { color:#FFF; }  


#box {
	float:left; 
	min-height:200px;
  	height:auto !important;
  	height:200px;
	/*width:136px !important; 
	width:130px; 
	background:transparent; 
	margin:0 0 0 1px !important;
	margin:0 0 0 0px;
	padding:0px;*/
}

/* this area gives you info for the left column */
#box a{
  color:#0E4D8B;
  font: normal 12px verdana, sans-serif;
  margin:1px 0 1px 0;
  padding:0px 3px 0px 4px;
  text-decoration:none;
  display:block;
  width:130px;
  /*border:1px solid #BFE1ED;*/
}

#box a:hover{
  color:#000000;
  background:#ffffff;
  /*border:1px solid #1995C2;*/

}

#box a.level1-act {
  color:#C43219;
  background:#ffffff;
  width:130px;
  /*border:1px solid #C43219;*/
}

.sf_left {
	position: relative;
	left: -45px; 
	top: -80px; 
	width: 220px;
	height: 115px;
/*	color: #FFFFCC; */
	padding: 0px 0 0px 0px;
}

.sf_right {
	width: 580px;
	float: right;
}

.sf_search {
	clear: both;
	background: #CA090D url(./images/searchbg.gif) repeat-x bottom left; 
	color: #FFE4E0;
	border-top: 1px solid #AA1717;
	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: 760px;
	margin: 0 0 10px 0;
}

	
	/* this is the left column sizing */
	#box {
		padding: 0 4px 0 5px;
		margin: 0;
		width: 130px;
		color: #595959;
	}
	
	
/* treatment of lists in left column .. such as site map */
#box ul { margin-left: 0; padding-left: 0; list-style-type: none;}
#box a { display: block; padding: 0px 0px 0px 10px; width: 115px; background-color: #FFFFCC;}
#box a:link, #box a:visited { color: #0E4D8B; background: inherit; text-decoration: none; }
#box a:hover { background-color: #bd3321; color: #fff; }

		/* left and central column */
		.left_side { float: left; width: 130px; padding: 0px 5px 8px 8px; }
		.right_side { float: left; width: 595px; margin: 0 5px 0 5px; text-align: justify; }
		
		.article { padding: 0 5px 0 0px; margin-bottom: 20px; }
		
	.grey_top { clear: both; width: 382px; background: #EDEDED url(./images/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(./images/grey_bottom.gif) no-repeat bottom left; color: #808080;	}
		
	.grey a {
		color: #C83C3C;
		background: inherit;
		font-weight: bold;
	}
	
	.grey a:hover {
		color: #000;
	}
	
	.highlight {
		padding: 5px 3px 5px 3px;
		margin: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
	}
	
.copyright {
margin-top: 5px;
color: #FFFFFF;
}
		
/* right side
   ---------- */
		
/* decided not to use a right column 
.right { float: right; width: 310px; margin: 0 25px 5px 0;}  */
		
/* Wasn't sure why this was here .. so I took it out: 
img { float: left; margin: 0 9px 3px 0; } */

/* footer
   ------ */

.footer { 
	clear: both; 
	text-align: center;
	background: url(./images/footer_bg.jpg) repeat-x;
	padding: 10px 0 5px 0;
	border-top: 1px solid #eee;

}
.footer p {	line-height: 2em; }
.footer a {	color: #FFFFFF; text-decoration: none; }

/* IMAGE LINK BORDER FIX */
.imagelink img {
  border:0px;
  margin-left:-10px;
}

/* IE 6 HACKS */
* html .header { margin-bottom:-80px; }
* html .footer { margin-top:80px; height:43px;}
