/* CSS Document */

body {
  background-image: url(img/background.gif);
  background-repeat: repeat;
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #cccccc;  
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #666666;  
  padding: 0;
  margin: 0;
  font-weight: normal;
  padding-left: 33px;
}

h2 {
  font-size: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #666666;  
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#continut { 	
  position:absolute;
  height: 400px; 
  width: 660px;
  margin: -250px 0px 0px -330px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 35px 20px;
  background-color: #101313;
  border: 1px solid #333333;
  overflow: no;
}

#important{ 	
  font-size: 10px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #666666;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 3px 0 3px 0;
  border-bottom: 1px solid #333333;
  background-color: #101313;
}

#left { 	
  float: left;
  height: 380px; 
  width: 135px;
  text-align: right;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
}

.newsletter-textfield {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #ff9900;
	border: 1px solid #ff9900;
	padding: 2px; 
	width: 117px;
	text-align: right;
}

.padding-left-15 {
	padding-left: 15px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-7 {
	padding-top: 7px;
}

.padding-12-5 {
	padding-top: 37px;
	padding-bottom: 5px;
}

.padding-47-5 {
	padding-top: 47px;
	padding-bottom: 5px;
}

.scris {
	font-size: 11px;
	color: #cccccc;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 10px;
}

.scris1 {
	font-size: 11px;
	color: #cccccc;
	font-family: Arial, Helvetica, Sans-Serif;
	padding-left: 15px;
	padding-right: 10px;
	margin-top: 3px;
}

a:link, a:active, a:visited { color: #ff9900; text-decoration: underline; }
a:hover { color: #ff9900; text-decoration: none; }

a.greylink:link, a.greylink:active, a.greylink:visited { color: #666666; text-decoration: underline; }
a.greylink:hover { color: #666666; text-decoration: none; }

.smallpics {
	border: 1px dotted #ffffff;
	margin-right: 8px;
}

#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{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}

#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; background: url(img/prev.gif) left 15%; background-repeat:no-repeat; }
#nextLink{ right: 0; float: right; background: url(img/next.gif) right 15%; background-repeat:no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(img/prev.gif) left 15%; background-repeat:no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/next.gif) right 15%; background-repeat:no-repeat; } 

#imageDataContainer{
	font: 11px Arial, 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: normal; color: #333; }
#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;
	}
	

/* 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 */ 

#footer { 	
  position: absolute;
  width: 660px;
  margin: 230px 0px 0px -330px;
  top: 50%; 
  left: 50%;
  text-align: left;
  padding: 20px;
  border: none;
}

.signature { 
  font-size: 10px;
  color: #666666;
  font-family: Arial, Helvetica, Sans-Serif;
}

.tabele { 
  font-size: 11px;
  color: #cccccc;
  font-family: Arial, Helvetica, Sans-Serif;
}

.tabele-header { 
  font-size: 11px;
  color: #000000;
  font-family: Arial, Helvetica, Sans-Serif;
}

.tabel-container {
	font-size: 11px;
	color: #cccccc;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 10px;
}

.style1 { color: #000000; }

.prodpix {
	border: 1px dotted #ffffff;
}

.contact-textfield {
	font-size: 11px;
	color: #cccccc;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #101313 !important;
	border: 1px solid #333333;
	padding: 2px; 
	margin-bottom: 7px;
	width: 150px;
	text-align: left;
	margin-top: 1px;
}

.contact-mesaj {
	font-size: 11px;
	color: #cccccc;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #101313;
	border: 1px solid #333333;
	padding: 2px; 
	width: 180px;
	height: 63px;
	text-align: left;
	margin-bottom: 7px;
	margin-top: 1px;
}

.main-img {
	float: right;
}

.error { color: #ff0000; }

.green { color: #4B996F; }

ul li {
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 120%;
	background: url(img/bullet.gif) 0 5px no-repeat;
	list-style-type: none;
}

ul {
	padding: 0;
	margin: 5px 0 0 10px;
}

