/* CSS Document */
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
CSS RESET FILE
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin:0;padding:0;border:0;outline:0;
	font-weight:inherit;font-style:inherit;font-size:inherit;font-family:inherit;
	vertical-align:baseline;
}

:focus			{outline:0;}
html			{height:100%;}
body			{line-height:auto;color:black;background:white;height:100%;}

table			{}
caption, th, td	{text-align:left;vertical-align:top;font-weight:normal;}
img				{border:none;margin:0px;padding:0px;display:block;}
p				{margin-top:0;margin-bottom:0;}

blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q	{quotes:"" "";}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION A : COMMON ELEMENTS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
HTML	{width:100%;height:100%;}
BODY	{
		background:#e5e5e5;
		color:#000000;font-family:Georgia, "Times New Roman", Times, serif;text-decoration:none;
		font-size:12px;visibility:visible;margin:0px;
		padding:0px;width:100%;height:100%;line-height:auto;
		}
IMG		{border:none;margin:0px;padding:0px;}
UL		{margin-left:10px;}
OL		{margin-left:10px;margin-top:10px;margin-bottom:10px;}
LI		{margin-left:20px;padding-top:2px;padding-bottom:2px;}

TD		{font-family:Georgia, "Times New Roman", Times, serif;text-align:left;vertical-align:top;}


/*----------------------------------------------------------------------------*/

FORM				{margin:0px;}
TEXTAREA			{border:1px solid #666666;background:#E7E7E7;color:#666666;font-size:10px;padding:1px;margin:0px;font-family:Verdana, Arial, Helvetica, sans-serif;overflow:auto;}
SELECT				{border:1px solid #666666;background:#E7E7E7;color:#666666;font-size:10px;padding:1px;margin:0px;font-family:Verdana, Arial, Helvetica, sans-serif;}	
INPUT				{border:1px solid #666666;background:#E7E7E7;color:#666666;font-size:10px;padding:2px;margin:0px;font-family:Verdana, Arial, Helvetica, sans-serif;}

.disabled			{background:#333333;color:#999999;}
.dashed				{border:1px dashed #666666;background:#E7E7E7;}
.dashed_disabled	{border:1px dashed #666666;background:#333333;color:#999999;}
.error				{border:1px #FF0000 solid;}
.date				{width:85px;background:url(../../_img/BG_datepicker.gif) right no-repeat;padding-top:2px;}
.date_disabled		{width:85px;background:url(../../_img/BG_datepicker_disabled.gif) right no-repeat;padding-top:2px;background:#333333;color:#999999;}
.amount				{width:80px;background:url(../../_img/BG_amount.gif) no-repeat;text-align:right;}
.amount_disabled	{width:80px;background:url(../../_img/BG_amount_disabled.gif) no-repeat;text-align:right;background:#333333;color:#999999;}
.submit_gray		{background:#999999;font-family:Verdana, Arial, Helvetica, sans-serif;cursor:pointer;color:#EEEEEE;font-size:9px;font-weight:bold;border:1px solid #999999;padding:1px;}
.submit_green		{background:#99cc00;font-family:Verdana, Arial, Helvetica, sans-serif;cursor:pointer;color:#333333;font-size:9px;font-weight:bold;border:1px solid #99cc00;padding:1px;}
.submit_disabled	{background:#999999;font-family:Verdana, Arial, Helvetica, sans-serif;cursor:pointer;color:#CCCCCC;font-size:9px;font-weight:bold;border:1px solid #999999;padding:1px;}
.checkbox 			{border:0px;padding:0px;margin:0px;margin-top:1px;background:none;width:12px;height:12px;}
.checkbox_skip		{border:0px;padding:0px;margin:0px;margin-top:1px;background:none;width:12px;height:12px;}
.radio 				{border:0px;padding:0px;margin:0px;margin-top:3px;background:none;width:10px;height:10px;}
.file 				{width:100%;}


/*----------------------------------------------------------------------------*/

P 	{margin-top:10px;margin-bottom:10px;}

HR	{
	background:#FFFFFF;border:none;margin-top:15px;
	margin-bottom:10px;height:1px;width:100%;border-bottom:1px solid #CCCCCC;;
	}
HR.thick	{
	background:#FFFFFF;border:none;margin-top:2px;
	margin-bottom:2px;height:1px;width:100%;border-bottom:2px solid #CCCCCC;;
	}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION B : HYPERLINKS
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
A				{text-decoration:none;color:#666666;}
A:link			{text-decoration:none;color:#666666;}
A:active		{text-decoration:none;color:#666666;}
A:visited		{text-decoration:none;color:#666666;}
A:hover			{text-decoration:underline;color:#666666;}

A.img			{text-decoration:none;border:none;}
A.img:link		{text-decoration:none;border:none;}
A.img:active	{text-decoration:none;border:none;}
A.img:visited	{text-decoration:none;border:none;}
A.img:hover		{text-decoration:none;border:none;}
/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION C : TEXT MANIPULATION
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
.xxsmall	{font-size:11px; line-height:15px;}
.xsmall		{font-size:12px;line-height:16px;}
.normal		{font-size:13px;line-height:17px;}
.medium		{font-size:14px;line-height:18px;}
.big		{font-size:15px;line-height:19px;}
.xbig		{font-size:17px;line-height:20px;}
/*----------------------------------------------------------------------------*/

.arial		{font-family:Arial,Helvetica,sans-serif;}
.verdana	{font-family:Verdana,Arial,Helvetica,sans-serif;}

/*----------------------------------------------------------------------------*/

.white		{color:#FFFFFF;}
.black		{color:#000000;}
.gray		{color:#666666;}
.red		{color:#9c1519;}
.lblue		{color:#7887a0;}
.light		{color:#CCCCCC;}

/*----------------------------------------------------------------------------*/

.bold		{font-weight:bold;}
.nobold		{font-weight:normal;}
.italic		{font-style:italic;}
.uppercase	{text-transform:uppercase;}
.lowercase	{text-transform:lowercase;}
.underline	{text-decoration:underline;}
.nowrap		{white-space:nowrap;}
.nodeco		{text-decoration:none;}
.nopadding	{padding:0px;}
.noborder	{border:none;}
.sup		{vertical-align:super;}
.tight		{line-height: 9pt;}
.loose		{line-height: 11pt;}

.pointer	{cursor:pointer;}
.help		{cursor:help;}
.down		{cursor:s-resize;}

/*----------------------------------------------------------------------------*/

.justify	{text-align:justify;}
.top		{vertical-align:top;}
.middle		{vertical-align:middle;}
.bottom		{vertical-align:bottom;}

/*----------------------------------------------------------------------------*/

td.top			{vertical-align:top;}
td.middle		{vertical-align:middle;}
td.bottom		{vertical-align:bottom;}

/*----------------------------------------------------------------------------*/

.center		{margin-left:auto;margin-right:auto;text-align:center;}
.left		{text-align:left;margin-left:0px;margin-right:auto;}
.right		{text-align:right;margin-left:auto;margin-right:0px;}

/*----------------------------------------------------------------------------*/

img.left	{float:left;}
img.right	{float:right;}
img.center	{float:center;}

table.right	{float:right;}
table.left	{float:left;}
table.center{float:center;}

/*----------------------------------------------------------------------------*/

.fullwidth	{width:100%;}
.fullheight	{height:100%;}
.spacer_2	{height:2px;}
.spacer_5	{height:5px;}
.spacer_10	{height:10px;}
.spacer_15	{height:15px;}
.spacer_20	{height:20px;}

/*----------------------------------------------------------------------------*/
/* TABLES */

.blue_frame			{border:1px #003479 solid;}
.black_frame		{border:1px #666666 solid;}
.gray_frame			{border:1px #CCCCCC solid;}

.space_table_1		{border-spacing:1;}

.pad_frame_1		{padding:1px;}
.pad_frame_2		{padding:2px;}
.pad_frame_5		{padding:5px;}
.pad_frame_10		{padding:10px;}

.side_pad_frame1	{padding-left:1px;padding-right:1px;}
.side_pad_frame2	{padding-left:2px;padding-right:2px;}
.side_pad_frame5	{padding-left:5px;padding-right:5px;}
.side_pad_frame10	{padding-left:10px;padding-right:10px;}

.vert_pad_frame1	{padding-top:1px;padding-bottom:1px;}
.vert_pad_frame2	{padding-top:2px;padding-bottom:2px;}
.vert_pad_frame5	{padding-top:5px;padding-bottom:5px;}
.vert_pad_frame10	{padding-top:10px;padding-bottom:10px;}

.bt_pad_frame1		{padding-bottom:1px;}
.bt_pad_frame2		{padding-bottom:2px;}
.bt_pad_frame3		{padding-bottom:3px;}
.bt_pad_frame5		{padding-bottom:5px;}
.bt_pad_frame10		{padding-bottom:10px;}

.top_pad_frame1		{padding-top:1px;}
.top_pad_frame2		{padding-top:2px;}
.top_pad_frame5		{padding-top:5px;}
.top_pad_frame10	{padding-top:10px;}


/*----------------------------------------------------------------------------*/
/* LABELS */
.sub_label_red		{background-color:#9c1519;font-size:18px;padding:8px;vertical-align:middle;color:#FFFFFF;}
.sub_label_gray		{background-color:#CCCCCC;font-size:18px;padding:8px;vertical-align:middle;color:#9c1519;}

/*----------------------------------------------------------------------------*/
/* BUTTONS */

/*----------------------------------------------------------------------------*/
/* DIVS */
div.paginator		{position:relative;top:-1px;}
div.navigator		{position:relative;}
div.floater			{position:relative;float:right;text-align:right;padding-top:1px;padding-bottom:2px;}
div.emailer			{width:100%;padding:10px;font-size:12px;font-weight:bold;text-align:center;vertical-align:middle;}
div.spacer			{padding-top:10px;}
div.filler			{text-align:center;vertical-align:middle;color:#999999;}

/*
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
SECTION D : LAYOUT
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
*/
table#INNER					{background:#FFFFFF;padding:none;margin-left:auto;margin-right:auto;border:1px #9c1519 solid;border-bottom:8px #9c1519 solid;border-top:none;width:960px;height:650px;}
table#INNER td#LEFT			{width:330px;border-right:1px #9c1519 solid;}
table#INNER td#CENTER		{width:411px;}
table#INNER td#RIGHT 		{width:auto;border-left:1px #9c1519 solid;background:url(../img/15-off-mix-and-match-cases-of-wine.gif) no-repeat 0px bottom;}

div#COPY					{margin:15px;font-size:15px;line-height:21px;}
div#COPY h1					{font-size:24px;color:#9c1519;font-weight:normal;margin-bottom:11px;}
div#COPY h2					{font-size:19px;color:#9c1519;font-weight:normal;margin-bottom:3px;}

div#NEWS					{margin:7px;height:450px;overflow:hidden;color:#999999;}
div#NEWS a					{color:#9c1519;}
div#NEWS .title				{font-size:13px;}
div#NEWS .subtitle			{font-size:10px;font-family:Verdana,Arial,Helvetica,sans-serif;color:#666666;}
div#NEWS .divider			{margin-top:10px;margin-bottom:10px;}
div#NEWS .more				{font-size:10px;font-family:Verdana,Arial,Helvetica,sans-serif;text-align:right;}					
