#layer{
	width: 850px;
	position: relative;
	margin:0 auto;
}

body 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#161515;
}

*   { 
	margin:0; 
	padding:0;	
	}

h1, h2, h3, h4, h5, p {
	font-weight:bold;
	margin-left:20px;
	margin-right:10px;
	margin-top:5px;
	padding-left:1em;
	}				
h1 {
	font-size:1.3em;
	color:#FF3300;
	margin-top:20px;
	}
h2 {
	font-size:1.2em;
	color:#409A34;
	}	
h3 {
	font-size:1em;
	color:#388838;
	}	
h4 {
	font-size:.8em;
	color:#AB080B;
	}	
h5 {
	font-size:.7em;
	font-weight:bold;
	color: #333333;
	}			
p   {
	font-family: Tahoma;
	font-size:1em;
	color:#000000;
	font-weight:normal;
	line-height:1.5em;
	padding-left:1.5em;
	}
a   { 
	color:#82C17A; 
	font-size:1em;
	font-weight:bold;
	text-decoration:none;	
	}
a:hover {
	color:#D7871A;
	text-decoration:underline;
	}
		
p a {
	font-size:inherit;
	}
/******************************************************************/
/*	Divs start here
/******************************************************************/

#banner {
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:0px;
	text-align:left;
	width:802px;
	height:201px;
	}

#main_container {
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:800px;
	border:solid #000000 1px;
	color:#000000;
	background:#fff;
	z-index:10;
	}

#top_left_content {
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:59%;
	height:200px;
	z-index:100;
	left: 0%;
	top: 0;
	}

#bottom_left_content {
	position:relative;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:59%;
	height:200px;
	z-index:100;
	left: 0%;
	top: 0;
	}

#right_content {
	position:absolute;
	float:left;
	margin-top:0px;
	margin-left:0px;
	width:40%;
	height:400px;
	text-align:left;
	z-index:100;
	left: 60%;
	top: 0;
	}

#top_left_content p, h1, h2{
	margin-left:120px;
	margin-top:10px;
	margin-right:10px;
}

#bottom_left_content p, h1{
	margin-left:120px;
	margin-top:10px;
	margin-right:10px;
	}

#right_content p, h1{
	margin-left:15px;
	margin-top:10px;
	margin-right:10px;
	}

#feature_products_content1, #feature_products_content2, #feature_products_content3 {
	position:absolute;
	float:left;
	margin-top:0px;
	margin-left:0px;
	text-align:left;
	z-index:1000;
	width: 100px;
	}
	
#feature_products_content1 {
	top: 43px;
	left: 10px;
	}

#feature_products_content2 {
	left: 10px;
	top: 158px;
	}

#feature_products_content3 {
	left: 10px;
	top: 269px;
	}

	
#feature_products_content1 h2, #feature_products_content2 h2, #feature_products_content3 h2{
	margin-left:2px;
	margin-top:0px;
	margin-right:0px;
	padding-left:0px;
	}
	
div#welcome {
	position:absolute;
	top:10px;
	left: 120px;
	width: 237px;
	border:none;
	z-index:1000;
	}

div#our_products {
	position:absolute;
	top:10px;
	left: 120px;
	width: 142px;
	border:none;
	z-index:1000;
	}

div#product_image {
	position:absolute;
	top:248px;
	left: 406px;
	border:none;
	z-index:1000;
	}
	
div#featured_products {
	position:absolute;
	top:10px;
	width: 188px;
	z-index:1000;
	left: 0;
	}
		
div#product1 {
	position:absolute;
	top:10px;
	left: 5px;
	border:solid #000000 1px;
	z-index:1000;
	}

div#contact {
	position:absolute;
	top:10px;
	left: 0;
	z-index:1000;
	}

div#product2 {
	position:absolute;
	top:10px;
	left: 0px;
	border:none;
	z-index:1000;
	}

div#feature_product1, div#feature_product2, div#feature_product3 {
	position:absolute;
	top:61px;
	left: 10px;
	border:solid #000000 1px;
	z-index:1000;
	}

div#feature_product1 {
	top:61px;
	left: 10px;
	}

div#feature_product2 {
	top:175px;
	left: 10px;
	}

div#feature_product3 {
	top:288px;
	left: 10px;
	}

div#vertical_separator {
	position:absolute;
	width:1px;
	top:0px;
	right:324px;
	z-index:1000;
	}

div#horizontal_separator {
	position:absolute;
	top:200px;
	right:361px;
	height: 3px;
	width: 400px;
	z-index:1000;
	}

div#company_content, page_nav {
	position:relative;
	float:left;
	width:75%;
	z-index:100;
	left: 0;
	top: 0;
	}
	
div#company_content {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	height:620px;
	}
	
div#company_content p, div#company_content h2, div#company_content li {
	margin-left:150px;
	}

div#page_nav p {
	margin-left:10px;
	}

div#page_nav a   { 
	color:#000; 
	font-size:1em;
	font-weight:bold;
	text-decoration:none;	
	}
div#page_nav a:hover {
	color: #333333;
	text-decoration:underline;
	}

div#product_content {
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	margin-left:0px;
	width:90%;
	z-index:100;
	left: 0;
	top: 0;
	}
div#product_content h2 {
	margin-left:10px;
	}
	
b.rtop, b.rbottom{display:block;background: #fff}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #D4F6DA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

div#product_list {
	background:#D4F6DA;
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:10px;
	width:200px;
	z-index:1000;
	left: 200px;
	}

div#sub_product_list {
	background:#D4F6DA;
	position:relative;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:10px;
	width:650px;
	z-index:1000;
	}

b.rtop_sub, b.rbottom_sub{display:block;background: #D4F6DA}
b.rtop_sub b, b.rbottom_sub b{display:block;height: 1px;
    overflow: hidden; background: #F29999}
b.r1_sub{margin: 0 5px}
b.r2_sub{margin: 0 3px}
b.r3_sub{margin: 0 2px}
b.rtop_sub b.r4_sub, b.rbottom_sub b.r4_sub{margin: 0 1px;height: 2px}

div#cocktail, div#breakfast, div#bbq, div#bratwurst, div#bockwurst, div#country, div#smoked, div#specials, div#others, div#cocktail_head, div#breakfast_head, div#bbq_head, div#bratwurst_head, div#bockwurst_head, div#country_head, div#smoked_head, div#specials_head, div#others_head {
	position:relative;
	float:left;
	margin-left:0px;
	width:650px;
	z-index:1500;
	left: 0;
	top: 0;
	}
	
div#cocktail, div#breakfast, div#bbq, div#bratwurst, div#bockwurst, div#country, div#smoked, div#specials, div#others {
	height:220px;
	}
	
div#cocktail_head, div#breakfast_head, div#bbq_head, div#bratwurst_head, div#bockwurst_head, div#country_head, div#smoked_head, div#specials_head, div#others_head {
	height:45px;
	}

div#cocktail_head a, div#breakfast_head a, div#bbq_head a, div#bratwurst_head a, div#bockwurst_head a, div#country_head a, div#smoked_head a, div#specials_head, div#others_head a {
	display:block;
	}
	
div#cocktail_head a:hover, div#breakfast_head a:hover, div#bbq_head a:hover, div#bratwurst_head a:hover, div#bockwurst_head a:hover, div#country_head a:hover, div#smoked_head a:hover, div#specials_head a:hover, div#others_head a:hover { 
	background-color: #BCEEC4;
	}
	
div#sub_product_chicken, div#sub_product_beef, div#sub_product_pork {
	background:#F29999;
	position:absolute;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:10px;
	width:200px;
	z-index:2000;
	}

div#sub_product_chicken {
	left: 0px;
	top: 0;
	}

div#sub_product_beef {
	left: 210px;
	top: 0px;
	}

div#sub_product_pork {
	left: 422px;
	top: 0;
	}

div#footer {
	position:relative;
	float:left;
	display:inline;
	width:790px;
	font-size:.8em;
	color:#000000;
	padding:5px;
	text-align:center;
	border:solid #000000 1px;
	background:#550409;
	}
div#footer p {
	padding-top:0;
	line-height:0.9em;
	}	
div#footer a {
	font-size:1em;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}

div#footer a:hover, div#footer a:active{
	text-decoration:underline;
	color:#1F6116;
	}
	
/******************************************************************/
/*	List styles starts here
/******************************************************************/
ul {
	margin-left:20px;
	margin-right:10px;
	margin-bottom:10px;
	}	
/******************************************************************/
/*	clear div
/******************************************************************/
.cleardiv {		
	clear:both;
	height:1%;
	}

#banner_left {
	float:left;
	position:absolute;
	left: -36px;
	top: 28px;
}
#banner_right {
	float:left;
	position:absolute;
	left: 0;
	top: 30px;
}

#banner_top {
	float:left;
	position: absolute;
	left: 0;
	top: 0;
}

#container_image {
	float:left;
	position:absolute;
	left: 590px;
	top: 5px;
}

#navigation {
 width: 156px;
 font-family: Arial, Helvetica, sans-serif;
 position:absolute;
 z-index: 2;
 top: 195px;
 left: 11px;
}

/*- Menu Tabs F--------------------------- */

    #tabsF {
	float:left;
	width:417px;
	position:absolute;
	font-size:93%;
	line-height:normal;
	left: 405px;
	top: -4px;
      }
    #tabsF ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url("tableft.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url("tabright.jpg") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }


/******************************************************************/
/*	Enlarge Image
/******************************************************************/
	
.enlarge_1, .enlarge_2, .enlarge_3, .enlarge_4{
	position: relative;
	z-index: 1000;
	}

.enlarge_1:hover, .enlarge_2:hover, .enlarge_3:hover, .enlarge_4:hover{
	background-color: transparent;
	z-index: 1500;
	}

.enlarge_1 span, .enlarge_2 span, .enlarge_3 span, .enlarge_4 span{
	position: absolute;
	background-color:#4E9056;
	padding: 5px;
	left: 0;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}

.enlarge_1 span img, .enlarge_2 span img, .enlarge_3 span img, .enlarge_4 span img{ 
	border-width: 0;
	padding: 2px;
	}

.enlarge_1:hover span, .enlarge_2:hover span, .enlarge_3:hover span, .enlarge_4:hover span{
	visibility: visible;
	left: -400px;
	}

.enlarge_1:hover span{
	top: 265px;
	}

.enlarge_2:hover span{
	top: 105px;
	}

.enlarge_3:hover span{
	top: -55px;
	}

.enlarge_4:hover span{
	top: -215px;
	}