﻿/*------------------------------------------*/
/*	BODY, P, TD, UL, LI			            */
/*------------------------------------------*/

*
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
	color: #2e2006;
}

body 
{
    margin: 0px; 
    padding: 0px;  
    background-attachment: fixed; 
    background-image: url(../images/bg_gradient.gif); 
}

#menuBG
{
    width: 500px;
    height: 30px;
    padding-top: 10px;
    background: url('../images/bg_menu.png');
}

#contentLeft
{
    width: 20px;
    background: url('../images/content_left.gif') repeat-y;
    * background: none;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_left.gif', sizingMethod='scale'); 
}

#contentRight
{
    width: 20px;
    background: url('../images/content_right.gif') repeat-y;
    * background: none;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/content_right.gif', sizingMethod='scale'); 
}

#sidebarLeft
{
    width: 20px;
    background: url('../images/sidebar_left.gif') repeat-y;
    * background: none;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sidebar_left.gif', sizingMethod='scale'); 
}

#sidebarRight
{
    width: 20px;
    background: url('../images/sidebar_right.gif') repeat-y;
    * background: none;
    * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sidebar_right.gif', sizingMethod='scale'); 
}

h1
{
    font-size: 14pt;  
    font-weight: bold; 
    padding: 0px;
    margin: 0px;
}

td.footer
{
	font-size: 10pt;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
}


td.menuCat
{
	font-weight: bold;
}
td.menuItem
{
	font-weight: bold;
	font-size: 9pt;
	vertical-align: top;
}
td.menuItem i
{
	font-weight: normal;
	font-size: 9pt;
}
td.itemPrice
{
	font-size: 9pt;
	vertical-align: top;
}

p.sidebar_addy
{
	font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #2e2006;
    padding: 10px 10px 0px 10px;
}

p.sidebar_quote
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #2e2006;
    padding: 10px 10px 0px 10px;
}

a.sidebar
{
    font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
    color: #829a06;
}
a.sidebar:hover
{
    font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #829a06;
}
a.sidebar:visited
{
    font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
    color: #829a06;
}


a.menu
{
	font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #ffffff;
}
a.menu:hover
{
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
    color: #ffffff;
}
a.menu:visited
{
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #ffffff;
}


a.category
{
	font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
    color: #7b2e00;
}
a.category:hover
{
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #7b2e00;
}
a.category:visited
{
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    color: #7b2e00;
}


a.footer
{
	font-size: 10pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
    color: #ffffff;
}
a.footer:hover
{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    color: #ffffff;
}
a.footer:visited
{
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    color: #ffffff;
}