/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, div
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */


body {
	height: 100%;
	margin:0px;
  	padding:0px;
	background-color:#e6e7e7;
	font-family:tahoma;
	font-size:13px;
	background: #e6e7e7 url(images/background.gif) repeat-y top center; 
}
#container{
width:974px;
height:auto;
margin:auto;
}
#stanga{
width:306px;
float:left;
font-family:tahoma;
font-size:12px;
color:#ffffff;
background-color:#3c3e43;
}
#stanga_i{
width:598px;
float:right;
font-family:tahoma;
font-size:12px;
color:#ffffff;
background-color:#3c3e43;
}
#centru{
width:376px;
float:right;

}
#centru_i{
width:376px;
float:left;

}
#dreapta{
width:292px;
float:right;
font-family:tahoma;
font-size:12px;
color:#ffffff;
background-color:#3c3e43;
}
.butoane_home{
	width:76px;
	height:51px;
	float:left;
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#3c3e43;
	background-color:#ffffff;
	padding-left:27px;
	padding-right:27px;
	text-align:center;
}
.butoane_home_i{
	width:76px;
	height:51px;
	float:right;
	font-family:tahoma;
	font-size:16px;
	font-weight:bold;
	color:#3c3e43;
	background-color:#ffffff;
	padding-left:27px;
	padding-right:27px;
	text-align:center;
}

.butoane_home a,.butoane_home a:visited  {
	color:#3c3e43;
}

.butoane_home a:hover {
	color:#aeacac;
}
.butoane_home_i a,.butoane_home_i a:visited  {
	color:#3c3e43;
}

.butoane_home_i a:hover {
	color:#aeacac;
}
.butoane_icoane a,.butoane_icoane a:visited  {
	color:#3c3e43;
}

.butoane_icoane a:hover {
	color:#aeacac;
}
.butoane_produse a,.butoane_produse a:visited  {
	color:#3c3e43;
}

.butoane_produse a:hover {
	color:#aeacac;
}
.butoane_contact a,.butoane_contact a:visited  {
	color:#3c3e43;
}

.butoane_contact a:hover {
	color:#aeacac;
}
.butoane_produse_i a,.butoane_produse_i a:visited  {
	color:#3c3e43;
}

.butoane_produse_i a:hover {
	color:#aeacac;
}

.butoane_icoane{
width:120px;
height:51px;
float:right;
font-family:tahoma;
font-size:16px;
font-weight:bold;
color:#3c3e43;
background-color:#ffffff;
padding-left:27px;
padding-right:27px;
text-align:center;
}

.butoane_contact{
width:82px;
height:51px;
float:right;
font-family:tahoma;
font-size:16px;
font-weight:bold;
color:#3c3e43;
background-color:#ffffff;
padding-left:27px;
padding-right:27px;
text-align:center;
}
.butoane_produse{
width:100px;
height:51px;
float:left;
font-family:tahoma;
font-size:16px;
font-weight:bold;
color:#3c3e43;
background-color:#ffffff;
padding-left:27px;
padding-right:27px;
text-align:center;
}
.butoane_produse_i{
width:100px;
height:51px;
float:right;
font-family:tahoma;
font-size:16px;
font-weight:bold;
color:#3c3e43;
background-color:#ffffff;
padding-left:27px;
padding-right:27px;
text-align:center;
}
#text_stanga{
	clear:both;
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
}

#text_dreapta{
	clear:both;
	padding-left:15px;
	padding-right:15px;
	padding-top:30px;
	padding-bottom:30px;
}
#text_dreapta_i{
	clear:both;
	padding-left:3px;
	padding-right:3px;
	padding-top:30px;
	padding-bottom:30px;
}

.border_icoane_dreapta{
	width:282px;
	background-color:#fcf8f8;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.border_icoane_stanga{
	width:296px;
	background-color:#fcf8f8;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.border_icoane_dreapta img, .border_icoane_stanga img{
	border:2px #3c3e43 solid;
}



.border_icoane_stanga_i{
	width:588px;
	background-color:#3c3e43;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

.border_icoane_stanga_i img {
	border:2px #cf971e solid;
}

.titlu, .titlu:visited{
font-family:tahoma;
font-size:14px;
font-weight:bold;
color:#e1d7be;
padding-left:15px;

}
.titlu:hover{
font-family:tahoma;
font-size:14px;
font-weight:bold;
color:#d0b89d;
padding-left:15px;

}
.link, .link:visited{
font-family:tahoma;
font-size:11px;
color:#e6af19;
padding-left:15px;
text-decoration:underline;

}
.link:hover{
font-family:tahoma;
font-size:11px;
color:#f5c647;
padding-left:15px;
text-decoration:underline;

}

.copyright{
	background-color:#e6e7e7;
}
.titlu_i{
	font-family:tahoma;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}


.text_error{
	color:#E7BCBD;
	font-weight:bold;
}

