@charset "utf-8";

@import url("vtip.css");

/* VG Wines styles */

body {
	background: #f1e4b9;
	color: #720024;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.wrapper {
	width: 960px;
	margin: 0;
	background: #fff url(../images/wrapper-bg.gif) repeat-y left top;
	overflow: hidden;
}

.content {
	width: 720px;
	background: #fff;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}

/* header 
----------------------------------------*/

.header {
	background: #fff;
	width: 960px;
	padding:0;
	margin: 0;
	line-height: 140px;
}

.header h1.logo {
	margin: 0;
	width: 363px;
	height: 140px;
	float:left;
	background: url(../images/logo.gif) no-repeat;
	padding: 0;
}

.header h1.logo a {
	color: #000;
	width: 363px;
	height: 140px;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	text-indent: -9999em;
	display: block;
}

.animation {
	background: #fff;
	float:right;
	width: 597px;
	height: 140px;
	overflow:hidden;
	margin: 0;
	z-index: 1;
}

/* storebar 
------------------------*/

.storeBar {
	clear:both;
	background: #720024;
	color: #f1e4b9;
	font-size: 11px;
	padding: 5px;
	overflow: auto;
	line-height: 24px;
}

.storeBar .basketLink {
	float:right;
	display: block;
	width: 90px;
	margin: 0 5px 0 10px;
	background: #d4c986;
	color: #720024;
	border: 1px solid #d4c986;
	font-size: 12px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.storeBar .basketLink:hover {
	background: #720024;
	color: #d4c986;
	border: 1px solid #d4c986;
}

.storeBar .basket {
	float:right;
	width: 130px;
	padding-left: 40px;
	background: url(../images/basket-icon.gif) no-repeat left center;
	font-size: 12px;
	text-transform: uppercase;
}

.storeBar .textLinks {
	list-style: none;
	margin:0;
	padding:0;
	width: 450px;
}

.textLinks li {
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #fff;
}

.textLinks li.last {
	border-right: none;
}


.textLinks li a {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
}

.textLinks li a:hover {
    color: #d4c986;
}


/* search bar 
-----------------------*/

.searchBar {
	clear: both;
	overflow: auto;
	background: #720024;
	line-height: 33px;
}

.searchBar h3 {
	width: 280px;
	height: 33px;
	display: block;
	margin:0 53px 0 10px;
	padding:0;
	background: url(../images/bar-search-title.gif) no-repeat left center;
	text-indent: -9999em;
	float:left;
}

.searchBar select {
	padding: 3px;
	width: 80px;
	margin: 0 23px 0 0;
	border: none;
	vertical-align: middle;
	color:#720024;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #d5ca88 url(../images/select-arrow.gif) no-repeat 95% center;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
}


/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  min-width:180px;
  background-color:#f6f0db;
  border:1px solid #e3daa6;
  margin-top:-5px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #f1e4b9;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #d4c986;
}

/* Drop down list items style*/
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
  line-height: 18px;
}

/* Look and feel of select box */
.selectbox 
{
  width : 90px; /* Resize Width */
  cursor: pointer;
	padding: 3px;
	margin: 0 7px 0 0;
	border: none;
	vertical-align: middle;
	color:#720024;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #d5ca88 url(../images/select-arrow.gif) no-repeat 95% center;
	text-transform: uppercase;
	font-size: 12px;
}

.searchBar input {
	vertical-align: middle;
}


/* sidebar 
-----------------------*/

.sidebar {
	width: 220px;
	float:left;
	background: #d4c986;
	overflow: hidden;
}

.nav {
	list-style: none;
	margin: 0;
	padding:5px 0 2px 0;
	background: #d4c986;
}

.nav li {
	margin:0;
	padding:0;
	height: 37px;
	width: 220px;
	border-bottom: 1px solid #d4c986;
}

.nav li a {
	display: block;
	text-decoration: none;
	height: 37px;
	width: 220px;
	text-indent: -9999em;
	background-position: left bottom;
	background-repeat: no-repeat;
}

.nav li a:hover			{ background-position: top; }


.nav li#home a			{ background-image: url(../images/home-nav-sprite.gif); }
.nav li#about a			{ background-image: url(../images/about-nav-sprite.gif); }
.nav li#kenmare a 		{ background-image: url(../images/kenmare-nav-sprite.gif); }
.nav li#onlinestore a 	{ background-image: url(../images/store-nav-sprite.gif); }
.nav li#school a 		{ background-image: url(../images/school-nav-sprite.gif); }
.nav li#weddings a		{ background-image: url(../images/weddings-nav-sprite.gif); }
.nav li#corporate a 	{ background-image: url(../images/corporate-nav-sprite.gif); }
.nav li#faq a 			{ background-image: url(../images/faq-nav-sprite.gif); }
.nav li#gallery a 		{ background-image: url(../images/gallery-nav-sprite.gif); }
.nav li#links a 		{ background-image: url(../images/links-nav-sprite.gif); }
.nav li#usefulinfo a    { background-image: url(../images/info-nav-sprite.gif); }
.nav li#news a 			{ background-image: url(../images/news-nav-sprite.gif); }
.nav li#find a 			{ background-image: url(../images/find-nav-sprite.gif); }
.nav li#blog a 			{ background-image: url(../images/blog-nav-sprite.gif); }


.sideSearch {
	background: #e3daa6;
	padding: 10px;
}

.sideSearch h4 {
	background: url(../images/side-search-title.gif) no-repeat center center;
	width: 119px;
	height: 16px;
	display: block;
	margin:0 0 5px 0;
	padding:0;
	text-indent: -9999em;
}

.sideSearch input.sideSearchField {
	width: 170px;
	height: 15px;
	padding: 5px 5px 5px 25px;
	margin: 0 auto 10px auto;
	background: #f6f0db url(../images/side-search-icon.gif) no-repeat 5px center;
	border: none;
	font: normal normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #720024;
}

.sideSearch input.sideSearchButton {
	margin: 0 auto;
	display: block;
	width: 73px;
	outline: hidden;
}

/* footer 
----------------------*/

.footer {
	width: 940px;
	padding: 12px 10px;
	background: #b29d59;
}

.footer ul {
	 list-style: none;
	 margin:0;
     padding:0;
	font-size: 11px;
	 line-height: 2em;
	width: 460px;
}

.footer ul.rightBlock {
	float:right;
	text-align: right;
}

.footer ul li {
    margin:0;
    padding:0;
}

.footer li span.bookmarkIt .bookmark_popup_text {
    color: #3f3000;
    text-decoration: underline;
    cursor: pointer;
    width: 150px;
    float:right;
}

.footer li span.bookmarkIt .bookmark_popup_text:hover {
    color: #710022;
}

.footer li.designTag {
    clear:right;
}

.subfooter img {
	display: block;
	margin: 5px auto;
}

/* newsletter signup area
--------------------------------------------*/

.signUp {
	clear:both;
	background: #a6904a;
	color: #720024;
	width: 940px;
	padding: 5px 10px;
	overflow: auto;
	font-size: 12px;
	line-height: 30px;
}

.signUp h4 {
	display:block;
	float:left;
	width: 374px;
	height: 30px;
	background: url(../images/sign-up-title.gif) no-repeat left center;
	text-indent: -9999em;
}

.signUp label {
	float:left;
	width: 100px;
	margin: 0 0 0 35px;
	font-weight: normal;
	text-transform: uppercase;
}

.signUpForm input.field {
	width: 215px;
	height: 20px;
	border: none;
	padding: 5px 0 0 40px;
	background: #f1e4b9 url(../images/mail-icon.gif) no-repeat 5px center;
	margin: 0 40px 0 20px;
	vertical-align: middle;
}

.signUp input.signUpButton {
	vertical-align: middle;
}

.nlValidation {
    width: 960px;
    overflow: auto;
}   

.nlValidation .tooltip {
    margin-right: 160px;
}

.tooltip {
    background: transparent url(../images/tooltip-edge.gif) no-repeat right center;
    display:block;
    float:right;
    clear:right;
    height: 38px;
    padding: 0 20px 0 0;
    color: #fff;
}


.tooltip span {
    background: transparent url(../images/tooltip-bg.gif) no-repeat left center;
    display: block;
    padding: 5px 0 9px 20px;
    font-size: 12px;
    line-height: 24px;
}


/* general supporting styles
---------------------------------*/
.rightImg { float: right; margin: 0 0 5px 5px;}

.facebook {
    display: block;
	width: 200px;
	background: #f6f0db;
	text-align: left;
	margin-top:21px;
}

.frontlist {
margin-bottom: 10px;
}

.frontlist li  {
   margin-bottom: 3px; 
} 

.content a.blockLink {
	display: block;
	width: 250px;
	padding: 2px 5px;
	background: #f6f0db;
	color: #720024;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #f1e4b9;
}

.content a.blockLink:hover {
	color: #3f3000;
	background: #e3daa6;
	border-color: #d4c986;
}

.content a.topblockLink {
	display: block;
	width: 250px;
	padding: 2px 5px;
	background: #f6f0db;
	color: #720024;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #f1e4b9;
	margin-bottom:5px;
}

.content a.topblockLink:hover {
	color: #3f3000;
	background: #e3daa6;
	border-color: #d4c986;
}


.content a.blockLink.mapLink    { 	padding: 2px 5px 2px 25px; background: #f6f0db url(../images/map-icon.gif) no-repeat left center; }


.offerBanner {
margin: 10px auto;
}



/* dragnet standard styles
--------------------------------*/

.snippet {
	clear:left;
	margin: 0 0 30px 0;
}

/* news details 
--------------------------------------------------*/

.content .newsHeadline {
    margin: 0;
    width: 720px;
    border-bottom: 1px dashed #b29d59;
    padding: 10px 0;
    overflow: auto;
}

.content .newsHeadline div {
    margin: 0 0 1.5em;
}

.content .newsHeadline h4 {
    text-transform: uppercase;
    font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #b29d59;
}

.content a.newsLink {
	display: block;
	width: 250px;
	padding: 2px 5px;
	background: #f6f0db;
	color: #720024;
	text-decoration: none;
	border-bottom: 1px solid #f1e4b9;
}
.content a.newsLink:hover {
	color: #3f3000;
	background: #e3daa6;
	border-color: #d4c986;
}


.content h3.newsDetailsTitle {
    text-transform: uppercase;
    font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: #b29d59;
}

.content .newsImageContainer {
    width: 600px;
	margin: 10px auto;
}

.content .newsImageContainer .big {
    display: block;
    width: 550px;
    padding: 25px;
    background: #e0d0af;
    margin: 10px auto 5px auto;
}
.content .newsImageContainer .thumbs {
    display:block;
    width: 590px;
    margin: 0;
    padding: 5px;
    background: #e0d0af; 
    overflow-y: auto;   
    position:relative;
}

.content .newsImageContainer .big a {
    cursor: default;
}

.content .newsImageContainer .thumbs a {
    outline: none;
}

.content .newsImageContainer a img {
    border: none;
}

.content .newsImageContainer .big img {
    display: block;
    margin: 0 auto;
}
.content .newsImageContainer .thumbs img {
    display: block;
    margin: auto 5px;
    float:right;
    border: 1px solid #fff;
    background: white;
}

.content .newsImageContainer .thumbs span {
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 150px;
    font: 12px normal "Century Gothic", "Apple Gothic", Verdana, Arial, sans-serif;
    text-transform: uppercase;
	background: white;
	padding: 2px;
	-moz-opacity:.65;
	opacity:.65;
	filter:alpha(opacity=65);
	color: #777777;
}



/* contact info styles 
--------------------------------------------------*/

.contactInfo {
    margin-bottom: 15px;
    padding:1.4em 0; 
}

.contactInfo div {
    position: relative;
    margin:0 0 15px 0;
}

.contactInfo label {
	margin: 0;
	display: block;
	width: 200px;
	text-align: left;
	float: left;
	margin-right: 15px;
}

.contactInfo p {
	text-transform: uppercase;
	text-align: left;
	clear:left;
	margin-left: 215px;
}


.contactInfo div ul {
    margin: 0 0 0 215px;
    padding: 0;
    list-style-type: none;
    clear:none;
}


/* FAQ
----------------------------------------------*/
.content .FAQ {
    margin: 0 0 20px 0;
}

.content .FAQ h4 {
    text-transform: uppercase;
    font-family: "Hoefler Text", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    color: #b29d59;
}



/* gallery styles 
-----------------------------------------------*/

.gallery {
	width: 715px;
}

.gallery .galleryImage {
    display: block;
    width: 228px;
    float:left;
    overflow: auto;
    padding: 0;
    margin: 10px 12px 10px 0;
    font-family: "Hoefler Text", Georgia, "Times New Roman", Times, Sans-Serif;
    background: #f6f0db;
    border: 1px solid #e3daa6;
}

.gallery .galleryImage.last { margin: 10px 0 ; }

.gallery .galleryImage.first { clear:left; }

.gallery .galleryImage h4 {
	margin:0;
	padding: 2px 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #f1e4b9;
}

.gallery .galleryImage div.photo {
	width:216px;
	height:140px;
	overflow:hidden;
	margin: 5px auto;
}

.gallery .galleryImage img { 
	border:none;
	display:block;
	margin: 0 auto;
}


.gallery .galleryImage .caption {
	padding: 3px;
	text-align: center;
}





/* links list
----------------------------------*/
dl {
    margin-left: 40px;
}
dt {
	padding-left: 1.5em;
    color: #80002f;
    font-weight: bold;
}

.linksList dt {
    font-family: "Hoefler Text", Georgia, "Times New Roman", Times, Serif;
    text-transform: uppercase;
    text-size: 14px;
    color: #b29d59;
}

dd {
    color: #255b67;
    margin-bottom: 15px;
	margin-left: 2.5em;
}


/* feature list
list with nice icons to spruce it up a bit
---------------------------------*/
ul.featureList {
    list-style: none;
    margin-left:0;
    width: 350px;
}

.featureList li {
    line-height: 24px;
    display: block;
    background: #ebd389;
    margin: 4px 0;
    padding: 2px;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.featureList li a {
    text-decoration: none;
    display: block;
    background-color: #ebd389;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 0 5px 0 50px;
}

.featureList li a:hover {
    background-color: #f1e4b9;
}

.featureList li.delivery a { background-image: url(../images/delivery-icon.gif); }
.featureList li.privacy a { background-image: url(../images/privacy-icon.gif); }
.featureList li.terms a { background-image: url(../images/terms-icon.gif); }
.featureList li.faq a { background-image: url(../images/faq-icon.gif); }