body  {
	font: 12px "Comic Sans MS";
	background: #3399CC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.container {
	width: 710px;
	margin: 55px auto 0 auto;/*80px*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/main.jpg);
	position: relative;
} 
.header {
	height: 110px;
	background-image: url(../images/top.jpg);
	color: #FFF;
	padding: 0 25px 0 0px;
} 
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 20px;
}
.mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.footer {
	padding: 0 25px;
	height: 50px;
	background: url(../images/footer.jpg) #39C scroll no-repeat left top;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 5px 0px 0 7px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {border: 0px}
h1 {
	font: normal 15px "Comic Sans MS";
	margin-top: 20px;
	text-align: center;
}

a {
	font-size: 12px;
	color: #000099;
	font-family: "Comic Sans MS";
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: none;
}
.style1 {
/*	font-family: Arial;*/
	font: 11px Arial;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 20px;
}
.style2 {
	font: 9px Arial;
	font-weight: bold;
}
.style3 {
	font: 12px Arial;
	padding-right: 5px;
	padding-left: 5px;
}
.logo {
	position: absolute;
	top: -45px;/*-73px*/
	left: 29px;
}
.flsh {
	position: absolute;
	right: 23px;
	top: 20px;	
}
.meniu {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	background-attachment: scroll;
	background-image: url(../images/cag_r6_c2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #FFF;
	margin: 0 8.5px 0 0.5px;
	padding-bottom: 1px;
}
.meniu a:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 6px;
}
.meniu a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 6px;
}
.meniu a:active {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px 6px;
}
.meniu a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000099;
	text-align: center;
	background-image: url(../images/hover.jpg);
	background-repeat: repeat-x;
	padding: 0px 6px;
	text-decoration: none;
	background-position: center;
}
.jos {
	color: #FFFFFF;
	text-align: right;
	float: right;
	margin: 5px 0 0 0;
	font: 10px Arial, Helvetica, sans-serif;
}
.titlu {
	font: normal 15px "Comic Sans MS";
	margin-top: 20px;
	text-align: center;
}
.main {
	text-indent: 0.5cm;
	text-align: justify;
	margin-left: 10px;
}
.main2 {
	text-indent: 0.5cm;
	text-align: justify;
	padding: 5px;
	background-color: #F0F0FF;
	vertical-align: top;
}
.text {
	text-align: justify;
	margin-left: 10px;
}
ul, li {
	list-style-type: square;
	font-size: 12px;
	margin-left: 0.2em;
	padding-left: 0.2em;
	list-style-position: inside;
}
.li2 {
	list-style-type: square;
	font-size: 12px;
	margin-left: 0.2em;
	margin-top: 30px;
	padding-left: 0.2em;
	list-style-position: inside;
}
.coloana1 {
	margin: 0px 0px 0px 10px;
	float: left;
}
.coloana2 {
	margin: 0px 0px 0px 10px;
	float: right;
}
.under {
	background: #FFFFFF url(../images/under.jpg) no-repeat scroll center center;
	width: 208px;
	height: 178px;
	margin: 20% auto;
}
.eu {
	text-align: right;
	padding: 0 5px 0 0;
}
.rosu {
	font-weight: bold;
	color: #FF0000;
}
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
.tmb {
	text-align: center;
	border: 1px solid #000066;
	background-position: center top;
}
.tmb2 {
	border: 1px solid #000066;
	margin: 5px;
	float: left;
}
.tmb3 {
	border: 1px solid #000066;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.tmb4 {
	border: 1px solid #000066;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.img {
	border: 1px solid #000066;
}
.mm {
	text-align: right;
	margin-right: 3px;
	margin-bottom: 0px;
}
.plus {
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
	padding: 0px 1px;
}
.cell {
	background-color: #FFFFCC;
	border: 1px solid #FFFF66;
	padding: 5px;
	margin: 10px 0;
}
.cell_txt {
	background-color: #fff;
	border: 1px solid #FFFF66;
	padding: 5px;
	margin: 0px;
	width: 375px;
	text-align: justify;
	float: right;
}
.cell_tmb {
	float: none;
	border: 1px solid #FFFF66;
	margin: 0px 0px 2px 0;
}
.cell_tmb2 {
	float: none;
	border: 1px solid #FFFF66;
	text-align: center;
	margin: 0 5px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cagbz {
	font-family: "Century Gothic";
	font-size: 12px;
	width: 170px;
	top: 85px;
	left: 20px;
	text-align: center;
	position: relative;
}
.icons {
	float: left;
	padding: 10px 0 0 0;
	width: 155px;
	height: 20px;
	text-align: center;
}
.ronin {
	position: absolute;
	bottom: 0px;
	right: 20px;
}

/* lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #0A0E45;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 

.black {
	background-color: #000000;
	padding: 2px 3px;
	color: #FFFFFF;
	font-weight: bold;
}
