html, body, .outer_div, .home_outer_div {
   min-height: 100%; /*Sets the min height to the
                       height of the viewport.*/
   width: 100%;
   height: 100%; /*Effectively, this is min height
                   for IE5+/Win, since IE wrongly expands
                   an element to enclose its content.
                   This mis-behavior screws up modern 
                   browsers*/
}
html>body, html>body .outer_div, .home_outer_div {
   height: auto; /*this undoes the IE hack, hiding it
                   from IE using the child selector*/
}

body {
   margin: 0;
}
.home_outer_div {
   position: absolute;
   top: 0;
   left: 0;
   background-color: #951931;
}
.outer_div {
   position: absolute;
   top: 0;
   left: 0;
}

#footer_home, #footer_rest {
   position: absolute;
   bottom: 0;
   background-color: #951931;
   width: 100%;
   text-align: center;
}
#main {
   margin-bottom: 36px;
   height: auto;
}


body {
    font-size: 14px;
    line-height: 1.6em;
    color: #dedada;
}
#header {
    background-color: #951931;
    height:82px;
}




a {
    padding-bottom: 1px;
    border-bottom: 1px solid #dedada;
    color: #000;
    text-decoration: none;
    outline:none;
}

a:hover {
    border-bottom: 1px solid #000;
}



.outer_div {
    width: 100%;
    background: #dedada;
}

.home_outer_div {
    width: 100%;
    background: #951931;
}


#logo {
    background: url(/images/vp_logo.gif) no-repeat;
    width: 138px;
    height: 70px;
    float: left;
    margin: 18px 0 0 30px;
}



#navbar {
    font-size: 12px;
    line-height: 1.0em;
    float: right;
    text-align: right;
    letter-spacing: 0.04em;
    font-weight: normal;
}
#navbar li {
    float: left;
    list-style-type: none;
    padding: 0;
    test-align: right;
}

.last_link {
    margin-right: 0;
}


#navbar ul {
    margin-top: 25px;
}

#navbar a {
    color: #dedada;
    outline:none;
}
#navbar a:hover {
    border-bottom: 1px solid #dedada;
    #border-bottom: 0;
    #text-decoration: underline;
}




#language {
    text-decoration: none;
    margin-top: 23px;
    margin-right: 30px;
    font-weight: normal;
}
#language a {
    text-decoration: none;
    border-bottom: 1px solid #951931;
}

.unselected_nav, .selected_nav {
    padding-bottom: 1px;
    border-bottom: 1px solid #951931;
    text-decoration: none;
    margin-right: 30px;
}
.selected_nav {
    padding-bottom: 1px;
    border-bottom: 1px solid #dedada;
    #text-decoration: underline;
}



.splash {
    background-repeat: no-repeat;
    background-position:50%;
    background-color:#951931;
    width:100%; height:100%;
    border:0px solid red;
}


.splash_1 {
    background-image: url('/images/home/sp01.jpg'); 
}
.splash_2 {
    background-image: url('/images/home/sp02.jpg'); 
}
.splash_3 {
    background-image: url('/images/home/sp03.jpg'); 
}
.splash_4 {
    background-image: url('/images/home/sp04.jpg'); 
}
.splash_5 {
    background-image: url('/images/home/sp05.jpg'); 
}


.guts_home {
    height: 664px;
}


.guts_rest {
    background: #dedada;
}

/*THIS ONE dedada*/


.main_content {
    width: 725px;
    margin: 0 auto;
    color: #000;
    padding: 19px 0 42px 0;
}
.gallery_content {
/*    width: 1020px; */
    width: 860px;
    padding-bottom: 0;
}
.gallery_content a {
    border: 0;
    margin: 0 10px 20px 10px;
    padding: 0;
    float: left;
}
.gallery_content img a {
}

.gallery_content div {
    line-height: 0;
}
.gallery_content h1 {
    margin-left: 10px;
}

.main_content p {
    margin: 15px 0 18px 0;
}



.clear_both {
    clear: both;
}




#footer_home {
    text-align: center;
    height: 50px;
    font-size: 12px;
}


#footer_rest {
    text-align: center;
    width: 100%;
    font-size: 12px;
    margin-top: 8px;
}


#footer_home a, #footer_rest a {
	padding-bottom: 1px;
	border-bottom: 1px solid #951931;
    color: #dedada;
    text-decoration: none;
    outline:none;
}


#footer_home a:hover, #footer_rest a:hover {
    border-bottom: 1px solid #dedada;
    color: #dedada;
    text-decoration: none;
    outline:none;
}





H1 {
    font-size: 17px;
    margin-bottom: 1px;
}






#order_wine p {
    margin: 7px 0 36px 0;
}


.order_form {
    width: 730px;
    text-align: right;
}

.order_form .column_heading {
    width: 361px;
    float: left;
    text-align: left;
}


.order_form .left {
    float: left;
    width: 70px;
    margin: 12px 10px 0 0;
}
.order_form .right {
    float: left;
    width: 70px;
    margin: 12px 10px 0 46px;
}

.order_form input {
    float: left;
    width: 250px;
    margin-top: 12px;
}
.order_form select {
    float: left;
    width: 256px;
    margin-top: 12px;
}


.order_form .telephone_margin {
    margin-bottom: 11px;
}


.order_form table {
    width: 722px;
    margin-top: 47px;
}
.order_form table th, .order_form table td {
    padding: 5;
    margin: 0;
    text-align: left;
    white-space: nowrap;
}
.order_form table td div {
    float: left;
}
.order_form table .pen_td, .order_form table .pen_th {
    width: 50px;
}
.order_form table .money {
    text-align: right;
    padding-right: 22px;
    width: 80px;
}
.order_form table .money div {
    float: right;
}
 
.order_form table .total_container {
    width: 60px;
}
.order_form table .grand_total_container {
    font-weight: normal;
}

.order_form table #grand_total_divider {
    text-align: right;
    padding-top: 10px;
    margin-bottom: 5px;
    padding-right: 8px;
    border-bottom: 2px solid #000;
    width: 138px;
}

.order_form table .grand_total_label {
    vertical-align: top;
    line-height: 100%;
    padding-top: 6px;
}

.order_form table input {
    margin-top: 0;
    width: 35px;
}

.order_form table #send_order {
    text-align: right;
    padding: 30px 22px 0 0;
    #padding: 0 22px 0 0;
}
.order_form table #send_order a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
}
.order_form table #send_order a:hover {
    border-bottom: 2px solid #000;
}



#jquery-lightbox a {
    border-bottom: 0;
}

#jquery-lightbox a:hover {
    margin-bottom: 1px;
    border-bottom: 0;
    text-decoration: underline;
}

