﻿@import url(layout.css);
body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #5f5f5f;
}
#header {
	margin-right: 0px;
	margin-left: 0px;
	width: 904px;
	padding: 0;
	background-image:url('../images/bg_top.gif');
	border-left-style:solid;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;	
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;	
}

#content {
    vertical-align:top;
   	background-color:#373432;
    font:arial;
    font-size:13px;
	color:white;    
	width:904px; 		
	border-left-style:solid;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;	
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;	
}
#footer {
	text-align: center;
	background-color: #373432;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	color:white;
	font:arial;
	font-size:10px;
	text-decoration:none;
	width:904px; 		
	margin-right: 0px;
	margin-left: 0px;
	border-left-style:solid;
	border-left-width:thin;
	border-right-style:solid;
	border-right-width:thin;	
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;	
}
/* Styles for Navigation */
#header a {
	color: black;
	text-decoration: none;
}
#header a:hover {
	color: #666666;
	text-decoration: none;
}
/* Styles for Content */
#content a {
	color: white;
	text-decoration: none;
}
#content a:hover {
	color: #666666;
	text-decoration: none;
}

/* Styles for Footer */
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #A9A09A;
	text-decoration: none;
}
/* Subsection Tabs
--------------------*/
#main_kitchen_opts ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	border-bottom:1px solid #FFFFFF;
	height:20px;
	clear:both;
}

#main_kitchen_opts ul.subsection_tabs li {
	float:left;
	margin-right:3px;
	margin-left:7px;
	text-align:center;
	text-decoration:none;
	width:120px;
	border:1px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
}

#main_kitchen_opts ul.subsection_tabs li a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	text-decoration:none;
}

#main_kitchen_opts ul.subsection_tabs li a:hover {
	color:#FFFFFF;
	text-decoration:bold;
	font-weight:bold;
	background-color:#4a4a4a;
}

#main_kitchen_opts ul.subsection_tabs li a.active {
	text-decoration:none;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:1px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#4a4a4a;	
}

#main_kitchen_opts ul.register_tabs {
	border-bottom:none;
}

#main_kitchen_opts ul.register_tabs li a.active {
	background-color:#ffffff;
	color:#000000;
}

		.tabbed_images {
			list-style:none;
			margin:0;
			padding:0;
			clear:both;
		}

		.tabbed_images li {
			list-style:none;
			float:right;
			margin:0;
			padding:0;
		}

		.tabbed_images li a {
			border:0px solid #ccc;
			display:block;
			float:right;
			margin:0 10px 0 0;
		}

		.tabbed_images li a:hover {
			border:0px solid #333;
		}

		.tabbed_images li a.active {
			border:0px solid #333;
		}

		.tabbed_images li a img {
			border:none;
			padding:2px;
			margin:0;
			margin-bottom:-5px;
		}


