/******************************************************
*                                                     *
*   CSS file - http://www.hcucatering.com/       	  *
*   Copyright (c) Bryan Hunsinger, 2008.        	  *
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

body
{
	background: #d5cea6 url("../images/bg.jpg") repeat-x 0% 0%;
	background: #000;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #444;
	text-align: center;
	padding: 0px;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #444;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

.padd-05
{
	padding: 5px;
}

.padd-10
{
	padding: 10px;
}

.padd-15
{
	padding: 15px;
}


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 900px;
	margin: 0px auto;
	text-align: left;
	background-color: #fff;
	
}

#page-inner-container
{
	padding: 5px;
	/* background:#e9e9ce; */
}

#page-content-container
{
	background: url("../images/bg_page_sidebar.gif") repeat-y 0% 0%;
}

#page-sidebar
{
	width: 220px;
	float: left;
	margin: 0px 1px 0px 0px;
}

#page-content
{
	width: 669px;
	width: 665px;
	float: left;
}



/* Header
------------------------------------------------------*/

#page-header
{
	background: url("../images/bg_top_navigation.gif") repeat-x 0% 100%;
	height: 175px;
	margin: 0px 0px 1px 0px;
}

#page-header h1
{
	width: 220px;
	float: left;
	border-right: 1px solid #fff;
	background: url("../images/bg_page_sidebar.gif") repeat;
}

#page-header h1 a
{
	display: block;
	width: 220px;
	height: 175px;
	text-indent: -9999px;
	background: url("../images/logo.gif") no-repeat 0% 0%;
}

#page-header img
{
	display: block;
	float: left;
	margin: 0px 0px 1px 0px;
}

#nav {
  position: relative;
	height: 35px;
  padding: 5px 0px 0px 5px;
	margin: 0px;
  overflow: hidden;
	float: left;
	
}

#nav li {
  float: left;
  list-style: none;
}

#nav li.back {
  background: url("../images/page_nav_hover.gif") no-repeat right -30px;
  width: 2px; 
	height: 30px;
  z-index: 8;
  position: absolute;
}

#nav li.back .left {
  background: url("../images/page_nav_hover.gif") no-repeat 0% 0%;
  height: 30px;
  margin-right: 3px; /* 1px is the width of the rounded shape */
}

#nav li a {
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #705a00;
	text-decoration: none;
  top: 7px;
  z-index: 10;
  display: block;
  float: left;
  height: 30px;
  position: relative;
  overflow: hidden;
	padding: 0px 20px 0px 20px;
	padding: 0px 18px 0px 18px;
}

#nav li a:hover { /*, #nav li a:active, #nav li a:visited { */
  border: none;
  color:#fff;
}

#nav li.current a {
	color:#fff;
}

/* Sidebar
------------------------------------------------------*/

#page-sidebar h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #705a00;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 10px 8px 10px;
	background-color: #705a00;
}

#sidebar-menu
{
	margin-bottom: 5px;
	background-color: #fff;
}

#sidebar-menu h2
{
	background: url("../images/bg_top_navigation.gif") repeat-x 0% 50%;
}

#sidebar-menu ul
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
}

#sidebar-menu li
{
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #e7e7e7;
}

#sidebar-menu li a
{
	display: block;
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #444;
	text-decoration: none;
	padding: 6px 5px 6px 8px;
}

#sidebar-menu li a:hover
{
	/* background-color: #dae5c1; */
	background: url("../images/bg_page_sidebar.gif") repeat;
}

/* Testimonials
------------------------------------------------------*/

#page-test h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #705a00;
	text-decoration: none;
	text-transform: uppercase;
	padding: 8px 10px 8px 10px;
	background-color: #705a00;
}

#sidebar-test
{
	margin-bottom: 5px;
	background-color: #fff;
}

#sidebar-test
{
	margin-bottom: 5px;
	background-color: #fff;
	margin-bottom: 0px;
	text-align:right;
	padding-bottom:5px;
}

#sidebar-test h2
{
	background: url("../images/bg_top_navigation.gif") repeat-x 0% 50%;
	text-align:left;
}

#sidebar-test p
{
	padding:10px;
	font-style:italic;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:left;
}

#sidebar-test span
{
	text-align:right;
	font-weight:bold;
	color:#705a00;
	width:100%;
	margin-right:10px;
	padding-bottom:15px;
}

#sidebar-test ul
{
	margin: 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
}

#sidebar-test li
{
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #e7e7e7;
}

#sidebar-test li a
{
	display: block;
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #444;
	text-decoration: none;
	padding: 6px 5px 6px 8px;
}

#sidebar-test li a:hover
{
	background-color: #dae5c1;
}




/* Content - dual panels
------------------------------------------------------*/

#content-dual
{
	/* background: url("../images/bg_page_content_dual.gif") repeat-y 0% 0%; */
	background: #fff;
}

#content-dual h1
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #444;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px 10px 10px 24px;
	background-color: #fff;
}

#content-dual h2
{
	font: bold 1.1em Arial, Tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 10px 0px;
}

#content-dual h2 a
{
	color: #705A00;
}

#content-dual .single-panel
{
	width: 334px;
	width: 330px;
	float: left;
}

#content-dual .single-panel .topic-list
{
	padding: 25px;
	padding-top:10px;
}

#content-dual .single-panel .topic
{
	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #606060;
	border-bottom: 1px solid #ccc;
}

#content-dual .single-panel img
{
	float: left;
	border: 3px solid #ccc;
	margin: 3px 10px 10px 0px;
}

#content-dual .single-panel p
{
	font: normal 1.0em/130% Arial, Tahoma, sans-serif;
	color: #ccc;
	color: #666;
	margin-bottom: 5px;
}

#content-dual .single-panel a
{
	color: #705A00;
}

#content-dual .single-panel a.detail
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
	color: #705A00;
}

#content-dual .right-panel
{
	margin-left: 1px;
}

#content-dual .right-panel .topic
{
	border-color: #8b5975;
	border-color: #ccc;
}

#content-dual .right-panel p
{
	color: #e2d6dc;
	color: #666;
}

#content-dual .recent-topics
{
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
	color: #fff;
}

#content-dual .recent-topics li
{
	margin-bottom: 5px;
}

#content-dual .recent-topics a
{
	font: bold 1.0em Arial, Tahoma, sans-serif;
}


/* Content - default
------------------------------------------------------*/

#breadcrumb
{
	padding: 12px 10px 12px 25px;
	color: #444;
}

#breadcrumb a
{
	xfont: bold 1.0em Arial, Tahoma, sans-serif;
	color: #705a00;
}

#wide-panel
{
	xbackground-color: #444;
	padding: 10px 25px 30px 25px;
	xcolor: #fff;
}

#wide-panel h1
{
	font: bold 1.6em Arial, Tahoma, sans-serif;
	color: #705a00;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #444;
}

#wide-panel h1 span
{
	color: #444;
}

#wide-panel h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #444;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#wide-panel h3
{
	font: normal 1.3em/140% Arial, Tahoma, sans-serif;
	color: #705a00;
	margin: 20px 0px 10px 0px;
}

#wide-panel p strong
{
	color: #705a00;
}

#wide-panel img
{
	border: 1px solid #ccc;
	background-color: #e7e7e7;
	margin: 0px 0px 10px 0px;
	padding: 6px;
}

#wide-panel a
{
	color: #705a00;
}

#wide-panel ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}

#wide-panel .product-item
{
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

#wide-panel .product-item img
{
	float: left;
	margin: 0px 15px 10px 0px;
}




/* Page content - forms
------------------------------------------------------*/

#wide-panel form
{
	margin: 40px 0px 20px 0px;
}

#wide-panel label
{
	display: block;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #444;
	float: left;
	width: 150px;
	margin: 0px 0px 10px 0px;
}

#wide-panel input, #wide-panel textarea, #wide-panel select
{
	display: block;
	float: left;
	width: 250px;
	background-color: #fff;
	border: 1px solid #bbb;
	font: normal 1.1em/120% Arial, tahoma, sans-serif;
	color: #444;
	margin: 0px 100px 10px 0px;
	padding: 4px;
}

#wide-panel textarea
{
	width: 320px;
	height: 150px;
}

#wide-panel input:focus, #wide-panel textarea:focus
{
	border-color: #705a00;
	border-color: #ccc;
}

#wide-panel input.submit
{
	display: block;
	float: left;
	width: 150px;
	background-color: #705a00;
	border: 1px solid #705a00;
	font: bold 1.0em/120% Arial, tahoma, sans-serif;
	color: #fff;
	margin: 20px 0px 10px 80px;
	padding: 4px;
}



/* Page footer
------------------------------------------------------*/

#page-footer
{
	background: url("../images/bg_page_footer.gif") repeat-x 0% 0%;
	margin-top: 1px;
	padding: 15px 0px 10px 0px;
	text-align: center;
}

#page-footer .nav
{
	margin: 0px 0px 10px 0px;
	color:#705a00;
}

#page-footer .nav a
{
	padding: 0px 15px 0px 15px;
}

#page-footer .nav a.current
{
	font-weight: bold;
	text-decoration: none;
}

#page-footer p
{
	font: normal 1.0em/140% Arial, tahoma, sans-serif;
	color: #777;
	text-decoration: none;
	margin: 0px;
}

#page-footer a
{
	color: #705a00;
}