﻿/* baseline.css
---------------
Base style sheet for Aroma Wines
---------------------------------*/
html, body {
    height:100%;
}
body {
    background:url(../images/bg_body.gif) repeat-x;
    font:62.5%/140% "Lucida Grande", Verdana, Helvetica, Arial;
}

a:link {color:#3F242C; text-decoration: none;}
a:visited {color:#3F242C; text-decoration: none;}
a:hover {color: #3F242C; text-decoration:underline;}
a:active {color: #3F242C; text-decoration: none;}
a h1    {cursor:pointer;}
a h1:hover    {color:#fff;border:none;text-decoration:underline;}
em  {
    font-style:italic !important;
}
#container {
    position:relative;
    min-height:100%;
    width:820px;
    background:url(../images/bg_container.jpg) repeat-y;
    margin:0 auto;
    padding:0 55px;
}
#footer {
    position:relative;
    min-height:95px;
    width:820px;
    background:#764A5F;
}
#nav-access {
    position:absolute;
    top:-9999px;
}
#masthead {
    position:relative;
    height:15.2em;
}
#branding {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:263px;
    background:url(../images/logo.jpg) no-repeat;
}
#masthead > #branding {
    top:2em;
    background:url(../images/logo.png) no-repeat;
    width:214px;
}
#branding h1 {
    position:absolute;
    top:-9999px;
}
#content {
    padding-bottom:0px;
}
#nav-main {
    position:absolute;
    bottom:23px;
    right:0;
    overflow:hidden;
    border-bottom:1px solid #6F5861;
}
#nav-main li {
    float:left;
}
#nav-main a {
    color:#fff;
    text-transform:uppercase;    
    display:block;
    height:56px;
    font-size:0.9em;
    text-decoration:none;
}
#nav-main a span {
    display:block;
    font-size:1.2em;
    font-weight:bold;
    height:100%;
    padding-right:11px;
    padding-left:12px;
    padding-top:11px;
    cursor:pointer;
}
#nav-main a:hover {
    background:url(../images/menu_hover_bg.png) no-repeat;
    color:#2E0F19;
}
#nav-main a:hover span {
    background:url(../images/menu_hover_right_bg.png) repeat-y right;
}
#nav-sub {
    position:absolute;
    top:15px;
    right:230px;
}
#nav-sub li {
    display:inline;
    padding-right:8px;
    border-right:1px solid #fff;
}
#nav-sub li:last-child {
    border-right:none;
}
#nav-sub a {
    color:#fff;
    margin-left:5px;
    text-decoration:none;
}
#nav-sub a:hover {
    text-decoration:underline;
}
#search {
    position:absolute;
    top:10px;
    right:0;
    width:225px;
}
#search .text {
    width:100%;
    height:14px;
    font-size:11px;
    padding-top:2px;
    border:3px solid #B0969E;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
#search > fieldset > div > .submit {
    position:absolute;
    top:2px;
    right:-5px;
}
#basket {
    position:absolute;
    top:51px;
    color:#fff;
    right:0px;
}

#basket a{
    color:#fff;
    text-decoration:none;
}

#basket a:hover{
    text-decoration:underline;
}

#quote {
    padding-bottom:40px;
}
#quote .vcard {
    padding-right:50px;
    text-align:right;
    color:#C7C5C7;
    font-size:1.4em;
}
#quote blockquote {
    width:70%;
    margin:0 auto;
    padding:10px 0 5px;
    color:#FFFEFE;
    font-family:Georgia, Serif, Times New Roman;
    font-size:1.75em;
    line-height:1.5;
}
#nav-footer {
    position:absolute;
    width:49%;
    bottom:12px;
    left:40px;
}
#nav-footer li {
    display:inline;
    border-right:1px solid #fff;
}
#nav-footer li:last-child {
    border-right:none;
}
#nav-footer a {
    color:#fff;
    padding:0 5px;
    text-decoration:none;
}
#nav-footer a:hover {
    text-decoration:underline;
}
#enquiries {
    position:absolute;
    left:45%;
    bottom:12px;
}
#enquiries .fn {
    position:absolute;
    top:-9999px;
}
#enquiries a {
    color:#320002;
    text-decoration:none;
}
#enquiries a:hover {
    text-decoration:underline;
}
#site-credits {
    position:absolute;
    bottom:12px;
    right:40px;
}
#site-credits a {
    display:block;
    width:44px;
    height:9px;
    background:url(../images/fusebox.gif) no-repeat;
}
#site-credits span {
    position:absolute;
    top:-9999px;
}
.validation_summary {
    font-size:10pt;
    color:#000;
    margin:1em;
}
.validation_summary ul li{
    margin:1em 10px;
    font-size:8pt;
    color:#000;
}

/* hover labels
--------------------------------------*/
.hover-wrap {
	display:inline;
	position:relative;
}
.hover-wrap input.invalid {
	border:2px solid red;
}
.hover-wrap label.hover {
	position:absolute;
	top:-2px;
	left:10px;
	color:#000;
	font-size:11px;
}
/* =Main Content
--------------------------------------*/
#content-main {
    background:#fff;
    padding:10px;
    position:relative;
}
body.home #content-main {
    min-height:417px;
}

.subMenu ul li
{
float:left;
margin-right:5px;
margin-bottom:7px;  
}

.subMenu ul li a
{
display:block;
line-height:24px;
height:24px;
background:#E8E4E2;
color:#000; 
text-decoration:none;
padding:0px 8px;
font-size:12px;
border:1px solid #DCD4D7;
}

.subMenu ul li a:hover
{
background:#69565E;
color:#fff;
}




#about {
    background:url(../images/bg_about_btm.gif) no-repeat 0 100%;
    height:22.6em;
    width:277px;
    margin:0 0 0 283px;
}
#about .shell {
    background:url(../images/bg_about_top.gif) no-repeat;
    padding:12px 16px 16px 14px;
}
#about p {
    line-height:1.5;
    margin:0.5em 0;
    padding:0 5px;
}
#highlights {
    height:19em;
}
#newArrivals {
    position:absolute;
    top:9px;
    left:10px;
    width:268px;
    height:100%;
    background:url(../images/bg_arrivals.jpg) no-repeat;
    padding:5px;
}

.home_container
{
position:relative;
top:-11px;
margin-bottom:-11px;
background:#FFF;
}

.home_new_arrivals
{
width:274px;
height:410px;
background:url(../images/bg_arrivals.jpg) no-repeat;
float:left;
margin-right:4px;
padding-left:2px;
padding-top:2px;
margin-top:-1px;
}

.home_new_arrivals h1
{
font-size:22px;
line-height:40px;
color:#fff;
font-family:Georgia;
padding-left:10px;
background:url(../images/bg_heading_trans.png);
width:258px;
}

.home_new_arrivals ul
{
margin:118px 0px 0px 13px;
height:238px;
overflow:hidden;
}

.home_new_arrivals li
{
color:#fff;
line-height:24px;
font-size:12px;
}

.home_section
{
float:left;
}

.home_about_us
{
background:url(../images/home_aboutus_bg.gif) no-repeat;
width:256px;
height:210px;
padding:11px 11px 11px 10px;
margin-top:-3px;
margin-left:1px;
}

.home_about_us h1
{
font-size:22px;
line-height:40px;
color:#fff;
font-family:Georgia;
padding-left:10px;
background:url(../images/bg_heading_trans_less.png);
}

.about_us_text  {
    color:#333;
    line-height:14px;
    margin-top:5px;
    margin-left:10px;
    width:238px;
    /*background:transparent url(../images/signature.gif) no-repeat bottom right;*/
    height:155px;
}

.about_us_text p
{
margin-bottom:7px;
}

.about_us_signature
{
margin-top:13px;
}

.home_try
{
width:276px;
height:178px;
background:url(../images/bg_try.jpg);
padding:2px 0px 0px 2px;
margin-top:3px;
margin-left:1px;
}

.home_try h1
{
font-size:22px;
line-height:40px;
color:#fff;
font-family:Georgia;
padding-left:10px;
background:url(../images/bg_heading_trans.png);
width:262px;
}

.home_try_list
{
margin-top:7px;
margin-left:10px;    
}

.home_try_list li
{
color:#fff;
}

.home_gifts
{
width:236px;
height:254px;
background:url(../images/home_gifts_bg.jpg) no-repeat;
margin-top:-3px;
margin-left:5px;
}

.home_gifts h1
{
font-size:22px;
line-height:33px;
padding-top:10px;
color:#fff;
font-family:Georgia;
padding-left:15px;
width:228px;
}

.home_brochure
{
width:232px;
height:152px;
background:url(../images/home_brochure_bg.jpg) no-repeat;
margin-top:6px;
margin-left:5px;
padding-left:4px;
padding-top:4px;
}

.home_brochure h1
{
font-size:22px;
line-height:33px;
padding-top:4px;
padding-bottom:4px;
color:#fff;
font-family:Georgia;
padding-left:10px;
background:url(../images/bg_heading_trans.png);
width:217px;
}

#gifts {
    position:absolute;
    top:9px;
    right:10px;
    width:233px;
    height:258px;
    background:url(../images/bg_gifts.jpg) no-repeat;
}
#gifts h2 {
    height:66px;
    width:216px;
    margin-top:2px;
    margin-left:2px;
}
#brochureRequest {
    position:absolute;
    top:266px;
    right:14px;
    background:url(../images/bg_brochure.jpg);
    width:227px;
    height:147px;
}
#brochureRequest h2 {
    height:60px;
}
#tryWines {
    position:absolute;
    top:241px;
    left:292px;
    width:278px;
    height:180px;
    background:url(../images/bg_try.jpg) no-repeat;
}
#tryWines h2 {
    margin:2px 4px 0 2px;
}

/*  wine */
.wineSearch    {
    width:280px;
    padding:10px;
    float:left;
    background:transparent url(../images/background-wine-splash.jpg) no-repeat scroll left top;
}
.wineSearch label   {
    display:block;
    width:100px;
    float:left;
}
.wineSearchResults  {
    width:490px;
    float:left;
}
.clear  {
    clear:both;
}
.searchItem, .searchItem2   {
    height:60px;
    vertical-align:middle;
    padding:5px;
    margin:0.5em 0 0 0;
}
#viewContainer  {
    position:relative;
    bottom:0;
    background-color:#ddd;
    padding:5px 0 5px 5px;
    margin:0 0 0.5em 0;
}
.no_results p {
    margin:1.2em 0;
}
.no_results li  {
    list-style-type:disc;
}
.no_results li  {
    margin-left:20px;
}
.searchItem h3, .searchItem2 h3 {
    margin:0.3em 0 1em 0;
    font-size:10pt;
}
.searchItem {
    background-color:#E9E5E6;
}
.searchItem2 {
    background-color:#E7DEE2;
}
.SearchTable  {
    border:none;
    width:100%;
}
.SearchTable h3 {
    font-size:10pt;
    margin:1em 0;
}
.SearchTable td   {
    border-bottom:2px solid #fff;
    padding:5px;
}
.pager td table tr td   {
    padding:5px;
    border:1px solid #ddd;
}
.pager td table tr td a   {
    color:#7B4859;
    text-decoration:underline;
}
div.wineButtons {
    clear:both;
}
div.winePrice   {
    margin:10px 0px 20px 0px;
}
a.wineButton {
    width:100px;
    background-color:#88596B;
    color:#fff;
    padding:10px;
    text-decoration:none;
}
div.wineLeftContainer   {
    width:300px;
    float:left;
}
div.wineRightContainer   {
    width:500px;
    float:left;
}
div.wineImage   {
    float:left;
}
div.wineLabel   {
    float:left;
    margin-left:10px;
}
div.wineDescription p   {
    margin:1em 0;
}
div.wineDescription strong  {
    font-weight:bolder;
}
.wineView_h3    {
    font-family:Georgia, Serif, Times New Roman;
    font-size:1.2em;
    line-height:2;
    padding:10px 6px;
    color:#7A4E5F;
    background: transparent url(../images/h1-underline.jpg) left top no-repeat;
}
.alsobought {
    background: transparent url(../images/smallBottle.jpg) left top no-repeat;
    padding-left:30px;
    margin-top:-9px;
    height:61px;
}
.alsobought p {
    padding-bottom:3px;
}
/********************
*   My Account      */
.ItemCountTextbox   {
    width:20px;
}
.myBasket   {
    border:none;
    width:100%;
}
.myBasket th    {
    padding:5px;
}
.myBasket p {
    margin:0.5em;
}
.myBasket td    {
    padding:5px;
    border:5px solid #fff;
}
.myAccountContainer> #leftMenu   {
    float:left;
    width:200px;
    background:transparent url(../images/divider.jpg) no-repeat top right;
    height:375px;
}
#leftMenu > ul, #leftMenu ul > li   {
    margin:1em;
    color:#805163;
    font-size:10pt;
}
#leftMenu ul > li   {
    font-weight:800;
}
#leftMenu a    {
    text-decoration:none !important;
    color:#805163;
    font-weight:500;
}
#leftMenu a:hover    {
    text-decoration:underline !important;
}
#rightContent   {
    width:600px;
    float:left;
}
.basketRow  {
    background-color:#E7DEE2;
}
.basketRow2  {
    background-color:#E9E5E6;
}
.tableCellCenter  {
    text-align:center;
    vertical-align:middle;
}
.checkoutTotal  {
    text-align:left;
}
.cartTotal  {
    text-align:right;
}
.cartTotal li, .checkoutTotal li   {
    color:#805163;
    font-size:10pt;
    font-weight:900 !important;
    margin:0.8em;
}
.checkout_button a    {
    padding:5px;
    background-color:#ddd;
    border:1px solid #000;
}
.checkout_button a:hover    {
    background-color:#E7DEE2;
}
.checkout_table {
    margin:0 5px;
}
.checkout_table th  {
    font-size:8pt;
}
.checkout_table th, .checkout_table td  {
    padding:5px;
}
.checkout_fieldset  {
    border:1px solid #ddd;
}
.checkout_fieldset legend   {
    margin:0.5em;
    padding:0 5px;
    color:#805163;
    font-weight:900 !important;
    font-size:10pt;
}
/*
    My Account - View Bought Items
*/
.previously_bought_table td,
.previously_bought_table th   {
    border:2px solid #fff;
} 
.previously_bought_table td, .previously_bought_table th    {
    padding:5px;
}
.previously_bought_table th {
    color:#805163;
    font-size:10pt;
}
/*
    My Account - Edit Details
*/
.form_fieldset, .form_fieldset2    {
    padding-top:10px;
    margin:10px 0;
}
.form_fieldset  {
    background-color:#E7DEE2;
}
.form_fieldset2  {
    background-color:#E9E5E6;
}
.form_fieldset label, .form_fieldset2 label  {
    width:100px;
    float:left;
    display:block;
    padding:3px 5px 0 0;
    margin:0;
    text-align:right;
}
.form_fieldset input[type="text"], .form_fieldset2 input[type="text"]  {
    width:250px;
    padding:0;
    margin:0;
}
.legend {
    font-size:10pt;
    margin: 10px auto auto 10px;
}
.form_fieldset p, .form_fieldset2 p  {
    margin:1em auto !important;
    width:420px;
}
    
/********************
*   Contact us      */
.contactusContainer label {
    float:left;
    display:block;
    width:100px;
}
.contactusContainer {
    background:transparent url(../images/contactus-bg.jpg) right top no-repeat;
}
.contactusContainer p   {
    margin:1em;
}
/********************
*   News and Events */
.frontendTable  {
    width:100%;
}
.frontendTable th, .frontendTable td   {
    border:1px solid #fff;
    padding:5px;
}
.frontendTable #header   {
    background-color:#5F4D55;
    color:#fff;
}
.frontendTable th   {
    background-color:#6F5A63;
    color:#fff;
    padding:5px;
}
.frontendTable #oddRow  {
    background-color:#DFD1D6;
}
.newsArticleContainer label   {
    display:block;
    float:left;
    width:100px;
}
.newsArticleContainer img   {
    float:right;
    margin:1em 0;
}
.newsArticleContainer p   {
    margin:1em;
}
/*  Page - Content Overview */
.pageContainer  {
    background:transparent url(../images/background-wine-splash.jpg) top left no-repeat;
    min-height:300px;
    width:800px;
}
.pageContainer #contentContainer    {
    width:540px;
    padding-right:10px;
    float:left;
}

#contentContainer strong    {
    font-weight:bolder;
}
.pageContainer a    {
    color:#336699;
    text-decoration:underline;
}

.pageContainer #imagesContainer    {
    width:250px;
    float:left;
    text-align:right;
}

.resizedImage
{
margin-bottom:10px;    
}


h1.page_title
{
font-size:22px;
line-height:40px;
color:#fff;
font-family:Georgia;
padding-left:10px;
background:url(../images/bg_heading_trans_less.png);
margin-top:-12px;
margin-bottom:11px;
}


.pageContainer #contentContainer h1
{
font-size:1.7em;
height:1.7em;
line-height:1.7em;
margin:15px 0px 10px 0px;
color:#3E1F2B;
font-weight:normal;
padding:0px;
background:none;
}

.pageContainer #contentContainer h2
{
font-size:1.4em;
height:1.4em;
line-height:1.4em;
margin:15px 0px 10px 0px;
color:#3E1F2B;
font-weight:normal;
padding:0px;
background:none;
}

.pageContainer #contentContainer h3
{
font-size:1.2em;
height:1.2em;
line-height:1.2em;
margin:15px 0px 10px 0px;
color:#3E1F2B;
font-weight:normal;
padding:0px;
background:none;
}

.pageContainer #contentContainer p
{
font-size:11px;
margin:10px 0px;
line-height:18px;
color:#333;
}

.pageContainer #contentContainer ul
{
font-size:11px;
margin:10px 0px 10px 25px;
line-height:18px;
list-style:square;
color:#333;
}

.pageContainer #contentContainer ul li
{
padding-left:5px;
}

.pageContainer #contentContainer ol
{
font-size:11px;
margin:10px 0px 10px 30px;
line-height:18px;
list-style:decimal;
color:#333;
}

.pageContainer #contentContainer address
{
font-size:11px;
margin:0px 0px 0px 10px;
line-height:18px;
font-style:italic;
border-left:1px solid #888;
padding-left:10px;
color:#333;
}

#content-main h2
{
font-size:22px;
line-height:40px;
color:#fff;
font-family:Georgia;
padding-left:10px;
background:url(../images/bg_heading_trans_less.png);
margin-bottom:11px;
margin-top:10px;
}




#breadcrumb_container
{
color:#3F242C;
font-size:11px;
}

#breadcrumb_container span a
{
color:#3F242C;
text-decoration:none;
}

#breadcrumb_container span a:hover
{
text-decoration:underline;
}


.wines_form_section
{
    margin-bottom:5px;
}

.wines_form_section label
{
    padding-top:3px;
    font-size:11px;
}

.contactUsFormMessage
{
font-weight:bold;
padding-top:15px;    
}
/*
    search result
*/

.selectedMenuItem   {
    font-style:italic;
}
.MainSearchTable  {
    border:none;
    width:100%;
}
.MainSearchTable h3 {
    font-size:10pt;
    margin:1em 0;
}
.MainSearchTable td   {
    border-bottom:2px solid #fff;
    padding: 10px 5px ;
}

/*
    gifts
*/
.giftTable td  {
    padding:10px 2px;
}
.redText    {
    color:#ff0000;
}
