@import url('reset.css');

a, a:active, a:visited {
	color:#434d55;
}

h1#logo a {
	width: 322px;
	height: 86px;
	text-indent:-999em;
	background:url(/images/ruterknekt.jpg) no-repeat #fff;
	float:left;
	margin: 50px 0px 0px 12px;
}


body {
	background: url(/images/body_background.jpg) repeat-x #c9cdd3;
	font-size:12px;
}

#wrapper {
	width: 1000px;
	margin: 30px auto 0px auto;
	background: url(/images/wrapper_background.png) repeat-y;
	height:auto;
	font-family: Arial,Helvetica,Garuda,sans-serif;
}

#header_image {
	width:516px;
	height:130px;
	background: url(/images/header_ruter.jpg) top right no-repeat;
	float:right;
	margin-right:6px;
}

#main_menu {
	float:left;
	width:983px;
	list-style:none;
	background:red;
	margin:0px 5px 10px 5px;
	background: url(/images/main_menu_background.jpg) repeat-x;
	height:27px;
}

#main_menu li {
	float:left;
	height:27px;
	background: url(/images/main_menu_sep.jpg) top right no-repeat;
}

#main_menu li a {
	float:left;
	text-align:center;
	width:auto;
	padding:8px 10px;
	height:11px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
}

#main_menu li.active a {
	background: url(/images/active_menu.jpg) repeat-x;
}

#main_menu li a:hover {
	color:#333;
}

#main_menu li a.merchant {
	float:right;
}

#main {
	background: url(/images/main_background.jpg) repeat-y;
	float:left;
	width:980px;
	margin:0px 6px 6px 6px;
}

#sidebar {
	float:left;
	width:240px;
	min-height:300px !important;
	height:auto;
}

#sidebar ul {
	list-style:none;
	float:left;
	width:240px;
	background:#fff;
}

#sidebar ul li {
	float:left;
	width:240px;
	height:24px;
	margin-bottom:5px;
}

#sidebar ul li a {
	display:block;
	height:12px;
	width:220px;
	padding: 6px 10px;
	background: url(/images/submenu.jpg) top left no-repeat;
	font-size:12px;
	text-decoration:none;
	display:block;
}

.merchant {
	float:right !important;
	background: #B51E22 !important;
}

.merchant a {
	color:#fff;
}

#content {
	float:left;
	font-size:12px;
	width:730px;
	margin-left:10px;
	line-height:1.3em;
	margin-bottom:15px;
}

#content table td{
	padding-right:25px;
	vertical-align: top;
}

.maps {
	width:500px;
	height:500px;
}

#content img {
	float:left;
	margin:5px;
}

#content ul {
	list-style:inside disc;
}

#content p {
	margin: 0 0 1.3em 0;
}

#sidebar ul li a:hover, #sidebar ul li.active a {
	background-position: bottom left;
}

#welcome_wrapper {
	float:left;
	background:#fff;
}

.bottom_image {
	float:left;
	margin-top:30px;
	margin-right:26px;
}

.last {
	margin-right:0px;
}

h1 {
	font-size:18px;
	margin-bottom:10px;
	color:#444;
}

h2 {
	font-size:12px;
	font-weight:bold;
	color: #b72023;
}

#footer_content {
	width: 963px;
	background: url(/images/footer_content_background.png) repeat-x;
	margin: 0px 5px;
	padding: 8px 10px;
	height:27px;
	float:left;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#footer {
	margin:0 auto;
	height:10px;
	width:1000px;
	background: url(/images/footer_background.png) no-repeat bottom right;
}

/* forms */
.zemContactForm fieldset {
   border: none;
   }
   
.zemContactForm legend {
   padding: 0.5em 10px 0.5em 0;
   width: 60px;
   display:none;
   }
.zemSelect {
	float:left;
	margin-bottom:5px;
}   
.zemContactForm label {
   float: left;
   width: 50px;
   margin: 0.3em 10px 0 0;
   text-align: left;
   }
   
.zemText {
	margin-bottom:5px;
}

.zemTextarea {
	width:300px;
	float:left;
}

.zemContactForm br {
   clear: left;
   }
   
.zemContactForm .zemSubmit {
   margin: 0.5em 0 0 60px;
   }



.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
