@import url('core.css');



/********************************************
        PRIMARY STYLES
********************************************/

body {
    background-color: #50121D;
    background-image: url('../images/core/bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
}

#banner {
    height: 153px;
    text-align: center;
}

#navigation {
    height: 34px;
}

#nav a:link img, #nav a:visited img {
    background-position: top center;
    background-repeat: no-repeat;
    height: 34px;
}

#nav a:hover img, #p-index #nav-index img, #p-about #nav-about img,
#p-accommodation #nav-accommodation img, #p-venues_menus #nav-venues_menus img,
#p-functions #nav-functions img, #p-calendar_events #nav-calendar_events img,
#p-bottleshop #nav-bottleshop img, #p-contact #nav-contact img {
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 34px;
}

#nav-index img {
    background-image: url('../images/nav/home.jpg');
    width: 74px;
}

#nav-about img {
    background-image: url('../images/nav/about.jpg');
    width: 79px;
}

#nav-accommodation img {
    background-image: url('../images/nav/accommodation.jpg');
    width: 161px;
}

#nav-venues_menus img {
    background-image: url('../images/nav/venues.jpg');
    width: 156px;
}

#nav-functions img {
    background-image: url('../images/nav/functions.jpg');
    width: 110px;
}

#nav-calendar_events img {
    background-image: url('../images/nav/calendar.jpg');
    width: 164px;
}

#nav-bottleshop img {
    background-image: url('../images/nav/bottleshop.jpg');
    width: 114px;
}

#nav-contact img {
    background-image: url('../images/nav/contact.jpg');
    width: 102px;
}

#content {
    background-image: url('../images/core/bg-tile-content-banner.jpg');
    background-position: top center;
    color: #4F4F4F;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#content p, #content li {
    line-height: 160%;
}

#content h1 {
    background-image: url('../images/core/screw-trans.png');
    background-position: top left;
    background-repeat: no-repeat;
    color: #821D2F;
    font-weight: normal;
    padding-left: 30px;
    margin-top: 20px;
}

#content h2 {
    font-weight: normal;
    margin-bottom: 10px;
}
#content a:link, #content a:visited {
    color: #9E4A58;
}

#content a:hover {
    color: #821D2F;
}

#content a:link img, #content a:visited img {

}

#content a:hover img {
    border: 5px solid #821D2F !important;
}

#index_image {
    float: left;
    margin-right: 30px;
    width: 458px;
}

#index_text {
    float: left;
    padding-right: 20px;
    width: 428px;
}

#index_text h1 {
    background-image: none;
    padding-left: 0px;
}

#screw_1 {
    float: left;
    margin-right: -12px;
    padding-top: 178px;
    position: relative;
    width: 24px;
    z-index: 100;
}

#screw_2 {
    float: left;
    margin-left: -12px;
    padding-top: 178px;
    position: relative;
    width: 24px;
    z-index: 100;
}

#home_sections {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 10px;
}

#home_sections .title {
    color: #9E4A58;
    font-size: 18px;
}

#home_sections .details {
    color: #F0C8C9;
    font-size: 11px;
    line-height: 140%;
    padding-bottom: 10px;
    margin-top: 10px;
}

#home_sections img {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

#primary {
    float: left;
    margin-bottom: 30px;
    padding-left: 40px;
    padding-right: 20px;
    width: 580px;
}

#secondary {
    float: left;
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    width: 240px;
}

#secondary label {
    font-weight: bold;
}

#secondary .title {
    font-size: 18px;
}

#secondary ul {
    margin-left: 0px;
}

#secondary li {
    margin-bottom: 10px;
    list-style-type: none;
}

#secondary li img {
    border: 5px solid #9FA9B3;
}

#secondary li p {
    font-size: 10px;
    color: #8A8A8A;
}

#footer {
    background-repeat: no-repeat;
    background-image: url('../images/core/bg-footer.jpg');
    background-position: top center;
    color: #9E4A58;
    font-size: 11px;
    height: 443px;
    text-align: center;
}

#footer p {
    padding-bottom: 20px;
    text-align: center;
}

#footer a:link, #footer a:visited {
    color: #9E4A58;
    text-decoration: none;
    padding-left: 6px;
    padding-right: 6px;
}

#footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer #sitemap {
    margin-bottom: 10px;
    text-align: center;
}

#footer #sitemap li {
    float: none;
}

#footer_feature {
    height: 190px;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
}

#footer_feature div {
    float: left;
    padding-top: 40px;
    text-align: left;
    width: 50%;
}

#footer_feature div div {
    float: left;
    padding-top: 0px;
    text-align: left;
    width: 80%;
}

#footer_feature .icon {
    float: left;
    padding-right: 20px;
}

#footer_feature p {
    color: #ffffff;
    text-align: left;
}

#footer_feature .title {
    color: #9E4A58;
    font-size: 18px;
    padding-bottom: 10px;
}

#footer_feature .details {
    color: #F0C8C9;
    line-height: 150%;
}

#footer_feature .details span {
    color: #9E4A58;
}

.button_red {
    background-color: transparent;
    background-image: url('../images/core/button-onred-left.gif');
    background-position: top left;
    background-repeat: no-repeat;
    border: 0px;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    padding-left: 12px !important;
}

.button_red span{
    background-color: transparent;
    background-image: url('../images/core/button-onred-right.gif');
    background-position: top right;
    background-repeat: no-repeat;
    border: 0px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding-right: 25px;
    vertical-align: middle;
}

.button_maroon {
    background-color: transparent;
    background-image: url('../images/core/button-left.gif');
    background-position: top left;
    background-repeat: no-repeat;
    border: 0px;
    display: block;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    padding-left: 12px !important;
}

.button_maroon span{
    background-color: transparent;
    background-image: url('../images/core/button-right.gif');
    background-position: top right;
    background-repeat: no-repeat;
    border: 0px;
    display: block;
    font-size: 11px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding-right: 25px;
    vertical-align: middle;
}

a.button_red:link span, a.button_red:visited span, a.button_maroon:link span, a.button_maroon:visited span {
    color: #ffffff !important;
}

a.button_red:hover span, a.button_maroon:hover span {
    color: #F0C8C9 !important;
}

.button_red, .button_maroon {
    text-decoration: none;
}

.baseform textarea, .baseform input[type="text"], .baseform label  {
    width: 94%;
}

.bold {
    font-weight: bold;
}

.button_s {
    width: 80px;
}

.button_m {
    width: 150px;
}

.button_l {
    width: 250px;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.icon {
    border: 0px !important;
    margin-bottom: 0px !important;
    margin-right: 2px !important;
}

.menu_item {
    margin-bottom: 0px !important;
}

.section {
    margin-bottom: 20px;
}

.section img {
    border: 5px solid #9FA9B3;
    float: left;
    margin-right: 20px;
}

.section_content {
    float: left;
    height: 190px;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-top: 20px;
    width: 277px;
}

.content_bg_1 {
    background-image: url('../images/bg-separator.gif');
    background-position: top right;
    background-repeat: repeat-y;
}

.content_bg_2 {
    padding-left: 17px;
}

.content_bg_3 {
    background-image: url('../images/bg-separator.gif');
    background-position: top left;
    background-repeat: repeat-y;
    padding-left: 22px;
}

.gallery {
    width: 100%;
    border: 1px solid #cccccc;
}

.gallery li {
    margin: 10px;
    text-align: center;
}

.gallery img {
    border: 5px solid #9FA9B3;
}

.gallery p {
    margin-bottom: 0px !important;
    text-align: center;
    width: 130px;
}

/********************************************
        LISTING STYLES
********************************************/



.item_listing li div.img {
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
}



/********************************************
        PRODUCT DETAIL STYLES
********************************************/



#p-product #content .img{
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
  display: inline;
  float: left;
  height: 250px;
  margin-right: 20px;
  width: 250px;
}
#p-product #content .item{
  display: inline;
  float: left;
  width: 360px;
}


/********************************************
        DYANMIC PAGE DETAIL STYLES
********************************************/


#p-dynamic_page #content .img {
  border: 5px solid #C0C0C0;
  text-align: center;
  color: #C0C0C0;
  display: inline;
  float: left;
  height: 150px;
  margin-right: 20px;
  width: 150px;
}
#p-dynamic_page #content .item {
  display: inline;
}


/********************************************
        GOOGLE MAP STYLES
********************************************/



.googlemap{
    border: 4px solid #ffffff;
    height: 400px;
    width: 90%;
}
.googlemap span{
    display: block;
    margin-bottom: 3px;
    text-align: center;
}

/********************************************
        BREADCRUMB STYLES
********************************************/



ul#breadcrumbs li {
    margin-right: 10px;
    font-size: 0.8em;
}

