@import "home.css";
@import "theme/theme.css";

/* --------------------------------------------------------------------------------
 * HTML Elements
 * -------------------------------------------------------------------------------- */ 
body {
	background: #0e2b8d url(../images/global/bg_bottles.jpg) repeat-x;
}

body,th,td {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

p,h1,h2,h3,h4,h5,h6 {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

select,input,textarea {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}
	
h4 {
	font-size: 15px;
}

h5 {
	font-size: 13px;
}


/* --------------------------------------------------------------------------------
 * Layout
 * -------------------------------------------------------------------------------- */ 
#header {
	width: 730px;
	margin: 0 auto;
	height: 105px;
}

#wrap {
	width: 657px;
	margin: 0 auto;
	padding: 0;
	height: inherit;
	background-color: #fff;
}

#main-Container {
	width: 657px;
	height: inherit;
	margin: 0 auto;
	padding: 0;
	background: url(../images/product/default/bg_menu.gif) repeat-y left top;
}

#main-Menu {
	float: left;
	width: 167px;
	height: inherit;
	background:  #fff url(../images/product/default/gr_default_shadow.jpg) no-repeat 100% 4px;
}

#container {
	height: inherit;
	padding-bottom: 85px;
	background: url(../images/product/default/gr_content_bottom.gif) no-repeat bottom right;
}

#main-Content {
	float: left;
	width: 490px;
	height: inherit;
}


/* --------------------------------------------------------------------------------
 * Misc
 * -------------------------------------------------------------------------------- */ 
.nu {
	text-decoration: none;
}

#message, #loading {
	height: 75px;
}

.subcribe #message {
	height: 95px;
}

.bodyText {
	color: #333;
}

.bodyText a, .bodyText a:visited {
	color: #0e2b8d;
}

.bodyText a:hover {
	color: #3858ef;
}

/* --------------------------------------------------------------------------------
 * Menu and Nav
 * -------------------------------------------------------------------------------- */ 
h4 {
	height: 24px;
	margin: 0;
	padding: 4px 7px 0 0;
	color: #fff;
	background-image: url(../images/global/bg_arrow_home.gif);
	background-repeat: no-repeat;
	background-position: 4px 0;
	text-align:center;
}

h4 a, h4 a:visited {
	color: #fff;
	text-decoration: none;
	text-align:center;
}

h4 a:hover {
	color: #ccc;
	text-align:center;
}

/* Menu */
#main-Menu ul.main-Category, #main-Menu ul.sub-Category {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-Menu ul.main-Category li, #main-Menu ul.sub-Category li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 7px;	
}

#main-Menu ul.main-Category li a, #main-Menu ul.main-Category li#menu-wine {
	width: 149px;
	height: 22px;
	line-height: 22px;
	margin-left: 4px;
	text-decoration: none;
	border-bottom: 1px solid #8695C6;
	display: block;
	color: #0e2b8d;
	font-size: 12px;
	font-weight: bold;
	background-color: #fff;
	background: url(../images/global/gr_arrow_menu.gif) no-repeat 140px 5px;
}

#main-Menu ul.main-Category li.sub-menu a {
	width: 149px;
	height: 18px;
	line-height: 18px;
	margin-left: 4px;
	text-decoration: none;
	border-bottom: 1px dotted #8695C6;
	display: block;
	color: #0e2b8d;
	font-size: 11px;
	font-weight: normal;
	background-color: #fff;
	background: url(../images/global/gr_arrow_submenu.gif) no-repeat 140px 5px;
}

#main-Menu ul.main-Category li a:hover {
	color: #0e2b8d;
	background-color: #D8E1F1;
}

/* Main Nav Selected */
body#homepage #main-Menu ul.main-Category li#menu-wine {
	border-top: 1px solid #8695C6;
}

#main-Menu ul.main-Category li#menu-wine {
	height: 21px;
	line-height: 21px;
	border-bottom: none;
	background: none;
}

#main-Menu ul.main-Category li#menu-rare a {
	border-bottom: 1px solid #8695C6;
}


body#beer #main-Menu ul.main-Category li#menu-beer a, 
body#champagne #main-Menu ul.main-Category li#menu-champagne a, 
body#red #main-Menu ul.main-Category li#menu-red a,
body#white #main-Menu ul.main-Category li#menu-white a,
body#spirits #main-Menu ul.main-Category li#menu-spirits a,
body#mixed #main-Menu ul.main-Category li#menu-mixed a,  
body#dessert #main-Menu ul.main-Category li#menu-dessert a,
body#rare #main-Menu ul.main-Category li#menu-rare a
{
	color: #dee2ef;
	background-color: #3e55a4;
}

body#beer #main-Menu ul.main-Category li#menu-beer a:hover, 
body#champagne #main-Menu ul.main-Category li#menu-champagne a:hover, 
body#red #main-Menu ul.main-Category li#menu-red a:hover, 
body#white #main-Menu ul.main-Category li#menu-white a:hover, 
body#spirits #main-Menu ul.main-Category li#menu-spirits a:hover, 
body#mixed #main-Menu ul.main-Category li#menu-mixed a:hover 
{
	color: #fff;
}

#main-Menu ul.sub-Category li a {
	width: 149px;
	height: 21px;
	line-height: 21px;
	margin-left: 4px;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	display: block;
	color: #464646;
	font-size: 11px;
	background: #f0f0f0 url(../images/global/gr_arrow_sub_category.gif) no-repeat 140px 5px;
}

#main-Menu ul.sub-Category li a:hover {
	color: #000;
	background-color: #ccc;
}

/* Secondary Nav Selected */
body#soft #main-Menu ul.sub-Category li#subMenu-soft a, 
body#nibbles #main-Menu ul.sub-Category li#subMenu-nibbles a, 
body#glassware #main-Menu ul.sub-Category li#subMenu-glassware a 
{
	color: #464646;
	background-color: #c0c0c0;
}

body#soft #main-Menu ul.sub-Category li#subMenu-soft a:hover,
body#nibbles #main-Menu ul.sub-Category li#subMenu-nibbles a:hover,
body#glassware #main-Menu ul.sub-Category li#subMenu-glassware a:hover
{
	color: #464646;
}

#main-Menu ul.main-Category li a.endNav 
{
	border-bottom: 0;
}

/* Sections */
.promos {
	width: 149px;
	margin-left: 4px;
}

.subcribe {
	width: 149px;
	margin-left: 4px;
	background: #f4f4f4 url(../images/global/gr_subscribe_envelopes.gif) no-repeat 70px 30px;
}

.subcribe p {
	margin: 0;
	padding: 15px 0 10px 10px;
	color: #0e2b8d;
}

.flo-L {
	float: left;
}

.flo-R {
	float: right;
}

.description {	
	font-weight:normal; 
	font-style:italic; 
	font-size:11px;
	color:666;
}

/* Form */
#email {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	width: 125px;
	margin-left: 8px;
	padding: 3px;
	font-size: 11px;
	color: #0e2b8d;
	border: 1px solid #0e2b8d;
}

.formButton {
	cursor: hand; /* IE */
	width: 70px;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: left;
	margin: 10px 0 0 75px;
	padding: 0 30px 0 0;
	color: #0e2b8d;
	background:#f4f4f4 url(../images/product/default/bt_arrow_subscribe.gif) no-repeat top right;
	font-size: 11px;
	text-decoration: underline;
/* hide the following from Netscape 4 */
/*/*/
	border: none;
/* end hide */
}


/* --------------------------------------------------------------------------------
 * Global
 * -------------------------------------------------------------------------------- */ 
/* logo */
#header img {
	float: left;# /* safari hack */ 
	margin-right: 65px!important;
}

/* Safari hack */
#header img {
	margin-right: 40px;
}

#header p {
	padding: 30px 30px 0 0;
	color: #0e2b8d;
	line-height: 19px;
}

#main-Content-error {
	float: left;
	width: 490px;
	height: auto;
	background: url(../images/global/gr_arrow_404.gif) no-repeat 15px 135px;
}

#main-Content a, #main-Content a:visited {
	color: #0e2b8d;
}

#main-Content a:hover {
	color: #2b67d9;
}

p.subHeading_ColA {
	float: left;
	width: 170px;
	height: inherit;
	padding: 0 10px 0 75px;
	margin-bottom: 10px;
	color: #666;
	border-right: 3px solid #0e2b8d;
}

p.subHeading_ColB {
	float: left;
	width: 195px;
	height: inherit;
	padding-left: 18px;
	color: #666;
}

.subheading {
	padding-bottom: 8px;
	font-size: 12px;
	color: #0e2b8d;
	text-align: left;
}

/* Price List Table */
#priceContainer {
	clear: both;
	width: 440px;
	margin: 0px 0 15px 20px;
}

table.priceList th { padding-top: 10px; }

table.priceList td { padding: 3px 0; border-bottom: 1px solid #efefef; vertical-align: top; }


.priceList th {
	padding-bottom: 8px;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0e2b8d;
	text-align: left;
}

.priceList th.priceHeader {
	font-size: 18px;	
}

.priceList th.priceHeader span {
	font-size: 14px;
	font-weight: normal;	
}

.priceList td {
	color: #666;
	padding: 1px 0;
}

.extraInfo {
	margin: 20px 0 10px 0;
	padding-top: 15px;
	color: #666;
	border-top: 1px solid #666;
}

/* Download PDF Button */
.downloadPDF {
	clear: both;
	float: right;
	width: 260px;
	height: 41px;
	margin: 0;
	padding: 0;	
	background: url(../images/product/default/bg_download.gif) no-repeat top left;
}

.downloadPDF, .downloadPDF a, .downloadPDF a:visited {
	color: #fff;
	padding: 12px 0;
	text-indent: 15px;
}

.downloadPDF a:hover {
	color: #b7c0dd;
}

/* Go to top  */
.gotoTOP {
	float: right;
	margin-top: 0px;
}

.gotoTOP p {
	width: 50px;
	height: 27px;
	line-height: 27px;
	margin-top: 2px;
	text-align: right;
	padding: 0px 5px;
	background-color: #76Bafe;
}

.gotoTOP p, 
.gotoTOP a, .gotoTOP a:visited {
	color: #0e2b8d;
}

.gotoTOP a:hover {
	color: #3858ef;
}

.gotoTOPButton {
	float:right;
	width:30px;
	height:29px;
	margin: 11px 22px 0 0;
	display:inline;
	background: url(../images/global/bt_arrow_gototop.gif) no-repeat top left;
}

/* --------------------------------------------------------------------------------
 * Footer
 * -------------------------------------------------------------------------------- */ 
#footer {
	height: 100px;
	width: 657px;
	clear: both;
	color: #fff;
	background-color: #0e2b8d;
}

#footer ul.contacts, #footer ul.legals {
	clear: both;
	list-style: none;
	margin: 0 0 0 98px;
	padding: 0;
}

#footer ul.contacts li {
	float:left;
	list-style: none;
	width: 270px;
	height: 27px;
	margin: 0;
	padding: 0;
	display: inline;
}

#footer ul.legals li {
	float:left;
	list-style: none;
	width: 270px;
	height: 27px;
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 10px;
	color: #abb5d7
}

#footer ul.legals li span {
	font-size: 9px;
}

#footer a, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #b7c0dd;
}

/* Legals +  */
#bodyArea {
	clear: both;
	width: 440px;
	height: inherit;
	margin: 0 0 15px 20px;
	padding-top: 15px;
}

#bodyArea h2 {
	font-size: 18px;
	color: #0e2b8d;
	padding-bottom: 10px;
}

#bodyArea h3 {
	font-size: 12px;
	color: #0e2b8d;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#bodyArea h3 span {
	font-weight: normal;
}

#bodyArea p {
	color: #666;
	padding-bottom: 10px;
}

#bodyArea ul, #bodyArea ol {
	color: #666;
	margin-top: 0;
	padding-top: 0;
}

#bodyArea ol li {
	padding-bottom: 5px;
}

/* Enquiry Form */
form#enquiryForm p {
	padding-left: 10px;
}

.invalidLabelStyle {
	background-color: #ffcccc;
	padding: 4px 0 1px 0px;
	margin-bottom: 5px;
}

#errorMessage {
	margin-bottom: 15px;
	color: #CC0000;
}

.enqFormBox {
	padding-left: 10px;
}

.divider-TypeA {
	line-height: 1px;
	font-size: 1px;
	background-color: #ccc;
	margin: 10px 0;
}

/* --------------------------------------------------------------------------------
 * Promos
 * -------------------------------------------------------------------------------- */ 

/* Mcup on Homepage
 * -------------------------------------------------------------------------------- */ 
#mcup-promo {
	position: relative;
	width: 490px;
	height: 250px;
	background: url(../images/promos/mcup/bg_mcup_feature.jpg) no-repeat 0 0;
}

#mcup-promo #counters {
	padding: 120px 0 0 355px;
}

#mcup-promo #counters div {
	margin-bottom: 16px;
}

#mcup-intro #counters {
	position: absolute;
	top: 13px;
	right: 38px;
}

#mcup-intro #counters div {
	margin-bottom: 16px;
}

/* Mcup Specials Page
 * -------------------------------------------------------------------------------- */ 
body#specials_mcup #main-Menu {
	background: #fff url(../../images/product/specials/mcup/gr_mc_shadow.jpg) no-repeat 100% 0px;
}

body#specials_mcup .priceList th {
	font-size: 12px;
}

body#specials_mcup .priceList th, body#specials_mcup td.priceList  {
	color: #768100!important;
}

#mcup-intro {
	position: relative;
	background: url(../images/product/specials/mcup/bg_specials_intro.jpg) no-repeat 2px 0; 
}

.mcup-specials h5 {
	margin-bottom: 5px;
	color: #768100;
	font-size: 14px;
}

.mcup-specials .order-info {
	width: 290px;
	padding: 125px 0 10px 0;
}

ul#mcup-downloads {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#mcup-downloads li {
	width: 180px;
}

ul#mcup-downloads li a,ul#mcup-downloads li a:visited {
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #768100;
	display: block;
	text-decoration: none;
	background: url(../images/html_email/bt_arrow.gif) no-repeat 100% 0;
}

ul#mcup-downloads li a span,ul#mcup-downloads li a:visited span {
	color: #000;
}

ul#mcup-downloads li#last {
	width: 140px;
}

ul#mcup-downloads li a:hover {
	color: #000;
	text-decoration: underline; 
}

ul.mcupButton {
	position: absolute;
	top: 200px;
	right: 15px;
	width: 88px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.mcupButton li {
	width: 88px;
	height: 28px;
	line-height: 28px;
	background: url(../images/homepage/bt_arrow_green.gif) no-repeat 100% 0;
}

ul.mcupButton li a, ul.mcupButton li a:visited {
	display: block;
	color: #768100!important;
}

ul.mcupButton li a:hover {
	color: #000!important;
}


/* Xmas on Homepage
 * -------------------------------------------------------------------------------- */ 
#xmas-promo
{
	position: relative;
	width: 490px;
	height: 250px;
	background: url(../images/promos/xmas/gr_xmas_feature.jpg) no-repeat 0 0;
}

ul.xmasButton {
	position: absolute;
	top: 200px;
	right: 15px;
	width: 88px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.xmasButton li {
	width: 88px;
	height: 28px;
	line-height: 28px;
	background: url(../images/promos/xmas/bt_arrow_red.gif) no-repeat 100% 0;
}

ul.xmasButton li a, ul.xmasButton li a:visited {
	display: block;
	color: #c80025!important;
}

ul.xmasButton li a:hover {
	color: #fff!important;
}

/* Xmas Specials Page
 * -------------------------------------------------------------------------------- */ 
body#specials_xmas #main-Menu {
	background: #fff url(../images/promos/xmas/gr_shadow.jpg) no-repeat 100% 0px;
}

#xmas-intro {
	position: relative;
	background: url(../images/promos/xmas/bg_specials_intro.gif) no-repeat 0 0; 
	height: 145px;
}

#xmas-intro-info {
	padding-left: 20px;
}

#xmas-intro-info h5
{
	color: #c32d2d;
	font-size: 14px;
	margin-bottom: 15px;
}

body#specials_xmas .priceList th {
	font-size: 12px;
}

body#specials_xmas .priceList th {
	color: #c32d2d;
}

body#specials_xmas  td.priceList  {
	color: #c32d2d;
	border-bottom: none;
}

body#specials_xmas  .priceList td  {
	border-bottom: none;
}


.xmas-specials h5 {
	margin-bottom: 5px;
	color: #c32d2d;
	font-size: 14px;
}

.xmas-specials p {
	margin: 0 15px 10px 0;
}

.xmas-specials .order-info {
	width: 290px;
	padding: 35px 0 10px 0;
}

ul#xmas-downloads {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#xmas-downloads li {
	width: 140px;
}

ul#xmas-downloads li a,ul#xmas-downloads li a:visited {
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	color: #c32d2d;
	display: block;
	text-decoration: none;
	background: url(../images/promos/xmas/bt_arrow_red2.gif) no-repeat 100% 0;
}

ul#xmas-downloads li a span,ul#xmas-downloads li a:visited span {
	color: #000;
}

ul#xmas-downloads li a:hover {
	color: #000;
	text-decoration: underline; 
}


/* --------------------------------------------------------------------------------
 * Counters
 * -------------------------------------------------------------------------------- */ 
#counters {
	color: #ffff90;
	/*font-weight: bold;*/
}

#counters {
	position: absolute;
	top: 115px;
	left: 348px;
}

#xmas-intro #counters
{
	top: 27px;
	left: 342px;
}

#counters .counter
{
	position: absolute;
}



#date-chooser 
{
	padding: 0 0 0 90px;
	background: url(../images/promos/xmas/gr_date_chooser.gif) no-repeat 0 8px;
	height: 21px;	
	padding-top: 8px;
	display: none;
	position: absolute;
	top: 18px;
}



#counter-custom
{
	background: url(../images/homepage/gr_counter_custom.gif) no-repeat;
	cursor: pointer;
	padding-top: 3px;
	display: none;
	top: 26px;
}

#counter-order
{
	top: 56px
}


#counter-custom div
{
	color: black;
}

.counter
{
	height: 21px;
	width: 130px;
}

.counter div
{
	float: left;
	margin-right: 19px;
}

.counter div.days
{
	margin-right: 19px;
	padding-left: 7px;
}


.counter div.seconds
{
	margin-right: 0;
}









