H5 a {
	FONT-SIZE: 20px;
	COLOR: #666;
	FONT-WEIGHT: normal;	
	FONT-FAMILY: Georgia; 
	TEXT-DECORATION: none;
	line-height: 22px;
}

.txt {
	FONT-SIZE: 12px;	
	FONT-WEIGHT: normal; 
	COLOR: #696969;	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height:19px;
}	


.clearer {
	clear: both; font-size: 0;
}

/* structure -------------------------------------------------------- */
.inner-container {
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	font-size: 1.2em;
/*	margin: 0 auto; */
	padding-top: 0px;
	width: 790px;
}

li {
	color: #ff7800;
}

/* start structura --------------------------------------------- */

.page {
	float: right;
	width: 790px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;	
}

.page-left {
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-bottom: 20px;	
	margin-right: 20px;	
	margin-left: 40px;
/*	text-align: justify;	*/
} 

.page-right {
	float: right;
	width: 230px;
	margin-right: 0px;
}
/* end structura --------------------------------------------- */

/* path ------------------------------------------------ */
.path {
	font-size: 11px;
	padding: 0px;
}

 /* START MENIU ---------------------------------------------------- */
#menu {
	height: 450px;
	width: 240px;	
	margin-left: 15px;
	padding: 50px 0px 0px 15px;
} 


/* Suckerdiv level menu items ---------------------------------------------- */
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 210px; /* Width of Menu Items */
	border-top: 1px solid #796352;
	border-right: 0px solid #fff;	
}
  
.suckerdiv ul li{
	position: relative;
}

.suckerdiv ul li ul{
	position: absolute;
	width: 300px; 
	top: 0;
	visibility: hidden;
	margin-bottom: 0px;
	margin-right: -1px;
	margin-left: -1px;	
	margin-top: -1px;
	border: 0px solid;
	border-top: 1px solid #796352;
	border-left: 1px solid #796352;	
	color: #538eb3;
} 

/* Sub level menu links style ----------------------------------------- */
.suckerdiv ul li a{
	font-size: 14px;
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
/*	font-weight: bold; */
	color: #fff; 
	padding: 4px 0px 4px 20px;
	text-transform: uppercase;
	text-decoration: none;
	background: url("/public/images/im_arrow_menu_off.gif") 5px 50% no-repeat;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	line-height: 30px;
	height: 30px;
    margin-right: 0px;
	border-bottom: #796352 1px solid;
	border-left: #fff 0px solid;
	border-right: #fff 0px solid;
} 
	
.suckerdiv ul li a:visited{ 
}  

.suckerdiv ul li a:hover{
	color: #fff;
	background: #90b233 url('/public/images/im_arrow_menu_on.gif') 5px 50% no-repeat;
}
  
.suckerdiv .subfolderstyle{
}

.suckertreesecond ul{
    background: #402a1a;
}
   
/* Holly Hack for IE \*/
  * html .suckerdiv ul li { float: left; height: 1%; }
  * html .suckerdiv ul li a { height: 1%; }
/* End */ 




div.hr {
	margin: 1em 0.25em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #efefef;
}



/*************************************
 Quotes and Blockquote 
*************************************/
.testimonial {
	background: #e9f5fd;
	margin: 0px;
	padding: 10px 5px 5px 10px;
	border-top: 1px solid #c5d7e4;
	border-bottom: 1px solid #c5d7e4;	
}

blockquote {
	background: url(/public/images/im_quote.png) 0 0 no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 6px 0 0 35px;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #00557c;
}
.quote {
	color:#4B4A4C;
	font:italic 1.5em/1.25em 'Cambria',Georgia,'Times New Roman',Times,serif;
	margin-bottom:0.5em;
}


/* form elements */
label {
	font-weight: bold;
	color: #847c35;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 	
	font: 14px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}
input:focus, select:focus, textarea:focus {
	color: #847c35;
	background: #EFFAE6;
}
#name, #email, #message, #website {
	width: 380px;
}
.submit { 
	margin: 0;
	padding: 2px 7px; 
	background: #fff;
	BORDER-TOP: #d4d4d4 3px double; 
	BORDER-LEFT: #d4d4d4 3px double;  
  	BORDER-RIGHT: #ebebeb 3px double; 	
	BORDER-BOTTOM: #ebebeb 3px double; 	
	COLOR: #666666;
	font: 17px 'Lucida Grande', Verdana, Helvetica, sans-serif;
}		

.submit:hover {
  background: #EFFAE6; 	
}

.mandatory {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #cc6600; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	line-height:28px;	
}

.text_gray {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #666666; 
	font-family: Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	line-height: 19px;	
}

/* footer --------------------------------------------------------- */

.footer {
	color: #000;
	text-align:center;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	clear: both;
}

.footer a {
	PADDING: 3px;	
	color: #ce730c;
	text-decoration: none;
}

.footer a:hover {
	PADDING: 3px;
	COLOR: #fff; 
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #ce730c;
	text-decoration: none;
}

.footerLeft {
	float: left;
	margin-left: 0px;
} 

.footerRight {
	float: right;
	margin-right: 0px;	
}


