body{
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Tahoma, Verdana, Arial;
	color: #2f3639;
	background-color:#213238;
	background-image: url('images/background.gif');
	background-position: top center;
	background-repeat: repeat-y;
}
a{
	color: #263a41;
	text-decoration: underline;
}
a:hover{
	color: #10181b;
	text-decoration: underline;
}
div#mainContainer{
	width: 100%;
	height: 600px;
	background-image: url('images/containerBg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
}
div#contentContainer{
	width: 910px;
	padding: 0 25px 0 25px;
	height: 339px;
	background-image: url('images/headerBg.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
div#main{
	float: left;
	display: inline;
	width: 910px;
	background-image: url('images/mainBg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #f7fafc;
}

/* HEADER TREBUIE MUTAT IN ALT CSS */
/*
div#header{
	width: 890px;
	height: 260px;
	float: left;
	display: inline;
	margin: 0px 10px 0 10px;
	background-image: url('images/headerBg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
}
*/

div#headerSearch{
	width: 890px;
	height: 30px;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
}

#headerSearch input.text{
	border: 0;
	width: 100px;
	height: 15px;
	font-size: 11px;
	float: left;
	margin: 3px 0 0 681px;
}
#headerSearch input.image{
	float: left;
	display: inline;
	margin: 2px 0 0 8px;
}
div#menu{
	width: 890px;
	height: 40px;
	margin: 180px 0 0 0px;
	float: left;
	display: inline;
}
#menu a{
	display: inline;
	float: left;
	height: 23px;
	background-image: url('images/menu_out.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 17px 15px 0px 15px;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	color: #f7fafc;
	text-decoration: none;
}
#menu a:hover{
	background-image: url('images/menu_over.gif');
}
#menu a.active{
	background-image: url('images/menu_active.gif');
	background-position: top left;
	background-repeat: no-repeat;
	color: #225466;
	height: 27px;
	padding: 13px 11px 0px 15px;
}
#menu a.active:hover{
	color: #112932;
}
#menu div.menuSeparator{
	width: 2px;
	height: 40px;
	padding: 0;
	margin: 0;
	background-image: url('images/menu_separator.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 1px;
	display: inline;
	float: left;
}
#menu div.menuSeparatorActive{
	width: 4px;
	height: 40px;
	padding: 0;
	margin: 0;
	background-image: url('images/menu_separatorActive.gif');
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1px;
	display: inline;
	float: left;
}
#userMenu{
	width: 855px;
	height: 23px;
	float: left;
	display: inline;
	text-align: right;
	padding: 7px 35px 0 0;
	margin: 0px 10px 0 10px;
	font-size: 11px;
	color: #262727;
	background-image: url('images/basket_background.gif');
}
#userMenu a{
	color: #262727;
	text-decoration: underline;
}
#userMenu a:hover{
	color: #0078a4;
	text-decoration: none;
}

div#content{
	width: 890px;
	margin: 10px 10px 0 10px;
	float: left;
	display: inline;
}
	#content div.infoBox{
		width: 560px;
		height: 80px;
		float: left;
		display: inline;
		margin: 0 0 10px 0;
		padding: 0;
		background: url('images/infoBox.gif') 0 0 no-repeat;
	}
		#content .infoBox p{
			width: 520px;
			padding: 0;
			margin: 20px;
			font-size: 11px;
		}
div#left{
	width: 150px;
	float: left;
	display: inline;
	padding: 0;
}
#right{
	width: 150px;
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 0 5px;
}
#left{
	margin: 0;
}
div#middle{
	width: 560px;
	height: 5px;
	margin: 0 15px 0 15px;
	padding: 0;
	display: inline;
	float: left;
}
div.leftBox, div.rightBox{
	width: 150px;
	float: left;
	display: inline;
	margin: 0 0 10px 0;
}
.leftBox{
	background-color: #263a41;
}
.rightBox{
	background-color: #eceff1;
	font-size: 11px;
	text-align: left;
}

div.leftBoxFooter, div.rightBoxFooter{
	width: 150px;
	height: 5px;
	font-size: 1px;
	display: inline;
	float: left;
}
.leftBoxFooter{
	background-image: url('images/leftBoxFooter.gif');
}
.rightBoxFooter{
	background-image: url('images/rightBoxFooter.gif');
}
div.leftBoxHeader{
	background-image: url('images/leftBoxHeader.gif');
}
div.rightBoxHeader{
	background-image: url('images/rightBoxHeader.gif');
}
.leftBox h1, .rightBox h1{
	width: 122px;
	height: 22px;
	margin: 0;
	padding: 8px 0 0 28px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.leftBox h1{
	background-image: url('images/leftBoxHeaderBg.gif');
	color: #f7fafc;
}
.rightBox h1{
	background-image: url('images/rightBoxHeaderBg.gif');
	color: #12303a;
}

.rightBox .rightMenu{
	width: 150px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
.rightBox .rightMenu a{
	float: left;
	display: inline;
	background: url('images/rightBoxA.gif') 0 0 no-repeat;
	height: 24px;
	width: 135px;
	padding: 10px 0 0 15px;
	color: #5a5a5a;
	font-weight: bold;
	text-decoration: none;
}
.rightBox .rightMenu a:hover{
	background: url('images/rightBoxAHover.gif') 0 0 no-repeat;
	color: #000000;
	text-decoration: none;
}
.rightBox div.rightBoxSpacer{
	width: 150px;
	background: url('images/rightBoxSpacer.gif') 0 0 no-repeat;
	margin: 15px 0 0px 0;
	font-size: 1px;
}
.rightBox p{
	width: 120px;
	margin: 0 15px 0 15px;
}
.rightBox p.garantie{
	margin: 15px;
	font-weight: bold;
	color: #000000;
}
.rightBox h2{
	width: 120px;
	margin: 15px 15px 0 15px;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}
.rightBox img{
	border: 0;
	margin: 0 0 10px 15px;
}
.rightBox form{
	width: 120px;
	margin:  10px 0 10px 15px;
	text-align: center;
	display: inline;
	float: left;
}
.rightBox form input.text{
	/*width: 100px;*/
	font-size: 11px;
	/*margin: 4px 0 4px 0;*/
}
.rightBox form input.submit{
	font-size: 10px;
	font-weight: bold;
	padding: 3px;
}
/* FOOTER */
div#footer{
	width: 890px;
	height: 23px;
	float: left;
	display: inline;
	padding: 12px 0 0 0;
	clear: both;
	background: #e7eaeb url('images/footerBg.gif') top left no-repeat;
	margin: 10px 0 0 0;
	color: #c8d7e7;
	font-size: 11px;
}
#footer a{
	color: #c8d7e7;
	text-decoration: none;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
p.moreInfo{
	font-size: 11px;
}
