html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
#phone {
	margin-top: 40px;
	border-top: 1px solid #BE4C2F;
	font-size: 25px;
	font-weight: bold;
	padding-top: 10px;
}
#logo {
	width: 200px;
	height: 110px;
	position: absolute;
	top: 96px;
	left: 0;
}
#logo2 {
	width: 200px;
	height: 110px;
	position: absolute;
	left: 200px;
	top: 96px;
}
#logo:hover, #logo2:hover {
	cursor: hand; cursor: pointer;
}
#main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	min-height: 400px;
}
body {
	background-color: #ffffff;
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif; 
	background-image: url(../images/bgtile.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}
ul#nav  { 
	margin-bottom: 0px; 
	position: relative;
	width: 570px;
	border-bottom: 1px solid #BE4C2F;
	background-color: #602617;
	display: block;
	height: 23px;
	margin-bottom: 10px;
}
ul#nav li {
	margin: 0px;
	float: left;
	display: table-cell;
	background-color: #602617;	
	position: relative;
	padding: 4px 10px;
	margin: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #000;
}

ul#nav li.sel {
	background-color: #BE4C2F;
}
ul#nav li a { 
	text-decoration: none; 
	color: #ffffff; 
}
ul#nav li.sel a { 
	text-decoration: none; 
	color: #ffffff; 
}
#left {
	width: 185px;
	position: absolute;
	top: 229px;
	left: 0;
	padding-top: 10px;
}
#right {
	width: 570px; 
	position: absolute;
	top: 224px;
	left: 228px;
	padding-left: 0px;
}
#rightcontent {
	min-height: 350px;
}

#container ul {
	margin: 10px;
	padding: 0px 0px 0px 20px;
}

#container ul li {
	list-style-position: outside;
	list-style-type: square;
}

#right img.content { float: right; margin: 0px 0px 10px 10px; }
#right h3 {
	margin: 10px 0px 5px 0px;
	font-size: 20px;
}
#right p {
	margin-bottom: 10px;
}
#right a { color: #bc4e2f; }

ul#mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin: 0px;
	padding: 0px;
	width: 185px;
}

ul#mainnav li {
	list-style-type: none;
	line-height: 24px;
	margin: 0px;
	border-top: 1px solid #ffffff;
	padding: 0px 0px 0px 20px;
	background-image: url(../images/nav.gif);
}

ul#mainnav li a { 
	color: #fff; 
	text-decoration: none;
}
ul#mainnav li a:hover, ul#nav li a:hover { text-decoration: underline; }
ul#mainnav li.sel a { 
	color: #fff;
}

ul#mainnav li.sel {
	background-image: url(../images/nav_sel.gif);
}

#thumbs { list-style-type: none; }
ul#thumbs   { 
	margin: 0px; 
	padding: 0px; 
}

#thumbs li {
 	float: left;
	margin: 4px 4px 4px 0px;
	font: normal 11px Arial, Helvetica, sans-serif;
	width: 33px;
	height: 50px;
	text-transform: lowercase;
	color: #E6B098;	
}
#thumbs li a {
	text-decoration: none;
	color: #E6B098;	
}
#thumbs img {
	display: block;
	border: 0;
	border-top: 1px solid #BC4E2F;
	border-left: 1px solid #BC4E2F;	
}
#footer { border-top: 1px solid #BE4C2F; margin-top: 20px; margin-bottom: 20px; padding-top: 10px; clear: both; width: 800px; margin-left: -229px; } 
#footer a { color: #BC4E2F; }

h1 { 
	color: #333333; 
	font-size: 22px; 
	height: 30px; 
	margin-bottom: 10px;
	margin-top: 20px;
}
h1 a { text-decoration: none; color: #E6B098; }
h1.sel a { color: #BC4E2F; }
h1.sel { 
	color: #BC4E2F; 
	background-image: url(../img/menu_sel_left.gif); 
	padding-left: 10px; 
	height: 40px; 
	line-height: 40px;
}
h2 { 
	color: #000000; 
	font-size: 17px; 
	margin-bottom: 10px;
	margin-top: 20px;
}
.delicious { margin: 10px; width: 252px; }
.caption a { color: #BC4E2F; }
.caption p { margin: 10px; width: 252px; }

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
#rightcontenttext ul {
	padding-left: 14px;
	list-style-type:square; 
	padding-bottom: 10px;
	padding-top: 10px;
}

#rightcontenttext table {
	font-size: 1em;
	width: auto;
	margin-top: 10px;
}
#rightcontenttext th {
	font-weight: normal;
	color: #fff;
	background-color: #602617;
	border-right: 1px solid #000;
	padding: 3px;
	text-align: left;
	font-weight: bold;
	padding-right: 20px;
	vertical-align: bottom;
}
#rightcontenttext td {
	border-bottom: 1px solid #BE4C2F;
	padding: 3px;	
	padding-right: 10px;
	vertical-align: top;
}
#rightcontenttext td img {
	border: 1px solid #fff;
	margin: 5px;
	float: right;
}
.price { 
	font-weight: bold;
	font-size: 2em;
}
.truck {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.truck img {
	margin-bottom: 10px; border:0;
}
.truck b {
	display: block;
}

/* lightbox styles */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
