/* CSS Document */
/* Mondial Style */


* { 
	margin: 0; 
	padding: 0;
	}

html { 
	margin: 0; 
	padding: 0;
	}

body { 
	margin: 0; 
	padding: 0;
	background: #582222 url(imagesMain/bgGlobal.jpg) repeat-x;
	} 
	
img {
    border: none;
    }

hr {  
	height: 1px;
	border: none;
	border-top: 1px dotted #965954;
	}

hr.dotted {  
	margin: 5px 0 0 0;
	padding: 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #000;
	}

p {
	margin: 0;
	padding: 0;
	}

span {
	margin: 0;
	padding: 0;
	}

table {
	margin: 0;
	padding: 0;
	}

h1 span, h2 span, h3 span {
display: none;
	}

#home form {
	margin: 0;
	padding: 0;
	}
	
#home input {
	margin:  5px 0 0 0;
	padding: 3px 2px 0 5px;
	border: 1px solid #CCCCCC;
	height: 17px;
	font: normal normal 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #5a2322;
}	

#containerGlobal {
	position: relative; 
	margin: 0 auto;
	width: 980px; 
	background-color: #7b2f2c;
	} 

#header {
	float: left;
	width: 100%;
	height: 303px; 
	background: #933834 url(imagesMain/header.jpg) no-repeat;
	}

#logo {
	position: absolute;
	top: 7px;
	left: 5px;
	width: 90px;
	height: 89px;
	background: transparent url(imagesMain/logo.gif) no-repeat;
	}

#theme {
	position: absolute;
	top: 107px;
	left: 5px;
	width: 970px;
	height: 196px;
	}

#fade {
	height: 196px;
	overflow:hidden;
}

#wrapper {
	float: left;
	width: 980px;
	min-height: 300px;
	background: #fff url(imagesMain/bgWrapper.jpg) no-repeat;
	}	

#home {
	position: relative;
	float: left; 
	width: 100%;
	height: 368px;
	background: transparent url(imagesMain/home.jpg) no-repeat; 
	}
	
.continut {
	position: relative;
	float: left; 
	margin: 20px 20px 20px 20px !important;
	margin: 20px 0 20px 10px;
	width: 940px;
	}
	
.continut ul{
	margin: 5px 0 5px 40px;
	}
	
.continut ul li{
	list-style: none url(imagesMain/arrow.gif) inside;
	}
	
	
.continutTitle {
	margin: 15px 0 15px 40px;
	}	
	
#category {
	position: relative;
	float: left; 
	width: 100%;
	height: 100% !important;
	height: 250px;
	min-height: 250px;
	background: #7b2f2b url(imagesMain/category.jpg) repeat-x;
	}
 
#footer{
	float: left;
	width: 100%;
	height:83px; 
	background: #7c2f2c url(imagesMain/footer.jpg) no-repeat;
	}  
	
/********** home ************/

.despre {
	position: absolute;
	top: 32px;
	left: 62px;
	}

.stiri{
	position: absolute;
	top: 32px;
	left: 665px;
	}
	
.suport {
	position: absolute;
	top: 177px;
	left: 665px;
	}
	
.newsletter {
	position: absolute;
	top: 277px;
	left: 665px;
	}

.despreContent {
	position: absolute;
	top: 70px;
	left: 28px;
	width: 545px;
	}

.stiriContent{
	position: absolute;
	top: 62px;
	left: 630px;
	width: 330px;
	}
	
.suportContent {
	position: absolute;
	top: 207px;
	left: 630px;
	width: 330px;
	}
	
.newsletterContent {
	position: absolute;
	top: 307px;
	left: 630px;
	width: 330px;
	}	

/**************** Menu Primary ***********************/

#menuPrimary {
	position: absolute;
	top: 75px;
	left: 330px;
	}

#menuPrimary span {
	display: none;
	}

#menuPrimary ul {
	padding:0;
	margin:0;
	list-style-type: none;
	}
	
#menuPrimary li {
	position:relative;
	float: left;
	margin: 0 20px 0 0;
	padding: 0;
	}

#menuPrimary li a{
	text-decoration: none;
	color: #fff8e4;
	}

#menuPrimary li a:hover{
	text-decoration: none;
	color: #cc686a;
	}

.menuActive {
	text-decoration: none;
	color: #cc686a;
}	
	
/*#menuPrimary li:after {
	content: "|";
	margin: 0 3px 0 3px;
	font-weight: normal;
	color: #955252;
	}*/

#menuPrimary table {
	position:absolute; 
	top:0; 
	left:0;
	}
/*
#menuPrimary ul ul {
	visibility:hidden;
	position:absolute;
	width: 170px;
	top:58px;
	left:0;
	display: block; 
	}

#menuPrimary ul ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 170px;
	height: 25px;
	overflow: hidden;
 	}
*/
#bgButtonPrimary {
	background: #333D3E url(imagesMain/menu_sub_bg.gif) no-repeat;
	}
/*
#menuPrimary ul ul li a {
	line-height: 22px;
	padding: 0 0 0 10px;
	display: block;
	height: 25px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF9E4;
	text-decoration: none;
	background-position: left top;
	}

#menuPrimary ul ul li a:hover {
	display: block;
	height: 25px;
	color: #FFF9E4;
	font-weight: bold;
	background-position: left bottom;
	}
	
#menuPrimary ul ul li span {
	display: block;
	}*/
	
/* make the second level visible when hover on first level list OR link */
#menuPrimary ul :hover ul{
	visibility:visible;
	}

/* #butBvCounty {
	width: 130px;
	height: 116px;
	background: transparent url(imagesMain/en/but_brasov_county.gif) no-repeat;
	} */
	
	
/*********** menuSecondary ***************/			

.menuSecondary {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	}
	
.menuSecondary ul {
	margin: 10px 0 0 35px;
	padding: 0;
	list-style: none;
	font: normal normal 10pt Arial, Tahoma, Helvetica, sans-serif;
	color: #fff;
	}
	
.menuSecondary ul ul{	
	margin: 0;
	padding: 0;
	}
	
.menuSecondary li {
	margin: 0;
	padding: 0 5px 0 5px ;
	display: inline;
	border-right: 1px dotted #333333;
	}	

.menuSecondary li:before {
	content: "";
	color: #000;
	}

.menuSecondary li a{
	text-decoration: none;
	color: #5a2322;
	}
	
.menuSecondary li a:hover{
	text-decoration: none;
	color: #bd5c5c;
	}	
	
/*********** category ***************/

.categorySection {
	float: left;
	width: 245px;
	}

.categorySection ul {
	margin: 10px 0 0 60px;
	padding: 0;
	list-style: none;
	font: normal normal 10pt Arial, Tahoma, Helvetica, sans-serif;
	color: #fff;
	}
	
.categorySection ul ul{	
	margin: 0;
	padding: 0;
	}
	
.categorySection li {
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	}	

#category li:before {
	content: "";
	color: #955252;
	}

.categorySection li a{
	text-decoration: none;
	color: #fff;
	}
	
.categorySection li a:hover{
	text-decoration: underline;
	color: #fff8e4;
	}	

div.catalog {
	position: absolute;
	top: 120px;
	left: 730px;
	width: 238px;
	height: 129px;
	background: transparent url(imagesMain/downCatalogUp.jpg) no-repeat;
	}
.txCatalog a{
	font: bold normal 11px Arial, Tahoma, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
}
.txCatalog a:hover{
	font: bold normal 11px Arial, Tahoma, Helvetica, sans-serif;
	color: #fff;
	text-decoration:underline;
}
/*a.catalog:hover {
	background: transparent url(imagesMain/downCatalogDown.jpg) no-repeat;
	}*/

a.catalog span {
	display: none;
	} 

/***************** footer ******************/

#footer ul {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}
	
#footer li {
	margin: 0 1px 0 1px;
	padding: 0;
	display: inline;
	}	
	
/*#footer li:after {
	content: "|";
	margin: 0 3px 0 5px;
	color: #955252;
	}*/	
	
#footer li a {
	text-decoration: none;
	color: #fff8e4;
	}		

#footer li a:hover {
	text-decoration: none;
	color: #cc686a;
	}

/**************** Product ***********************/

.productsBg {
	background: transparent url(imagesMain/bgProducts.jpg) repeat-x;
	} 

.productBox {
	float: left;
	margin: 10px 5px 0 5px !important;
	margin: 10px 0 0 4px;
	padding: 1px;
	width: 220px;
	min-height: 200px;
	background-color: #fff;
	border: 1px solid #f0e6d1;
	}

.productBoxWellness {
	float: left;
	margin: 10px 5px 0 5px !important;
	margin: 10px 0 0 4px;
	padding: 1px;
	width: 456px;
	min-height: 200px;
	background-color: #fff;
	border: 1px solid #f0e6d1;
	}

.productImage {
	margin: 10px 0 10px 35px; 
	width: 150px;
	height: 210px;
	overflow: hidden;
	}

.productImage img{
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	/*overflow: hidden;*/
	}

.productImage img:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

.productImageWellness {
	margin: 10px 0 10px 35px; 
	width: 150px;
	height: 210px;
	/*overflow: hidden;*/
	}

.productImageWellness img{
	width: 380px;
	height: 200px;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	/*overflow: hidden;*/
	}

.productImageWellness img:hover{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

.details{
	padding: 3px;
	background-color: #fffaf1;
	}
	
.details table {
	width: 435px;
	background-color: #fff;
	/*border-bottom: 1px solid #f0e6d1;
	border-right: 1px solid #f0e6d1;*/
	}
.details table td{
	margin: 5px;
	padding-left: 2px;
	background: #fff url(imagesMain/bgDetails.jpg) repeat-x left top;
	/*border-top: 1px solid #fff;
	border-left: 1px solid #fff;*/
	}
	
.detailsWellness{
	padding: 3px;
	background-color: #fffaf1;
	}
	
.detailsWellness table {
	width: 435px;
	background-color: #fff;
	/*border-bottom: 1px solid #f0e6d1;
	border-right: 1px solid #f0e6d1;*/
	}
.detailsWellness table td{
	margin: 5px;
	padding-left: 2px;
	background: #fff url(imagesMain/bgDetails.jpg) repeat-x left top;
	/*border-top: 1px solid #fff;
	border-left: 1px solid #fff;*/
	}
	
.productDetails span {
	display: none;
	}	
	
.productDetails a {
	background-position: left top;
	}
	
.productDetails a:hover {
	background-position: left bottom;
	}	
	
.productDetailsWellness span {
	display: none;
	}	
	
.productDetailsWellness a {
	background-position: left top;
	}
	
.productDetailsWellness a:hover {
	background-position: left bottom;
	}	
	
.butDetails {
	float: left;
	width: 220px;
	height: 30px;
	background: transparent url(imagesMain/butDetails.gif) no-repeat;
	}
	
.butDetailsActive {
	float: left;
	width: 220px;
	height: 30px;
	background: transparent url(imagesMain/butDetailsMinus.gif) no-repeat;
	}		
	
.butDetailsWellness{
	float: left;
	width: 456px;
	height: 30px;
	background: transparent url(imagesMain/butDetailsWellness.gif) no-repeat;
	}
	
.butDetailsWellnessActive {
	float: left;
	width: 456px;
	height: 30px;
	background: transparent url(imagesMain/butDetailsWellnessMinus.gif) no-repeat;
	}	
	
.productTitle {
	padding: 5px;
	width: 210px;
	}	

.txProductTitle {
	font: normal bold 11pt Trebuchet, Arial, Helvetica, sans-serif;
	color: #0c8694;
	}

.productTitleWellness {
	padding: 5px;
	width: 400px;
	}	

.txProductTitleWellness {
	font: normal bold 11pt Trebuchet, Arial, Helvetica, sans-serif;
	color: #0c8694;
	}

.border {
	padding: 1px;
	border: 4px solid #f0e6d1;
	}
	
.formularContact {
	float: left;
	padding:  0 0 0 80px;
	border-left: 1px dotted #d07475;
	}	
	
.contact {
	float: left;
	padding: 20px 0 0 40px;
	width: 470px !important;
	width: 430px;
	}

.parteneri table{
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px solid #ece2ce;
	}		

.parteneri table td {
	padding: 10px;
	background-color: #fff4df;
	}

#desenTehnic{ 
	width:100%;
	height:50px;
	float:left;
	display:block;
	}
#desenTehnic a { 
	height: 50px;
	background-position: left top;
	}	
	
#desenTehnic a:hover { 
	background-position: left bottom;
	}	
		
#desenTehnic span {
	display: none;
	}		
		
#butDesenTehnic {
	float: left;
	margin: 0 0 10px 0;
	width: 100%;
	height: 50px; 
	background: transparent url(imagesMain/butDesenTehnic.gif) no-repeat;
	}	
.descriere{
	float:left;
}
/**************** Texts ***********************/

h3 {
	font: normal bold 13pt Trebuchet, Arial, Helvetica, sans-serif;
	color: #cc686a;
	}

.txMenuPrimary {
	font: normal bold 11pt Trebuchet, Arial, Helvetica, sans-serif;
	color: #cc686a;
	}

.txTitleCategory {
	margin:  24px 0 0 60px;
	color: #fff8e4; 
	}

.txCategory {
	margin:  24px 0 0 10px;
	font: normal bold 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #fff8e4;
	}

.txContent {
	font: normal normal 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #4b1d1d;
	}

.txIndent p{
	text-indent: 20px;
	}
	
.txFooterLinks {
	font: normal normal 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #965954; 
	}	
	
.txProductComment {
	font: normal normal 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #0c8694; 
	}	
	
.txProductDetails {
	margin:  0 0 0 5px;
	}	
		
.txProductDetails p{
	margin: 0;
	padding: 0;
	/*height: 12px;*/
	}	
	
.txFooterInfo {
	font: normal normal 7pt Arial, Tahoma, Helvetica, sans-serif;
	color: #fff8e4;
	}	
	
.txRight {
	font: normal normal 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #bd5c5c;
	}	
	
a.light {
	text-decoration: none;
	font-weight: bold;
	color: #5a2322;	
	}
	
a.light:hover {
	text-decoration: none;
	color: #bd5c5c;	
	}		
		
/*=== Gabi ===*/	

.subcatContent{
	margin: 10px 0 10px 9px;
	margin: 10px 0 10px 9px;
	float:left;
}

.subcatContent img{
	margin: 0 20px 0 0;
}

.paginatie {
	margin: 0 0 0 8px;
	padding: 10px 0 2px 5px;
	font: normal normal 12px Arial, Tahoma, Helvetica, sans-serif;
	color: #4b1d1d;
	clear:both;
}
.active{
	padding: 0 2px 0 2px;
	font-weight: bold;
	color: #cc686a;
	text-decoration: none;
}
.clickable{
	cursor: pointer;
}

.pageNumber{
	margin: 0 2px 0 2px;
	padding: 0 1px 0 1px;
}

.news{
	width: 280px;
	margin: 0 0 0 10px;
	padding: 10px;
	float:left;
	text-align: justify;
}

.news img{
	margin: 5px 10px 0 2px;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
.news img:hover{
	margin: 4px 9px 0 1px;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	border: 1px solid #ccc;
}
.news h4{
	margin: 0 0 3px 0;
	font: bold bold 12px Arial, Tahoma, Helvetica, sans-serif;
}

/* === Formular Contact === */
.txContent form input{
	margin: 2px;
	padding: 2px 5px 2px 5px;
	font: normal normal 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #5a2322;
	border: 1px solid #d6cfba;
}

.txContent form table td b{
	margin: 5px;
	font: bold bold 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #5a2322;
}

.txContent form textarea{
	margin: 2px;
	padding: 5px;
	font: normal normal 8pt Arial, Tahoma, Helvetica, sans-serif;
	color: #5a2322;
	border: 1px solid #d6cfba;
}

.txContent form table td{
	color: #666666;
	font: normal normal 11px Arial,sans-serif;
}
.txContent form table td span
{
	color: #ff0000;
	font: normal normal 11px Arial,sans-serif;
}

.txContent form table td img{
	margin: 2px;
}



/* === Buton Newsletter === */

#butSendContent {
	position: absolute;
	top: 340px;
	left: 820px;
	}

#butSend{
	float: left;
	width: 80px;
	height: 22px;
	background: transparent url(imagesMain/butTrimite.gif) no-repeat;
}
#butSend span{
	display: none;
}

#butSendContent a {
	display: block;
	height: 22px;
	background-position: left top;
}

#butSendContent a:hover{
	background-position: left bottom;
}

/* === buton Contact === */
#butSendContact{
	margin: 3px;
}
#butSendContact span{
	display: none;
}

#butSendContact a{
	display: block;
	width: 80px;
	height: 22px;
	background: transparent url(imagesMain/butTrimite.gif) no-repeat left top;
}
#butSendContact a:hover{
	display: block;
	width: 80px;
	height: 22px;
	background: transparent url(imagesMain/butTrimite.gif) no-repeat left bottom;
}

