/*
	 Auto Generating Photo Gallery
	 by Chris Coyier
	 http://css-tricks.com
*/



*					{ margin: 0; padding: 0; }
body				{ /*font-size: 62.5%; font-family: Georgia, serif;
					  background: url(resources/bg.png) top center repeat-x #2a2a2a;*/ }
					  
a {color:#FFF;}

a img, img 			{ border: none; }

#page-wrap			{ width: 780px; margin: 10 auto; margin-top:10px; margin-left:10px; margin-bottom:10px;}

.photo-link			{ padding: 5px; margin: 5px; border: 1px solid #999; display: block; width: 100px; background-color:#FFF;
					  float: left; }
.photo-link:hover	{ border-color: white; background-color:#CCC; }

#contentForm {
  display: block;
  width: 350px;
  margin: 0px auto;/*this line will center the page*/
  padding: 10px;
  /*border: 1px solid black; */
  background-color: none;
}

/* and now the form formatting itself */
label {
  display: block;
  float: left;
  clear: left;
  Width: 150px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background-color:#CCC;
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

.logo {width:390px;
float:left;
}

.contact {width:155px;
float:right;
}

.index { width: 800px;
height: 348px;
background-image:url(images/index.jpg);
background-repeat:no-repeat;
}
.activitate { width: 800px;
height: 348px;
background-image:url(images/activitate.jpg);
background-repeat:no-repeat;
}
.produse { width: 800px;
height: 348px;
background-image:url(images/produse.jpg);
background-repeat:no-repeat;
}
.oferta { width: 800px;
height: 348px;
background-image:url(images/oferta.jpg);
background-repeat:no-repeat;
}
.galerie { width: 800px;
height: 348px;
background-image:url(images/galerie.jpg);
background-repeat:no-repeat;
}
.contactbg { width: 800px;
height: 348px;
background-image:url(images/contactbg.jpg);
background-repeat:no-repeat;
}

.text { width: 230px;
 padding:10px;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 color:#333;
 font-weight:bold;
 float:left;
}

.right { width: 520px;
 padding:10px;
 float:right;
}

.copy { background-color:#FFF;
font-size:10px;
 font-family:Arial, Helvetica, sans-serif;
 color:#666;
 font-weight:bold;
 text-align:center;
 padding:10px;
 height:40px;
}

#stylefour{position:relative;display:block;height:39px;font-size:11px;font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;border-top:4px solid #B30000;}
#stylefour ul{margin:0;padding:0;list-style-type:none;width:800px;}
#stylefour ul li{display:block;float:left;margin:0; width:160px; text-align:center;}
#stylefour ul li a{display:block;float:center;color:#666;text-decoration:none;padding:11px 10px 0 10px;height:23px;background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}
#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;background:#fff url(images/bgON.gif) no-repeat top right;}
