html {
    height: 100%;
    margin-bottom: 0;
    background: #f1e2bf url('images/bg_html.jpg') repeat;
}

* {
    margin: 0px;
    padding: 0px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
    font-size: 13px;
}

p {
    margin-bottom: 20px;
    color: #555555;
}

a {
    color: #C75C24;
}

img {
    border: none;
}

body.inncms {
    height: 100%;
    text-align: center;
}

#body {
    margin: 0pt auto;
    min-height: 100%;
    text-align: left;
    width: 978px;
    background: url('images/bg_body.png') repeat-y top center;
    overflow: hidden;
}

#header {
    display: block;
    float: left;
    margin: 0 9px 0 9px;
    width: 961px;
    height: 171px;
    overflow: hidden;
    background: url('images/bg_header.jpg') no-repeat top left;
}

#header h1 {
    z-index: 500;
    position: absolute;
    display: block;
    float: left;
    margin: 60px auto auto 1px;
    width: 291px;
    height: 62px;
    background-image: url('images/logo-dunakanyarbutor.png');
}

#header h1 span {
    display: none;
}

#header #slogen {
    float: center;
    margin: 10px 14px auto auto;
    text-align: right;
    height: 34px;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

#header #search {
    position: absolute;
    display: block;
    float: right;
    margin: 55px auto auto 655px;
    text-align: right;
    height: 34px;
    color: #777777;
    line-height: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

#header #search input.keyword {
	display: block;
	float: left;
	width: 200px;
	height: 20px;
	border: 0;
	background-color: #ffffff;
	font-size: 10px;
	overflow: hidden;
}

#header #search input.btn {
	display: block;
	float: left;
    width: 80px;
    height: 20px;
    background-color: #ffffff;
    border: 0;
    margin: 0;
    font-size: 10px;
    overflow: hidden;
}

#header #main-menu-block {
	display: block;
	float: left;
	margin-top: 100px;
}

#header #main-menu {
	display: block;
  list-style-type: none;
  float: left;
  width: 960px;
  text-align: center;
  overflow: hidden;
}

#header #main-menu li {
  display: inline;
  margin: 0 20px 0 20px;
}

#header #main-menu li a {
  font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 6px;
}

#container {
    display: block;
    float: left;
    margin: 0 9px 0 9px;
    width: 961px;
    overflow: hidden;
    padding-bottom: 45px;
    color: #555555;
}

#container #content_left {
    display: block;
    float: left;
    width: 238px;
}

#container #content_left h2 {
    color: #c75c24;
    margin: 20px auto 10px 0;
    text-transform: uppercase;
}

#container #content_left ul {
    float: left;
    display: block;
    margin: 0 0 20px 0;
    width: 238px;
    list-style-type: none;
}

#container #content_left ul li {
    float: left;
    display: block;
    width: 238px;
    height: 30px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    background-image: url("images/bg_menu.gif");
}

#container #content_left ul li a {
    display: block;
    overflow: hidden;
    float: left;
    margin: 7px 0 0 20px;
    width: 218px;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: none;
    color: #646263;
}


#container #content_right {
    display: block;
    float: right;
    width: 717px;
}

#container #content_right ul {
	margin-left: 40px;
}

#container #content_right p {
    margin-bottom: 20px;
    color: #555555;
}

#container #content_right .breadcrumb {
	display: block;
	width: 717px;
	margin: 5px 0 15px 0;
}

#footer {
    height: 36px;
    width: 961px;
    margin: -36px auto 0 auto;
    background: url('images/bg_header.jpg') top left;
}

#footer a {
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

#footer hr {
    display: none;
}

#footer #footer_text {
    position: relative;
    width: 961px;
    float: left;
    margin-top: 10px;
    color: #ffffff;
}

#footer #footer_text_left {
    float: left;
    margin-left: 6px;
    font-size: 11px;
}

#footer #footer_text_right {
    float: right;
    margin-right: 6px;
    font-size: 11px;
}

#main_image {
    display: block;
    float: left;
    width: 717px;
    height: 356px;
    margin-top: 9px;
    background-image: url('images/bg_main_image.jpg');
}

#main_image .offer_a {
    display: block;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 717px;
    height: 334px;
}

#main_image .offer_b {
    display: block;
    float: left;
    margin: 0;
    background-image: url('images/bg_main_image_mask.png');
    overflow: hidden;
    width: 717px;
    height: 334px;
}

#main_image .offer_c {
    display: block;
    float: right;
    margin: 20px 20px 0 0;
    overflow: hidden;
    width: 250px;
    height: 334px;
}

#main_image .offer_c h2 {
    font-size: 15px;
    margin-bottom: 20px;
    color: #C75C24;
}

#main_image .offer_d {
    display: block;
    position: absolute;
    margin-top: 304px;
    overflow: hidden;
    background-color: #ffffff;
    width: 717px;
    height: 30px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity:.80;
    border-top: 1px solid #afafaf;
}

#main_image .offer_d span.pager {
    display: block;
    float: left;
    margin: 8px;
    font-weight: bold;
}

#main_image .offer_d span.pager span.active {
    color: #C75C24;
}

#main_image .offer_d span.buttons {
    display: block;
    float: right;
    margin: 3px 9px 0 0;
}

#main_welcome {
    display: block;
    float: left;
    width: 700px;
    margin: 15px 0 5px 0;
}

#main_welcome h2 {
    color: #C75C24;
    font-size: 15px;
    margin-bottom: 15px;
}

#seeded_products {
    display: block;
    float: left;
    width: 700px;
    margin: 15px 0 15px 0;
    overflow: hidden;
}

#seeded_products h2 {
    color: #C75C24;
    font-size: 15px;
    margin-bottom: 15px;
}

h1.page_title {
	margin: 15px 0 15px 0;
	font-size: 20px;
	color: #C75C24;
	font-weight: bold;
}

.breadcrumb {
	font-size: 10px;
	background: #f0f0f0;
	line-height: 20px;
	padding-left: 5px;
}

.breadcrumb a {
    font-size: 10px;
    text-decoration: none;
    color: #555555;
}

.breadcrumb a:HOVER {
    font-size: 10px;
    text-decoration: none;
    color: #C75C24;
}

.pager {
	text-align: center;
}
