@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html { background-color: #000; }
body { color: #FFF; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: .8em; line-height: 1.5em; }
p { margin-bottom: 1em; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 1em; }
a, a img { outline: none; }
a img { border: none; }

#page { width: 960px; margin: 0 auto; height: 100%; text-align: center; background-color: #000; color:  #fff; }
#container { width:  960px; background: url(../images/containerBackground.jpg) repeat-y; overflow: auto; }
#column-left { width: 420px; float: left; padding: 10px; text-align: left; }
#column-right { width: 500px; float: right; padding: 10px; text-align: left; background: url(../images/columnRightBackground.jpg) no-repeat; background-position: right 150px;  }
#copyright { width: 960px; margin-top: 10px; border-top: 1px solid #333; padding-top: 10px; }

#logo-top-left { text-align: center; }
#buttons { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #333; }
div#buttons ul { margin: 0; padding: 0; }
div#buttons ul li { list-style-type: none; display: inline; }

#column-right h1, h2, h3, h4, h5, h6 { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-weight: normal; }
#column-right h1 { margin-bottom: 100px; padding-bottom: .5em; color: #333; letter-spacing: .3em; border-bottom: 1px solid #333; }
#column-right h2, #column-left h2 { letter-spacing: .2em; line-height: 1.5em; }
#column-right h3, #column-left h3 { letter-spacing: .2em; }
#column-right a, #column-left a { color: #e68000; text-decoration: none; }
#column-right a:hover, #column-left a:hover { color: #f2b147; text-decoration: underline; }

#copyright { color: #333; }
#copyright a { text-decoration: none; color: #333; }
#copyright a:hover { text-decoration: underline; color: #f2b147; }

a.buton-acasa img { background: url(../images/buttonAcasa.jpg) no-repeat; width: 70px; height: 70px; background-position: top; }
a:hover.buton-acasa img { background: url(../images/buttonAcasa.jpg) no-repeat; width: 70px; height: 70px; background-position: bottom; }
a.buton-aplicatii img { background: url(../images/buttonAplicatii.jpg) no-repeat; width: 70px; height: 70px; background-position: top; }
a:hover.buton-aplicatii img { background: url(../images/buttonAplicatii.jpg) no-repeat; width: 70px; height: 70px; background-position: bottom; }
a.buton-materiale img { background: url(../images/buttonMateriale.jpg) no-repeat; width: 70px; height: 70px; background-position: top; }
a:hover.buton-materiale img { background: url(../images/buttonMateriale.jpg) no-repeat; width: 70px; height: 70px; background-position: bottom; }
a.buton-lucrari img { background: url(../images/buttonLucrari.jpg) no-repeat; width: 70px; height: 70px; background-position: top; }
a:hover.buton-lucrari img { background: url(../images/buttonLucrari.jpg) no-repeat; width: 70px; height: 70px; background-position: bottom; }
a.buton-preturi img { background: url(../images/buttonPreturi.jpg) no-repeat; width: 70px; height: 70px; background-position: top; }
a:hover.buton-preturi img { background: url(../images/buttonPreturi.jpg) no-repeat; width: 70px; height: 70px; background-position: bottom; }
a.buton-contact img { background: url(../images/buttonContact.jpg) no-repeat; width: 70px; height: 70px; background-position: top; }
a:hover.buton-contact img { background: url(../images/buttonContact.jpg) no-repeat; width: 70px; height: 70px; background-position: bottom; }

.illustration-right { float: right; }
.link-top { font-size: .9em; font-weight: bold; float: right; }

div.link-uri-materiale { float: right; }
.link-uri-materiale ul { }
.link-uri-materiale ul li { list-style-type: none; text-align: right; }

div.link-uri-materiale-right { float: left; }
.link-uri-materiale-right ul { }
.link-uri-materiale-right ul li { list-style-type: none; text-align: left; }

table { margin-bottom: 1em; }
.table-preturi tr td { width: 250px; padding: 5px; border-bottom: 1px solid #222; }
.table-preturi-header { background-color: #111; font-size: 1.2em; padding: 5px; }

div.formular-contact {
	padding: 10px;
	border: 1px solid #333;
	background-color: #111;
	}

div.feedback {
	width: 550px;
	margin: 100px auto 0 auto;
	text-align: center;
	padding: 20px;
	border: 1px solid #333; 
	}
	
div.feedback a {
	color: #e68000;
	text-decoration: none;
	font-weight: bold; 
	}
	
div.feedback a:hover {
	text-decoration: underline; 
	}
	
ul.galerie {
	margin: 0 auto; 
	width: 420px;
	}
	
ul.galerie li {
	list-style-type: none;
	display: inline;
	width: 96px;
	height: 96px;
	}

ul.galerie li a img {
	border: 2px solid #dedede;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
	filter:alpha(opacity=75); 
	opacity: 0.75;
	}
	
ul.galerie li a:hover img {
	border: 2px solid #ff6600;
	filter:alpha(opacity=100); 
	opacity: 1;
	}
	
div#utile {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	}
	
div#utile div.utile-stocuri, div#utile div.utile-wta, div#utile div.utile-utilis, div#utile div.utile-top123, div#utile div.utile-infofirme
	{
	float: left;
	padding: 0 5px;
	}

