/*****************************************************************
	FILE:			main.css

	DESCRIPTION:	This is the main stylesheet for WB Subsite

	VERSIONS:
		09-20-2002 by murray@gordon.org
			Original creation

******************************************************************/



/********** basics **********/
body {
	color:#000000;
	margin:0 16px;
	background: url("/Images/ua/ua_wb_secondary_bckgrndTile.jpg"); 
}

body.home {
	background: url("/Images/ua/ua_wb_hm_bckgrndTile.jpg");
}

P, SPAN, UL, LI, A, DIV
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	color: Black;
}

img {
	border:0;
}

table {
	border:0;
}

/********** class variations **********/

.gnavTable
{
	background-image : url(/RockBottomWeb/Images/wb/ua/ua_wb_ce_subNavBackground.jpg);
	background-repeat : no-repeat;
}

.menuItemDescription 
{ 
color: #000000 
}

.LabelEventCaption
{
	color: #000000;
	text-align: center;
}

.bodyLink 
{  
color: #980000; 
text-decoration: underline
}
smallbodyLink
{
font-size: 9px;
}

.bodyLinkVisited 
{  
color: #033502; 
text-decoration: underline
}



.list 
{  
color: #412101
}


.foodMenuSplashCopy 
{ 
color: #000000 
}


.foodCategoryDescription 
{  
color: #000000 
}


.h3 {  
font-size: 12px; 
font-weight: bold; 
color: #000000
}


.menuCategoryName 
{ 
font-size: 12px; 
font-weight: bold; 
color: #000000; 
text-decoration: underline;
}

.menuItemName 
{ 
font-size: 12px; 
font-weight: bold; 
color: #000000; 
text-decoration: none;
}


.quote 
{  
font-size: 12px; 
font-style: italic; 
color: #000000
}


.h3underline 
{  
font-size: 12px; 
font-weight: bold; 
color: #000000; 
text-decoration: underline
}


.callOut 
{  
font-size: 14px; 
font-style: italic; 
font-weight: bold; 
color: #033502
}

/********** footers and small font classes **********/
.PrivacyLink
{
	
}


.storeDetails, .storeDetailsHeader
{  
font-size: 10px; 
color: #FFFFFF
}

.storeDetailsHeader
{  
font-weight: bold;
}



.directions 
{   
font-size: 10px; 
color: #FFFFFF;
}


.quoteName 
{  
font-size: 10px; 
font-weight: bold; 
color: #000000}


.footer
{  
font-size: 9px; 
color: #996666;
}


.quoteTitle 
{  
font-size: 9px;  
color: #333333
}

.bodySmall 
{  
font-size: 9px; 
color: #000000
}


.beerItemName
{
	font-weight : bold;
}


/***************************
		FORMS
****************************/
.form {
font-size: 9px;
color: #000000;
}

.formRequired, .formError
{
	font-weight: bold;
}

.formError, formErrorSummary
{
	color: red;
}

UL.formErrorSummary
{
	list-style-image: url("/RockBottomWeb/images/OB2C/tools/paint_error.gif");
}



/*********************************
 *       Layout Divs           
 *********************************/
#page_container {
	width: 764px;
}

#hdr_logobar {
	height:47px;
	width:764px;
}

#hdr_buttons {
	float:right;
	font-size:0px;
	width:98px;
}

.hdr_logo {
    float:left;
}

.hdr_spacer {
	float:left;
	width:347px;
	height:1px;
}

#hdr_bottomRow {
	height:29px;
	width:764px;
}

#content_sidebar_left {
	position:relative;
	float:left;
	width:171px;
}

#home_content {
	width:764px;
	text-align:center;
	margin:0 auto;
	line-height:0em;
	font-size: 0;	
}

#content_main {
	width:560px;
	margin-left:181px;
}


#content_ftrKeyline {
	margin-top:16px;
}

#content_footer {
	text-align:center;
}

#content_gNav {
	font-size:0;
}

