/*
* General
*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
	background: #fff;
	background-image: url(../images/interface/bodyShadow.jpg);
	background-repeat: repeat-y;
	background-position:center;
}
h1 {
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
	color: #3a60ad;
}
h2 {
	margin:10px 0 5px 0;
	padding:0;
	font-size:16px;
	font-weight:normal;
	color: #000;
}
h2.subcats {
	clear: both; 
}
h3 {
	margin:10px 0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color: #000;
	clear: both;
}
a {
	color:#3a60ad;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:focus {
	outline: 0;
}
img, div { 
	behavior: url(iepngfix.htc);
}
form {
	margin: 0;
	padding: 0;
}
input {
	margin: 3px 0 0 0;
	padding: 0;
	border: 1px solid #BCBCBC;
	height: 17px;
	width: 170px;
}
input.button {
	border: 0;
	background: none;
	color: #3a60ad;
	width: 45px;
	font-family:arial,sans-serif;
	font-size: 13px;
}

/*
* Header
*/
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	padding: 0;
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#motto {
	width: 1000px;
	height: 37px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: url(../images/interface/motto.jpg) left top no-repeat;
}
div#header {
	background: #CCC;
	width: 1000px;
	height: 110px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
div#horizontalMenu {
	background: #fff;
	width: 1000px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/interface/horizontalMenu.jpg) left top no-repeat;
}
	div#horizontalMenu ul {
		height: 25px;
		margin: 0 auto;
		padding: 0;
		list-style-type: none;
		float: right;
		color: #fff;
		margin-right: 10px;
	}
		div#horizontalMenu ul li {
			height: 25px;
			margin: 0 auto;
			padding: 0 2px 0 2px;
			float: left;
			line-height: 25px;
		}
			div#horizontalMenu ul li a {
				height: 25px;
				margin: 0 auto;
				color: #fff;
				padding: 0;
			}
div#footerOuter {
	position:absolute;
	width: 100%;
	margin: 0;
	bottom: 0; /* stick to bottom */
	color: #fff;
}
	div#footerInner {
		width: 960px;
		height: 25px;
		margin: 0 auto;
		padding: 0 20px 0 20px;
		line-height: 25px;
		font-size: 11px;
		background: url(../images/interface/footer.jpg) left top no-repeat;
	}
		div#footerInner a {
			color: #fff;
		}
	div#footerRight {
		margin: 3px 0 0 0;
		padding: 0;
		float: right;
		height: 100%;
	}
	div#footerLeft{
		margin: 0;
		padding: 0;
		float: left;
		height: 100%;
	}


/*
* Content
*/
div#contentOuter {
	padding:0 0 30px 0; /* bottom padding for footer */ /* padding-bottom >= footer height */
	margin: 15px auto;
	width: 960px;
}
	div#contentRight {
		width: 610px;
		margin: 0;
		padding:0;
		float: right;
		overflow: hidden;
	}
	div#contentRight img {
		padding: 5px;
		/* border: 1px solid #BCBCBC; */
		margin: 7px;
	}
	div#contentRight a img {
		margin: 0 4px 0 0;
		padding: 1px;
		border: 2px solid #eee;
		border-left: 2px solid #eee;
	}
	div#contentRight a:hover img {
		border: 2px solid #3a60ad;
		border-left: 2px solid #3a60ad;
	}
	#breadcrumbs {
		padding:0;
		margin: 0 0 10px 0;
		font-size:10px;
		color: #BCBCBC;
	}
	#breadcrumbs ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#breadcrumbs ul li {
		display: inline;
		margin: 0;
		padding: 0;
	}
	#breadcrumbs ul li a {
		color: #000000;
	}
	#breadcrumbs ul li a:hover {
		color: #3a60ad;
		text-decoration: none;
	}
	/* meniu in stanga */
	div#contentLeft {
		width: 330px;
		padding: 0;
		margin: 0;
		float: left;
	}
	div#contentLeft ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		border-left:10px solid transparent;
	}
	div#contentLeft ul li {
		margin: 0;
		padding: 0;
		border: 0;
		/* border-bottom: 1px solid #CCC; */
	}
	div#contentLeft ul li a {
		line-height: 24px;
    		font-size: 12px;
    		color: #000;
		display: block;
	}
	div#contentLeft ul li a:hover {

	}
	div#contentLeft ul li#active a{
    background-color: #3a60ad;
	}

		/* submeniu */ 
		ul li.submenu {
			color: #FFF;
			width: 210px;
		}
		div#contentLeft ul li.submenu a {
			padding: 3px 3px 3px 10px;
			line-height: 10px !important;
			font-size: 10px !important;
			font-weight: bold;
			text-decoration: none;
			background: #DFDFDF;
			color: #000
		}
		ul li.subcatmenu {
			width: 210px;
			color: #FFF;
		}
		div#contentLeft ul li.subcatmenu a {
		padding: 3px 3px 3px 20px;
		line-height: 10px !important;
		font-size: 10px !important;
		text-decoration: none;
		background: #EFEFEF;
		color: #000
		}
		ul li.prodmenu {
		margin: 0 !important;
		padding: 0 !important;
		display: block;
		width: 210px;
		color: #FFF;
		}
		div#contentLeft ul li.prodmenu a {
		padding: 3px 3px 3px 30px;
		line-height: 10px !important;
		font-size: 10px !important;
		text-decoration: none;
		background: #CCC;
		color: #000
		}
		div#contentLeft ul li#subactive a{
			background-color: #3a60ad;
		}
		div#contentLeft ul li#subcatactive a{
			background-color: #3a60ad;
		}
		div#contentLeft ul li#prodactive a{
			background-color: #3a60ad;
		}


	div#contentLeft img {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		border: 1px solid #4C1C1C;
	}
	div#contentLeft p {
		margin: 5px 0 0 0;
	}
	/*  pagina contact  */
	div.harta {
		width: 200px;
		float: right
	}
	img.harta {
		margin-bottom: 20px;
		float: left
	}
	label.contact {
	    width: 100px;
	    display: block;
	    float: left
	}
	textarea {
		border: 1px solid #BCBCBC;
		width: 170px
	}
	
	/* h2 general */
	h2 {
		font-weight: bold
	}
	/*  index  */
	ul.index {
		list-style-type: none;
		padding: 0
	}
	ul.index	li {
		padding-left: 15px;
		background-image: url(../images/interface/orangeBullet.gif);
		background-repeat: no-repeat;
		background-position: left center;
	}
	/*  pagina produse  */
	img.produse {
		border: 1px solid #BCBCBC;
		margin: 0 15px 15px 0;
		float: left
	}
	div.produse {
		clear: both;
		padding-top: 15px
	}
	/*  pagina produs  */
	div.produs img {
		float: right;
		border: 1px solid #BCBCBC
	}
	p.produs {
		font-weight: bold;
		clear: both
	}
	/* pentru randurile pare culoare diferita */
	tr.par {
		background: #EFEFEF
	}
	/* pentru primul rand din orice tabela - randul titlu */
	tbody > tr:first-child td {
		font-weight: bold;
		border-top: 1px solid #BCBCBC;
		border-bottom: 1px solid #BCBCBC;
	}
	/* pentru tabele in general */
	table {
		border-collapse: collapse;
		width: 99%;
		clear: both;
		border-bottom: 1px solid #BCBCBC;
	}
	/* pentru celule in general */
	td {
		border: 0;
		padding: 2px;
		height: 14px !important;
		line-height: 14px;
		font-size: 12px;
		text-align: center;
		margin: 0
	}
	/* pentru celule care contint paragrafe */
	td p {
		border: 0;
		padding: 0;
		margin: 0
	}
	div.produs p {
		border: 0;
		padding: 0;
		margin: 0
	}

/*
* Home
*/
	#contentRight .box{
		float:left;
		border:1px solid #4C1C1C;
		width:255px;
		height:190px;
		margin:15px 15px 0  0;
		padding: 0;
	}
	#contentRight .box h2 {
		background:#4C1C1C;
		color:#fff;
		font-size:14px;
		font-weight:normal;
		margin:1px;
		padding:5px 10px;
	}
	#contentRight .box .boxContent {
		height:130px;
		margin:0;
		padding:5px;
		text-align:justify;
	}
	#contentRight .box .boxContent img {
		float: left;
		margin: 0 5px 0 0;
		padding: 1px;
		border: 1px solid #E5E6EA;
	}
	#contentRight .box a.boxFooter {
		margin:0;
		float:right;
		padding:0 10px 0 0;
	}
	#contentRight .box ul {
		list-style: none;
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
	}
	#contentRight .box ul li {
		margin: 0 0 5px 0;
		padding: 0 0 0 10px;
		background: url(../images/interface/arrow.png) no-repeat 0 4px;
	}
	#contentLeft .news {
		margin: 0;
		padding: 0;
		text-align: justify;
	}
	#contentLeft .news h3 {
		margin: 10px 0 0 0;
	}
	#contentLeft .news .date {
		color: #000000;
		clear: both;
		display: block;
		margin: 0 0 5px 0;
		padding: 0;
	}
	#contentLeft .news img {
		float: left;
		margin: 0 5px 0 0;
		padding: 1px;
		border: 1px solid #E5E6EA;
	}
	#contentLeft .news a {
		margin: 0;
		padding: 0;
		display: block;
	}
	#contentLeft .news a:hover img {
		border: 1px solid #4C1C1C;
	}
	#contentLeft #arhiva {
		border-top: 1px solid #4C1C1C;
		margin: 20px 0 5px 0;
		padding: 2px 0 0 0;
		font-size: 13px;
		clear: both;
	}

/*
* Contact
*/
	#contentRight .twoColumns {
		width: 260px;
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
}

/**
 * Pagina de afisaj de subcategorii
 */
.subcategorie {
	display: block;
	width: 125px;
	height: 125px;
	float: left;
	margin: 5px;
}
.subcategorie:hover {
	text-decoration: none
}
.listaproduse {
	display: block;
	width: 125px;
	height: 125px;
	float: left;
	margin: 5px;
}
.listaproduse:hover {
	text-decoration: none
}
.listaproduse img {
	width: 125px;
	height: 100px;
}
.transON {opacity:30;filter: alpha(opacity=30); -moz-opacity: 0.3}

/* float fixer */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
/* end float fixer */


ul#menu {
	border-top: 5px solid #BCBCBC;
	list-style-type: none;
	list-style-image: none; 
	list-style-position: inside;
}
#menu li a:hover {
	background: #3a60ad;
	color: #FFFFFF;
}
/* second level */
#menu li li a {
	background: #BCBCBC;
	padding-left: 15px;
}
#menu li li a:hover {
	background: #C3C3C3;
}
/* third level */
#menu li li li a {
	background: #C9C9C9;
	padding-left: 20px;
}
#menu li li li a:hover {
	background: #D0D0D0;
}
/* forth level */
#menu li li li li a {
	background: #D7D7D7;
	padding-left: 25px;
}
#menu li li li li a:hover {
	background: #DDDDDD;
	color: #000000;
}
/* fifth level */
#menu li li li li li a {
	background: #E4E4E4;
}
#menu li li li li li a:hover {
	background: #E4E4E4;
	color: #000000;
}
/* product */
#menu a.product {
	background: #F2F2F2;
	padding-left: 30px;
}
#menu a.product:hover {
	background: #FFFFFF;
}

#menu a {
	border-bottom: 1px solid #BCBCBC;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}
#menu a:hover {
	text-decoration: none;
}

.selectat {
	background: #FF0000;
}
.active, div#contentLeft ul li.active a {
	color: #FF0000;
}
div#contentLeft ul li.active li a {
	color: #000000;
}
ul.subcategorii, ul.produse {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}
.subcategorii li, .produse li{
	width: 125px;
	height: 125px;
	margin: 10px 10px 0 0;
	float: left;
}
.subcategorii li a, .produse li a{
	width: 125px;
	height: 125px;
	text-decoration: none;
}
div#contentRight .subcategorii a img, div#contentRight .produse a img{
	background: url(../images/background.jpg) left top no-repeat;
}
.category, .page {
	font-size: 14px;
	font-weight: bolder;
}
.product {
	font-size: 12px;
	font-weight: normal;
}
/* css properties for admin forms */
div.admincontent form label {
	display: block;
	float: left;
	width: 150px;
	margin-top: 20px;
	height: 25px;
	line-height: 25px;
	font-weight: bold;
}
div.admincontent form input {
	width: 250px;
	height: 20px;
	margin-top: 25px;
}
div.admincontent form textarea {
	height: 350px;
}
div#ajaximageup form input#fileToUpload {
	height: 30px !important;
	margin: 0px !important;
}

/* style for the vertical menu */
div#verticalMenu{
	background: url(../images/interface/verticalMenuLeft.jpg) left top repeat-y;
}
	div#verticalMenu ul.root {
		background: url(../images/interface/verticalMenuRight.jpg) right top repeat-y;
		padding-right: 10px;
	}
		div#verticalMenu ul li {
			text-transform: none;
			font-weight: normal;
			background: url(../images/interface/liBullet.gif) left top no-repeat;
			padding-left: 15px;
		}
			div#verticalMenu ul li a {
				font-size: 10px;
				letter-spacing: 0;
				line-height: 15px;
			}
				div#verticalMenu ul li a.active{
					background-color: #eee;
				}
				div#verticalMenu ul li a.root{
					line-height: 24px;
					background-color: transparent !important;
				}
			div#verticalMenu ul li.root{
				padding: 0 10px 0 10px;
				text-transform: uppercase;
/* 				border-bottom: 1px dotted #000; */
				background: url(../images/interface/buttonFace.jpg) right top repeat-x;
			}
				div#verticalMenu ul li.root a.root {
					font-weight: 900;
					font-size: 11px;
				}
					div#verticalMenu ul li.root a.root:first-letter {
						font-size: 14px;
						font-weight: 900;
					}
div#verticalMenuWrapper div.frame {
	height: 9px;
	text-align: center;
	overflow: hidden;
}
/* style only for the contact page */
img.contactpage {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
/* style only for home page */
div#rootlink1 a {
	display: block;
	background: url(/images/interface/ridicare.jpg) top left no-repeat;
	width: 174px;
	padding-top: 174px;
	text-align: center;
	text-decoration: none;
}
div#rootlink1 a:hover {
	background: url(/images/interface/ridicare-over.jpg) top left no-repeat;
}
div#rootlink2 a {
	display: block;
	background: url(/images/interface/furtunuri.jpg) top left no-repeat;
	width: 174px;
	padding-top: 174px;
	text-align: center;
	text-decoration: none;
}
div#rootlink2 a:hover {
	background: url(/images/interface/furtunuri-over.jpg) top left no-repeat;
}
div#rootlink3 a {
	display: block;
	background: url(/images/interface/cuple.jpg) top left no-repeat;
	width: 174px;
	padding-top: 174px;
	text-align: center;
	text-decoration: none;
}
div#rootlink3 a:hover {
	background: url(/images/interface/cuple-over.jpg) top left no-repeat;
}
div#rootlink1 {
	float: left;
	margin: 10px;
}
div#rootlink2 {
	float: left;
	margin: 10px;
}
div#rootlink3 {
	float: left;
	margin: 10px;
}
