* {
	font-family:Arial, Helvetica, sans-serif;
	}
body {
	margin:0; padding:0;
	background-image:url(../images/background.jpg);
	background-color:#561e0d;
	}
#contentDiv p, #contentDiv td, #contentDiv li {
	font-size:18px;
	color:#310e04;
	}
.iH {
	display:none;
	}
img {
	border-color:#330e05;
	}
a, a:active, a:visited, a:focus { /* link dotted lines fix */
	outline: none;
	-moz-outline-style: none;
	noFocusLine: expression(this.onFocus=this.blur()); /* IE7 hack */
	}

/* ============================== */
/* =========== Header =========== */
/* ============================== */

#header {
	width:100%; height:148px;
	background-color:#330e05;
	}
#headerInner {
   width:978px; height:148px;
	margin:0 auto;
	position:relative;
	}
#logo {
	position:absolute;
	left:27px; top:9px;
	}
#licensed {
	position: absolute;
	left:825px; top:13px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:white;
	}
#freeEstimates {
   position: absolute;
	left:586px; top:70px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	color:#b8ac96;
	}
#call {
   position: absolute;
	left:586px; top:104px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:30px;
	color:white;
	}
#call span {
	font-weight:bold;
	color:#decc7b;
	}

/* ================================ */
/* =========== Menu Bar =========== */
/* ================================ */

#menuBar {
   width:100%; height:26px;
	background-color:#583b33;
	padding-top:4px;
	}
#menuInner {
	width:978px; height:30px;
	margin:0 auto;
	}
#menuInner span, #menuInner a {
	display:block;
	width:138px; height:26px;
	float:left; margin-right:2px;
	background-image:url(../images/menu.jpg);
	text-align:center;
	line-height:26px;
   font-family:Tahoma, Geneva, sans-serif;
   font-weight:bold;
	font-size:14px;
	color:#310e04;
	text-decoration:none;
	}
#menuInner span, #menuInner a:hover {
	background-position:0 26px;
	}

/* =============================== */
/* =========== Content =========== */
/* =============================== */

#contentDiv {
	width:898px;
	background-color:#f8f7d7;
	margin:0 auto;
	text-align:left;
	padding:37px 40px 28px 40px;
	}
ul.special {
   list-style-image: url(../images/bullet.jpg);
   }
h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:24px;
	color:#ae0000;
	text-align:center;
	margin-bottom:0;
	}
#contentDiv a {
	color:#ae0000;
	}
#contentDiv a:hover {
	color:red;
	}
.serving {
	width:335px; height:288px;
	padding:9px 0 0 45px;
	background-image:url(../images/serving_box.jpg);
	margin:20px 0 0 40px;
	}
div.serving span, .serving span u {
	font-size:22px;
	font-weight:bold;
	color:#310e04;
	text-align:center;
	}
#bottom {
	width:978px; height:7px;
	background-image:url(../images/bottom.jpg);
	margin:0 auto;
	}

/* =============================== */
/* ========== HighSlide ========== */
/* =============================== */

.highslide-wrapper div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
	outline: none;
	text-decoration: none;
}
.highslide img {
	border: none;
}
.highslide:hover img {
	border-color: gray;
}

.highslide-active-anchor img, .highslide-active-anchor:hover img {
	border-color: black;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .rounded-white {
	background: white;
}
.highslide-image-blur {
}
.highslide-html-content {
   position: absolute;
    display: none;
}
.highslide-caption {
	display: none;
	border-top: none;
	font-size: 1em;
	padding: 5px;
	background: white;
}
.highslide-heading {
	display: none;
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding-left: 22px;
	background: url(../highslide/graphics/icon.gif) no-repeat 0 1px;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(../highslide/graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: gray;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}

/* Controls. See http://www.google.com/search?q=css+sprites */
.highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	top: -23px;
	left: 7px;
}
.highslide-controls ul {
	height: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.highslide-controls li {
	float: left;
}
.highslide-controls a {
	background-image: url(../highslide/graphics/controlbar-white-small.gif);
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
}
.highslide-controls .highslide-move {
	display: none;
}
.highslide-move a {
	cursor: move;
}

/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/* =========================== */
/* ========== Admin ========== */
/* =========================== */

#adminDiv {
	width:938px;
	background-color:#f8f7d7;
	margin:0 auto;
	text-align:left;
	padding:20px 20px 12px 20px;
	}
#headerAdmin {
	width:100%; height:140px;
	background:url(../images/header_admin.jpg) top center;
	}
.menuAdminWrapper {
	width:100%; height:24px;
	background-color:#583b33;
	}
.menuAdmin {
	width:980px;
	margin:0 auto;
	}
.menuAdmin a {
	display:block;
	float:left;
	text-align:center;
	width:140px; height:24px;
	line-height:24px;
	font-size:18px;
	color:white;
	text-decoration:none;
	}
.menuAdmin a:hover {
	background-color:#f8f7d7;
	color:black;
	}
#adminDiv h1 {
	font-size:24px;
	font-weight:normal;
	color:#666666;
	text-align:left;
	}
.dataTable {
	margin-left:auto; margin-right:auto;
	text-align:left;
	}
.dataTable td {
	border-bottom:1px solid #9e9e9e;
	height:22px;
	padding:2px 3px;
	}
.dataTableInner {
	font-size:12px;
	}
#container1 .dataTable td {
	border-bottom:none;
	}
#adminDiv .dataTable td, .dataTable td a {
   text-align:left;
   font-size:12px;
   }
#adminDiv .dataTable th {
   background-color:#b7b7b7;
   background-image:url(../images/dataTable_th.jpg);
   background-repeat:repeat-x;
   color:black;
   font-size:12px;
   height:22px;
   font-weight:normal;
   padding-left:3px;
   }
#adminDiv .dataTable th a {
   color:black;
   font-size:12px;
   text-decoration:none;
   }
#adminDiv .dataTable th a:hover {
   text-decoration:underline;
   }
#adminDiv th.dataTable_subhead {
   display:table-cell;
   height:24px;
   background-color:#b6b6b6;
   background-image:url(../images/heading2.jpg);
   background-repeat:repeat-x;
   line-height:24px;
   font-size:18px;
   font-weight:normal;
   color:black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	padding:5px 5px 5px 10px;
   }
#adminDiv .dataTable th.specialTH, .specialTH {
   display:table-cell;
   height:28px;
   padding-left:10px;
   background-color:#b7b7b7;
   background-image:url(../images/heading2.jpg);
   background-repeat:repeat-x;
   line-height:28px;
   font-size:16px;
   font-weight:normal;
   color:black;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align:left;
	}
.dataTableClean {
   border:none;
   }
.dataTableClean td {
   border-right:none;
   }
.dataTableNoBottom td {
   border-bottom:none;
   }
.heading2 {
   display:block;
   height:28px;
   padding-left:10px;
   background-image:url(../images/heading2.jpg);
   line-height:28px;
   font-size:18px;
   color:black;
   position:static;
   z-index:1;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
   }
.heading4 {
   display:block;
   height:28px;
   padding-left:10px;
   background-image:url(../images/heading4.gif);
   line-height:28px;
   font-size:18px;
   color:black;
   position:static;
   z-index:1;
   -moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
   -moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
   }
.heading5 {
	color:white;
	font-size:18px;
	font-weight:bold;
	height:28px;
	line-height:28px;
	background-image:url(../images/title3.jpg);
	margin-bottom:0;
	}
.heading5_right {
	float:right;
	width:5px;
	height:28px;
	background-image:url(../images/headingRight.gif);
	}
.heading3_title {
   float:left;
   color:black;
	font-size:18px;
	font-weight:normal;
	line-height:28px;
   }
.heading3 .heading3_title, .heading5 .heading3_title {
   float:left;
   color:white;
	font-size:18px;
	font-weight:bold;
	line-height:28px;
   }
.heading5 .heading3_title {
	padding-left:10px;
	}
.heading3_button {
   float:right;
   margin-right:6px;
   margin-top:2px;
   /*clear:right;*/
   }
.heading3_button {
	//margin-top:1px; /* IE Hack */
	}
#adminDiv h1.title2, .heading3 {
	color:white;
	font-size:18px;
	font-weight:bold;
	margin-top:12px;
	display:block;
	height:28px;
	line-height:28px;
	background-image:url(../images/title2.gif);
	padding-left:10px;
	margin-bottom:0;
   -moz-border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
   -moz-border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	text-align:left;
	}
#adminDiv, #adminDiv p, #adminDiv td, #adminDiv li {
	font-size:12px;
	color:black;
	}

/* ============================ */
/* ========== Paging ========== */
/* ============================ */

.paging {
	width:938px;
	height:22px;
	background-image:url(../images/pagingBottom.gif);
	text-align:center;
	position:relative;
	font-size:1px;
	}
.pagingText {
	width:105px;
	height:22px;
	font-size:12px;
	color:black;
	text-align:center;
	position:absolute;
	top:3px;
	left:415px;
	}
.paging2Text {
	width:99%;
	height:22px;
	font-size:12px;
	color:black;
	text-align:center;
	position:absolute;
	top:3px;
	margin:0 auto;
	z-index:0;
	}
.pagingPrevious {
	width:22px;
	height:22px;
	background-image:url(../images/pagingPrevious.gif);
	}
.pagingPrevious_inactive {
	width:22px;
	height:22px;
	background-image:url(../images/pagingPrevious_inactive.gif);
	}
.pagingPrevious_over {
	width:22px;
	height:22px;
	background-image:url(../images/pagingPrevious_over.gif);
	}
.paging2 {
	height:22px;
	background-image:url(../images/pagingBottom2.gif);
	text-align:center;
	position:relative;
	font-size:1px;
	}
.paging2_right {
	float:right;
	width:5px;
	height:22px;
	background-image:url(../images/pagingBottom2_right.gif);
	}
.paging2 a {
	position:relative;
	z-index:99;
	}

/* ============================== */
/* =========== Footer =========== */
/* ============================== */

#footer {
	width:900px;
	margin:10px auto;
	}
#footer td, #footer a {
   color:#9f853a;
	font-size:11px;
	}
#footer a:hover {
   color:white;
	}
