/*   # = id 
 *   . = class
*/  



/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #FFFFFF url(../site_images/bg.gif) repeat-x;
	line-height: 16px; 
}

#content {
	margin: 0px auto; 
	width: 880px; 
}

.header { 
	/* height: 45px; */
	height: 119px; 
	margin: 0px 0 2px 0; 
	padding: 0px 0 0 5px;
	border-top: 4px solid #000;
	background: #FFF url(../site_images/headerbg.gif) repeat-x bottom left;
	color: #808080;
}

#headerlogo {
	float: left;
	background-image:url('../site_images/oberto.jpg');
        background-repeat: no-repeat;
        height:100px;
        width:374px; 
        border:0px solid #000;
	padding: 0px 0 20px 0px

}

#headerimg {
	float: left;
	background-image:url('../site_images/clothesline.jpg');
        background-repeat: no-repeat;
        height:100px;
        width:348px; 
        display: inline;
        border: 0px solid #000;
	padding: 0px 0 20px 0px;
}
	


.searchform {
	float: right;
	padding: 22px 5px 0 0;
}

.subheader {
	clear: both;
	height: 23px;
	margin: 0 0 10px 0;	
}

.subheader_left {
	line-height: 28px;
	width: 193px;
	background: #33ADDB url(../site_images/hmleftbg.gif) repeat-x;
	color: #FFFFFF;
	padding: 0 5px 0 5px;
}

.subheader_left a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;

}

.subheader_right {
	background: #F6F6F6 url(../site_images/hmrightbg.gif) repeat-x;
	color: #626262;
	line-height: 29px;
	
	float: right;
	width: 674px;
	
}

.subheader_right a {
	margin: 0px 2px 0 0;
	padding: 7px 10px 8px 10px;
	color: #626262;
	background: inherit;
	font-weight: bold;
	text-decoration: none;
}

.subheader_right a:hover {
	background: #33ADDB url(../site_images/hmleftbg.gif) repeat-x;
	border-top: 1px solid #1A83AC;
	color: #FFFFFF;
}

.left {
	float: left;
	padding: 5px 0 0 5px;
	width: 190px;
}

.right {
	float: right;
	width: 660px;
	margin: 0 0 20px 0; 
	padding: 5px 0 0 15px; 
	color: #000;
	background-color: #FFFFFF; 
	border-left: 1px solid #e6e6e6;
}

#singlecontent {
	border-left: 0px solid #e6e6e6;  
        width:850px;
        padding:15px;
        margin:30px 0px;  

}

.footer { 
	clear: both; 
        /* color: #6AC65D; */
	color: #999999;  
	background-color: #FFFFFF;
	padding: 10px 0 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: center;  
	line-height: 13px;
}

.footer a { 
	text-decoration: underline; 
        /*color:#6AC65D;*/
}

form.search {
	padding: 0; 
	margin: 0; 
}

a {
	color: #33ADDB;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: transparent;
}


