html, body {
	color: #333333;
	height: 100%;
    font: 14px/1.3 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

#wrap {
	min-height: 100%;
	width: 100%;
}

#header {
	height: 150px;
	background-color: #88B302;
	position: relative;
	margin: 0 auto;
	width: 920px;
	padding: 0 20px;
}

#logo {
	position: absolute;
	left: 150px;
	bottom: 45px;
}

#hotline {
	position: absolute;
	left: 445px;
	bottom: 45px;
}

#seals {
	position: absolute;
	bottom: 45px;
	right: 20px;
}

#navigation {
    height: 34px;
	list-style: none;
    margin: 0;
	font-size: 16px;
	position: absolute;
	left: 150px;
	bottom: 0;
	background-color: #88B302;
	padding: 2px 0 0 2px;
}

#navigation li {
    float: left;
    margin: 0 2px 0 0;
}

#navigation a {
    background: #bdf url(../images/tab_sprite.jpg);
    color: #fff;
    display: block;
    float: left;
    height: 34px;
    padding-left: 20px;
    text-decoration: none;
	text-shadow: 1px 1px #666;
}

#navigation a:hover {
    background-color: #fff;
    background-position: 0 -34px;
	color: #666;
	text-shadow: 1px 1px #fff;
}

#navigation a:hover span {
    background-position: 100% -34px;
}

#navigation li.current a {
    background-color: #48f;
    background-position: 0 -34px;
    color: #666;
	text-shadow: 1px 1px #fff;
}

#navigation .home a {
	background: none;
	padding: 0;
}

#navigation li.current span {
    background-position: 100% -34px;
}

#navigation span {
    background: url(../images/tab_sprite.jpg) 100% 0;
    display: block;
    line-height: 34px;
    padding-right: 20px;
}

#links {
    position: absolute;
    top: 0;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
}

#links li {
    display: inline;
    padding: 0 15px 0 0;
    margin: 0;
}

#links a {
    color: #ffffff;
    text-decoration: none;
}

#content {
	margin: 0 auto;
	width: 920px;
	padding: 20px 20px 165px 20px;
}

#order {
	float: left;
	color: #787978;
	background: url(../images/gradient-large.jpg) left bottom repeat-x;
	padding: 10px 0 20px 10px;
	width: 730px;
	position: relative;
}

#order h2 {
	font-size: 38px;
	margin: 0 0 10px 0;
}

#service {
	font-size: 18px;
	float: left;
	text-align: center;
}

#service .small {
	font-size: 9px;
	margin: -10px 0 0 0;
}

#service ul {
	list-style-type: none;
	margin: 0;
	text-align: left;
}

#service li {
	background: url(../images/tick.png) left center no-repeat;
	padding: 2px 0 2px 35px;
	margin: 8px 0;
	font-weight: bold;
	line-height: 25px;
}

#teaser {
	position: absolute;
	bottom: 0;
	right: 0;
}

#sidebar {
	float: right;
	width: 160px;
	text-align: center;
	margin: 20px 0 0 0;
}

#prices {
	color: #878785;
	background: url(../images/gradient-medium.jpg) left bottom repeat-x #F8F9FB;
	border: 3px solid #CACACA;
	padding: 10px;
	margin: 10px 0 0 0;
}

#prices h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 12px;
}

#prices .small {
	font-size: 9px;
}

#prices ul {
	list-style-type: none;
	margin: 0;
}

#prices li {
	margin: 0;
	padding: 0 2px;
	font-size: 14px;
	color: #717171;
	font-weight: bold;
}

#prices .size {
	display: block;
	float: left;
	width: 80px;
	text-align: left;
}

#prices .price {
	display: block;
	float: left;
	width: 40px;
	margin-left: 10px;
	text-align: right;
}

#ordering {
	background-color: #ECEEF0;
	margin: 20px 0;
	color: #333333;
}

#ordering h4 {
	margin: 0;
	padding: 10px 10px 0 10px;
	color: #7AAC0D;
	font-size: 24px;
}

#ordering .image, #ordering .text {
	float: left;
}

#ordering .image {
	width: 120px;
	text-align: center;
	padding: 20px 0;
}

#ordering .text {
	width: 160px;
	padding: 10px;
}

#products {
	font-size: 18px;
	margin: 0 0 20px 0;
}

.box {
	width: 280px;
	float: left;
	margin-left: 40px;
	text-align: center;
}

#products .first {
	margin-left: 0;
}

#quality div {
	float: left;
	width: 620px;
}

#quality img {
	float: right;
}

#quality h4 {
	font-size: 18px;
}

#quality p {
	font-size: 14px;
}

.clear {
	clear: both;
}

#claim {
	text-align: center;
	margin: 0 auto;
	width: 960px;
	background-color: #fff;
}

#claim h5 {
	font-size: 18px;
}

#footer {
	text-align: center;
	margin: -165px auto 0 auto;
	width: 960px;
	height: 135px;
}

#footer ul {
	margin: 20px 0;
	padding: 10px;
	background-color: #87d622;
}

#footer li {
	display: inline;
}

#footer a {
	color: #333;
	text-decoration: none;
	font-size: 18px;
}

h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
}

h4 {
    font-size: 18px;
    margin: 10px 0;
}

p {
    margin: 10px 0;
}

th {
    font-weight: bold;
}

td, th {
    padding: 5px 10px 5px 0;
}

a {
    color: #7AAC0D;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.form-errors, .errors, .form-warning, .warning, .form-success, .success {
    list-style-type: none;
    margin: 0 0 10px 0;
}

.form-errors, .form-warning, .form-success {
    padding: 10px 10px 10px 60px;
}

.errors, .warning, .success {
    color: #333333;
    margin: 0;
}

.errors-small {
    color: #B70400;
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
}

.errors-small li {
    margin: 0;
    padding: 0;
}

.form-errors li, .form-warning li, .form-success li {
    margin: 0;
    padding: 0;
}

.form-success b {
    color: #4F761D;
}

.form-warning b {
    color: #6B5701;
}

.form-errors b {
    color: #B70400;
}

.form-success {
    border:  1px solid #658834;
    background: url(../images/success.png) 5px 5px no-repeat #E6FCCE;
}

.form-warning {
    border:  1px solid #F9B418;
    background: url(../images/warning.png) 5px 5px no-repeat #FFEAA9;
}

.form-errors {
    border:  1px solid #CA8983;
    background: url(../images/errors.png) 5px 5px no-repeat #EDD3B6;
}

/** Modal box **/

#basic-modal-content {
    display:none;
}

#simplemodal-overlay {
    background-color: #fff;
}

#simplemodal-container {
    color: #240212;
    background-color: #fff;
    border: 4px solid #240212;
}

#simplemodal-container a.modalCloseImg {
    background:url(../images/x.png) no-repeat;
    width: 25px;
    height: 29px;
    display: inline;
    z-index: 4000;
    position: absolute;
    top: -15px;
    right: -16px;
    cursor: pointer;
}

.modal-title {
    padding: 10px;
    background-color: #87D622;
    color: #fff;
    border-bottom: 1px solid #240212;
}

.modal-content {
    padding: 10px;
}

.modal-content label {
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 20px;
    float: none;
    width: 200px;
}

.modal-content h4 {
    color: #7AAC0D;
    margin: 0 0 10px 0;
}

.modal-content-left {
    float: left;
    width: 300px;
}

.modal-content-right {
    float: right;
    width: 300px;
}

.modal-button {
    padding: 10px 5px;
    text-align: right;
}

.modal-hint {
    float: left;
    font-size: 12px;
}
/** Modal end **/

.form-submit {
    margin: 10px 0 0 0;
    clear: both;
}

.site {
}

.site .bold {
    font-weight: 700;
}

.site .underline {
    text-decoration: underline;
}

label {
  font-size: 14px !important;
}

.terms-label {
  font-size: 14px;  
}