﻿html,body
{
    margin:0px;
    text-align: center;
    background:#e9fdd2 url("../images/main_bg.jpg") repeat-x;
    font-family:Arial, Verdana, Times New Roman;
    font-size:large;
    height:100%;
}

#header 
{
    width:920px;
    height:120px;
    margin:0 auto;
    text-align:left;
    padding:0;

}

#container 
{
    width:940px;
        margin:0 auto;
        border-top:none!important;
        border:solid 1px #fff;
        border-bottom:none!important;
        background:#f4f7f1 url("../images/bg.jpg") repeat-x;
}

#container #col_left 
{
    width:208px;
    height:500px;
    float:left;
}

#container #col_left ul 
{
    margin:5px;
    padding:0;   
}

#container #col_left ul li
{
    background: url("../images/bg_menu_2.gif") no-repeat;
    list-style:none;
    height:75px;
    position:relative;
    margin:10px auto;
    padding-top:10px;
    font-size:large;
    font-family:Verdana, Arial Black;
    font-weight:bold;
}

#container #col_left ul li:hover
{    
    background: url("../images/bg_menu_o_2.gif") no-repeat;
}

#container #col_left ul li.active
{    
    background: url("../images/bg_menu_o_2.gif") no-repeat;
}

#container #col_left ul li a
{
    display:block;
    text-decoration:none;
    color:#e6e358;
    height:70px;
    padding-top:15px;
    width:195px;
    margin:-10px 0 0 0px;
    text-align:center!important;
}

#container #col_right 
{
    width:700px;
    background-color:#fff;
    float:right;    
    padding:10px 10px 40px 10px;
    border-left:solid 1px #fff;
    text-align:left;
}

#container #col_right a:hover img 
{
    border:solid 3px black!important;
    
}
#container #col_right h1 {color:#658f5f;}

#container #col_right h2 {color:#658f5f; margin-top:0px;}

#container #col_right h3 {color:#658f5f;}

#container #col_right h4 {color:#658f5f;}

#container #col_right h5 {color:#658f5f;}

#footer 
{
    background:#73847c url("../Images/footer.jpg") bottom no-repeat;
    color:#e4facd;
    width:940px;
    height:140px;
    padding-top:10px;
    margin:0 auto;
    border:solid 1px #fff;
    border-top:none!important;
}
#footer a 
{
    color:#7c9489;
    text-decoration:none;
}
#footer a:hover 
{
    color:#f2fc85;
    text-decoration:underline;
}

.cleaner { clear: both; height: 1px; font-size: 1px; }


/* Direction Page */
#mapImage
{
	border-right: outset;
	border-top: outset;
	border-left: outset;
	border-bottom: outset;
	width: 542px;
	height: 384px;
}

/* Menu Pages */
#top_images
{
	text-align:center;	
}

#category_list A:link
{
	text-decoration: none;
	color: green;
	font-weight:bold;
}
#category_list A:visited {text-decoration: none; color:green;}
#category_list A:active {text-decoration: none; color:green;}
#category_list A:hover {text-decoration: none; color:Blue; }

#category_list
{
	text-align:center;
}



.category_title
{
	vertical-align: top;
	text-align: left;
	font-size: 15pt;
	color:#b8372d;
	font-weight:bold;
}

.item1
{
	font-size: 10pt;
	/*background-color:#f3f7ec; */
	background-color:#daf3d1;
}

.item2
{
	font-size: 10pt;
	/*background-color:#ccd9b8; */
	background-color:#81be7a;
}

.item_number
{
	vertical-align:top;
}

.item_description
{
	vertical-align:top;
}

.item_price
{
	vertical-align: top;
	color: olive;
	text-align:right;
}