html, body {
	height: 100%;
}
body {
	background: #00225E url(img/pattern.png);
	font-family: "Trebuchet MS";
	padding: 0;
	border: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
}
#wrapper {
	margin: 0 auto;
	width: 760px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background: #00225E;
	color: #fff;
}
#menu {
	background: #292990;
}
#menu a, #menu a:visited {
	padding: 5px;
	display: bloc;
	float: left;
	background: #292990;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 2px solid #fff; 
}
#menu a:hover{
	background: #00225E;
}
#header {
	height: 180px;
	background: url(img/logo.jpg) no-repeat;
}
#container {
	padding: 10px 15px;
}
#footer {
	background: url(img/logo_mic.jpg) no-repeat;
	padding: 10px 10px 10px 100px;

}
a, a:visited {
	color: #fff;
	text-decoration: none;
	border: 0;
}

.home, #menu a:hover.home, a#home, a:visited#home {
	border-bottom: 2px solid #ff0000;
}
.produse, #menu a:hover.produse, a#produse, a:visited#produse{
	border-bottom: 2px solid #8FB24A;
}
.catalog, #menu a:hover.catalog, a#catalog, a:visited#catalog{
	border-bottom: 2px solid #FFA500;
}
.firma, #menu a:hover.firma, a#firma, a:visited#firma {
	border-bottom: 2px solid #0099FF;
}
.contact, #menu a:hover.contact, a#contact, a:visited#contact {
	border-bottom: 2px solid #A9A9A9;
}

.clear {	clear:both;	height:1px;	overflow:hidden;}


form.general fieldset {width:550px; display:block; border:1px solid #fff; padding:5px; font-family:verdana, sans-serif; margin-bottom:0.5em; line-height:1.5em;}
form.general legend {
	font-family: georgia, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	border: 1px solid #fff;
	margin-bottom: 5px;
	padding: 3px;
	color: #fff;
	background: #292990;
}
form.general span {font-size: 0.9em; color: #000; background:#fff; }
form.general label {clear:left; display:block; float:left; width:200px; text-align:right; padding-right:10px; color:#fff; margin-bottom:0.5em;}
form.general input {border: 1px solid #fff; padding-left:0.5em; margin-bottom:0.6em; width: 250px;}
form.general select {margin-left:0.5em;}
form.general textarea {border:1px solid #fff; padding:0.5em; overflow:auto; background:#fff; width:244px; height: 170px;}
form.general .send_button, form.general .reset_button {color:#c00; padding-right:0.5em; cursor:pointer; width:205px; margin-left:8px;}
form.general .send_button:hover, form.general .reset_button:hover {color:#000;}

/* lightbox css */

#lightbox{
	position: absolute;
	top: 40px;
	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(img/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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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;
	}
#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: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

.tr0
{
background-color: #666666;
}

