html {
	background:#6f6f6f;
	height:100%; /* needed for container min-height */
}
body {
    font-family: Verdana, Verdana, Geneva, sans-serif;         
    color:#444;
	background:url(../images/bg-content.png) top center repeat-y;
    font-size:12px;
    line-height:16px;
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
#site-wrapper {
	background:url(../images/bg-sitetop.png) top left repeat-x;
}
#container {
	margin:0 auto; /* center, not in IE5 */
	width:980px;
	padding:0 0 41px 0;
}
#header {
    height: 283px;
    overflow: none;
}
#logo {
	position:absolute;
}

#header-right {
	float:right;
	text-align:right;
	color:#FFF;
	font-size:13px;
	width:350px;
}
#header-social {
	float:right;
	padding:48px 0 0 0;
	width:350px;
}
#header-contact {
	padding:10px 0 0 0;
	float:right;
	text-align:right;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	width:350px;
}
#header-contact a {
	color:#FFF;
}

#menu {
	position:absolute;
	margin:198px 0 0 0;
	width:978px;
	height:80px;
	background:url(../images/bg-menu.png) top center no-repeat;
    overflow:none;
	height:39px;
    line-height:38px;
    font-size:14px;
	padding:1px 1px 39px 1px;
}
#menu li {
    float:left;
	display:block;
	padding:0 0 1px 0;
	text-align:center;
}
#menu a {
	display:block;
    padding: 0 15px;
    color:#707070;
	border-right:1px solid #dadada;
	border-left:1px solid #fff;
}
#menu li.first a {
	border-left:none;
}
#menu li.last a {
	border-right:none;
}
#menu li.active a, #menu li a:hover {
	color:#e7a612;
}
#menu li.potato-menu-has-vertical:hover, #menu li.potato-menu-has-vertical.active {
	background:url(../images/menu-hover.png) bottom center no-repeat;
}
#menu ul ul {
	background:#FFF;
	border-radius:0 0 3px 3px;
	box-shadow:0 3px 3px #000;
}
#menu li li a, #menu li.active li a {
	color:#707070;
}
#menu li li a:hover, #menu li li.active a {
	color:#FFF;
	background:#707070;
}
#main {
    overflow:auto;
}
#leftbar {
    width:250px;
    float:left;
}
#leftmenu {
	float:left;
	font-size:14px;
}
#leftmenu li {
	width:200px;
}
.left-title {
	background:url(../images/bg-title.png) top left no-repeat;
	height:31px;
	width:240px;
	font-size:14px;
	color:#e7a612;
	line-height:31px;
	padding:9px 0 13px 10px;
}
#leftmenu li {
	margin:0 0 0 10px;
	padding:0 0 0 15px;
	background:url(../images/menu-arrow.png) left center no-repeat;
}
#leftmenu a {
    display:block;
    line-height:25px;
    color:#707070;
}
#leftmenu a:hover, #leftmenu li.active a {
    color:#e7a612;
}
#belmij {
	float:left;
	width:192px;
	padding:114px 18px 18px 18px;
	border:1px solid #CACACA;
	border-radius:3px;
	margin:20px 0 0 0;
	background:url(../images/belmij.png) top center no-repeat;
}
#weetje {
	float:left;
	width:230px;
	margin:20px 0 0 0;
}
#weetje-title {
	background:url(../images/weetje-title.png) top left no-repeat;
	height:32px;
	line-height:32px;
	width:200px;
	padding:0 0 0 30px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
#weetje-content {
	border:1px solid #CACACA;
	border-radius:0 0 3px 3px;
	border-top:none;
	padding:15px;
}

.leftblock {
	float:left;
	width:230px;
	margin:20px 0 0 0;
}
.leftblock-title {
	background:url(../images/weetje-title.png) top left no-repeat;
	height:32px;
	line-height:32px;
	width:200px;
	padding:0 0 0 30px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
}
.leftblock-content {
	border:1px solid #CACACA;
	border-radius:0 0 3px 3px;
	border-top:none;
	padding:15px;
}

#right {
	float:right;
	width:730px;
}
#slider {
	width:690px;
    min-height:250px;
	margin:0 0 0 20px;
    background:#fcfcfc;
	float:left;
	display:none;
}
#slider.home {
	display:block;
}
#content {
    width:690px;
	padding:20px;
	margin:10px 0 0 0;
	float:left;
}

#blocks {
	float:left;
	margin:0 0 20px 0;
	display:none;
}
#blocks.home {
	display:block;
}
.block {
	float:left;
	width:226px;
	border:1px solid #CACACA;
	border-radius:3px;
	padding:5px 1px;
	margin:0 15px 0 0;
	color:#707070;
}
.block p {
	padding:5px 9px !important;
}
.block img {
	padding:5px 0;
}
.block.lastblock {
	margin:0;
}
.block .price {
	text-align:right;
	color:#1d1d1d;
	font-size:18px;
	padding:0 0 5px 0;
}
.text p, .text ul, .text ol, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    padding: 0 0 15px 0;
}
.text ul, .text ol{
    padding: 0 0 15px 25px;
    list-style:disc;
}
.text ol{
    list-style:decimal;
}
.text table {
	margin: 0 0 15px 0;
}
.text td {
    vertical-align:top;
}
.text a {
    color:#e7a612;
}
.text a:hover {
    text-decoration:underline;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
    font-size:20px;
	line-height:22px;
	font-weight:normal;
	color:#e7a612;
}
.text h4, .text h5, .text h6 {
	font-size:14px;
	font-weight:bold;
	line-height:18px;
}
.block.text h4, .block.text h5, .block.text h6 {
	padding:5px 9px;
}

.text h1 {
    font-size:24px;
	line-height:26px;
}

#rightbar {
    float:right;
    width:180px;
}
#rightbar .title {
    font-size:14px;
    font-weight:bold;
    display:block;
    padding: 0 0 15px 0;
}
#footer-wrapper {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:url(../images/bg-footer.png) bottom left repeat-x;
	height:41px;
}
#footer {
	margin:0 auto;
	width:980px;
    clear:both;
	padding:5px 0 0 0;
    font-size:11px;
	line-height:35px;
	color:#8d8d8d;
}
#footer a {
    color:#8d8d8d;
}
#footer a:hover {
    text-decoration:underline;
}

#twitterfeed {
    padding:3px;
    color:#666;
}
#twitterfeed a.favorite {
    display:none;
}
#twitterfeed span.meta, #twitterfeed span.status  {
    display:block;
} 
#twitterfeed span.meta a {
    font-size:11px;
    color:#999;    
} 
#twitterfeed a:hover {
    text-decoration:underline;   
}
#twitterfeed li {    
    margin-bottom:8px; 
    padding-bottom:8px; 
    border-bottom: 1px solid #999;
}
#twitterfeed li:last-child {    
    border-bottom: 0px solid #999;
}

#form_3 ul {
	padding:0;
}
#form_3 li label {
	display:none;
}
#form_3 li input {
	background:#e7a612;
	border:1px solid #c18d15;
	border-radius:4px;
	width:179px;
	padding:4px 5px;
	color:#FFF;
}
#form_3 li input[type="submit"] {
	width:60px;
	background:#525248;
	border:none;
	font-weight:bold;
	font-size:12px;
}