/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#efcd67;
	background-image:url("/img/background-pattern.gif");
	background-position:top left;
	background-repeat:repeat;
}

div#container {
	position:relative; 
	width:888px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	margin-top:18px;
	text-align:center;
	background-image:url("/img/bg-middle.png");
	background-position:top left;
	background-repeat:repeat-y;
	border:0px solid black;
}

img#top_shadow {
	position:absolute;
	top:-10px;
	left:0px;
}

div#branding_nav {
	position:relative;
	background-image:url("/img/bg-content-top.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	width:888px;
	height:101px;
	border:0px solid #000;
}

#branding_nav img#logo {
	position:absolute;
	top:16px;
	left:18px;
}

ul#nav {
	position:absolute;
	top:42px;
	right:-3px;
	width:621px;
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav a{
	display:block;
	border:0px solid black;
}

ul#nav, #nav a {height:38px;}

#home, #faq, #order, #ideas, #about, #contact, #jesus {
	float:left;
	height:38px;
}

#home {width:71px;}
#home a, #home a:visited {background:url("/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/img/btn-home.gif") top right no-repeat;}

#faq  {width:61px;}
#faq a, #faq a:visited {background:url("/img/btn-faq.gif") top left no-repeat;}
#faq a:hover {background:url("/img/btn-faq.gif") top right no-repeat;}

#order {width:106px;}
#order a, #order a:visited {background:url("/img/btn-order.gif") top left no-repeat;}
#order a:hover {background:url("/img/btn-order.gif") top right no-repeat;}

#ideas {width:99px;}
#ideas a, #ideas a:visited {background:url("/img/btn-ideas.gif") top left no-repeat;}
#ideas a:hover {background:url("/img/btn-ideas.gif") top right no-repeat;}

#about {width:91px;}
#about a, #about a:visited {background:url("/img/btn-about.gif") top left no-repeat;}
#about a:hover {background:url("/img/btn-about.gif") top right no-repeat;}

#contact {width:88px;}
#contact a, #contact a:visited {background:url("/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/img/btn-contact.gif") top right no-repeat;}

#jesus {width:91px;}
#jesus a, #jesus a:visited {background:url("/img/btn-jesus.gif") top left no-repeat;}
#jesus a:hover {background:url("/img/btn-jesus.gif") top right no-repeat;}

table#content {
	background-image:url("/img/bg-content-middle.gif");
	background-position:top left;
	background-repeat:repeat-y;
	width:870px;
	border:0px solid black;
}

td#content_left {
	text-align:right;
	/*overflow:scroll;*/
	vertical-align:top;
	width:114px;
	padding:12px 15px 5px 16px;
	border:0px solid blue;
}

#content_left div {width:100%;}

#content_left ul {
	margin:0;
	margin-top:5px;
	margin-bottom:15px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#content_left ul ul {margin:0;}

#content_left ul li {
	background-image:url("/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	padding-bottom:2px;
}
#content_left ul li a {
	display:block;
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:3px;
	padding-right:14px;
	padding-bottom:3px;
	padding-left:10px;
	text-decoration:none;
	background-image:url("/img/icon-arrow.gif");
	background-repeat:no-repeat;
	background-position:105px 6px;
	border:0px solid black;
}
#content_left ul li a:visited {}
#content_left ul li a:hover {background-color:#ebebeb;color:#000;}
#content_left ul li#first_sub_nav a {
	padding-top:6px;
}

#content_left ul li ul li a {
	font-size:11px;
	font-weight:normal;
	background-image:none;
	padding-top:1px;
	padding-right:14px;
	padding-bottom:1px;
	padding-left:10px;
}

/*ie.css*/
td#content_main {
	text-align:left;
	/*overflow:scroll;*/
	vertical-align:top;
	width:546px;
	padding:10px 20px 0px 20px;
	border:0px solid blue;
}

img#content_bottom {margin-bottom:6px;}

td#content_right {
	text-align:left;
	/*overflow:scroll;*/
	vertical-align:top;
	width:115px;
	padding:5px 15px 5px 12px;
	border:0px solid #000;
}

div#site_info {
	width:888px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	padding-top:8px;
	background-image:url("/img/bg-bottom.png");
	background-position:top left;
	background-repeat:no-repeat;
	text-align:center;
	border:0px solid #000;
}

#site_info ul {
	padding:0px;
	padding-top:8px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

#site_info li {display:inline;}

#site_info a {color:#000;text-decoration:none;}
#site_info a:visited {text-decoration:none;}
#site_info a:hover {color:#000;text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#000;
}

h1, h2, h3, h4, h5 {
	font-family:arial, sans-serif;
	margin:0px;
	margin-bottom:4px;
}

p, ul, ol {font-size:12px;}

h1 {font-size:20px;} 

h2 {font-size:16px;}


h3 {font-size:14px;}

h4, h5 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {text-decoration:underline;}
a:visited {}
a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#f4e2bd;}
.dark, .tableDark {background-color:#ececec;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}
/* END VARIOUS TAGS AND CLASSES */
/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
table.products {
	width:100%;
	border:0;
	margin-top:10px;
	margin-bottom:10px;
}
.products td {
	width:50%;
	/*overflow:scroll;*/
	vertical-align:top;
	padding:0px 10px 10px 10px;
	border:0px solid black;
}
.products td img {
	float:left;
	margin:0px 10px 10px 0px;
}
/* END CUSTOM, SITE SPECIFIC STYLES */


