/*
#
# Site:         bdm
#
# File:         site.css
#
# Author:       Edward Kerr / Evergreen Computing Ltd
#
# Date:         August 2009
#
# Copyright:    (c) 2009 Evergreen Computing Ltd
#
*/
/*
new site colours:
dark purple:       #4e0940
lilac:                  #854781
lighter lilac:        #b185b1
*/
html, body, div, span,
h1, h2, h3, h4, h5, h6, 
blockquote, pre, a, img, 
strong, sub, sup,
form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	color: #333;
}

body {
	min-width: 990px;
}

div#background {
	width: 100%;
	position: absolute;
	z-index: -1;
	top: 0px;
	left: 0px;
	height: 130px;
	background: /*url('/gfx/head_back.jpg')*/ #4e0940;
	border-bottom: 8px solid #b185b1;
}

div#container {
	width: 990px;
	float: left;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -495px;
}

div#logo {
	position: absolute;
	top: 25px;
	left: 0px;
	float: left;
}

div#head_login {
	position: absolute;
	top: 5px;
	right: 0px;
	font-size: 14px;
	color: #fff;
	float: right;
}
div#head_login a {
	color: #fff;
}

/*
div#menu {
	height: 46px;
	width: 994px;
	position: absolute;
	top: 160px;
	left: -2px;
	float: left;
}
div#menu a {
	height: 46px;
	line-height: 46px;
	float: left;
	display: block;
	background: url('/gfx/menu.jpg') left top no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
}
div#menu a.home {
	width: 119px;
	background-position: 0px 0px; 
}
div#menu a.home.current,
div#menu a.home:hover {
	background-position: 0px -48px; 
}
div#menu a.about {
	width: 102px;
	background-position: -119px 0px; 
}
div#menu a.about.current,
div#menu a.about:hover {
	background-position: -119px -48px; 
}
div#menu a.account {
	width: 152px;
	background-position: -221px 0px; 
}
div#menu a.account.current,
div#menu a.account:hover {
	background-position: -221px -48px; 
}
div#menu a.why_store {
	width: 213px;
	background-position: -373px 0px; 
}
div#menu a.why_store.current,
div#menu a.why_store:hover {
	background-position: -373px -48px; 
}
div#menu a.charges {
	width: 121px;
	background-position: -586px 0px; 
}
div#menu a.charges.current,
div#menu a.charges:hover {
	background-position: -586px -48px; 
}
div#menu a.sample_cellar {
	width: 151px;
	background-position: -707px 0px; 
}
div#menu a.sample_cellar.current,
div#menu a.sample_cellar:hover {
	background-position: -707px -48px; 
}
div#menu a.faq {
	width: 136px;
	background-position: -858px 0px; 
}
div#menu a.faq.current,
div#menu a.faq:hover {
	background-position: -858px -48px; 
}
*/

div#menu {
	height: 46px;
	width: 990px;
	position: absolute;
	top: 160px;
	left: -2px;
	float: left;
}
div#menu a {
	height: 46px;
	line-height: 46px;
	float: left;
	display: block;
	background-color: #888;
	/*background: url('/gfx/menu.jpg') left top no-repeat;*/
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	box-shadow: 1px 0 0 0 #fff inset;
}
div#menu a:hover {
	background-color: #999;
}
div#menu a.current {
	background-color: #999;
}
div#menu a.home {
	width: 143px;
	background-position: 0px 0px; 
}
div#menu a.home.current,
div#menu a.home:hover {
	background-position: 0px -48px; 
}
div#menu a.about {
	width: 131px;
	background-position: -143px 0px; 
}
div#menu a.about.current,
div#menu a.about:hover {
	background-position: -143px -48px; 
}
div#menu a.account {
	width: 165px;
	background-position: -274px 0px; 
}
div#menu a.account.current,
div#menu a.account:hover {
	background-position: -274px -48px; 
}
div#menu a.why_store {
	width: 225px;
	background-position: -439px 0px; 
}
div#menu a.why_store.current,
div#menu a.why_store:hover {
	background-position: -439px -48px; 
}
div#menu a.charges {
	width: 136px;
	background-position: -664px 0px; 
}
div#menu a.charges.current,
div#menu a.charges:hover {
	background-position: -664px -48px; 
}
div#menu a.sample_cellar {
	width: 190px;
	background-position: -800px 0px; 
}
div#menu a.sample_cellar.current,
div#menu a.sample_cellar:hover {
	background-position: -800px -48px; 
}

div#main_body {
	position: absolute;
	top: 220px;
	left: 0px;
	float: left;
	width: 990px;
}
div#main_body div.content {
	float: left;
	width: 990px;
	min-height: 350px;
}
div#main_body ul,
div#main_body ol {
	float: left;
}
div#main_body p {
	float: left;
	padding: 0 10px 0 10px;
	margin: 20px 0 10px 0;
	min-width: 470px;
}
div#main_body div.page_images {
	float: right;
	width: 235px;
}
div#main_body div.page_images img {
	margin-top: 20px;
}
div#main_body div.page_content {
	float: left;
	width: 740px;
}

h1#page_title {
	font-size: 50px;
	color: #854781;
	font-weight: normal;
	float: left;
	margin: 10px 0 10px 0;
	min-width: 740px;
}
h3.si_heading {
	margin-left: -23px;
}
h3 {
	font-size: 40px;
	color: #854781;
	font-weight: normal;
	float: left;
	margin-top: 20px;
	width: 100%;
}
h2 {
	font-size: 40px;
	color: #854781;
	font-weight: normal;
	float: left;
	margin-top: 20px;
	width: 100%;
	padding: 0 10px 0 10px;
}
h4 {
	font-size: 20px;
	color: #854781;
	font-weight: normal;
	float: left;
	margin-top: 20px;
	width: 100%;
	padding: 0 10px 0 10px;
}

div#sub_menu {
	width: 990px;
	float: left;
	border-bottom: 2px solid #4e0940;
	height: 36px;
	margin-top: 20px;
}
div#sub_menu div.left {
	float: left;
}
div#sub_menu div.left a {
	margin-right: 1px;
}
div#sub_menu div.right {
	float: right;
}
div#sub_menu div.right a {
	margin-left: 1px;
}
div#sub_menu a {
	color: #efefef;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	background: #854781;
	width: 133px;
	height: 36px;
	line-height: 38px;
	float: left;
	display: block;
}
div#sub_menu a.current,
div#sub_menu a:hover {
	color: #fff;
	background: #4e0940;
}
div#sub_menu a.debt {
	color: #fff;
	background: #CC0940;
}

div.home {
	float: left;
	margin-top: 10px;
	width: 990px;
}
div.home_left {
	width: 655px;
	height: 362px;
	float: left;
}
div.home_right {
	width: 325px;
	height: 362px;
	float: right;
}
div.box {
	width: 322px;
	height: 115px;
	float: left;
	text-align: center;
	position: relative;
}
div.box a {
	color: #fff;
	text-decoration: none;
	float: left;
	text-align: center;
	display: block;
	width: 250px;
	position: relative;
	top: 38px;
	left: 50%;
	margin-left: -125px;
	position: absolute;
}
div.box a:hover {
	text-decoration: underline;
}
div.box div.inside {
	float: left;
	/* border: 2px solid #fff; */
	width: 296px;
	height: 89px;
	margin: 11px 0px 0px 11px;
	position: absolute;
	opacity: 0.1;
}
div.box.lleft {
        /*forgotten password*/
        background: #678bbb;
	margin-top: 9px;
}
div.box.lright {
        /*sample cellar*/
	float: right;
        background: #666;
	margin-top: 9px;
	margin-left: 5px;
}
div.box.tright {
        /*request and account*/
	background: #b185b1;
}
div.box.tright a,
div.box.bright a {
	top: 48px;
}
/*login*/
div.box.mright {
	background: #4e0940;
	margin-top: 9px;
}
div.box.bright {
        /*DBM box*/
        background: #051235;
	margin-top: 9px;
}

div#wine {
	background: none;
	float: left;
	margin-top: 20px;
	width: 990px;
	font-size: 12px;
	border: 0px;
}
div#wine div.head a {
	color: #1e1e1e;
	text-decoration: none;
}
/*
dartk purple: #4e0940
lilac:                  #854781
lighter lilac:        #b185b1
*/
div#wine div.colour1 {
        background:#f7e6ff;
}
div#wine div.colour2 {
	background: #b185b1;
}
div#wine div {
	color: #333;
	float: left;
}
div#wine div.row {
	padding: 10px 0px 10px 0px;
	float: left;
	min-height: 14px;
	line-height: 14px;
	text-align: center;
	border-bottom: 5px solid #fff;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}
div#wine div a {
	color: #050e29;
	text-decoration: none;
}
div#wine div a:hover {
	color: #050e29;
	text-decoration: underline;
}
div#wine div.case {
	width: 40px;
}
div#wine div.status {
	width: 80px;
	text-align: left;
}
div#wine div.vintage {
	width: 70px;
}
div#wine div.wine {
	width: 300px;
	text-align: left;
}
div#wine div.wine_wide {
	width: 434px;
	text-align: left;
}
div#wine div.size {
	width: 70px;
}
div#wine div.duty,
div#wine div.cost,
div#wine div.drink_from {
	width: 79px;
}
div#wine div.drink_to {
	width: 79px;
}
div#wine div.reason {
	width: 178px;
	text-align: left;
}
div#wine div.call_off {
	width: 34px;
	text-align: center;
}
div#wine div.date {
	width: 200px;
}
div#wine div.ident {
	width: 40px;
}
div#wine div.description {
	width: 300px;
}
div#wine div.reference {
	width: 140px;
}
div#wine div.balance {
	width: 140px;
	text-align: right;
}
div#wine div.credit,
div#wine div.debit {
	width: 80px;
	text-align: right;
}
div#wine div.no_info {
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 24px;
}
div.wine_drop {
	float: left;
	width: 970px;
	padding: 10px 5px 10px 5px;
	text-align: left;
}
div.wine_drop div.wine_img {
	float: left;
	width: 175px;
	margin-right: 20px;
}
div.wine_drop div.wine_detail {
	float: left;
	width: 775px;
	text-align: left;
	color: #3f3f3f;
}
div.wine_drop div.wine_detail div {
	float: left;
	width: 775px;
	margin-bottom: 10px;
}
div.wine_detail div.wine_title {
	font-size: 24px;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}
div.wine_drop div.wine_detail div.wine_tasting,
div.wine_drop div.wine_detail div.wine_desc,
div.wine_drop div.wine_detail div.wine_info {
	font-size: 11px;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-style: normal;
	text-align: left;
}

div.login {
	float: left;
	font-size: 24px;
	margin-top: 20px;
	width: 990px;
}
div.login.error {
	color: #f00;
}
div.login.small {
	font-size: 14px;
	margin-top: 10px;
}
div#main_body div.login.small p {
	padding: 0px;
	margin: 0px;
}
table {
	float: left;
	margin-top: 30px;
	margin-left: 10px;
	color: #444;
}
table.login {
	margin-top: 30px;
	float: left;
	color: #444;
	width: 990px;
}
table.login td {
	padding-bottom: 10px;
	text-align: left;
}
table.login td.little {
	color: #555;
	line-height: 36px;
}
table.login input {
	font-size: 14px;
	font-style: italic;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	color: #444;
	padding: 6px;
	border: 1px solid #c0c0c0;
}
table.login input.submit_button {
	background: url('/gfx/button.jpg') no-repeat top left;
	width: 107px;
	height: 39px;
	color: #fff;
	font-size: 14px;
	border: 0px;
	cursor: pointer;
}
table.login input.submit_button:hover {
	background-position: 0px -38px;
}
table.login div.selector {
	margin-top: 4px;
}

table.egc_message_tick,
table.egc_message_error {
	float: left;
	margin: 40px 0px 0px 0px;
}

div#footer {
	float: left;
	margin-top: 20px;
	background: #4e0940;
	width: 970px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	padding: 10px;
}
div#footer a {
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer div.left {
	float: left;
	color: #fff;
}
div#footer div.right {
	float: right;
	color: #fff;
}
#evergreen {
	float: left;
	background: #fff;
	width: 100%;
	text-align: right;
}

div#confirm_calloff {
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: #fff;
	background: url('/gfx/calloff.png');
	position: fixed;
	bottom: 0px;
	left: 0px
	right: 0px;
	width: 100%;
	text-align: center;
}
div#confirm_calloff a {
	color: #fff;
	text-decoration: none;
}
div#confirm_calloff a:hover {
	text-decoration: underline;
}


/*****************
 * FAQ section
*****************/

div#main_body div.questions,
div#main_body div.answers,
div#main_body div.questions li,
div#main_body div.answers li {
	width: 100%;
	float: left;
}
div#main_body div.questions li,
div#main_body div.answers li {
	padding: 4px;
}
div#main_body div.answers li {
	margin-top: 6px;
	color: #c0bece;
	font-size: 20px;
}

div#main_body div.answers div.qu {
	font-size: 20px;
	color: #c0bece;
	margin-bottom: 6px;
}
div#main_body div.answers div.an {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #000;
	font-size: 16px;
}
