@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
}
body {
	background: url(../assets/bg-main.jpg);
	margin: 0;
}
h3 {
	font-size: 1.3em;
	letter-spacing: -.03em;
	color: #000;
	margin: 0;
	padding-bottom: 7px;
}
#container {
	width: 850px;
	margin: 0 auto;
}
#top {
	behavior: url(script/iepngfix_01.htc);
	width: 800px;
	height: 46px;
	padding: 0 25px;
	background: url(../assets/bg-top.png) no-repeat center top;
	margin: 45px auto 0 auto;
	clear: both;
	position: relative;
}
.teldirect {
	width: 173px;
	height: 38px;
	position: absolute;
	top: -41px;
	right: 279px;
}
#logo {
	position: absolute;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: -.05em;
	color: #fff;
	z-index: 0;
	background: #444;
	padding: 10px;
	left: 10px;
	top: 12px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}
#menu {
	width: 300px;
	text-align: right;
	position: absolute;
	margin: -45px 0 0 330px;
	height: 20px;
	color: #fff;
	font: normal 1.2em/1em Arial, Helvetica, sans-serif;
}
#menu a:link, #menu a:visited, #menu a:hover, #menu a:active {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #222;
}
#content {
	behavior: url(script/iepngfix_02.htc);
	width: 800px;
	padding: 0 25px;
	display: table;
	background: url(../assets/bg-middle.png) repeat-y center;
	margin: 0 auto;
}
#banner {
	width: 760px;
	height: 310px;
	margin: 0 auto;
	background: url(../assets/banner/01.jpg) no-repeat center top;
	position: relative;
}
#elmas {
	width: 100px;
	height: 80px;
	position: absolute;
	margin: -80px 0 0 15px;
	z-index: 0;
}
#demag {
	width: 160px;
	height: 65px;
	position: absolute;
	margin: -80px 0 0 595px;
}
#produse {
	width: 760px;
	margin: 0 auto;
	display: table;
	padding: 20px 0;
}
#produse a:link, #produse a:visited, #produse a:hover, #produse a:active {
	color: #666;
	text-decoration: underline;
}
#produse a:hover {
	color: #f90;
}

/*#produse ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#produse ul li {
	width: 230px;
	height: 90px;
	float: left;
	margin: 0 20px 15px 0;
}
#produse ul li p {
	margin: 0;
}*/
#footer {
	behavior: url(script/iepngfix_03.htc);
	width: 800px;
	height: 49px;
	margin: 0 auto;
	padding: 0 25px;
	background: url(../assets/bg-footer.png) no-repeat center top;
	clear: both;
	color: #fff;
	font-size: 1.2em;
} 
#copy {
	width: 200px;
	height: 30px;
	line-height: 1em;
	position: absolute;
	margin: 40px 0 0 20px;
}
#links {
	width: 530px;
	height: 30px;
	line-height: 1em;
	position: absolute;
	margin: 40px 0 0 250px;
	text-align: right;
}
#links a:link, #links a:visited, #links a:hover, #links a:active {
	color: #fff;
	text-decoration: none;
}
#links a:hover {
	color: #222;
}

/* CLEARFIX STARS HERE */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.clear { 
	clear: both; 
}
/* CLEARFIX ENDS HERE */

.table {
	border: solid 1px #d8d8d8;
	font: normal 1.1em/.85em Arial, Helvetica, sans-serif;
}
.btn {
	width: 90px;
	height: 34px;
	cursor: pointer;
	color: #fff;
	background: transparent url(../assets/button.jpg) no-repeat top right;
	margin: 15px auto 0;
	display: block;
}
.btn:hover {
	background: transparent url(../assets/button.jpg) no-repeat right -34px;
}
