@charset "utf-8";
/* CSS Document */


body
{
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #401c09;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.bbbody #container
{
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 900px;
	height: 100%;
	background-color: #FFFFFF;
	
}/* end cointainer */

.bbbody #header
{
	width: 900px;
	height: 338px;
	background-image:url(../images/main_header.jpg);
	background-repeat: no-repeat;

	
}/* End Header */

/********************************************** Main Menu box style **********************************8*/
.bbbody #menu_container 
{ 
	width: 900px;
	height: 40px;
	position: relative; 
	visibility: visible;
	margin: 0;
	background-color: #000000;
}

.menustyle ul
{
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	
}

#menu li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	font: bold 17px arial;
	
}

#menu li a 
{
	display: block;
	margin: 0 1px 0 0;
	padding: 10px 10px;
	width: 125px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

/**************************************** End Menu Container *****************************************/


/* Over Change for Home*/
#menu_home 
{
	border-right: 2px dashed #CCCCCC;
}


#menu_home a:hover
{
	color: #ffff1e;
}

/* Over Change for Products*/

#menu_products 
{
	border-right: 2px dashed #CCCCCC
}


#menu_products a:hover
{
	color: #ffff1e;
}

/* Over Change for Testimonials*/

#menu_testimonials 
{
	border-right: 2px dashed #CCCCCC
}


#menu_testimonials a:hover
{
	color: #ffff1e;
}

/* Over Change for Contact*/
#menu_contact
{
	border-right: 2px dashed #CCCCCC;
}

#menu_contact a:hover
{
	color: #ffff1e;
}

/* Over Change for FAQs*/
#menu_faqs
{
	border-right: 2px dashed #CCCCCC;
}

#menu_faqs a:hover
{
	color: #ffff1e;
}

/* Over Change for FAQs*/
#specials
{
	
}

#specials a:hover
{
	color: #ffff1e;
}
/* End Menu ****************************************************************************/

/*Start Dropdown Menu options division container****************************************/
#menu div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #CCCCCC;
}

#menu div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 200px; /* width of dropdown menu */
	height: 20px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #EAEBD8;
	color: #5B5440; /* drop down text color */
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	border: solid 0px green;
}

#menu div a:hover
{	
	background: #363226;
	color:#FFFFFF;
	
}
/* End Drop down Options div Container*/

/* Start Picture Container**************************************************************/
.bbbody #pic_container
{
	background-image: url(../images/HeaderImage1.jpg);
	background-repeat:no-repeat;
	width: 900px;
	height: 407px;
}
/* End Pic Container *******************************************************************/

/************************************************************** Main Content *********************************/
.bbbody #main_content
{
	width: 100%;
	height: 1020px;
}

.bbbody #side_bar
{
	float: left;
	background-color: #ffebc8;
	width: 25%;
	height: 100%;
	padding-top: 20px;
}

.bbbody #content_container
{
	float: right;
	width: 75%;
	height: 100%;
}

.bbbody #content_text
{
	padding: 20px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align: left;
}

.bbbody #content_hours
{
	margin-left: 20px;
	background-color: #d7d7d7;
	width: 500px;
	height: 200px;
	text-align: left;
	padding-left: 10px;
}

/************************ Footer *****************************************/
.bbbody #footer
{
	background-color: #401c09;
	position: relative;
	width: 100%;
	height: 100px;
	font-size: 13px;
	color:#FFFFFF;
	margin: 0px;
}

.bbbody #footer #footer_nav
{
	position: absolute;
	background-color:#401c09;
	width: 100%;
	height: 20px;
	margin-top: 0px;
	margin: 0 auto;
}

.bbbody #footer_nav ul
{
	width: 85%;
	height: 100%;
	padding: 0px;
	margin: 0px auto;
	list-style: none;
	margin-left: 130px;
}

.bbbody #footer_nav ul li
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	float: left;
	padding-right: 5px;
	color: #FFFFFF;

}


.bbbody #footer_nav ul li a
{	
	text-decoration: none;
	color: #FFFFFF;
	height: 100%;
}


.bbbody #footer_nav ul li a:hover
{	
	text-decoration: none;
	color: #ffff1e;
}


.bbbody #footer #footer_copyright
{
	width: 100%;;
	height: 20px;
	font-size: 10px;
	margin-bottom: 10px;
	clear: both;
}

.bbbody #footer #footer_design
{
	width: 100%;
	height: 30px;
}

.bbbody #footer #footer_design a
{
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
}

.bbbody #footer #footer_design a:hover
{
	text-decoration: none;
	color: #ffff1e;
}

address { font-size: normal; font-style: normal; display: inline; }

