@charset "utf-8";

body {
	background-image: url(fundal-sus.jpg);
	background-attachment: inherit;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
a {	
	outline: none; 
}
#site {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}
#footersite {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 62px;
}
img {
	border: 0;
}
/* Navigare */
/* ---------------------------------------- */

	#navigare {
		margin-right: 1px;
		position: absolute;
		margin-left: 534px;
		margin-top: -20px;
		padding: 0;
		width: 435px;
	}
	
	#butoane {
		padding: 0;
		margin: 0;
		width: 436px;
		height: 20px;
		
	}
	
	* html #butoane {
		margin: 0 0 0 0;	
	}*
	
	#butoane span {
		display: none;
	}
	
	#butoane ul {
		list-style: none;
	}
	
	#butoane li {
		display: inline;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
	}
	
	#butoane li, #butoane a {
		height: 20px;
		display: block;
		width: 108px;
	}
	
	#despre-noi {
		left: 0px;
		width: 108px;
		height: 20px;
		background-image: url(butoane/despre-noi.jpg);
		background-attachment: inherit;
		background-repeat: no-repeat;
	}
	
	#despre-noi a:hover {
		background-image: url(butoane/despre-noi.jpg);
		background-attachment: inherit;
		background-repeat: no-repeat;
		background-position: 0 -20px;
	}
	
	#showroom {
		left: 109px;
		width: 108px;
		height: 20px;
		background-image: url(butoane/showroom.jpg);
		background-attachment: inherit;
		background-repeat: no-repeat;
	}
	
	#showroom a:hover {
		background-image: url(butoane/showroom.jpg);
		background-attachment: inherit;
		background-repeat: no-repeat;
		background-position: 0 -20px;
	}
	
	#cariere {
		left: 218px;
		width: 108px;
		height: 20px;
		background-image: url(butoane/cariere.jpg);
		background-attachment: inherit;
		background-repeat: no-repeat;
	}
	
	#cariere a:hover {
		background-image: url(butoane/cariere.jpg);
		background-attachment: inherit;
		background-repeat: no-repeat;
		background-position: 0 -20px;
	}
	
	#contact {
		left: 327px;
		width: 108px;
		height: 20px;
		background-image: url(butoane/contact.jpg);
		background-attachment: inherit;
		background-repeat: no-repeat;
	}
	
	#contact a:hover {
		background-image: url(butoane/contact.jpg);
		background-attachment: inherit;
		background-repeat: no-repeat;
		background-position: 0 -20px;
	}

/* ---------------------------------------- */

#header {
	background-image: url(header.jpg);
	background-attachment: inherit;
	background-repeat: no-repeat;
	height: 75px;
	width: 970px;
}
#header h1 {
	background-image: url(logo.jpg);
	background-attachment: inherit;
	background-repeat: no-repeat;
	width: 193px;
	height: 60px;
	margin: 0;
	padding: 0;
}
#header h1 span {
		display: none;	
}
#motive {
	width: 970px;
	height: 247px;
	background-image: url(5motive.jpg);
	background-attachment: inherit;
	background-repeat: no-repeat;
}
#motive-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 23px;
	color: #FFF;
	float: left;
	margin-left: 50px;
	margin-top: 67px;
}
#motive img {
	float: right;
}

/* Content */
/* ---------------------------------------- */

#content {
	width: 970px;
	margin: 0px;
	padding: 0px;
}
.rowone {
	width: 505px;
	margin: 0;
	padding: 0;
	text-align: left;
}
.rowtwo {
	width: 465px;
	margin: 0;
	padding: 0;
	text-align: right;
}

.pad {
	padding: 6px 25px 25px 0;
	margin: 0;
}

/* Site-uri */
/* ---------------------------------------- */
li .titlu {
	font-size: 15px;
	color: #000;
	font-weight: normal;
	padding-top: 25px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif
}
ul {
	 list-style: none;
	 height: 100%;
	 margin: 15px 0 0 0;
	 padding: 0px;
}
ul li {
	width: 465px;
	height: 150px;
	background-image: url(site.gif);
	background-attachment: inherit;
	background-repeat: no-repeat;
}
ul li a {
    display: block;
	width: 465px;
	height: 150px;
	text-align: justify;
    text-decoration: none;
	color: #666666;
}
ul li a:hover {
	background-image: url(site-hover.gif);
	background-attachment: inherit;
	background-repeat: no-repeat;
	text-decoration: none;
}
ul img {
	border: 0;
	float: left;
	padding: 13px;
}


/* Site-uri mici */
/* ---------------------------------------- */
.scrn {
	width: 470px;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 25px;
}
.scrn ul {
	 list-style: none;
	 height: 100%;
	 margin: 15px 0 0 0;
	 padding: 0px;
	 text-align: center;
	 float: left;
	 margin-right: 6px;
}
.scrn ul li {
	width: 150px;
	height: 169px;
	background-image: url(screen-mic.gif);
	background-attachment: inherit;
	background-repeat: no-repeat;
}
.scrn ul li a {
    display: block;
	width: 150px;
	height: 169px;
	text-align: justify;
    text-decoration: none;
	color: #666666;
	text-align: center;
}
.scrn ul li a:hover {
	background-image: url(screen-mic-hover.gif);
	background-attachment: inherit;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
}
.scrn ul img {
	border: 0;
	float: left;
	padding: 13px;
}

/* ---------------------------------------- */



/* Footer */
/* ---------------------------------------- */

#footer {
	width: 100%;
	height: 68px;
	background-image: url(fundal-jos.jpg);
	background-attachment: inherit;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
}

/* ---------------------------------------- */

.telefon, .mobil, .mail, .showroom {
	background-attachment: inherit;
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	margin-left: 30px;
	color: #000000;
	height: 23px;
	text-align: left;
	float: left;
}

.telefon {
	background-image: url(telefon.gif);
}
.mobil {
	background-image: url(mobil.gif);
}
.mail {
	background-image: url(mail.gif);
}
.showroom {
	background-image: url(showroom.gif);
}

/* ---------------------------------------- */
.clear {
	clear: both;
	padding-top: 10px;
}