html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body,html {
	font-family: Arial, sans-serif;
	line-height: 1.4em;
	font-size: 0.92em;
}

body {
	background-color: #d9d9d9;
}

#logo_area {
	background-color: #fff;
	height: 70px;
}

#navbar {
	background: #fff url(../gfx/nav_bg.jpg) no-repeat;
	height: 60px;
}

#header {
	background-color: #fff;
	height: 270px;
}

#logo {
	margin-top: 30px;
}

#content {
	background-color: #fff;
}

#footer {
	background: url(../gfx/footer.jpg) no-repeat;
	height: 20px;
}

#ramses {
	margin-top: 25px;
}

#navigation {
	margin: 6px 0px 0px 0px;
	padding: 0;
}

#navigation li {
	display: block;
	float: left;
	height: 48px;
	padding: 0px 20px 0px 20px;
	background: url(../gfx/nav_line.jpg) right no-repeat;
}

#navigation li a {
	color: #606060;
	float: left;
	padding: 15px 5px 0px 0px;
	text-decoration: none;
}

#navigation li a:hover {
	color: #606060;
	text-decoration: underline;
}

#search_box {
	background: url(../gfx/search_box.jpg) no-repeat right;
	height: 40px;
	margin-top: 10px;
}

#search_input {
	background-color: transparent;
	height: 25px;
	width: 150px;
	margin: 5px 0px 0px 50px;
	border: 0;
	font-size: 1.4em;
	color: #31677e;
	font-family: Tahoma, sans-serif;
}

#content h1 {
	color: #31677e;
	font-size: 1.9em;
	margin: 25px 0px 25px 0px;
}

#content h2 {
	color: #31677e;
	font-size: 1.6em;
	margin: 25px 0px 25px 0px;
}

#content h3 {
	color: #31677e;
	font-size: 1.3em;
	margin: 25px 0px 25px 0px;
}

#content p {
	margin: 15px 0px 15px 0px;
}

.tarjous label {
	width: 120px;
	float: left;
	padding: 3px;
}
.tarjous input {width: 200px;padding:3px;}
.tarjous #submit {float:left;margin-left:120px; width:auto;}


#left ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 2em;	
}

