/*
Layout style sheet!
*/

body {
	margin-top:0px;
	top:0px;
	padding-top:0px;
}
p {
	margin:0px;
	padding:0px;
}
img {border:0px;}


.logo {
	position: relative;
	height: 32px;
	width: 145px;
	margin-top:30px;
	margin-left:40px;
}
.meniu_top {
	position: relative;
	height: 18px;
	width: 780px;
	margin-top:0px;
	margin-left:0px;
	background-color:#CF3F16;
	z-index:5;
}
.gradient_top {
	position: relative;
	margin-top:0px;
	width:780px;
	margin-left:0px;
	height:4px;
	background-image:url(../images/index_15.jpg);
	background-repeat:repeat-x;
}