/*** Reset ***/
body, form, fieldset, h1, h2, h3, h4, h5, p, a, ul {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #ccc url(../img/layout/background.gif) top repeat-x;
}


/*** Text elements ***/
h1 {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 0 15px 5px;
}
h2 {
	font-size: 1em;
	line-height: 1.4em;
}
h3 {
	font-size: 0.9em;
}
p {
	font-size: 0.8em;
	line-height: 1.3em;
}
a {
	text-decoration: none;
	outline: none;
}
.em7 {
	font-size: 0.7em;
	line-height: 1em;
}


/*** General ***/
.clear {
	clear: both;
}
img {
	border: none;
}
.resCCP {
	clear: both;
	height: 80px;
	margin-top: 10px;
	padding-left: 180px;
	padding-top:109px;
	padding-right:10px;
	background: url(../img/resCCP.jpg) no-repeat;
}
.search					{ 
	width: 320px; hight: 58px;
	position: absolute; right: 70px; bottom: 0px;
	background: url(../img/search/search-bkg.jpg) no-repeat;
	vertical-align: middle;
	text-align: right;
	padding-top: 21px
}
.search input.text {
	position: absolute;
	left: 55px;
	top: 20px;
	border: 1px solid #4d4845;
	width: 170px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 4px;
	margin-right: 0px;
	background: #eaeaea url(../img/.jpg) left no-repeat;
}
.btn {
	height: 23px;
	margin-right: 25px;
	margin-bottom: 13px;
	text-align: center;
	border: 1px solid #4d4845;
	background: #eaeaea;
}
span {
	font-weight: normal;
}


/*** Links ***/
p.head a {
	color:#eaeaea;
	font-size:11px;
}
p.head a:hover {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.path {
	margin-bottom: 5px;
	border-bottom: 1px dashed #999;
}
p.path a {
	color: #5c5652;
	padding: 0 5px;
}
p.path a:hover {
	text-decoration: underline;
}
p.path a.curent {
	color: #e70a00;
	font-weight: bold;
}
p.pager {
	clear: both;
}
p.pager a {
	color: #5c5652;
	padding: 0 2px;
	font-size: 0.8em;
	font-weight: bold;
}
p.pager a:hover, p.pager a.curent {
	background-color: #5c5652;
	color: #fff;
}


/*** Menu list ***/
ul.menu	 {
	list-style: none;
	font-size: 0.8em;
}
ul.menu .title {
	font-size: 1em;
	font-weight: bold;
	padding-right: 5px;
	padding-top:0px;
	padding-bottom: 0px;
}
ul.menu .title a {
	background: #e7e2dc url(../img/nav_left/btn_off.jpg) left no-repeat;
	color: #e70a00;
}
ul.menu .title a:hover {
	background: #e7e2dc url(../img/nav_left/btn_on.jpg) left no-repeat;
	color: #5c5652;
}
ul.menu li {
	list-style: none;
	font-size: 10.3px;
	font-weight: bold;
	display: block;
	width: 85%;
	line-height: 1.8em;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: -2px;
	margin-bottom: 0px;
	padding-top: 0px;
}
ul.menu li a {
	background: url(../img/nav_left/li2-off.jpg) center no-repeat;
	color: #5c5652;
	display: block;
	width: 100%;
	padding-left: 10px;
}
ul.menu li a:hover {
	background: url(../img/nav_left/li2-on.jpg) center no-repeat;
	color: #000;
}
ul.menu li a.curent {
	color: #000;
}


/*** MenuSitemap list ***/
ul.menuSitemap	 {
	list-style: none;
	font-size: 0.8em;
}
ul.menuSitemap .title {
	font-size: 1em;
	font-weight: bold;
	padding-right: 5px;
	padding-top:0px;
	padding-bottom: 0px;
}
ul.menuSitemap .title a {
	color: #e70a00;
}
ul.menuSitemap .title a:hover {
	color: #5c5652;
}
ul.menuSitemap li {
	list-style: none;
	font-size: 10.3px;
	font-weight: bold;
	display: block;
	width: 85%;
	line-height: 1.8em;
	margin-left: 1px;
	margin-right: 0px;
	margin-top: -2px;
	margin-bottom: 0px;
	padding-top: 0px;
}
ul.menuSitemap li a {
	color: #5c5652;
	display: block;
	width: 100%;
	padding-left: 10px;
}
ul.menuSitemap li a:hover {
	color: #000;
}
ul.menuSitemap li a.curent {
	color: #000;
}


/*** Layout ***/
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#header	{
	height: 133px;
	text-align: right;
	color: #eaeaea;
	padding: 3px 50px 0 0;
	position: relative;
}
#top, #bottom {
	width: 800px;
	height: 18px;
}
#top {
	background: url(../img/layout/maincontent-topbk.jpg) no-repeat;
	position: relative;
}
.logo {
	position: absolute;
	left: -30px;
	top: -92px;
}
#bottom {
	background: url(../img/layout/maincontent-bottombk.jpg) no-repeat;
}
#rightSide, #leftSide, #main, #tabs {
	float: left;
}
#content {
	width: 800px;
	background: url(../img/layout/maincontent-mainbk.jpg) repeat-y;
	overflow: auto;
}
#rightSide {
	width: 530px;
}
#main {
	width: 470px;
	padding-right: 10px;
}
#tabs {
	width: 47px;
}
#leftSide {
	width: 269px;
	padding: 170px 0 0 0;
}
#footer {
	height: 40px;
	text-align: center;
	color: #5c5652;
	font-size: 0.85em;
	padding-top: 10px;
}


/*** Products gallery ***/		
.grid div {
	float: left;
	padding: 0 0 0 2px;
	margin: 0 0 5px; 
	width:114px;
	height:148px;
	text-align: center;
	border-bottom: 1px dashed #999;
}
.grid img {
	border: 1px solid #999;
	margin: 0 5px 0 4px;
}
.grid img.last {
	border-right: none;
}
.grid a {
	color:#e70a00;
	text-align: center;
	display: block;
	padding: 5px 0 3px;
}
.grid a span {
	display: block;
	font-size: 0.8em;
	font-weight: 100;
}
.grid a:hover {
	background-color: #ccc;
}


/*** Article details ***/
.art {
	border-bottom: 1px dashed #999;
	padding: 5px 0 0;
}
.art h3 {
	padding: 2px;
}
.art img {
	border: 1px solid #999;
	margin: 0 2px 10px 2px;
}
.desc {
	width: 230px;
	float: left;
	padding-left: 5px;
}
.desc h3 {
	padding: 5px 0 1px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #999;
}
.desc img {
	border: none;
	margin: 30px 0 0;
}


/*** Tabs ***/
div#nav {
	width: 47px;
	height: auto;
	float: left;
	text-align: left;
	background: transparent url(../img/tabs-shaddow.gif) top left repeat-y;
	z-index: 300;
	position: relative;
	margin: 0 auto;
}
div#nav ul {
	position: relative;
	font: normal 11px/19px arial;
	margin: 0 0 0 0 auto;
	width: 47px;
	height: 608px;
	padding: 0 0 0 0;
	text-align: left;
	color: #666;
	list-style-image: none;
	z-index: 400;
}
div#nav ul li {
	position: relative;
	font: normal 10px/16px arial;
	margin: 0 auto;
	padding-left: 1px;
	text-align: center;
	width: 30px;
	color: #666;
	list-style: none;
	list-style-image: none;
	background: transparent;
	display: block;
	height: 152px;
	width: 47px;
	float: left;
	overflow: hidden;
}
div#nav a  {
	position: relative;
	width: 47px;
	padding: 152px 0 0 0;
	margin: 0 auto;
	height: 152px;
	width: /**/47px;
	/* for IE5/Win only */ float: left;
}
div#nav ul li a:hover {
	background-position: -47px 0;
}
div#nav ul li a:active, .nav ul li a.selected {
	background-position: -47px 0;
}
div#nav li a.oferte  {
	width: 47px;
	height: 152px;
	background-position: 0px 0;
	background-image: url(../img/nav_right/oferte.jpg);
	background-repeat: no-repeat;
	}
div#nav li a.servicii {
	width: 47px;
	height: 152px;
	background-position: 0px 0;
	background-image: url(../img/nav_right/servicii.jpg);
	background-repeat: no-repeat;
}
div#nav li a.produse {
	width: 47px;
	height: 152px;
	background-position: 0px 0;
	background-image: url(../img/nav_right/produse.jpg);
	background-repeat: no-repeat;
}
div#nav li a.cataloage {
	width: 47px;
	height: 152px;
	background-position: 0px 0;
	background-image: url(../img/nav_right/cataloage.jpg);
	background-repeat: no-repeat;
}


/*** Forms ***/
.contact {
	width: 450px;
	font-size: 0.9em;
}
.contact p {
	color: #a50328;
}
.mesaj {
	width: 210px;
	height: 100px;
	border: 1px solid #999;
}
.text {
	height: 12px;
	margin: 1px 0;
	width: 150px;
}
select {
	height: 18px;
	width: 154px;
	font-size: 0.8em;
	margin: 1px 0;
}
.red {
	color: #5e415d;
	font-weight: bold;
}


/*** Calin ***/
.linkBizNet{
	color:#5c5652;
	font-weight:bold;
	text-decoration:none;
}
.linkBizNet:hover{
	color:#5c5652;
	font-weight:bold;
	text-decoration:underline;
}
.linkSimaco{
	color:#5c5652;
	font-weight:bold;
	text-decoration:none;
}
.linkSimaco:hover{
	color:#5c5652;
	font-weight:bold;
	text-decoration:underline;
}
.linkIX{
	color:#5c5652;
	font-weight:bold;
	text-decoration:none;
}
.linkIX:hover{
	color:#5c5652;
	font-weight:bold;
	text-decoration:underline;
}
.linkSimaco2{
	color:#5c5652;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
.linkSimaco2:hover{
	color:#5c5652;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}
descriere {
	font-family: Verdana, Geneva, sans-serif;
}
.descriere-index {
	font-size: 3px;
	font-weight: normal;
	color: #CCCCCC;
}
.divider_menu_index {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color:#999;
	font-style: normal;
	font-weight: normal;
	line-height:2px;
}
.linkAcasa{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkAcasa:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkDesprenoi{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkDesprenoi:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkProduse{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkProduse:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkServicii{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkServicii:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkCataloage{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkCataloage:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkOfertespeciale{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkOfertespeciale:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkNewsletter{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkNewsletter:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkClienti{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkClienti:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkCariera{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkCariera:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkContact{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkContact:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}
.linkHartasite{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:none;
}
.linkHartasite:hover{
	color:#5c5652;
	font-size:10px;
	font-weight:normal;
	text-decoration:underline;
}