/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body {
	background:#FFFFFF;
	font-family: Arial,Verdana, Tahoma,  sans-serif;
	font-size: 9pt;
	margin: 0; padding: 0;
}

/* Header */

#header {
	width: 100%;
	height: 100px;	
}
#header-left{
	float:left;
}
#header-right{
	float:right;
}

/* Banner */
.banner {
	padding: 25px 10px 0 0px;
}
/* Navigation bar */

#nav-left{
	background: #afdb2b url(../images/nav-right.gif);
	background-position:right;
	background-repeat:no-repeat;	
	margin: 0 auto;
	padding:0;		
}
#nav-right{
	background: url(../images/nav-left.gif);
	background-repeat:no-repeat;	
	margin: 0;
	padding:0;			
}
#nav{
	margin-left: 10px;
	margin-right: 10px;
	height:38px;
	padding: 4px 0 0 0;
	font-size: 10pt;
	background: #afdb2b url(../images/nav-bg.gif);	
}
#nav a{
	display:block;
	float:left;
	margin:5px 5px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding: 4px 2px 0 2px;
	text-align:center;	
	background: #afdb2b;	
}
#nav a:hover{
	text-decoration:underline;
}

#trail {
	clear:both;
	color:#262626;
	font-weight:bold;
	font-size:10pt;
	font-style:italic;
	height:26px;
	padding: 8px 10px 0 10px;
}
#trail a {
	text-decoration:none;
	color:#262626;
	font-weight:bold;
}
#trail a:hover {
	text-decoration:underline;
}
	
/* left side
   --------- */
/* main */
#wrapper {
    padding: 5px 10px 15px 10px;
	margin: 0;
	background: #FFFFFF;
}

#left {
	float :left;
	margin:0px;
	width: 200px;
}

#right {
	float: right;
	margin: 0px;
	width: 5px;	

}
.left {float:left; }
.right {float:right;}

#middle {
	margin-left: 207px;
	margin-right: 7px;
    padding: 0px 3px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/ 
* html #left {
  margin-right: 7px;
  }
* html #right {
  margin-left: 7px;
  } 
* html #middle {
  height: 1%;
  margin-left: 0;
  } 
/* End hide from IE5/mac */

/* Sidebar */
.sidebar-top2 {
	background: #1e3a07 url(../images/sidebar-top2.gif);
	padding:0px;
	margin: 0px;
	height:5px;
	font-weight:bold;
	text-align:center;
}
.sidebar-bg2 {
	color:#FFFFFF;
	background: #1e3a07 url(../images/sidebar-bg2.gif);
	font-size:10pt;
	padding: 0px;
	margin: 0px;
}
.sidebar-bg2 a{
	color:#FFFFFF;
	text-decoration:none;
}
.sidebar-bg2 a:hover{
	color:#afdb2b;
	text-decoration:underline;	
}
.sidebar-bottom2 {
	background: top left no-repeat url(../images/sidebar-bottom2.gif);
	padding:0px;
	margin: 0px;
	height:5px;
}
.sidebar-top {
	background: url(../images/sidebar-top.gif);
	margin: 0px;
	padding:8px 0px 0px 0px;
	height:22px;
	width:200px;
	color:#262626;
	font-weight:bold;
	text-align:center;
}
.sidebar-bg {
	color:#5e5e5e;
	background: url(../images/sidebar-bg.gif);
	font-size:10pt;
	padding:0px;
	margin: 0px;
}
.sidebar-bottom {
	color:#5e5e5e;
	background: top left no-repeat url(../images/sidebar-bottom.gif);
	height:15px;
	width:200px;	
	padding:0px;
	margin: 0px;
}
.sidebar-bg a{
	color:#5e5e5e;
	text-decoration:none;
}
.sidebar-bg a:hover{
	text-decoration:underline;
	background: left top no-repeat url(../images/arrow.gif);
}
.scontent{
	padding:5px 5px 5px 15px ;
}
.scontent a {
	background: left top no-repeat url(../images/arrow.gif);
	padding: 0 0 0 15px ;
}
.scontent2{
	padding:5px;
	text-align:center;
}
.scontent3{
	padding:5px 10px;

}
.scontent3 a{
	font-weight:bold;	
}
img.validator {
	border:0px;
}


.image {

	margin: 0 9px 3px 0;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
	border-top: 2px solid #666666;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

table { 
	border: 1px;
	cellpadding: 3px;
	cellspacing: 0px;
	font: 1em  Tahoma, sans-serif; 
	background: #fffff; 
	color: #000000; 
}

a {	color: #4e6800;	background: inherit; text-decoration: none;}
a:hover { color: #afdb2b; background: inherit; text-decoration: underline;}

h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #223403; background: inherit; font-weight: bold; }
h1 a, h2 a, h3 a{ text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

h3 a{ color: #000000; text-decoration: none; }
h3 a:hover { color: #FF6600; background: inherit; }

.nolist { margin: 0; padding : 0; list-style : none; }




form { 	margin: 0; }

input.search { 
	width: 292px; 
	border: 0;
	background: #FFF url(input.gif) no-repeat;
	padding: 4px; 
	color: #E0691A;
	font-weight: bold;
}

input.submit {
	background: #E0691A url(submit.gif) no-repeat;
	border: 0;
	padding: 4px 0;
	width: 65px;
	margin: 0 15px 1px 0;
	color: #FFF;
	font: bold 1em Arial, Sans-Serif;
}

input.login { 
	width: 150px;
	border: none; 
	
	padding: 4px; 
}


.search_field { 
	background: #fff no-repeat right; 
	color: #808080;
	clear: both;
	font-weight: bold;
	padding: 7px 25px 10px 10px;
	margin: 5px 0;
}

.grey {
	color: #808080;
	background: inherit;
	font-weight: normal;
}

.search_form { float: right; }

.subheader {
	margin: 0px 0 10px 0;
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 0;
	background: #A4A4A4;
	color: #fff;
}


/* General */
.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
