@charset "utf-8";
/* CSS Document */

/****************************
		RESET STYLES 
****************************/
    html, body, div, span,   
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
    a, abbr, acronym, address, big, cite, code,  
    img, ins, kbd, q, s, samp,  
    small, strike, strong,   
    dl, dt, dd, ol, ul, li,  
    fieldset, form, label, legend,  
    table, caption, tbody, tfoot, thead, tr, th, td {  
       margin: 0;  
       padding: 0;  
       border: 0;  
    
       font-size: 100%;  
       
       background: transparent;  
   }  
   body {  
       line-height: 1;  
   }  
   ol, ul {
	line-height: 1.4em;
   }  
   li{
	   list-style:none;
   }
   table {  
       border-collapse: collapse;  
      
   }  

/********************************/


/************************* 
		BODY STYLES 
**************************/
#body{
	background-color:#ffffff;	
	font-family:Tahoma, Geneva, serif;
	font-size: 110%;
	line-height: 1.5em; 
}
#wrap{
	padding:1px;
	margin:auto;
	position:relative;
	width:924px;
}
/****************************
		HEADER STYLES
******************************/
#header{
	background-image:url(../img/header.jpg);
	height:259px;
	width:924px;
}
.eea{
	margin-left:45px;
	margin-top:10px;
}
/***************************************
		MAIN CONTENT 
****************************************/

#main_cont{	
	background-image:url(../img/main_bkg.jpg);
	background-repeat:repeat-y;
	float:left;
	width:924px;
	margin-top:10px;

}
.link{
	float:right;
}
/***************************************
		LEFT_COL
****************************************/
#left_col{
	float:left;
	width:187px;
}

/*************************************
		MENIU
*************************************/
.meniu{
	color:#FFF;
	margin-top:2px;
	height:25px;
}
.menu_1 a{
	display:block;
	width:180px;
	height:30px;
	background:url(../img/b1.jpg) 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	margin-bottom:1px;
}
.menu_1 a:hover, active{
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	text-decoration:none;
	color:#FFF;
	background:url(../img/b1.jpg) 0 -30px;;
}
.menu_2 a{
	display:block;
	width:180px;
	height:30px;
	background:url(../img/b2.jpg) 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	margin-bottom:1px;
}
.menu_2 a:hover, active{
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	text-decoration:none;
	color:#FFF;
	background:url(../img/b2.jpg) 0 -30px;;
}
.menu_3 a{
	display:block;
	width:180px;
	height:30px;
	background:url(../img/b3.jpg) 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	margin-bottom:1px;
}
.menu_3 a:hover, active{
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	text-decoration:none;
	color:#FFF;
	background:url(../img/b3.jpg) 0 -30px;;
}
.menu_4 a{
	display:block;
	width:180px;
	height:30px;
	background:url(../img/b4.jpg) 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	margin-bottom:1px;
}
.menu_4 a:hover, active{
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	text-decoration:none;
	color:#FFF;
	background:url(../img/b4.jpg) 0 -30px;;
}
.menu_5 a{
	display:block;
	width:180px;
	height:30px;
	background:url(../img/b5.jpg) 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	margin-bottom:1px;
}
.menu_5 a:hover, active{
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	text-decoration:none;
	color:#FFF;
	background:url(../img/b5.jpg) 0 -30px;;
}
.menu_6 a{
	display:block;
	width:180px;
	height:30px;
	background:url(../img/b6.jpg) 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	margin-bottom:1px;
}
.menu_6 a:hover, active{
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	text-decoration:none;
	color:#FFF;
	background:url(../img/b6.jpg) 0 -30px;;
}
.menu_7 a{
	display:block;
	width:180px;
	height:30px;
	background:url(../img/b7.jpg) 0 0 no-repeat;
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	margin-bottom:1px;
}
.menu_7 a:hover, active{
	display:block;
	overflow:hidden;
	text-indent:-1000000%;
	text-decoration:none;
	color:#FFF;
	background:url(../img/b7.jpg) 0 -30px;;
}
#back{
	margin-top:200px;
	float:right;
	margin-left:5px;
	width:185px;
}
#back a{
	color:#b54a3e;
	text-decoration:none;
}
#back a:hover, active{
	color:#b54a3e;
	text-decoration:underline;
}
/*************************************
		MAIN
*************************************/
#main{
	float:left;
	width:520px;
	padding-top:2px;
	margin-left:5px;
}
#main h1{
	font-size:24px;
	font-weight:bold;
}
#main h2{
	font-size:16px;
	font-weight:bold;
	color:#b54a3e;
}
#main p{
	line-height:1.4em;
}
#main .p1{
	text-indent:0px;
	line-height:1.4em;
}
#main b{
	color:#b54a3e;
}

#pag{
	float:right;
}

#main a{
	color:#b54a3e;
	text-decoration:none;
}
#main a:link{
	color:#b54a3e;
}
#main a:visted{
	color:#b54a3e;

}
#main a:hover{
	color:#b54a3e;
	text-decoration:none;
}

#contact_main{
	background-image:url(../img/contact_logo.jpg);
	background-repeat:no-repeat;
	background-position:90% 90%;
	padding:5px;
	margin-top:40px;
	margin-left:30px;
	margin-right:10px;
	font:Arial, Helvetica, sans-serif;
	border:1px solid #999;
}
#contact_main h2{
	color:#6a5914;
	font-size:2px;
	margin-bottom:15px;
	border-bottom:1px solid #CCC;
}
/*************************************
		RIGHT_COL
*************************************/
#right_col{
	float:right;
	width:198px;
	overflow:hidden;

}

#right_title{
	height:23px;
	border-bottom:1px solid #bcbcbc;
	padding-top:5px;
}
#right_title h2{
	font-weight:bold;
	font-size:18px;
}
#right_logo{
	border-top:1px solid #FFF;
	margin-bottom:5px;
	padding-bottom:5px;
	
}
.right_logo{
	margin-top:10px;
	margin-left:62px;
	margin-bottom:10px;
	
}
.right_logo1{
	margin-top:5px;
	margin-left:30px;

}

/***************************************/
/*************************************
		FOOTER
*************************************/
#footer{
	margin-top:20px;
	border-top:1px solid #CCC;
	clear:both;
	width:922px;
	height:110px;
	padding-left:5px;
	padding-top:5px;
}
#footer a{
	text-decoration:none;
	color:#b54a3e;
}
#footer a:visited{
	text-decoration:none;
	color:#b54a3e;
}
#footer a:hover{
	text-decoration:underline;
	color:#b54a3e;
}
/*************************************/

/**************************************
		OTHER 
		
**************************************/
.inline{
	display:inline;
}

