html {
	min-height: 100%;
}
body {
	background:url("../images/bg-x.png") repeat-x 0 0 #467cb9;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#111;
	padding:0;
	margin:0;
	min-height: 100%;
}


a {
	color: #0d0f49;
	text-decoration:none;
}
p {
	margin: 0 0 10px;
}

h1, h2, h3 {
	margin: 0 0 20px 0;
	color:#000066;
}
h1, h2 {
	font-size:20px;
}

h2 {
	margin-top:20px;
}

/* Template */
div#s-bg1 {
	background: url("../images/bg-y.jpg") repeat-y center top transparent;
	min-height:100%;
}
div#s-bg2 {
	background: url("../images/bg2-y.jpg") repeat-y center bottom transparent;
}
div#s-bg2inner {
	background: url("../images/bg.jpg") no-repeat center top transparent;
	padding-bottom:40px;
}
div#s-wrapper {
	margin:0 auto;
	width: 950px;
}
div#s-header {
	background: url("../images/header.png") no-repeat center bottom transparent;
	height:313px;
	margin: 0 -50px;
  	padding: 0 50px;
}
div#s-fb {
	width: 880px;
	margin: 0 auto;
	padding-top: 20px;
	height: 10px;
	overflow: visible;
}



div#s-header-top {
	height:224px;
}
div#s-header-menu {

}
div#s-header-menu-inner {
	padding: 0 40px;
}
ul.menu {
	padding:0; margin:0;
}
ul.menu li {
	float:left;
	text-align: center;
	width:20%;
	list-style:none;
}
ul.menu li a {
	color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 12px 0;
    text-decoration: none;
    text-shadow: 0 0 5px #555555;
}
ul.menu li a.active,
ul.menu li a:hover {
	background: url("../images/menu-bg.png") repeat-x scroll left bottom transparent;
    border-radius: 5px 5px 5px 5px;
    color: #FFEA00;
}
ul.menu li ul {
	padding:5px 0 0;
	margin:0;
	position:absolute;
	width:170px;
	z-index: 20;
}
ul.menu li ul li {
	background: url("../images/submenu-bg.jpg") no-repeat scroll center bottom transparent;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 4px #000;
    display: none;
    float: none;
    text-align: center;
    width: 100%;
}
ul.menu li:hover ul li,
ul.menu li ul li:hover {
	display:block;
}
ul.menu li ul li a {
	font-size:16px;
	font-weight:normal;
	padding: 10px 3px;
	margin:0;
}

div#s-footer {
	margin-top:5px;
	padding-bottom:20px;
}

div.content-wrapper {
	margin: 0 auto 0;
    width: 900px;
    padding-top: 20px;
}
div.content-left {
	float:left;
	width:600px;
}
div.content-right {
	float:right;
	width:280px;
}

/* Products */
div.prodbox {
	float:left;
	width:195px;
	height:270px;
	margin-bottom: 20px;
	overflow:hidden;
	background:url("../images/prodbox-blue.jpg") repeat-x bottom left #fff;

	box-shadow: 0 0 15px #333;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;

	border:1px solid #17234d;

	color: #021544;
	color: #fff;
	text-align:center;
	font-size:12px;
}
div.prodbox:hover {

}
div.newprod {
	background: url("../images/newprod.png") no-repeat scroll right top transparent;
    display: block;
    height: 54px;
    margin-left: 133px;
    margin-top: -2px;
    position: absolute;
    width: 66px;
    z-index: 10;
}

div.prodboxspacer {
	float:left;
	width:195px;
	height:20px;
}
div.prodseparator {
	float:left;
	width:20px;
	height:160px;
}

div.prodbox div.prodimg {
	padding-top:5px;
	background:#fff;
}
div.prodbox div.prodimg a {
	display:block;
}
div.prodbox div.prodimg img {
    width: 170px;
}
div.prodbox div.prodtitle {
	display: block;
    font-weight: bold;
    height: 30px;
    padding: 5px 2px 5px;
}
div.prodbox div.prodartnr {

}
div.prodbox div.prodartnr span.artnohighlight {
	font-weight:bold;
	color:#FFC600;
}

div.prodcatlink {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;

    box-shadow: 0 0 3px #888888;
    color: #444444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 8px;
    text-align: center;
    margin-bottom:5px;
    overflow:hidden;
}

div.prodcatlink a {
	color:#333;
}
div.prodcatlink a:hover {
	color:#D6041C;
}


div.prodcatlink img {
	width: 99px;
	margin-top: -20px;
}
div.prodcatlink span {
	margin-top:-20px;
	display:block;
	text-shadow: 1px 1px 1px #fff;
}

.product-details table.table {
    width: 100%;
}
.product-details table.table tr td {
    padding: 4px;
    font-size: 90%;
    color: #555;
}
.product-details table.table-striped tr:nth-child(odd) td {
    background: #f9f9f9;
    border: 1px solid rgba(240, 240, 240, 0.08);
}
.product-details table.table tr td:first-child {
    font-weight: bold;
}

.product-details .artnr {
    text-align: center;
    font-size: 16px;
}

.product-details .cooking_instructions {
    margin: 20px 0 15px 0;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    font-weight: bold;
    border: 1px solid #eee;
    font-size: 90%;
}

.product-details table.table-product-ingredients,
.product-details table.table-product-nutrition,
.product-details table.table-product-allergens {
    font-size: 90%;
}

div.bottomtools {

}
div.bottomtools ul {
	margin:0; padding:0;
	float:right;
}
div.bottomtools ul li {
	list-style: none;
	float:left;
	margin-left:10px;
}
div.bottomtools ul li a {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;

    box-shadow: 0 0 3px #888888;
    color: #000066;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 8px;
    text-align: center;
    font-weight:bold;
}
div.bottomtools ul li a img {
	margin-top:2px;
}

/* Misc */
.wbox {
	display: block;
	background: url("../images/bg.png") no-repeat scroll center top transparent;
    border: 5px solid #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 15px #111;
    color: #FFFFFF;
    margin-bottom: 20px;
    padding: 20px;

    -webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}
.wbox h1,
.wbox h2 {
	color:#fff;
}
.wbox a {
	color:#fff;
}
.wbox a:hover {
	color:#FFEC00;
}
.wbox-pdf {
	border-radius: 10px 50px 50px 10px;
	-webkit-border-radius: 10px 50px 50px 10px;
	-moz-border-radius: 10px 50px 50px 10px;
	background: url("/images/redbg.jpg") repeat-x center center transparent;
	color:#fff;
	border:none;
	padding:5px 5px 0 0;
}
.wbox-white {
	background:#fff;
	color:#444;
}
.wbox-white h1,
.wbox-white h2 {
	color:#000066;
}
.wbox-white strong {
	color:#000066;
}
.wbox-white a {
	color:#444;
}

.blue {
	color:#000066;
}

.borderround10 {
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}
.shadow15 {
	 box-shadow: 0 0 15px #111;
}
.clr {
	float:none;
	clear:both;
}

.fl {
	float:left;
	width:49%;
}
.fr {
	float:right;
	width:49%;
	text-align:left
}
hr {
	background:#BBBBBB;
	height:1px;
	border:none;
	margin: 20px 0;
}

.message_ok, .message_error {
	border: 1px solid;
    margin: 10px 0px;
    padding: 15px 20px;
}

.message_ok {
	color: #4F8A10;
    background-color: #DFF2BF;
}
.message_error {
	color: #D8000C;
    background-color: #FFBABA;
}

input, select, textarea {

	border: 1px solid #F0F0F0;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;

    box-shadow: 0 2px 3px #DDDDDD inset;
    color: #555555;
    font-family: arial;
    font-size: 12px;
    padding: 4px;
    width: 250px;

}
textarea {
	width: 100%;
	height:160px;

}

div.qb-flag {
	float:left;
	width:32%;
	margin-right:1%;
}

hr.full {
    margin: 20px -24px;
    height: 1px;
    border: none;
    background: #f0f0f0;
}
