/* CSS Document */


/* 
-----------------------------------------
BASIC STRUCTURE
-----------------------------------------
*/

body	{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	background:#E4DEC9 url("http://www.thewinesteward.com/images/ws_bk.png") repeat-x top;
	backgroud-position:center;
	}

#page {
	width:800px;
	padding:0;
	margin-left: auto;
	margin-right:auto;
	background:none;
}

/*
--------------------------------------
HEADERS AND BASIC TEXT
--------------------------------------
*/

h1	{
	margin: 0;
	padding:0;
	width:800px;
	height:180px;
   	background: none;
	text-color:#E4DFC8;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
	text-transform:uppercase;
	display:block;
	}

h1 a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	border:none;
}

	
h2	{
	font-color:#FF9900;
	font-size: 12px;
	margin: 0px;
	padding: 2px 6px;
	font-weight: normal;
	text-align:left;
	}

h3	{
	font-size:10px;
	margin-top: 0px;
	padding: 5px;
	padding-bottom: 2px;
	font-weight: bold;
	}	
	
h3 a:hover {
	font-color:#FFFFFF;
	border:none;
}
	
	
p {
	padding-right: 10px;
	padding-left: 10px;
	line-height:15px;
	color: #000000;
}


a {
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
	text-transform:uppercase;
	line-height:16px;
	color: #E4DFC8;
	font-weight: normal;
	text-decoration: none;
	border:none;
}

img {
	border:none;
	text-decoration:none;
}

a:visited {
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
	text-transform:uppercase;
	line-height:16px;
	color: #E4DFC8;
	font-weight: normal;
	text-decoration: none;
	border:none;
}

a:hover {
	font-size:14px;
	text-transform:uppercase;
	line-height:16px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	border:none;
}

/*
--------------------------------------
MAIN PAGE LAYOUT
--------------------------------------
*/
#header_mailing {
	text-color:#FFFFFF;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	margin-left:207px;
	z-index:3;
	border:none;
}

#main {
	padding-top:15px;
	margin:0 auto;
	clear:both;
}

#footer {
	clear:both;
	text-color:#000000;
	text-align:center;
	font-size:12px;
	background:none;
}



/*
--------------------------------------
RIGHT SIDEBAR AND NAV
--------------------------------------
*/

#right_side {
	width:293px;
	float:right;
}

#holidays_wines {
	width:293px;
	height:285px;
	background: none;
	float:right;
	padding:5px;
	margin:0;
}

#holidays_welcome {
	width:293px;
	height:492px;
	background:none;
	float:right;
	clear:right;
	padding:5px;
	margin:0;
}

#holidays_note {
	width:293px;
	height:323px;
	background: none;
	float:right;
	clear:right;
	padding:5px;
	padding-top:12px;
	margin:0;
}







/*
--------------------------------------
LEFT CONTENT LAYOUT
--------------------------------------
*/

/* home page */

#left_side {
	width:468px;
	float:left;
}

#welcome {
	width:468px;
	height:582px;
	background:none;
	float:left;
	padding:5px;
	margin:0;
	clear:left;
}

#welcome_text {
	position:absolute;
	width:211px;
	left:463px;
	top:335px;
}

#winebar {
	width:468px;
	height:1410px;
	background: none;
	float:left;
	clear:left;
	padding:5px;
	margin:0;
}

#wineclubs_link {
	position:absolute;
	z-index:20;
	width:801px;
	height:76px;
	background:none;
	left: 212px;
	top: 580px;
}
	
/* other pages */




table {
    border:none;
}
	
table td a{
border:none;
text-color:#E4DFC8;
font-size:14px;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", serif;
text-transform:uppercase;
line-height:16px;
width: 110px;
}


/*
--------------------------------------
OTHER TEXT AND IMAGES
--------------------------------------
*/


.highlight {
	color: #FF9900;
}

.highlight a{
	color: #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.highlight a:hover{
	color: #FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.littleh a{
	color: #990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.littleh a:hover{
	color: #FF9900;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

ul {
	list-style:disc;
	text-align:left;
}

li {
	color:#981038;
	font-size:14px;
	font-weight:bold;
	font-family:"Helvetica", Arial, sans-serif;
	text-transform:none;
	line-height:20px;
}

li a{
	color:#981038;
	font-size:14px;
	font-weight:bold;
	font-family:"Helvetica", Arial, sans-serif;
	text-transform:none;
	border:none;
}

li a:visited{
	color:#981038;
	font-size:14px;
	font-weight:bold;
	font-family:"Helvetica", Arial, sans-serif;
	text-transform:none;
	border:none;
}

li a:hover{
	color:#FF9900;
	font-size:14px;
	font-weight:bold;
	font-family:"Helvetica", Arial, sans-serif;
	text-transform:none;
	border:none;
}
