/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		#DDDDDD;

	/*	Default text styles	----------------------------*/
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	color:					black;


}

#popup
{
	border:				1px solid #AAAAAA;
	background-color:	white;
	padding:			15px;
	margin:				20px;
}

#newsletter
{
	background-color:	#BFC235;
	width:				650px;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#630000;
	text-decoration:		underline;
}

a:hover
{
	color:					white;
}

/*---------------------------------------------------------------------------------------------------------
//	Colorado Wine Company (rebuild) structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					840px;
	background-color:		#f39e3f;
}

#header
{
	background-image:		url(/images/bg_header.jpg);
	background-repeat:		no-repeat;
	height:					137px;
	background-color:		#30230d;
	width:					840px;
}

table#body
{
	border-collapse:		collapse;
	width:					840px;
	margin:					0px;
}

col#col-left
{
	width:					265px;
}

col#col-content
{
}

td#left
{
	background-image:		url(/images/bg_left-sub.jpg);
	background-repeat:		no-repeat;
	padding-bottom:			40px;
	width:					265px;
}

td#content
{
	background-image:		url(/images/bg_right_1.jpg);
	background-repeat:		no-repeat;
	background-color:		#bfc235;
	padding-bottom:			10px;
	padding-right:			30px;
}

td#content2
{
	background-image:		url(/images/bg_right_2.gif);
	background-repeat:		no-repeat;
	background-color:		#c5e2f3;
	height:					400px;
	padding-bottom:			40px;
}




/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	display:				none;
	clear:					both;
	margin:					0px 0px 50px;
	border-top:				1px solid rgb(204,204,204);
	padding:				0em 1em;
	line-height:			2.0em;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:				0.7em;
}

#footer p
{
	clear:					both;
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0em;
	padding:				0px;
	
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight:			bold;
	font-size:				 20px;
	line-height:			20px;
	color:					white;

	margin-bottom:			10px;
}

h1 a,h1 a:hover
{
	color:					white;
}

h2
{
	
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight:			bold;
	font-size:				18px;
	line-height:			18px;
	color:					black;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			"Trebuchet MS",verdana,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
}

/*	Standard body style	*/
.bodytext
{
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:				12px;
	line-height:			16px;
	color:					black;
	margin-right:			00px;
}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

#featured
{
	border:					1px solid #AAAAAA;
	background-color:		#EEEEEE;
	padding:				15px;
}

#images
{
	width:					200px;
	float:					right:
	margin:					0px 0px 20px 20px;
}

.widget
{
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size:				12px;
	line-height:			14px;
	color:					black;

}

.widget2
{
	font-family:			verdana,sans serif;
	font-size:				10px;
	line-height:			14px;
	color:					#2d231d;
}

.widget ul
{
	margin:				0px;
	padding:			0px;
	padding-left:		17px;
	margin-bottom:		20px;
}

.widget li
{
	margin:				0px;
	padding:			0px;
}

.button
{
	background-color:	white;
	color:				#630000;
	border:				1px solid #7c7c7c;
	padding:			2px;
	font-size:			10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
	font-family:			"Trebuchet MS",verdana,sans serif;
}

.sidebar
{
	line-height:			1.4em;
	font-family:			"Trebuchet MS",verdana,sans serif;
	font-size:				0.65em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight:			bold;
	font-size:				0.70em;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
	font-family:			'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	font-size:				0.70em;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	font-size:				0.68em;
}

table.contact
{
	border-collapse:		collapse;
	empty-cells:			show;
}

table.contact td
{
	vertical-align:			top;
	padding-right:			10px;
}
/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			"Trebuchet MS",verdana,sans serif;
	font-size:				11px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	
	/*	Customizeable options	------------------------*/
	width:					140px;
	border-top:				1px solid rgb(204,204,204);
	border-bottom:			none;
	background-color:		rgb(238,238,238);
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					21px;
	border-bottom:			1px solid rgb(204,204,204);
	padding:				0px 8px;
	line-height:			21px;
	white-space:			nowrap;
	font-family:			"Trebuchet MS",verdana,sans serif;
	font-size:				10px;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:		rgb(153,51,51);
	color:					white;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
c	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	FORM STYLES
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	General
//-------------------------------------------------------------------------------------------------------*/
form
{
	margin:				0em;
}

/*	status messages	*/
.statusmsg
{
	font-family:			"Trebuchet MS",verdana,sans serif;
	font-weight:		bold;
	font-size:			0.70em;
	color:				red;
}

/*---------------------------------------------------------------------------------------------------------
//	Labels
//-------------------------------------------------------------------------------------------------------*/
/*	all labels	*/
label,
label.cb,
label.checkbox,
label.radio
{
	display:			block;
	font-family:		'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-weight:		normal;
	font-size:			11px;
	color:				black;
	margin-top:			5px;
}

/*	labels for checkboxes/radio	*/
label.cbeckbox,
label.cb,
label.radio
{
	display:			inline;
	font-weight:		normal;
}

/*---------------------------------------------------------------------------------------------------------
//	Fields
//-------------------------------------------------------------------------------------------------------*/
/*	text boxes, select boxes, textareas	*/
input.textfield,
select.textfield,
textarea.textfield
{
	width:				240px;
	background-color:	white;
	font-family:		verdana,arial,sans serif;
	font-size:			0.72em;
	color:				black;
	margin-bottom:		7px;
}

textarea.textfield
{
	height:				100px;
}


