/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1

   http://blueprintcss.googlecode.com



   * Copyright (c) 2007-2008. See LICENSE for more info.

   * See README for instructions on how to use Blueprint.

   * For credits and origins, see AUTHORS.

   * This is a compressed file. See the sources in the 'src' directory., table, caption, tbody, tfoot, thead, tr, th, td

----------------------------------------------------------------------- */



/* reset.css */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0px;
	padding:0px;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:top;
}
body {
	line-height:1.5;
}
/* table {border-collapse:separate;border-spacing:0;}

caption, th, td {text-align:left;font-weight:normal;}



table, td, th {vertical-align:middle;}  */

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}
/* typography.css */

  body {
	font-size:75%;
	color:#222;
	background:#D0E6FD;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-top:0px;
	margin-top:0px;
	z-index:0;
	position:relative;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h1 {
	font-size:3em;
	line-height:1;
	margin-bottom:0.5em;
}
h2 {
	font-size:2em;
	margin-bottom:0.75em;
}
h3 {
	font-size:1.5em;
	line-height:1;
	margin-bottom:1em;
}
h4 {
	font-size:1.2em;
	line-height:1.25;
	margin-bottom:1.25em;
	height:1.25em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
p img.right {
	float:right;
	margin:1.5em 0 1.5em 1.5em;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#434F9C;
	text-decoration:underline;
}
blockquote {
	margin:1.5em;
	color:#666;
	font-style:italic;
}
strong {
	font-weight:bold;
}
em, dfn {
	font-style:italic;
}
dfn {
	font-weight:bold;
}
sup, sub {
	line-height:0;
}
abbr, acronym {
	border-bottom:1px dotted #666;
}
address {
	margin:0 0 1.5em;
	font-style:italic;
}
del {
	color:#666;
}
pre, code {
	margin:1.5em 0;
	white-space:pre;
}
pre, code, tt {
	font:1em 'andale mono', 'lucida console', monospace;
	line-height:1.5;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
ol {
	list-style-type:decimal;
}
dl {
	margin:0 0 1.5em 0;
}
dl dt {
	font-weight:bold;
}
dd {
	margin-left:1.5em;
}
caption {
	background:#eee;
}
.small {
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large {
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.hide {
	display:none;
}
.quiet {
	color:#666;
}
.loud {
	color:#000;
}
.highlight {
	background:#ff0;
}
.added {
	background:#060;
	color:#fff;
}
.removed {
	background:#900;
	color:#fff;
}
.first {
	margin-left:0;
	padding-left:0;
}
.last {
	margin-right:0;
	padding-right:0;
}
.top {
	margin-top:0;
	padding-top:0;
}
.bottom {
	margin-bottom:0;
	padding-bottom:0;
}
/* grid.css */











.clearfix:after, .container:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .container {
	display:inline-block;
}
* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}
.clear {
	clear:both;
}
/* forms.css */

label {
	font-weight:bold;
}
fieldset {
	padding:1.4em;
	margin:0 0 1.5em 0;
	border:1px solid #ccc;
}
legend {
	font-weight:bold;
	font-size:1.2em;
}
input.text, input.title, textarea, select {
	margin:0.5em 0;
	border:1px solid #bbb;
	
}
input.text:focus, input.title:focus, textarea:focus, select:focus {
	border:1px solid #666;
}
input.text, input.title {
	width:300px;
	padding:5px;
	
}
input.title {
	font-size:1.5em;
}
.error, .notice, .success {
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}
.error {
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success {
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a {
	color:#8a1f11;
}
.notice a {
	color:#514721;
}
.success a {
	color:#264409;
}
/* custom */

.container {
	width:950px;
	margin:0 auto;
	z-index:0;
	position:relative;
}
div#page-body {
	background:#D0E6FD url(../images/page_bg.jpg) 0 0 repeat-x;
	padding-top:0px;
	margin-top:0px;
	z-index:0;
	position:relative;
}
div#page-body div.page-body-img {
/*  background: url(../images/page_bg.jpg) 50% 0 no-repeat;z-index:0 ;position:relative; */

}


.header{ width:100%; float:left; position:relative;z-index:-1; }
.logo{ height:250px; float:left; position:relative; margin:0px; padding:0px; z-index:-2; top:0; left:0;}

.left {
	position:relative;
	float:left;
	width:180px;
}
.left_panel {
	position:relative;
	float:left;
	text-align:left;
	width:180px;
	padding-left:0px;
	background-color:#FFF
}
.menu {
	width:950px;
	float:left;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	margin-top:0px;
	height:50px
}
.menu ul {
	float:left;
	list-style-type:none;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font:"Arial Narrow";
	font-weight:bold;
	padding-left:5px;
	color:#FFFFFF;
	padding-top:10px
}
.menu ul li {
	display:inline;
	padding-left:8px;
}
.menu ul li a {
	text-decoration:none;
	color:#C8DEF0;
	padding-left:0px;
}
.menu ul li a:hover {
	text-decoration:none;
	color:#FFF;
}
li#meniuactiv a {
	color:#11ACFF
}


.menu2 {
	width:950px;
	float:left;
	margin-top:1px;
	height:25px;
	position:relative;
	z-index:20;
	top:0px;
	padding-top:5PX;
	background-color:#FFFFFF;
}
.menu2 ul {
	float:left;
	list-style-type:none;
	font-size:13px;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font:"Arial Narrow";
	font-weight:bold;
	padding-left:80px;
	color:#CCCCCC;
	padding-top:10px
}
.menu2 ul li {
	display:inline;
	padding-left:10px;
}
.menu2 ul li a {
	text-decoration:none;
	color:#676767;
	padding-left:0px;
}
.menu2 ul li a:hover {
	text-decoration:none;
	color:#333333;
}

/*.meniuactiv a {text-decoration:none; color:red; padding-left:0px;}

.meniuactiv a:hover {text-decoration:none; color:red;}*/



.submenu {
	position:relative;
	float:left;
	text-align:left;
	width:180px;
	background-color:#FFF;
	color:#FFF;
	
}
.submenu ul {
	font-family:"Arial Narrow"Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#F00;
	
}
.submenu ul li {
	list-style:none;
	border-bottom-style:solid;
	border-bottom-width:1px; 
	border-bottom-color:#D5DFEC; 
	
	
}
.submenu ul li ul li {
	font-family:"Arial";
	font-size:11px;
	color:#F00;
	font-weight:bold;
	
	
}

.submenu ul li a {display: inline;}
.submenu ul li a:hover {text-decoration:none; }


.men_right {
	position:relative;
	float:right;
	text-align:left;
	width:202px;
	padding-left:0px;
	height:500px;
	background-color:#FFF
}
.men_right ul {
	margin:0px;
	list-style:none;
	font-family:"Arial Narrow"Arial, Helvetica, sans-serif;
	font-size:16px;
}
.men_right ul li {
	list-style:none;
	font-family:"Arial Narrow"Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.submenu2 {
	text-align:right;
	padding-left:15px;
	width:160px;
}
.submenu2 li {
	color:#C0C0C0;
	list-style:none;
	font-family:"Arial Narrow"Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:#D9DEE6;
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding-left:20px;
}
.submenu2 li a {
	color:#707070
}
.news {
	position:relative;
	float:left;
	width:700px;
}
.news img {
	padding:5px;
	cursor:pointer;
	margin:0px;
}
.news img:hover {
	border-width:1px;
	border-color:#FF0000;
	border-style:solid;
	padding:4px;
	cursor:pointer;
}
.news a {
	color:#666600
}
.home_news {
	position:relative;
	float:left;
}
.home_news h6 a {
	color:#000000
}
.home_news img {
	padding:5px;
	float:left;
	margin-right:10px;
}
.home_news img:hover {
	border-width:1px;
	border-color:#FF0000;
	border-style:solid;
	padding:4px;
}
#selected_submenu {
	list-style-image:url(../images/submeniu.jpg);
	direction:rtl;
}
#selected_submenu a {
	color:#DD0000
}
/*

.submenu{ position:relative; float:left; width:120px; text-align:right;  }

.submenu ul { position:relative; float:right; direction:rtl;vertical-align:middle ;}

.submenu ul li {list-style: url(../images/submeniu.jpg) inside; font-family:"Arial Narrow"Arial, Helvetica, sans-serif; font-size:13px;border-bottom:#DADADA ; border-bottom-width:1px; border-bottom-style:solid; padding-bottom:8px; padding-right:0px; margin-right:8px; height:15px;font-weight:bold ; width:110px}

.submenu ul li a {color:#FF6600; text-decoration:none;  }

.submenu ul li a:hover {color:#FFA953; text-decoration:underline}*/







.content {
	position: relative;
	float:left;
	min-height:340px;
	height:auto !important;
	height:340px;
	width:950px;
	background-color:#FFFFFF;
	top:0px;
	padding-top:25px
}
.content h1 {
	color:#697BB8;
	font-size:15px;
	font-weight:bold;
}
.content a {
	color:#007CC3;
	text-decoration:none;
}
.content a:hover {
	color:#005A91;
	text-decoration:underline
}
.content ul li a {
	color:#2679D5;
}
.cont {
	position:relative;
	float:left;
	min-height:400px;
	height:auto !important;
	height:400px;
	width:740px;
	background-color:#FFFFFF;
	padding-left:10px;
	border-left:#D9DEE6;
	border-left-width:1px;
	border-left-style:solid;
	color: #6B6B6B
}
.cont h1 {
	color:#06C;
	font-size:24px;
	font-weight:normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif
}
.cont h2 {
	color:#007CC3;
	font-size:14px;
	font-weight:bold;
}
.cont a {
	color:#007CC3;
	text-decoration:none;
}
.cont a:hover {
	color:#005A91;
	text-decoration:underline;
}
.cont_home {
	position: relative;
	float:left;
	min-height:340px;
	height:auto !important;
	height:340px;
	width:900px;
	background-color:#FFFFFF;
	padding-left:25px;
	
	color: #626262
}
.cont_home h1 {
	color:#0067BA;
	font-size:24px;
	font-weight:normal;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif
}
cont_home h2 {
	color:#007CC3;
	font-size:14px;
	font-weight:bold;
}
.cont_home a {
	color:#007CC3;
	text-decoration:none;
}
.cont_home a:hover {
	color:#005A91;
	text-decoration:underline;
}
.subcategory {
	position:relative;
	float:left;
	width:160px;
	height:200px;
	padding:5px;
}
.subcategory img {
	cursor:pointer;
	border-width:1px;
	border-color:#CCCCCC;
	padding:4px;
	cursor:pointer;
}
/*.subcategory img:hover { border-style:solid; border-width:1px; border-color:#FF0000;padding:3px;cursor:pointer;}*/

.subcategory a {
	font:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:11px;
	color:#D90000;
	padding-bottom:15px;
	text-decoration:none
}
.img1 {
	width:160px;
	height:160px;
	background:#E5E5E5;
	padding:2px;
	text-align:center
}
.img1:hover {
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	padding:1px;
}
.img2 {
	width:160px;
	height:160px;
	background:#E5E5E5;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	padding:1px;
}
.path {
	position:relative;
	float:right;
	display:block;
}
.path_news {
	text-align:right;
	padding-bottom:10px;
	width:740px;
}
.products {
	position:relative;
	float:left;
	width:670px;
	height:150px;
	padding:5px;
}
.img1_products {
	width:670px;
	height:160px;
	background:#E5E5E5;
	padding:2px;
	text-align:center
}
.img1_products:hover {
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	padding:1px;
}
.img2_products {
	width:670px;
	height:160px;
	background:#E5E5E5;
	text-align:center;
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	padding:1px;
}
.footer {
	position:relative;
	float:left;
	width:950px;
	padding-top:50px;
	border-top:1px solid #EBF0FA
}
.footer img {
	position:absolute;
	left: 0px;
	top: 0px;
}
.gal_poza {
	padding:1px;
	border:3px;
	border-color:#CCC;
	border-style:solid;
	margin:1px;
}
.copyright {
	position:relative;
	float:left;
	width:650px;
	padding-left:70px;
	padding-top:7px
}
.copyright_text {
	position:relative;
	float:left;
	left:32px;
	top:-25px;
	font-size:11px;
	color:#8CC2D7;
	font-weight:normal;
	z-index:20;
}
#margine4 {
	border: #CFCFCF solid 7px
}
#footer_ce {
	position:absolute;
	float:left;
	left:309px;
	top:15px;
	width:492px;
	height:39px;
	z-index:150;
	font-size:10px;
	padding-left:35px;
}
#trafic {
	position:absolute;
	float:left;
	left:427px;
	top:92px;
	width:100px;
	height:39px;
	z-index:151;
	font-size:10px;
	padding-left:35px;
}
#produs_categorie {
	font-family:Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#333333
}
.produs_categorie a {
	color:green;
}
#sel1 {
	color: #06C;
	list-style-image:url(../images/square1.jpg); 
	direction:ltr;
	font-weight:bold;

}
#sel2 {
	color:#666;
	font-style:normal;
}

.txtBox{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font:"Arial Narrow";
}
.limba {
	position: relative;
	float:right;
	top:25px;
	width:120px;
	z-index:50000;
	
	font-weight:normal;
}
.limba h6{position:relative; z-index:1000000}
.limba h6 a{color:#494949; text-decoration:none;font-weight:bold; font-size:11px}
.limba h6 a:hover{color:#000; text-decoration:underline;font-weight:bold; font-size:11px}


.copyright_absolute {
	position:absolute;
	float:left;
	width:191px;
	padding-left:10px;
	padding-top:15px;
	font-size:11px;
	color:#3A4274;
	left: 735px;
	top: 86px;
	z-index:100;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;	
}

.copyright_absolute a{
	text-decoration:none;
	color:#3A4274;
}

.copyright_absolute a:hover{
	text-decoration:underline;
	color:#D90000;
}

