body{
	background: #00321c url(images/bg-gradient.png) repeat-x center 7px;
    font-family: Arial,Sans-Serif;
	font-size: 0.8em;
	text-align: center;
}
#body{
    background: url(images/bg-top.png) no-repeat center 7px;
}
#body-container{
    padding-bottom: 20px;
    _padding-bottom: 0;
    background: url(images/bg-footer.png) repeat-x center bottom;
}
#body-columns{
    width: 960px;
    margin: 0 auto;
    padding: 0 10px;
    background: url(images/content-bg.gif) no-repeat 220px bottom;
}
#column-left{
    width: 190px;
    margin-top: 8px;
    float: left;
}
#column-right{
    width: 760px;
    float: right;
}
/* LOGO */
h1 {
    display: block;
    width: 143px;
    height: 160px;
    margin: 0 auto;
    background: url(images/logo.png) no-repeat center center;
}
h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
h1 span {
    visibility: hidden;
}
/* MAIN MENU */
#mainMenu{
    margin: 0;
    padding: 0 0 0 50px;
    list-style: none;
}
#mainMenu li{
    margin: 0 4px;
    background: url(images/menu-wide.png) no-repeat right center;
    _background: url(images/menu-wide.gif) no-repeat right center;
    float: left;
}
#mainMenu li div.container{
    background: url(images/menu-short.png) no-repeat left center;
    _background: url(images/menu-short.gif) no-repeat left center;
}
#mainMenu a {
    display: block;
    padding: 15px 25px 25px 25px;
    color: #fff;
    font-size: 1.1em;
    text-decoration: none;
}
#mainMenu a:hover {
    
}
/* LANGUAGE MENU */
#langMenu{
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
#langMenu li{
    display: inline;
    padding: 0 10px;
    background: url(images/lang-separator.gif) no-repeat right center;
}
#langMenu li.last{
    background: none;
}
#langMenu a{
    color: #fff;
    text-decoration: none;
}
#langMenu a:hover{
    color: #66D2AA;
}
#langMenu a.active{
    color: #66D2AA;
}
/* SIDE MENU */
#sideMenu{
    margin: 0;
    padding: 20px 0;
    list-style: none;
    text-align: left;
}
#sideMenu li{
    margin: 2px 0;
    padding-top: 10px;
    background: url(images/sidemenu-top.png) no-repeat center top;
    _background: url(images/sidemenu-top.gif) no-repeat center top;
    min-height:1px;
    _height:1px;
}
#sideMenu li div {
    padding-bottom: 5px;
    background: url(images/sidemenu-bottom.png) no-repeat center bottom;
    _background: url(images/sidemenu-bottom.gif) no-repeat center bottom;
    min-height:1px;
    _height:1px;
}
#sideMenu li span {
    display: block;
    background: url(images/sidemenu-middle.png) no-repeat center center;
    min-height:1px;
    _height:1px;
}
#sideMenu a {
    display: block;
    padding: 0 20px 5px 20px;
    color: #fff;
    text-decoration: none;
}
#sideMenu a:hover{
    color: #66D2AA;
}
div.block-left{
    padding: 10px 10px 0px 10px;
    background: url(images/bg-block.png) no-repeat center top;
    color: #66d2aa;
    font-size: 0.9em;
    text-align: left;
}
div.block-left span.header{
    color: #fff;
    font-size: 1.4em;
}
div.block-left p{
    margin: 10px 0;
}
div.block-left a{
    color: #66d2aa;
    text-decoration: none;
}
div.block-left a:hover{
    text-decoration: underline;
}
/* NEWSLETTER */
#newsletterForm div{
    margin: 5px 0;
    padding:0px 0px 0px 0px;
    min-height: 1px;
    _height:1px;
    clear: both;
}
#newsletterForm div.header {
    background: url(images/form-wide.png) no-repeat left top;
    float: left;
    clear: both;
    min-height:26px;
    _height:26px;
}
#newsletterForm div.submit {
    float: left;
    clear: none;
    min-height: 1px;
    _height:1px;
}
#newsletterForm input {
    width: 120px;
    padding: 6px 5px 5px 5px;
    background: url(images/form-short.png) no-repeat left bottom;
    border: 0 none;
}
#newsletterForm input.submit{
    width: 28px;
    height: 27px;
    background: url(images/form-submit.png) no-repeat center center;
    cursor: pointer;
}
#newsletterForm label{
    color: #fff;
}

/* MAILINGLIST */
#mailinglistForm{
    padding: 5px 0;
}
#mailinglistForm fieldset{
    padding: 10px 10px;
    border: 1px #EEEEEE solid;
}
#mailinglistForm legend{
    padding: 7px 25px;
    background:url(images/btn.gif) no-repeat center -5px #12563f;
    color: #fff;
}
#mailinglistForm div{
    margin: 5px 0;
    clear: both;
}
#mailinglistForm input.text {
    width: 200px;
}
#mailinglistForm div.submit {
    margin:5px 0px 0px 0px;
    padding:5px 0px 0px 0px;
    background:url(images/dot.gif) repeat-x top left;
}
#mailinglistForm button {
    padding: 10px 25px;
    background:url(images/btn.gif) no-repeat top center #12563f;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    border-left:1px solid #208265;
    border-right:1px solid #208265;
}

/* PRODUCT RESERVATION FORM */
#productForm{
    padding:5px 0 0 0;
}
#productForm fieldset{
    margin: 7px 0;
    padding: 10px 10px;
    border: 1px #EEEEEE solid;
}
#productForm legend{
    padding: 7px 25px;
    background:url(images/btn.gif) no-repeat center -5px #12563f;
    color: #fff;
}
#productForm th{
    font-weight: normal;
}
#productForm div{
    margin: 5px 0;
    clear: both;
}
#productForm label{
    display: block;
    width: 300px;
    padding: 0 10px;
    float: left;
}
#productForm div.submit {
    margin:5px 0px 0px 0px;
    padding:5px 0px 0px 0px;
    background:url(images/dot.gif) repeat-x top left;
    text-align:right;
}
#productForm input.submit{
    padding: 10px 25px;
    background:url(images/btn.gif) no-repeat top center #12563f;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    border-left:1px solid #208265;
    border-right:1px solid #208265;
}

/* HOMEPAGE ANIMATION */
#sloganAnimation {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

/* PAGE CONTENT */
#content{
    margin-top: 80px;
    background: url(images/content-bg.gif) repeat-y 10px 0px;
    text-align: left;
    clear: both;
    min-height:1px;
    _height:1px;
}
#content .bgContent {
    background: url(images/page-bg.jpg) no-repeat 10px bottom;
    padding:0 10px 10px 0;
    min-height: 830px;
    _height: 830px;
}
#content-image{
    margin:0 0 0 20px;
    padding:10px 0 0 0;
    min-height: 300px;
    _height: 300px;
}
#content-image img {
    display: block;
    float:left; 
}
div.vft {
    clear:both;
    padding:0 10px 0 30px;
}
div.section-blocks {
    background: url(images/dot.gif) repeat-y 475px 0px;
    border-bottom:1px #E0E0E0 dotted;
}
div.section-right {
    width:230px;
    float:right;
}
div.section-left {
    width:460px;
    float:left;
}

#orderBtn {
    clear:both;
    padding:5px 0px 0px 8px;
    text-align:center;
}
#orderBtn input.submit{
    padding: 10px 25px;
    background:url(images/btn.gif) no-repeat top center #12563f;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    border-left:1px solid #208265;
    border-right:1px solid #208265;
}

div.productName {
    color:#C81616;
    font-size:1.6em;
    font-weight:normal;
    padding:10px 0px 5px 10px;
    font-family:Times,sans-serif;
}

h2 {
    clear:both;
    padding-top: 9px;
    background: url(images/topic-red-short.gif) no-repeat left top;
}
h2 span {
    display: block;
    padding: 5px 20px 14px 20px;
    background: url(images/topic-red-long.gif) no-repeat left bottom;
}
h2 span a{
    color: #fff;
    font-family: Arial,Sans-Serif;
    font-size: 0.55em;
    line-height: 2em;
    text-decoration: none;
    float: right;
}
h2 span a:hover{
    text-decoration: underline;
}
/* SPECIAL OFFERS BLOCK */
div.block-content {
    padding:0;
    text-align: left;
}
div.block-content.no-header{
    padding: 1em 0;
}
div.block-content div.header{
    padding-top: 9px;
}
div.block-content div.red{
    background: url(images/topic-red-short.gif) no-repeat left top;
}
div.block-content div.green{
    background: url(images/topic-green-short.gif) no-repeat left top;
}
div.block-content div.header-container{
    padding: 5px 20px 14px 20px;
}
div.block-content div.red div.header-container{
    background: url(images/topic-red-long.gif) no-repeat left bottom;
}
div.block-content div.green div.header-container{
    background: url(images/topic-green-long.gif) no-repeat left bottom;
}
div.block-content div.header span.topic{
    color: #fff;
    font-family: Times,Arial,Sans-Serif;
    font-size: 1.7em;
    text-shadow: 1px 1px #940E0E;
}
div.block-content div.green span.topic {
    text-shadow: 1px 1px #0D543C;
}
div.block-content div.header a {
    padding-right: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
div.block-content div.header a:hover{
    text-decoration: underline;
}
div.block-content-data {
    padding:0 0 0 20px;
    text-align: left;
}
/* PRODUCT BLOCK */
div.block-product {
    width: 350px;
    _width: 345px;
    padding: 1px;
    margin: 2px 5px 3px 5px;
    border: 1px #eee solid;
    position: relative;
    float: left;
    min-height:1px;
    _height:1px;
    background:#FFF;
}
div.block-product a.image img{
    margin-right: 1px;
    float: left;
}
div.block-product dl{
    min-height: 80px;
    _height: 80px;
    margin: 0 0 0 0;
    padding: 0 7px;
    background: url(images/bg-product-info.png) repeat-y left top #FFF;
    float: left;
}
div.block-product dl.short{
    width: 190px;
}
div.block-product dt,div.block-product dd{
    margin: 0;
    padding: 0;
}
div.block-product dt{
    padding: 5px 0;
    border-bottom: 1px #eee solid;
    font-weight: bold;
}
div.block-product dt a{
    text-decoration: none;
}
div.block-product dt a:hover{
    text-decoration: underline;
}
div.block-product dt.red a{
    color: #c81616;
}
div.block-product dt.green a{
    color: #12624a;
}
div.block-product dd.desc{
    padding:0px;
    margin:0px;
    font-size: 0.85em;
    overflow: hidden;
    float: left;
}
div.block-product dd.desc p {
    padding:5px 0px 0px 0px; 
    margin:0px;
}
div.block-product dd.next{
    width: 20px;
    height: 30px;
    position: absolute;
    top: 13px;
    right: -5px;
    z-index:10;
}
div.block-product dd.red{
    background: url(images/next-red.gif) no-repeat center center;
}
div.block-product dd.green{
    background: url(images/next-green.gif) no-repeat center center;
}
div.block-product dd.next a{
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}
div.block-product dd.next span{
    visibility: hidden;
}
/* FOOTER */
#footer {
    width:960px;
    margin:0px auto;
    clear:both;
    color: #fff;
    font-size: 0.9em;
    text-align: left;
    min-height: 1px;
    _height:1px;
}
#footer .footer-content {
    margin:0px 0px 0px 210px;
    background: url(images/content-footer.png) no-repeat top left !important;
    background:none;
    filter: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/public/themes/images/content-footer.png',sizingMethod='crop');
    padding: 40px 0px 40px 20px;
    min-height: 1px;
    _height:1px;
    position:relative;
}
#footer a{
    color: #fff;
    text-decoration: none;
}
#footer a:hover{
    text-decoration: underline;
}

hr {
    background:#E0E0E0;
    color:#E0E0E0;
    border:none;
    height:1px;
    line-height:1px;
}
