@charset "UTF-8";
/* CSS Document */
		
		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
		
	
		
	
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color:#abc244; text-decoration: none;}
		noscript ol { margin-left: 25px; }
		
		a:focus { outline:none }
		
		a {color:#8BA51E; text-decoration:none;}
		
		a:hover {color:#FFCC00;}
		
		img { border: 0;
		}
		
		h3 { border-bottom: 1px solid #C90r; margin-bottom: 5px; padding-bottom: 3px; text-align: left; }
		
		body {
			background-image:url(bg.jpg);
			background-repeat:repeat-x;
			background-color:#7a6e00;
			color: #000;
			width: 900px;
			margin-left:64px;
			
		
			font-family: Verdana, Geneva, sans-serif;
		}
		#cont{
			margin-top:41px;
		}
		
		#logo{
			text-align:left;
			margin-left:36px;
			padding-bottom:2px;
		}
		
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 15px 0;
			
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #7a6e00; overflow: scroll}
		.csw .loading {margin: 230px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin-left:45px;
			width: 693px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 368px;
			float:left;
			background-color:#7a6e00;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 693px; /* Also specified in  .stripViewer  above */
			height:368px;
			background-color:#FFFFFF;
			background-repeat:no-repeat;
			padding-top:30px;
			
		
			
			
		}
		
	
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav {
			margin-left:52px;
			padding-top:1px;
			
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			
			
			color: #7a6e00;
			text-decoration: none;
			display: block;
			padding: 15px 5px;
		}
		
		.stripNav li.tab1 a { background-image:url(../images/LOLO_06.png); background-repeat:no-repeat; width:76px; height:15px; }
		.stripNav li.tab2 a {background-image:url(../images/LOLO_07.png); background-repeat:no-repeat; width:37px; height:15px;  }
		.stripNav li.tab3 a {background-image:url(../images/LOLO_08.png); background-repeat:no-repeat; width:61px; height:15px;   }
		.stripNav li.tab4 a { background-image:url(../images/LOLO_09.png); background-repeat:no-repeat; width:99px; height:15px;  }
		.stripNav li.tab5 a { background-image:url(../images/LOLO_10.png); background-repeat:no-repeat; width:60px; height:15px;   }
		
		.stripNav li.tab1 a.current { background-image:url(../images/LOLO_06a.png); background-repeat:no-repeat; width:76px; height:15px;   }
		.stripNav li.tab2 a.current {background-image:url(../images/LOLO_07a.png); background-repeat:no-repeat; width:37px; height:15 px;  }
		.stripNav li.tab3 a.current {background-image:url(../images/LOLO_08a.png); background-repeat:no-repeat; width:61px; height:15px;   }
		.stripNav li.tab4 a.current { background-image:url(../images/LOLO_09a.png); background-repeat:no-repeat; width:99px; height:15px;  }
		.stripNav li.tab5 a.current { background-image:url(../images/LOLO_10a.png); background-repeat:no-repeat; width:60px; height:15px;  }
		
	
		
		.stripNav li a.current {
			
			color: #7a6e00;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 19px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			
		
			background-repeat:no-repeat;
			background-position:center;
		}
		
		.stripNavR {
					
			background-repeat:no-repeat;
			background-position:center;
		}
		
		#footer {
		width:693px;
		height:130px;
		background-image:url(../images/footer.jpg);
		background-repeat:no-repeat;
		float:left;
		margin-left:45px;
		margin-top:25px;
		margin-bottom:45px; 
		
		}
		
		.news {
		float:left;
		width:285px;
		height:120px;
		}
		
		#late { 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#abc244;
		padding-left:20px;
		padding-top:25px;
		float:left;
	
		}
		
		#thumbs {
	
		padding-top:5px;
		padding-left:18px;
		clear:left;
		}
		
		#info {font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#FFFFFF;
		float:right;
		margin-top:-70px;
		padding-top:10px;
		}
		
		.bloglinks { float:right;
		width:250px;
		height:120px; }
		
		.bloglink1 {width:93px;
		height:77px;
		float:right;
		padding-top:30px;
		padding-right:20px;
		}
		
		.bloglink2 {width:97px;
		height:55px;
		float:left;
		padding-top:35px;
		padding-left:25px; }
		
		.about {
			width:440px;
			height:273px;
			float: right;
			font-size:11px;
			padding-right:34px;
			padding-top:10px;
		}
		
		.ref{
			width:313px;
			height:310px;
			float:left;
			font-size:11px;
			padding-left:15px;
			line-height:1.5em;
			color:#8BA51E;
		}
		.ref h3{
			color:#000;}
		
		p{
			font-size:11px;
			line-height:17px;
		}
		
		.ileti{
			font-size:11px;
			padding-left:15px;
			width:244px;
			height:300px;
			}
			
		.galeri{
			width:435px;
			height:260px;
			font-family:Tahoma, Geneva, sans-serif;
			font-size:9px;
			letter-spacing:.1em;
			color:#000;
			font-weight:bold;
			margin-top:18px;
			margin-left:30px;
		}
		
		.mainnews {
		width:425px;
		height:300px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		padding-left:140px;
		padding-top:5px;
		
		}
		
		.mainnews img {
		padding-bottom:5px;
		padding-top:3px;
		padding-right:5px;
		margin-bottom:5px;
		margin-right:5px;
		}
		
		strong{
			color:#C00;
		}
		
		/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;

}

.vscrollerbase {
	width: 5px;
	background-color: #CCCCCC;
}
.vscrollerbar {
	width: 5px;
	background-color: #C00;
	padding-left:5px;
	
}
.hscrollerbase {
	height: 5px;
	background-color: #CCCCCC;
}
.hscrollerbar {
height: 5px;
background-color: #C00;
}

.scrollerjogbox {
width: 5px;
height: 5px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;

}

.flexcroll {
/* Typical fixed height and fixed width example */
width: 90%;
height: 90%;
overflow: auto;

/* IE overflow fix, position must be relative or absolute*/



}

/* hesido: notice the addition of emptyspace holder, it should slightly be bigger than the containing div */
/* and it should only be that big when fleXcroll is active for better degradation */
/* version 1.9.1 and up adds flexcrollactive class, but the script should work with 1.8.9 and up */
.flexcrollactive .emptyspace {
	height: 300px;
	}

/* you may optionally want to hide the scrollbars */
#mycustomscroll .vscrollerbase {
	visibility: hidden !important;
	
}