/*=================================================
  Wine Larder | CSS - Screen Media
  Created:  2004-02-19 (Lee Hogg)
  Updated:  2004-02-23 (Lee Hogg)
  
  Content:
  Simple Selectors and Classes
  Text Headers
  Logo
  General Layout
  Specific Layouts
  Modules
  Form Elements
  Content Boxes  
  
  -------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	background-color: #F6F2C8;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #5D593E;
}
h1 {
	font: bold 17px arial;
	letter-spacing: -1px;
}
h2 {
	font: bold 17px arial;
	letter-spacing: -1px;
}
h3, h4, h5 {
	margin-bottom: .5em;
	margin-top: 1em;
	padding: 0;
	color: #333;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #C98011;
	display: inline;
}
h3 {
	font-size: 120%;
}
h6 {
	color: #333;
	font-size: 100%;
}
a {
 	color: #5D593E;
}
a:hover {
	color: #827C57;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em;
}

/*=================================================
  Classes
  -------------------------------------------------*/
.clr {
	clear: both;
}

/*=================================================
  Text headers
  -------------------------------------------------*/
.txtHdr-members {
	margin: 0;
	width: 95px;
	height: 20px;
	background: transparent url(pics/txt_members.gif) no-repeat;
}
.txtHdr-members span {
	display: none;
}
.txtHdr-welcome {
	margin: 0;
	width: 246px;
	height: 20px;
	background: transparent url(pics/txt_wineLarder.gif) no-repeat;
}
.txtHdr-welcome span {
	display: none;
}
.txtHdr-monthSpec {
	margin: 0;
	width: 246px;
	height: 20px;
	background: transparent url(pics/txt_monthSpec.gif) no-repeat;
}
.txtHdr-monthSpec span {
	display: none;
}
.txtHdr-giftIdeas {
	margin: 0;
	width: 246px;
	height: 20px;
	background: transparent url(pics/txt_giftIdeas.gif) no-repeat;
}
.txtHdr-giftIdeas span {
	display: none;
}
.txtHdr-testimonial {
	margin: 0;
	width: 246px;
	height: 20px;
	background: transparent url(pics/txt_testimonial.gif) no-repeat;
}
.txtHdr-testimonial span {
	display: none;
}

/*=================================================
  Logo
  -------------------------------------------------*/
#logo {
	width: 87px;
	height: 187px;
	margin-left: 30px;
	background: transparent url(pics/logo_graphic.gif) 0% 0% no-repeat;
	margin-bottom: 16px;
}
h1.logo {
	width: 247px;
	height: 61px;
	margin: 0;
	background: #F6F2C8 url(pics/logo_text.gif) 15px 8px no-repeat;
}
h1.logo span {
	display: none;
}

/*=================================================
  General Layout
  -------------------------------------------------*/
#titleBar, #main {
	width: 600px;
	float: left;
}
#wrap {
	width: 760px;
	margin: 0 auto;
}
#main {
	border-left: 1px solid #FFF;
}
#titleBar {
	background-color: #F6F2C8;
}
#splash {
	padding-left: 1px;
}
#sideStrip {
	width: 150px;
	float: left;
	margin-right: 1px;
}
#sideStrip .content {
	padding: 0 6px 16px 14px;
}
#menu {
	height: 40px;
	background: transparent url(pics/bg_pinstripe_top.gif) repeat-y;
	padding-left: 1px;
	cursor: pointer;
	cursor: hand;
}
#footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 580px;
	margin-left: 150px;
	border-left: 1px dashed #FFF;
}
#footer a {
	margin: 10px;
}

/*=================================================
  Specific Layouts
  -------------------------------------------------*/
#homepage #main .column {
	float: left;
	width: 290px;
	margin-left: 2px;
	margin-right: 4px;
}

/*=================================================
  Modules
  -------------------------------------------------*/
.monthlySpecial {
	margin-bottom: 20px;
	clear: both;
}
.monthlySpecial img {
	margin-top: 36px;
	float: left;
}
.monthlySpecial .text {
	width: 198px;
	height: 50px;
	margin-top: 6px;
	margin-left: 4px;
	float: left;
}

/*=================================================
  Finicky Form Stuff
  -------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
}
input.field, input.qty {
	background: #EFEFEF url(pics/frm_fieldBG.gif) repeat-x;
	border: 1px solid #F1ECAA;
}
#login {
	font-size: 10px;
	font-weight: bold;
	color: #7C785A;
	margin-left: 1px;
}
#login input.field {
	width: 108px;
}
input.qty {
	width: 28px;
	height: 16px;
	text-align: right;
	padding-top: 4px;
	vertical-align: middle;
}


/*=================================================
  Content boxes
  -------------------------------------------------*/
.boxA, .boxB, .boxC, .boxD {
	clear: both;
	margin: 4px auto;
}
.topLeft, .bottomLeft {
	font-size: 1px;
	margin-left: -14px;
}
.topRight, .bottomRight {
	margin-right: -14px;
}
.topLeft, .left, .bottomLeft {
	padding-left: 14px;
}
.topRight, .right, .bottomRight {
	padding-right: 14px;
}
.topCenter, .bottomCenter {
	height: 14px;
}
/* Box A ------------------------------------------*/
.boxA .topLeft {
	background: transparent url(pics/b1_1tl.gif) no-repeat;
}
.boxA .topRight {
	background: transparent url(pics/b1_3tr.gif) 100% 0% no-repeat;
}
.boxA .topCenter {
	background: transparent url(pics/b1_2tc.gif) repeat-x;
}
.boxA .left {
	background: transparent url(pics/b1_8cl.gif) repeat-y;
}
.boxA .right {
	background: #FBF9E4 url(pics/b1_4cr.gif) 100% repeat-y;
}
.boxA .content {
	background-color: #FBF9E4;
}
.boxA .bottomLeft {
	background: transparent url(pics/b1_7bl.gif) no-repeat;
}
.boxA .bottomRight {
	background: transparent url(pics/b1_5br.gif) 100% 0% no-repeat;
}
.boxA .bottomCenter {
	background: transparent url(pics/b1_6bc.gif) repeat-x;
}

/* Box B ------------------------------------------*/
.boxB .topLeft {
	background: transparent url(pics/b2_1tl.gif) no-repeat;
}
.boxB .topRight {
	background: transparent url(pics/b2_3tr.gif) 100% 0% no-repeat;
}
.boxB .topCenter {
	background: transparent url(pics/b2_2tc.gif) repeat-x;
}
.boxB .left {
	background: transparent url(pics/b2_8cl.gif) repeat-y;
}
.boxB .right {
	background: #F1ECAA url(pics/b2_4cr.gif) 100% repeat-y;
}
.boxB .content {
	background-color: #F1ECAA;
}
.boxB .bottomLeft {
	background: transparent url(pics/b2_7bl.gif) no-repeat;
}
.boxB .bottomRight {
	background: transparent url(pics/b2_5br.gif) 100% 0% no-repeat;
}
.boxB .bottomCenter {
	background: transparent url(pics/b2_6bc.gif) repeat-x;
}


/* Box C ------------------------------------------*/
.boxC .topLeft {
	background: transparent url(pics/b3_1tl.gif) no-repeat;
}
.boxC .topRight {
	background: transparent url(pics/b3_3tr.gif) 100% 0% no-repeat;
}
.boxC .topCenter {
	background: transparent url(pics/b3_2tc.gif) repeat-x;
}
.boxC .left {
	background: transparent url(pics/b3_8cl.gif) repeat-y;
}
.boxC .right {
	background: #EEE192 url(pics/b3_4cr.gif) 100% repeat-y;
}
.boxC .content {
	background-color: #EEE192;
}
.boxC .bottomLeft {
	background: transparent url(pics/b3_7bl.gif) no-repeat;
}
.boxC .bottomRight {
	background: transparent url(pics/b3_5br.gif) 100% 0% no-repeat;
}
.boxC .bottomCenter {
	background: transparent url(pics/b3_6bc.gif) repeat-x;
}

/* Box D ------------------------------------------*/
.boxD .topLeft {
	background: transparent url(pics/b4_1tl.gif) no-repeat;
}
.boxD .topRight {
	background: transparent url(pics/b4_3tr.gif) 100% 0% no-repeat;
}
.boxD .topCenter {
	background: transparent url(pics/b4_2tc.gif) repeat-x;
}
.boxD .left {
	background: transparent url(pics/b4_8cl.gif) repeat-y;
}
.boxD .right {
	background: #ECD679 url(pics/b4_4cr.gif) 100% repeat-y;
}
.boxD .content {
	background-color: #ECD679;
}
.boxD .bottomLeft {
	background: transparent url(pics/b4_7bl.gif) no-repeat;
}
.boxD .bottomRight {
	background: transparent url(pics/b4_5br.gif) 100% 0% no-repeat;
}
.boxD .bottomCenter {
	background: transparent url(pics/b4_6bc.gif) repeat-x;
}
