@charset "utf-8";
/* CSS Document */

/*-------------------------  yahoo css reset ---------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*------------------------- end yahoo css reset ---------------------*/


html{

	height: 100%;
}

body{

	background-image:url(../images/bgrd_body.jpg);
	background-repeat:repeat;
	background-position:center top;
	height: 100%;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
}

ul{

	list-style:inside;
	margin-bottom:9px;
}

a{

	text-decoration:none;
	color:#950004;
}

a:hover{

	color:#4F0002;
	text-decoration:underline;
}

#Wrapper{

	position:absolute;
	height:100%;
	width:100%;
	background-image:url(../images/bgrd_wrapper.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

#Content{

	margin:0px auto;
	width:990px;
	background-image:url(../images/bgrd_content.gif);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:100%;
}

#Header{

	width:100%;
	height:240px; 
}

/*------------------------------ MENU --------------------------------*/

#Menu{

	list-style:none;
	padding-top:206px;
	padding-left:25px;
}

#Menu li{

	float:left;
	height:34px;
}

#Menu li a{

	outline:none;
	height:34px;
	display:block;
}

#BtnAcasa{

	background-image:url(../images/bgrd_menu.gif);
	width:110px;
}

#BtnAcasa.active{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnAcasa:hover{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnIstoric{

	background-image:url(../images/bgrd_menu.gif);
	background-position:-110px 0;
	width:119px;
}

#BtnIstoric.active{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnIstoric:hover{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnIdentitate{

	background-image:url(../images/bgrd_menu.gif);
	width:197px;
	background-position:-229px 0;
}

#BtnIdentitate.active{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnIdentitate:hover{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnProduse{

	background-image:url(../images/bgrd_menu.gif);
	width:158px;
	background-position:-425px 0;
}

#BtnProduse.active{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnProduse:hover{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnMagazine{

	background-image:url(../images/bgrd_menu.gif);
	width:178px;
	background-position:-583px 0;
}

#BtnMagazine.active{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnMagazine:hover{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnContact{

	background-image:url(../images/bgrd_menu.gif);
	width:139px;
	background-position:-761px 0;
}

#BtnContact.active{

	background-image:url(../images/bgrd_menu_hover.gif);
}

#BtnContact:hover{

	background-image:url(../images/bgrd_menu_hover.gif);
}

/*------------------------------ end MENU --------------------------------*/

/*------------------------------ MENU ENG --------------------------------*/

#BtnHome{

	background-image:url(../images/bgrd_menu_en.gif);
	width:120px;
}

#BtnHome.active, #BtnHome:hover{

	background-image:url(../images/bgrd_menu_en_hover.gif);
}

#BtnHistory{

	background-image:url(../images/bgrd_menu_en.gif);
	background-position:-120px 0;
	width:156px;
}

#BtnHistory.active, #BtnHistory:hover{

	background-image:url(../images/bgrd_menu_en_hover.gif);
}

#BtnIdentity{

	background-image:url(../images/bgrd_menu_en.gif);
	background-position:-276px 0;
	width:171px;
}

#BtnIdentity.active, #BtnIdentity:hover{

	background-image:url(../images/bgrd_menu_en_hover.gif);
}

#BtnProducts{
	
	background-image:url(../images/bgrd_menu_en.gif);
	background-position:-447px 0;
	width:181px;
}

#BtnProducts.active, #BtnProducts:hover{

	background-image:url(../images/bgrd_menu_en_hover.gif);
}

#BtnShops{

	background-image:url(../images/bgrd_menu_en.gif);
	background-position:-628px 0;
	width:131px;
}

#BtnShops.active, #BtnShops:hover{

	background-image:url(../images/bgrd_menu_en_hover.gif);
}

#BtnContactEn{

	background-image:url(../images/bgrd_menu_en.gif);
	background-position:-759px 0;
	width:141px;
}

#BtnContactEn.active, #BtnContactEn:hover{

	background-image:url(../images/bgrd_menu_en_hover.gif);
}

/*------------------------------ end MENU --------------------------------*/

#MainText{

	width:783px;
	float:left;
}

#MainTextUpper{

	height:22px;
	width:783px;
	background-image:url(../images/bgrd_main_text_upper.gif);
}

#MainTextBody{

	width:782px; 
/*	min-height:500px; */	
	background-image:url(../images/bgrd_main_text.gif); 
	background-repeat:repeat-y;
	padding:20px 0;
}

#MainTextLower{

	height:22px; width:783px; background-image:url(../images/bgrd_main_text_lower.gif);
}

#LeftCol{

	margin-right:-4px;
	width:166px;
	float:left;
}

#Logo{
	
	height:143px;
	width:166px;
	background-image:url(../images/logo_clujana.gif);
	margin-top:23px;
}

#Logo a{

	height:143px;
	width:166px;
	display:block;
	outline:none;
}

#Slogan{

	background-image:url(../images/slogan_clujana.gif);
	width:167px;
	height:76px;
	margin-top:3px;
}

#SloganEn{

	background-image:url(../images/slogan_clujana_en.gif);
	width:167px;
	height:76px;
	margin-top:3px;
}

.title{

	height:55px;
	margin: -60px 0 0 0;
}

#TtlMagazine{
	
	background-image:url(../images/ttl_magazine.gif);
}

#TtlAcasa{
	
	background-image:url(../images/ttl_acasa.gif);
}

#TtlIstoric{

	background-image:url(../images/ttl_istoric.gif);
}

#TtlIdentitate{

	background-image:url(../images/ttl_identitate.gif);
}

#TtlProduse{

	background-image:url(../images/ttl_produse.gif);
}

#TtlContact{
	
	background-image:url(../images/ttl_contact.gif);	
}

#TtlHome{

	background-image:url(../images/ttl_home.gif);	
}

#TtlHistory{

	background-image:url(../images/ttl_history.gif);	
}

#TtlIdentity{

	background-image:url(../images/ttl_identity.gif);	
}

#TtlProducts{

	background-image:url(../images/ttl_products.gif);	
}

#TtlShops{

	background-image:url(../images/ttl_shops.gif);	
}

#TextBox{

	padding:1px 20px 0 20px; 
}

#TextBox p{

	margin-bottom:7px;
}

#TextBox p:last-child{

	margin-bottom:0;
}

#TextArea{

	background-image:url(../images/sew_vert.gif);
	background-position:left top;
	background-repeat:repeat-y;
	margin:20px 0 0 20px;
	width:288px;
	float:left;
}

#TextArea2{

	width:742px;
	margin:20px 0 0 20px;
	background-image:url(../images/sew_vert.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#TextAreaUpper{

	background-image:url(../images/sew_vert.gif);
	background-position:right top;
	background-repeat:repeat-y;
}

#TextAreaLower{

	background-image:url(../images/sew_horiz_lower.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
}

#TextAreaInner{

	padding:20px 0;
}

.mainImage{

	height:529px;
	width:448px;
	float:right;
	margin:-23px 8px -23px 0;
	position:relative;
	zoom:1;
}

#MIAcasa{

	background-image:url(../images/img_acasa_cuplu.jpg);
}

#MIIdentitate{

	background-image:url(../images/img_logo_clujana_cutie_papuci.gif);
	background-repeat:no-repeat;
	height:588px;
}

#MIMagazine{

	background-image:url(../images/img_magazine.jpg);
}

#MIContact, #MIContactEn {
	background-image:	url(../images/img_pasi.jpg);
}

#MIIstoric, MIIstoricEn{

	background-image:url(../images/img_pereche_bocanci.png);
	background-repeat:no-repeat;
	height:413px;
}

#IELT7 #MIIstoric,
#IELT7 #MIIstoricEn{
	background-image:	none;
	filter:				progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/img_pereche_bocanci.png',sizingMethod='scale');
}

#ImagLogo{

	float:right;
	margin:-2px 60px 0 0;
}

#LangFlags{

	float:right;
	margin:-2px 5px 0 0;
}

.colectie {
	width:				590px;
	height:				95px;
	background-image:	url(../images/colectie.gif); 
	background-repeat:	no-repeat;
	margin:				25px auto 20px auto;
	padding:			0px 30px;
	text-transform:		uppercase;
	color:				#541616;
	font-size:			40px;
	font-family:		Trebuchet MS;
	line-height:		95px;
	text-align:			right;
	display:			block;
	overflow:			hidden;
}
.colectie:hover {
	text-decoration:	none;
}

.colectieItems {
	width:				610px;
	padding:			0 15px;
	margin:				0 0 0 25px;
}

.colectieItem{

	background-image:url(../images/bgrd_colectieItem.gif);
	height:100px;
	width:100px;
	display:block;
	float:left;
	margin:0 9px 20px 9px;
}

.colectieItem:hover{

	background-image:url(../images/bgrd_colectieItem_hover.gif);
}

.colectieItemImage{

	margin:4px;
	border:1px solid #f4eae4;
}

.colectieItemImage:hover{

	color:red;
}

.bold{

	font-weight:bold;
}

.clear{

	clear:both;
}
