/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #787878;
	background: #ffffff;
	xtext-align: center;
}

.hidden {
	display: none;
}

a {
	color: #787878;
	text-decoration:underline;
}
a:hover {
	color: #538b14;
}

h1, h2, h3 {
	margin: 0;
	xfont-weight: bold;
	color: #272727;
}

h1 {
	font-family:Tahoma;
	text-transform:uppercase;
	color:#538b14;
	font-size: 18px;
}

h2 {
	font-family:Tahoma;
	text-transform:uppercase;
	color:#538b14;
	font-size: 13px;
}

h3 {
	font-family:"Amazone BT";
	color:#474747;
	font-size: 20px;
}
div.float {
  float: left;
}


/* PAGE CONTAINER */
#page-container {
	width: 960px;
	margin: auto;
	text-align: left;
	background:url(../images/back_bottom.gif) no-repeat bottom right;
}


/* Main Navigation */

#main-nav { height: 50px; }



/* HEADER */
#header {
	xbackground: blue;
	height: 372px;
	x_margin-top:-350px;
}


/* PAGE CONTENT */
#pag-content {
	width: 960px;
	text-align: left;
	background:url(../images/back_top.gif) no-repeat top left;
}


/* SIDE BAR */
#sidebar-a {
	float: right;
	width: 195px;
	height:434px;
	background:url(../images/back_parteneri.gif) no-repeat top left;
	text-align:left;
}
#sidebar-a .padding {
	padding: 25px 20px 10px 25px;
}


/* CONTENT */
#content {
	margin-right: 195px;
	line-height: 18px;
	xbackground: green;
}
#content .padding {
	padding: 25px 20px 25px 20px;
}

#content_first {
	width:360px;
	display:inline;
	float:left;
	xbackground:#CC9933;
}
#content_second {
	width:25px;
	display:inline;
	float:left;
	xbackground:#CC0000;
}
#content_third {
	xbackground:#CCCCCC;
}
#div_produs_home {
	float:none;
	_float:left;
	position:relative;
	z-index:5;
	xbackground:url(../images/back_produs.gif) no-repeat;
	width:765px;
	height:132px;
	text-align:left;
	top: 20px;
	_top: 10px;
	left:-20px;
}
.div_produs {
	background:url(../images/back_produs.gif) no-repeat;
	width:730px;
	height:130px;
	text-align:justify;
	padding:20px 15px 10px 20px;
	xleft:-20px;
	xborder:1px solid #FF0000;
}

/* FOOTER */
#footer {
	color: #000000;
	clear:both;
	padding: 65px 0px 20px 0px;
	line-height: 10px;
	text-align:center;
	xbackground:#996600;
}
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #538b14;
}

.next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
}
.next1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.inlinefloatleft {
	display:inline;
	float:left;
}
