/* globals */
body 
{  
   font: 11px/14px verdana,helvetica,sans-serif;
   color: #757672;
   background: #ffffff;
   text-align: center;
   margin: 0;
   padding: 0;
}
* { margin: 0; padding: 0;}
p { margin: 0 0 10px 0; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.none { float: none; }
.center { text-align: center; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.small { font-size: 10px; }
ul.no-bullets { list-style: none; }
ul { margin: 10px; }
ol { margin: 10px 10px 10px 20px; }
ul li, ol li { margin-left: 10px; }
.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* forms */
input, select, textarea, label
{
   font-family: verdana,helvetica,sans-serif;
   font-size: 11px;
}
.inputbox 
{
   padding: 2px;
   border: 1px solid #e6e6e6;
   background-color: #fafafa;
}
select 
{
}
textarea 
{
   padding: 2px;
   border: 1px solid #e6e6e6;
}
.button 
{
   background-color: #fafafa;
   border: 1px solid #e6e6e6;
   color: #757672;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
}
.row
{
   margin-bottom: 5px;
}
label, .label
{
   font-weight: normal;
   margin-bottom: 5px;
}
.field 
{
   font-weight: normal;
}
.required 
{
   color: #f60;
}
.errormsg 
{
   color: #f00;
}
.readonly
{
   background: #ebebeb;
}

/* links */
a:link
{
   color: #690;
   text-decoration: none;
}
a:visited 
{
   color: #993;
   text-decoration: none;
}
a:hover 
{ 
   text-decoration: underline;
}
a.pdf:link, a.pdf:visited, a.mov:link, a.mov:visited
{
   margin-top: 5px;
   padding: 0 0 0 18px;
   background: transparent url(/_img/shared/arrow_right.gif) no-repeat 0px 2px;
}
a.pdf:hover, a.mov:hover
{
   background: transparent url(/_img/shared/arrow_rightroll.gif) no-repeat 0px 2px;
}
a.pageNext:link, a.pageNext:visited {
   display: block;
   float: left;
   font: normal 11px Georgia,'Times New Roman',Times,serif;
   color: #fff;
   background: url(/_img/shared/arrow_right.gif) no-repeat;
   margin-top: 3px;
   clip: rect(0, 14px, 9px, 0);
   width: 14px;
   padding: 9px 0 0 0;
   height: 0 !important;
   overflow: hidden;
   height /**/: 9px;
}
a.pageNext:hover {
   background: url(/_img/shared/arrow_rightroll.gif) no-repeat;
}
a.pagePrev:link, a.pagePrev:visited {
   display: block;
   float: left;
   font: normal 11px Georgia,'Times New Roman',Times,serif;
   color: #fff;
   background: url(/_img/shared/arrow_left.gif) no-repeat;
   margin-top: 3px;
   clip: rect(0, 14px, 9px, 0);
   width: 14px;
   padding: 9px 0 0 0;
   height: 0 !important;
   overflow: hidden;
   height /**/: 9px;
}
a.pagePrev:hover {
   background: url(/_img/shared/arrow_leftroll.gif) no-repeat;
}

/* headers */
h1
{   
   position: absolute;
   left: 388px;
   top: 40px;
}
h2
{   
   color: #fff;
   font-size: 15px;
   margin: 0 25px 10px 0;
   padding: 0;
}
h3
{   
   font-size: 14px;
   font-weight: normal;
   margin: 0 0 10px 0;
}
h4
{   
   font-size: 11px;
   font-weight: bold;
   margin: 0 0 10px 0;
}

/* topbar */
#topbar
{
   width: 760px;
   margin: 0 auto;
   height: 20px;
   background: transparent url(/_img/shared/top_tile.gif) repeat-x;
   border-bottom: 1px solid #ffffff;
}

/* global */
#wrap
{
   text-align: left;
   margin: 0 auto;
   padding-left: 5px;
   width: 770px;
   width/**/: 765px;
   background: transparent url(/_img/shared/left_tile.gif) repeat-y 0px 20px;
}
.wrapcontainer
{
   padding-right: 5px;
   background: transparent url(/_img/shared/right_tile.gif) repeat-y 760px 20px;
}
.pages
{
   margin-left: 10px;
}

/* mainnav */
#mainnav
{
   border-bottom: 1px solid #e6e6e6;
}

/* header */
#header
{
   width: 760px;
   height: 125px;
   height/**/: 124px;
   background-color: #f5f5f5;
   border-bottom: 1px solid #e6e6e6;
   position: relative;
}
#subnav
{
   position: absolute;
   left: 20px;
   top: 40px;
}
#subnav select
{
   width: 180px;
   margin-bottom: 8px;
   display: block;
}

/* body */
#thebody
{
   padding: 40px 20px;
   background-color: #fff;
} 
#sidebar
{
   float: left;
   width: 213px;
}
#maincontent
{ 
   float: right;
   width: 487px;
} 

/* home */
#sec-home #header h1
{
   left: 253px;
   top: 40px;
}
#sec-home #news
{
   float: left;
   width: 220px;
   margin-right: 30px;
}
#sec-home #news ul
{
   margin: 0;
}
#sec-home #news ul li
{
   margin: 0 0 10px 0;
   padding: 0;
   list-style: none;
}
#sec-home #quote
{
   float: left;
   width: 220px;
   margin-right: 30px;
   font: 14px/18px verdana,helvetica,sans-serif;
}
#sec-home #quote strong
{
   color: #555654
}
#sec-home #quote .source
{
   font: 11px/14px verdana,helvetica,sans-serif;
}
#sec-home #subscribe
{
   float: left;
   width: 220px;
}

/* inside */
#sec-inside #header h1
{
   left: 388px;
   top: 40px;
}
.caption
{
   text-align: center;
   padding: 10px;
}

/* contact */
#sec-contact #subnav
{
   left: 40px;
   top: 30px;
} 
#sec-contact #header h1
{
   left: 408px;
   top: 30px;
} 
#sec-contact #thebody
{
   padding: 40px;
} 
#sec-contact #sidebar
{
   float: left;
   width: 328px;
}
#sec-contact #maincontent
{ 
   float: right;
   width: 312px;
} 
#sec-contact #contactimage
{ 
   margin-top: 20px;
}  
#sec-contact .inputbox
{ 
   width: 100%;
} 

/* work */
#sec-work #subnav
{
   top: 10px;
}
#sec-work #workside
{
   float: left;
   width: 253px;
   width/**/: 252px;
   height: 252px;
   border-left: 1px solid #fff;
   background-color: #757672;
   position: relative;
}
#sec-work #workside h2
{
   line-height: 140%;
   position: absolute;
   left: 30px;
   top: 70px;
}
#sec-work #worknav
{
   position: absolute;
   left: 15px;
   bottom: 20px;
}
#sec-work #worknav ul
{
   margin: 0;
}
#sec-work #worknav li
{
   margin: 0 0 2px 0;
}
#sec-work #worknav a:link, #sec-work #worknav a:visited
{
   color: #fff;
   padding: 0 0 0 15px;
   background: url(/_img/work/small_arrow.gif) no-repeat 0 2px;
}
#sec-work #worknav a:hover
{
   color: #fff;
   text-decoration: none;
   background: url(/_img/work/small_arrowroll.gif) no-repeat 0 2px;
}
#sec-work #workflash
{ 
   float: right;
   width: 507px;
   height: 252px;
} 
#sec-work #sidebar
{
   float: left;
   width: 233px;
}
#sec-work #maincontent
{ 
   float: right;
   width: 487px;
}  

/* recognition */
ul.press li {
   margin: 0 0 20px 0;
   padding: 0 0 20px 0;
   list-style: none;
   border-bottom: 1px solid #e6e6e6;
}
ul.press li h4 {
   margin: 0;
}
ul.press li strong {
   color: #999;
}
ul.press li p {
   margin: 0;
}
ul.press li .source {
   margin: 0 0 0 20px;
}
ul.press li .source strong
{
   color: #555654;
}




/* news & events */
#sec-news #thebody
{
   background: #fff url(../_img/newsevents/newsevents_bg.jpg) no-repeat;
   height: 545px; 
}
html>body#sec-news #thebody
{ 
   height: auto; 
   min-height: 545px; 
}
#sec-news #maincontent
{ 
   width: 445px;
}
ul.press li {
   margin: 0 0 10px 0;
   paddin: 0;
   list-style: none;
}
ul.press li .source {
   margin: 0 0 0 10px;
}

/* about us */
#sec-about-us #thebody
{
   background: #fff url(../_img/about_us/aboutus_bg.jpg) no-repeat;
   height: 640px; 
}
html>body#sec-about-us #thebody
{ 
   height: auto; 
   min-height: 640px; 
}
#sec-about-us #maincontent
{ 
   width: 445px;
}

/* our wines */
#sec-ourwines #thebody
{
   background: #fff url(../_img/wine/inside_background.jpg) no-repeat;
   height: 545px; 
}
html>body#sec-ourwines #thebody
{ 
   height: auto; 
   min-height: 545px; 
}
#sec-ourwines #maincontent
{ 
   width: 375px;
}
#order-driver
{
   margin: 50px 0 0 30px;
}
#order-driver #details
{
   float: left;
   border-right: 1px solid #88a4af;
   height: 70px;
   width: 150px;
}
#order-driver #details .price
{
   display: block;
   font: 30px/140% verdana,helvetica,sans-serif;
}
#order-driver #order
{
   float: left;
   width: 150px;
}
#order-driver #order a:link, #order-driver #order a:visited
{
   margin-left: 50px;
   display: block;
   background: url(../_img/wine/order_butt.gif) no-repeat;
   clip: rect(0, 64px, 50px, 0);
   padding: 64px 0 0 0;
   height: 0 !important;
   overflow: hidden;
   width: 64px;
   height /**/: 50px;
}
#order-driver #order a:hover
{
   background: url(../_img/wine/order_buttroll.gif) no-repeat;
   text-decoration: none;
}

/* order form */
#sec-orderform #thebody
{
   background: #fff url(../_img/wine/inside_background.jpg) no-repeat;
   min-height: 545px; 
}
html>body#sec-orderform #thebody
{ 
   height: auto; 
   min-height: 545px; 
}
#sec-orderform #maincontent
{ 
   width: 420px;
}
#sec-orderform .wine
{
   border-bottom: 1px solid #88a4af;
   padding-bottom: 10px;
   margin-bottom: 20px;
}
#sec-orderform .wine h3
{
   margin-bottom: 10px;
}
#sec-orderform .wine .container
{
   padding-left: 20px;
}
#sec-orderform .wine .left
{
   width: 180px;
}
#sec-orderform .wine .left .size
{
   display: block;
   margin-top: 22px;
   font-weight: bold;
   color: #aaa;
}
#sec-orderform .wine .right
{
   width: 180px;
}
#sec-orderform .wine .right .soldout
{
   font-weight: bold;
   background-color: #efefef;
   color: #f60;
   padding: 2px;
   float: right;
}
#sec-orderform .wine .right .price, #sec-orderform .wine .right .quantity, #sec-orderform .wine .right .total
{
   float: left;
}
#sec-orderform .wine .right .price strong
{
   padding-top: 3px;
   float: left;
}
#sec-orderform .wine .right .price .x
{
   padding-top: 3px;
   float: right;
   padding-right: 5px;
}
#sec-orderform .wine .right .price
{
   width: 70px;
}
#sec-orderform .wine .right .quantity
{
   width: 55px;
}
#sec-orderform .wine .right .total
{
   width: 55px;
}
#sec-orderform .wine .right .quantity .inputbox
{
   width: 20px;
}
#sec-orderform .wine .right .total .inputbox
{
   width: 49px;
}
#sec-orderform .wine .right .label
{
   float: left;
   width: 115px;
   font-weight: bold;
}
#sec-orderform .wine .right .field
{
   float: right;
   width: 65px;
}
#sec-orderform .wine .right .field .inputbox
{
   width: 59px;
}
#sec-orderform #personal-info
{ 
   margin: 170px 0 40px 0;
   float: right;
   width: 250px;
}
#sec-orderform #personal-info .container
{
   margin-left: 0;
   padding-right: 20px;
}
#sec-orderform #personal-info input
{ 
   width: 224px;
}

/* availability */
#sec-availability #thebody
{
   background: #fff url(../_img/availability/availability_insidebg_1.jpg) no-repeat;
   height: 545px; 
}
html>body#sec-availability #thebody
{ 
   height: auto; 
   min-height: 545px; 
}
#sec-availability.inside #thebody
{
   background: #fff url(../_img/availability/availability_insidebg_2.jpg) no-repeat;
}
#sec-availability #maincontent
{ 
   width: 400px;
}

/* contact us */
#sec-contact-us #thebody
{
   background: #fff url(../_img/contact_us/contactus_bg.jpg) no-repeat;
   height: 525px; 
}
html>body#sec-contact-us #thebody
{ 
   height: auto; 
   min-height: 525px; 
}
#sec-contact-us #maincontent
{ 
   width: 445px;
}

/* popups */
#popup
{
   background: #fff;
   text-align: left;
   margin: 0 50px 0 20px;
}
#popup #maincontent
{
   position: relative;
   margin-top: 50px; 
   background: #fff;
   text-align: left;
   width: 470px;
}
#popup #maincontent h1
{
   position: relative;
   left: 50px;
   top: 0;
   font-size: 14px;
   margin: 0 0 20px 0;
}
#popup #maincontent .container
{
   margin-left: 50px;
}
#popup #pop-footer
{
   margin-top: 20px;
   color: #aaa;
}

/* news video popups */
#pop-news {
   background-color: #f5f5f5;
   margin-top: 30px;
}
#pop-news-footer {
   margin-top: 30px;
   margin-left: 50px;
   width: 320px;
}

/* footer */
#footer
{
   text-align: left;
   margin: 0 auto;
   width: 760px;
   clear: both;
   padding: 20px 20px 0 20px;
   width/**/: 720px;
   font-size: 10px;
   background: transparent url(/_img/shared/bottom_tile.gif) repeat-x;
   height: 50px;
}
#footer a:link
{
   color: #757672;
}
#footer a:visited
{
   color: #757672;
}
#footer a:hover, #footer li.active a:link, #footer li.active a:visited
{
   color: #333;
}
#footer ul
{
   margin: 0;
   width: 430px;
}
#footer li
{
   float: left;
   list-style: none;
   margin: 0;
   padding: 0;
   height: 22px;
   border-right: 1px solid #b9bab4;
}
#footer li.last
{
   border-right: none;
}
#footer li a
{
   display: block;
   padding: 0 12px 0 12px;
}
#footer .right
{
   width: 180px;
}