* {
	margin: 0;
	padding: 0;
}

/* General */
body {
	background: #fff url(images/bg_body.gif) center top repeat-x;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #32393d;
}

p {
	line-height: 1.4em;
	margin: 0 0 15px 0;
}

a {
	color: #196297;
	text-decoration: underline;
}

a:hover {
	color: #d8261c;
}

h1 {
	font-size: 1.7em;
	color: #d8261c;
	margin: 5px 0 10px 0;
	font-weight: normal;
}

h2 {
	font-size: 1.4em;
	color: #d8261c;
	margin: 5px 0 10px 0;
	font-weight: normal;
}

h3 {
	font-size: 1.1em;
	color: #d8261c;
	margin: 5px 0 10px 0;
}

h4 {
	font-size: 0.9em;
	color: #d8261c;
	margin: 5px 0 10px 0;
}

h5 {
	font-size: 0.9em;
	color: #d8261c;
	margin: 5px 0 10px 0;
}

img, img a {
	border: 0;
}

ul, ol {
	margin: 10px 0 10px 25px;
	padding: 0;
}

li {
	margin: 4px 0 4px 0;
	line-height: 1.4em;
}

ul li {
	list-style-type: disc;
}

/* Forms */
form {
	margin: 0 0 20px 0;
	padding: 0;
}

fieldset {
	border: 1px solid #c4c4c4;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

input, textarea, select {
	color: #1e292b;
	font-size: 1em;
	font-weight: normal;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	background: #fff url(images/bg_input.gif) 0 0 repeat-x;
	border: 1px solid #c4c4c4;
	padding: 3px;
	margin: 0 5px 0 0;
}

.Radio, .Checkbox {
	background-image: none;
	background-color: transparent;
	border: 0;
}

textarea {
	overflow: auto;
}

select option {
	padding: 0 10px;
}

.Button { /* Submit */
	background: #32393d url(images/bg_submit.gif) 0 0 repeat-x;
	border: 1px solid #32393d;
	font-weight: bold;
	color: #fff;
	margin: 0 0 5px 0;
	padding: 2px 10px 2px 10px;
	vertical-align: top;
}

.ButtonLight { /* Submit */
	background: #fff url(images/bg_input.gif) 0 0 repeat-x;
	border: 1px solid #c4c4c4;
	font-weight: bold;
	color: #1e292b;
	margin: 0 0 5px 0;
	padding: 2px 10px 2px 10px;
}

/* Page Containers */
#Container {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

#ContainerBottom {
	clear: both;
	position: relative;
	width: 100%;
	background: #fff url(images/bg_container_bottom.gif) 0 0 repeat-x;
}

/* Top Navigational Menu */
#TopMenu {
	float: left;
	width: 350px;
	height: 60px;
	font-size: 0.8em;
	margin: 16px 0 0 20px;
	display: inline;
}

#TopMenu ul {
	margin: 3px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

#TopMenu ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 10;
	list-style: none;
}

#TopMenu li a {
	font-weight: bold;
	color: #1e292b;
	text-decoration: underline;
}

#TopMenu li a:hover {
	color: #d8261c;
	text-decoration: none;
}

#TopMenu li.Cos {
	background: url(images/cos_mic.png) 0 0 no-repeat;
	padding: 0 0 0 18px;
}

#TopMenu li.Platesc {
	background: url(images/bani_mic.png) 0 0 no-repeat;
	padding: 0 0 0 18px;
}

#TopMenu li div {
	display: inline;
}

/* Pages Menu */
.menu_line {
	width: 100%;
	height: 30px;
	background-image:url(images/menu_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#Menu {
	position: relative;
	clear: both;
	float: left;
	width: 980px;
	height: 31px;
	display: inline;
	z-index: 10;
	background: url(images/bg_navi_sublist.gif) -5000px 0 no-repeat; /* Preloads dropdown bg */
}

#Menu ul { /* Top level list */
	margin: 0;
	padding: 0;
	list-style: none;
	width: 980px;
}

#Menu li { /* Top level list item */
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/btn_navi_right.gif) 100% 0 no-repeat;
}

#Menu li.HasSubMenu { /* Top level list item with sub nav */
	background: url(images/btn_navi_right_arrow.gif) 100% 0 no-repeat;
}

#Menu li a { /* List item link */
	display: block;
	height: 24px;
	color: #fff;
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 13px 0 13px;
	background: url(images/btn_navi_left.gif) 0 0 no-repeat;
}

#Menu li.HasSubMenu a { /* List item link with sub nav */
	padding: 6px 23px 0 13px;
}

#Menu li.First a {
	background: url(images/btn_navi_left_first.gif) 0 0 no-repeat;
}

#Menu li ul { /* Sub list */
	float: left;
	position: absolute;
	left: 0;
	top: 30px;
	width: 175px;
	display: none;
	text-align: left;
	background: url(images/bg_navi_sublist.gif) 0 100% no-repeat;
	padding: 0 0 10px 0;
	z-index: 10;
}

#Menu li ul li { /* Sub list item */
	clear: both;
	color: white;
	text-align: left;
	background-image: none;
}

#Menu li ul li a { /* Sub list item link - Same width as li ul */
	color: #394852;
	padding: 2px 10px 0 10px;
	width: 160px;
	height: auto;
	font-weight: normal;
	font-size: 0.9em;
	background-image: none;
}

#Menu li ul li a:hover {
	text-decoration: underline;
}

#Menu li:hover { /* List item rollover */
	background-position: 100% -100px;
}

#Menu li:hover a, #Menu li.over a{ /* List item link rollover */
	background-position: 0 -100px;
	color: #394852;
}

#Menu li:hover ul, #Menu li.over ul {
	display: block;
}
/* Holly Hack. IE Requirement \*/
* html #Menu ul li { float: left; height: 1%; }
* html #Menu ul li a { height: 1%; }
/* End */
* html #Menu li:hover , * html #Menu li.over { /* List item link rollover */
	background-position: 100% -100px;
}

/* Outer Content Wrapper (Surrounds header & content) */
#Outer {
	clear: both;
}

#Wrapper {
	clear: both;
	float: left;
	width: 980px;
	display: inline;
}

/* Header */
#Header {
	width: 980px;
	height: 90px;
}

/* Logo */
#Logo {
	float: left;
	width: 165px;
	height: 60px;
	margin: 20px 0 0 20px;
	display: inline;
}

/* Top Search Form */
#SearchForm {
	float: right;
	width: 415px;
	height: 84px;
	background: url(images/bg_search.gif) 0 0 no-repeat;
	overflow: hidden;
}

#SearchForm form {
	clear: both;
	padding: 6px 0 0 0;
	margin: 0 0 0 20px;
}

#SearchForm label {
	display: none;
}

#SearchForm input {
	width: 275px;
	height: 16px;
	font-size: 0.9em;
	border: 1px solid #d7d7d7;
	padding: 3px 3px 3px 3px;
	margin: 5px 0 5px 0;
}

#SearchForm .Button {
	width: 92px;
	height: 24px;
	border: 0;
	padding: 0;
	margin-left: 5px;
	vertical-align: top;
}

#curs_valutar {
	float: left;
	font-size: 1em;
	background: url(images/flag_eur.gif) 0 2px no-repeat;
	padding: 0 0 0 23px;
	margin: 15px 0 0 20px;
	display: inline;
}

#curs_valutar span {
	display: none;
}

/* Left & Right Content Area */
.Left {
	float: left;
	width: 190px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 0;
}

.Right {
	float: right;
	width: 190px;
	padding: 20px 0 20px 0;
}

.Left .BlockContent, .Right .BlockContent {
	padding: 0 20px 0 20px;
}

.SideBox {
	list-style: none;
	background: url(images/bg_side_box.gif) 0 100% no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.SideBoxTop {
	margin: 0 0 10px 0;
	padding: 0;
	height: 5px;
	font-size: 0;
	background: url(images/bg_side_h2.gif) 0 0 no-repeat;
}


.Left ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -20px;
}

.Left li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.Left li a {
	display: block;
	width: 150px;
	color: #1e292b;
	font-size: 1em;
	text-decoration: none;
	background: url(images/bg_btn_side_navi.gif) 0 100% no-repeat;
	padding: 2px 0 5px 0;
	margin: 0 0 0 20px;
}

.Left li a:hover {
	color: #d8261c;
	background-position: -150px 100%;
}

.Left li.GroupTitle {
	width: 160px;
	font-weight: bold;
	background: #d8261c;
	padding: 3px 0 3px 10px;
	margin: 5px 0 5px 0;
	background: url(images/rosu-gradient-bg.jpg) repeat-x;
	height:24px;
	color: white;
}

.Left li.GroupTitle a {
	width: auto;
	margin: 0;
	padding: 0;
	background: transparent;
}

/* Footer - Call to action buttons */
#Box_Contact {
	clear: both;
	margin: 0 0 10px 0;
}

#Box_Contact a {
	display: block;
	width: 190px;
	height: 82px;
	background: url(images/box_contact.jpg) 0 0 no-repeat;
}

#Box_Contact a:hover {
	background-position: -190px 0;
}

#Box_Contact span{
	display: none;
}

#Box_Download {
	clear: both;
	margin: 0 0 10px 0;
}

#Box_Download a {
	display: block;
	width: 190px;
	height: 82px;
	background: url(images/box_download.jpg) 0 0 no-repeat;
}

#Box_Download a:hover {
	background-position: -190px 0;
}

#Box_Download span{
	display: none;
}

#Box_Forum {
	clear: both;
	margin: 0 0 10px 0;
}

#Box_Forum a {
	display: block;
	width: 770px;
	height: 82px;
	background: url(images/box_forum.jpg) 0 0 no-repeat;
}

#Box_Forum a:hover {
	background-position: -770px 0;
}

#Box_Forum span{
	display: none;
}

/* Primary Content Area */
.Content {
	float: left;
	width: 770px;
	min-height: 500px;
	padding: 20px 0 20px 0;
}

/* Page Footer */
#Footer {
	width: 980px;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	text-align: center;
}

#Footer p{
	/*width: 820px;*/
	font-size: 0.85em;
	color: #d8261c;
	line-height: 1.8em;
	margin-left: 20px;
}

#Footer .Small {
	font-size: 0.7em;
	color: #757575;
}

#Footer a, #Footer a:link, #Footer a:active, #Footer a:visited {
	text-decoration: none;
	color: #1E292B;
	margin: 0px;
}

#Footer a:hover {
	color: #d8261c;
}

#FooterLogos {
	background: url(images/bg_footer_logos.gif) 0 100% no-repeat;
	padding: 0 0 20px 20px;
	margin: 0 0 10px 0;
}

#FooterLogos img {
	margin: 0 15px 0 0;
}

/* Banda_linkuri */
.Banda_linkuri {
	width: 770px;
	background: url(images/bg_banda_linkuri.gif) 0 100% no-repeat;
	font-size: 0.75em;
	padding: 0 0 15px 0;
	margin: 0 0 20px 0;
}

.Banda_linkuri ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.Banda_linkuri li {
	display: inline;
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}

.Banda_linkuri li a {
	color: #196297;
	padding: 0 10px 0 0;
	background: url(images/banda_linkuri_divider.gif) 100% 2px no-repeat;
}

.Banda_linkuri li a:hover {
	color: #d8261c;
}

/* Clase divuri */

#nota_pret {
	min-height: 48px;
	background: url(images/ico_informatie.png) 0 0 no-repeat;
	padding-left: 53px;
	line-height: 20px;
}
#nota_pret span {
	color: #d8261c;
	font-weight: bold;
	font-size: 14px;
	}

/* Pagina principala - produse */

.pp_nume_produs {
	text-align: left;
	line-height: 16px;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	margin-right: 40px
}

.pp_imagine_produs {
	width: 100px;
	padding: 5px
}

.pp_pret_1 {
	font-size: 10px;
	line-height: 16px
}

.pp_pret_2 {
	font-size: 12px;
	color: #D8261C;
	font-weight: bold
}

a.pp_link_negru:link,a.pp_link_negru:active,a.pp_link_negru:visited {
	color: #000000;
	text-decoration: none;
} 

a.pp_link_negru:hover {
	color: #000000;
	text-decoration: none;
}

.afisare_prod
{
width: 200px;
height: 180px;
background-image: url(images/bg_prod.gif);
background-repeat: no-repeat
}

/* Afisare produse pe prima pagina - product box --> SFARSIT */

/* Comentarii produse */

.prod_com_sus {
background-image:url(images/com_bg_sus.jpg); background-position:center ; font-size: 9px; height: 16px
}

.prod_com_centru {
background-image:url(images/com_bg_mijloc.jpg); background-repeat:repeat-y;
padding-left: 20px;
padding-right: 20px;
}

.prod_com_jos {
background-image:url(images/com_bg_jos.jpg); height: 50px
}

.webmaster {
	margin-left: 25px;
	margin-top: 20px;
	background-image: url(images/ico_informatie.png);
	background-repeat: no-repeat;
	padding-left: 53px;
	min-height: 50px;
	line-height: 20px;
	}

.info {
	margin-left: 0px;
	margin-top: 20px;
	background-image: url(images/ico_informatie.png);
	background-repeat: no-repeat;
	padding-left: 53px;
	min-height: 50px;
	line-height: 20px;
	}

.cos {
	margin-left: 0px;
	margin-top: 20px;
	background-image: url(images/ico_cos.png);
	background-repeat: no-repeat;
	padding-left: 53px;
	min-height: 50px;
	line-height: 20px;
	}

.acasa {
	margin-left: 0px;
	margin-top: 20px;
	background-image: url(images/ico_acasa.png);
	background-repeat: no-repeat;
	padding-left: 53px;
	min-height: 50px;
	line-height: 20px;
	}

.detalii_produs {
	list-style: none;
	background: url(images/bg_side_box_dublu.gif) 0 100% no-repeat;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.detalii_produs_Top {
	margin: 0 0 10px 0;
	padding: 0;
	height: 5px;
	font-size: 0;
	background: url(images/bg_side_h2_dublu.gif) 0 0 no-repeat;
}

.detalii_produs li.Titlu {
	width: 350px;
	font-weight: bold;
	background: #d8261c;
	padding: 3px 0 3px 10px;
	margin: 5px 0 5px 0;
	background: url(images/rosu-gradient-bg.jpg) repeat-x;
	height:24px;
	color: white;
}

.detalii_produs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.detalii_produs li {
	list-style: none;
	padding: 3px 0 3px 10px;
	margin: 5px 0 5px 0;
}

.comenzi_telefonice {
	background-image: url(images/ico_telefon.png);
	background-repeat: no-repeat;
	padding-left: 53px;
	min-height: 50px;
	margin-bottom: 15px
}

.comenzi_telefonice span {
	font-weight: bold;
	color: #d8261c;
}

.mail_contact {
	background-image: url(images/ico_contact.png);
	background-repeat: no-repeat;
	padding-left: 53px;
	min-height: 50px;
	margin-bottom: 15px
}

.mail_contact span {
	font-weight: bold;
	color: #d8261c;
}

.cumpara_produs {
	background-image: url(images/ico_cos.png);
	background-repeat: no-repeat;
	padding-left: 53px;
	min-height: 50px;
}

.cumpara_produs span {
	font-weight: bold;
	color: #d8261c;
}

a.link_rosu {
	color: #d8261c;
}
a.link_rosu:hover {
	color: #32393d;
}

.nume_producator {
	padding: 10px;
	padding-left: 20px;
	background-image: url(images/bg_side_arrow.gif);
	background-position: 10px 13px;
	background-repeat: no-repeat;
}

.download_32 {
	background-image: url(images/ico_download_32.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	min-height: 35px;
}

.bold {
	font-weight: bold;
	}

.alb_bold {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

a.ls_produse_jos_pagini:link,a.ls_produse_jos_pagini:active,a.ls_produse_jos_pagini:visited {
	color: #D8261C;
	text-decoration: none;
	margin-right: 7px
} 

a.ls_produse_jos_pagini:hover {
	color: #D8261C;
	text-decoration: none;
	background-color: #f0f0f0
}

.ls_produse_jos_pagini_span {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	margin-right: 7px
}

.desp_oriz {
	padding-bottom: 20px;
	padding-top: 10px;
	background-image:url(images/puncte_orizontal.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.portofoliu {
	list-style: none;
	background: url(images/bg_side_h2_770_c.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

.portofoliu_Top {
	margin: 0;
	padding: 0;
	height: 8px;
	font-size: 0;
	background: url(images/bg_side_h2_770.gif) 0 0 no-repeat;
}

.portofoliu_Bottom {
	margin: 0;
	padding: 0;
	height: 8px;
	font-size: 0;
	background: url(images/bg_side_h2_770_b.gif) 0 0 no-repeat;
}

.portofoliu li.Titlu {
	width: 740px;
	font-weight: bold;
	background: #d8261c;
	padding: 0;
	padding-left: 3px;
	line-height: 24px;
	margin: 0;
	background: url(images/rosu-gradient-bg.jpg) repeat-x;
	background-position: bottom;
	height:24px;
	color: white;
}

.portofoliu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.portofoliu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.portofoliu div.inside {
	margin: 10px;
	margin-left: 50px;
}

.portofoliu div.header {
	margin-left: 10px;
	margin-top: 30px;
}