/* CSS Document Created by Matthew Morris */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	color: #CCC;
	font-size: 14px;
	background-color: #402230;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*---Structure--------------------*/
body {
	width: 830px;
	margin: 16px auto;
}
#header {
	height: 45px;
	display: block;
	background: transparent url(Images/Header.png) no-repeat top center;
}
#homeLink {
	width: 830px;
	height: 45px;
	display: block;
}
#bodyBg {
	width: 830px;
	background: transparent url(Images/Repeat.png) repeat-y top center;
}
#content {
	width: 800px;
	margin: 0 auto;
}
#footer {
    clear: both;
	width: 830px;
	height: 29px;
	margin-top: -5px;
	background: transparent url(Images/Footer.png) no-repeat bottom center;
}
p.tableform {
	padding-left: 9px;
	text-align: left !important;
	margin-left: 25px !important;
	border-left: 4px solid #444444;
}

/*---Navigation-------------------*/
#navBar {
    margin: 0;
	padding: 0;
	margin-left: 16px;
}
#navBar ul {
    width: 372px;
}
#navBar li {
    float: left;
    list-style-type: none;
}
#navBar a {
	width: 93px;
	height: 29px;
	display: block;
	text-indent: -2000px;
}
#parties { background: url(Images/parties.png) top left; }
#parties:hover, #parties:focus, #parties.current { background: url(Images/parties.png) bottom left; }

#fullserv { background: url(Images/fullserv.png) top left; }
#fullserv:hover, #fullserv:focus, #fullserv.current { background: url(Images/fullserv.png) bottom left; }

#carryout { background: url(Images/carryout.png) top left; }
#carryout:hover, #carryout:focus, #carryout.current { background: url(Images/carryout.png) bottom left; }

#contact { background: url(Images/contact.png) top left; }
#contact:hover, #contact:focus, #contact.current { background: url(Images/contact.png) bottom left; }

#gallery { float: left; margin: 28px 4px 28px 35%; }
#gallery a {
	width: 232px;
	height: 226px;
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	border-bottom: 1px solid #2A2A2A;
	background: transparent url(Images/rose.png) no-repeat top;
}
#gallery a:hover {
	clear: both;
	background: transparent url(Images/rose.png) no-repeat bottom;
}
.top {
	display: none;
	margin: 0px 10px;
}
.show {
    display: block !important;
}

/*---Type Customization-----------*/
a {
	color: #F56;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: underline;
}
p {
	text-align: left;
}
#content p {
	text-align: left !important;
}
h1 {
	display: none;
	font-size: 0px;
	text-indent: -2000em;
}
h2 {
	clear: both;
	font-size: 20px;
	text-align: left;
	padding-top: 10px;
	margin-left: 25px;
}
h3 {
	width: 14em;
	font-size: 16px;
	text-align: left;
	line-height: 25px;
	padding-left: 6px;
	font-weight: bold;
	margin: 0 0 0 10px;
	background-color: #444444;
}
.wabuf {
	color: #CCC;
	font-size: 11px;
	text-align: right;
	padding: 8px 11px 0 0;
	background: transparent;
}
.wabuf a { font-size: 11px; }
#bodyBg p {
	clear: both;
	width: 800px;
    margin: 5px auto;
	line-height: 20px;
	text-align: center;
}