/* Start of CSS Global Reset */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End of CSS Global Reset */

/* Layout */

body {
	background-image: url(img/bg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #7d363C;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.4;
}

#sky {
	width: 790px;
	height: 60px;
	position: relative;
	left: 50%;
	margin-left: -395px;
}

#sky h1 {
	padding-left: 23px;
	padding-top: 45px;
	font-size: 1em;
	color: #222;
	font-weight: normal;
}

#frame {
	width: 790px;
	background-image: url(img/bg_content.gif);
	background-repeat: repeat-y;
	position: relative;
	left: 50%;
	margin-left: -395px;
}

#header {
	width: 790px;
	height: 130px;
	background-image: url(img/bg_header.gif);
	background-repeat: no-repeat;
}

#content {
	width: 770px;
	position: relative;
	left: 50%;
	margin-left: -385px;
	margin-top: 10px;
	padding-bottom: 5px;
	background-image: url(img/bg_rightside.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#footer {
	width: 790px;
	height: 60px;
	background-image: url(img/bg_footer.gif);
	background-repeat: no-repeat;
}

#clear {
	clear: both;
}
.clr {
	clear: both;
}

#leftside {
	width: 491px;
	float: left;
}

#rightside {
	width: 258px;
	float: right;
}

#menu {
	width: 154px;
	float: left;
}

#gallery {
	width: 78px;
	float: right;
}

#maincontent {
	margin-left: 20px;
	
}

#menucontent {
	margin-left: 13px
}

#gallerycontent {
	width: 78px;
	left: 50%;
	margin-left: -39px;
}

#mainmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu li {
	list-style-type: none;
}

	#mainmenu a {
		display: block;
		width: 116px;
		height: 24px;
	}
	
	#mainmenu span {
		font-size: 0px;
		visibility: hidden;
	}
	
	#mainmenu a:hover {
		background-position: left bottom;
		text-decoration: none;
	}

		#mainmenu .home {
			background: url(http://www.jonkerst.com/img/m_home.gif) no-repeat;
		}
		#mainmenu .menu {
			background: url(http://www.jonkerst.com/img/m_menu.gif) no-repeat;
		}
		#mainmenu .reviews {
			background: url(http://www.jonkerst.com/img/m_reviews.gif) no-repeat;
		}
		#mainmenu .contact {
			background: url(http://www.jonkerst.com/img/m_contact.gif) no-repeat;
		}
		#mainmenu .location {
			background: url(http://www.jonkerst.com/img/m_location.gif) no-repeat;
		}
		#mainmenu .mailing {
			background: url(http://www.jonkerst.com/img/m_mailing.gif) no-repeat;
		}

#f_left {
	text-align: left;
}

#f_right {
	text-align: right;
}

#f_center {
	text-align: center;
}

/* Type */

#maincontent {
	font-size: 1.2em;
	color: #FAF6EB;
	line-height: 1.5;
}

#maincontent p {
	margin-bottom: 1.0em;
}

#maincontent p.intro {
	text-indent: 29px;
}

#maincontent p.phplist {
	font-size: 10px;
	line-height: 12px;
}

#maincontent a,
#maincontent a:link {
	color: #E3B5B9;
}

#maincontent a:hover,
#maincontent a:active {
	color: #F8EDED;
}

#maincontent h6 {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
}

.hourstable {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	font-size: 0.8em;
	color: #111
}

.hourstable td {
	padding: 0px 3px;
}

#address {
	margin-top: 37px;
	margin-left: 8px;
	font-size: 1em;
	color: #D0C8C9;
	line-height: 1.2;
}

#address a:link, #address a:visited {
	color: #FAF6EB;
	text-decoration: none;
}

#address a:hover, #address a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.disclaimer {
	padding-top: 27px;
	margin-left: 30px;
	font-size: 1em;
	color: #847B7D;
}

/* PHPlist Overrides */
div.adminmessage {
	width: 400px;
	position: relative;
	left: 50%;
	margin-left: -200px;
    border: 2px dashed #A6202C;
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: #512327;
}
