/* Global element definitions
-----------------------------------------------------------------------------------------------*/
* {
	font-size: 100.1%;
}
*:focus {
	outline: none;
}
html {
	background: #000;
}
body {
	background: #000 url(../img/bgn_body.jpg) no-repeat 50% 0;
	font: 90%/120% Lucida Sans Unicode, Arial, Helvetica, sans-serif;
	color: #FFF;
	margin: 0;
	padding: 0 0 20px;
	min-height: 750px;
}
a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}
.hide {
	position: absolute;
	left: -999999px;
}
.hide hr {
	display: none;
}
h1, h2, h3, h4, h5, fieldset {
	margin: 0;
	padding: 0;
}
a img, fieldset {
	border: 0;
}
.clear {
	clear: both;
}
form {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
}
label {
	cursor: pointer;
}
#content a {
	color: #e41500;
	text-decoration: none;
	border-bottom: #e41500 1px dotted;
}
#content a:hover {
	color: #999;
	border-bottom: #999 1px dotted;
}
p {
	line-height: 160%;
}
.red {
	color: #e41500;
}

/* Wrapper */
#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Header */
#header {
	padding: 20px 0 0;
	height: 100px;
	margin: 0 56px 0 15px;
	position: relative;
}
#logo h1 {
	margin: 0;
	width: 231px;
	height: 84px;
}
#logo h1 a {
	background: url(../img/krust_pizzeria_logo.png) no-repeat;
	text-indent: -999999px;
	display: block;
	width: 100%;
	height: 100%;
}

/* Menu */
#menu {
	position: absolute;
	right: 0;
	top: 14px;
	width: 441px;
	height: 325px;
}
#menu ul {
	width: 441px;
	height: 325px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#menu .home {
	background: url(../img/bgn_menu_home.jpg) no-repeat;
}
#menu .about {
	background: url(../img/bgn_menu_about.jpg) no-repeat;
}
#menu .menu {
	background: url(../img/bgn_menu_menu.jpg) no-repeat;
}
#menu .gallery {
	background: url(../img/bgn_menu_gallery.jpg) no-repeat;
}
#menu .ordering {
	background: url(../img/bgn_menu_ordering.jpg) no-repeat;
}
#menu .contact {
	background: url(../img/bgn_menu_contact.jpg) no-repeat;
}
#menu ul li {
	display: block;
	text-align: center;
	position: absolute;
}
#menu ul a, #menu ul li .spec {
	color: #e41500;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 105%;
	display: block;
	width: 100%;
	padding: 5px 0;
}
#menu ul a:hover {
	color: #999;
}
#menu ul .on a {
	color: #000;
}
#menu ul .on a:hover {
	color: #000;
}
#tab_home {
	left: 72px;
	top: 94px;
	width: 59px;
}
#tab_about {
	left: 72px;
	top: 22px;
	width: 88px;
}
#tab_menu {
	left: 201px;
	top: 6px;
	width: 57px;
}
#tab_gallery {
	left: 283px;
	top: 26px;
	width: 75px;
}
#tab_contact {
	left: 279px;
	top: 90px;
	width: 87px;
}

/* Content */
#content {
	background: url(../img/bgn_content.png) no-repeat 50% 0;
	font-size: 85%;
	padding: 48px 61px 0 65px;
	margin: 0 15px;
	clear: both;
}

/* Footer */
#footer {
	margin: -50px -10px 0;
	background: url(../img/bgn_footer.png) no-repeat 50% 0;
	font: normal 75% Arial, Helvetica, sans-serif;
	padding: 80px 0 0 0;
	clear: both;
}
#copy {
	text-align: center;
	margin: 0 0 15px;
}
#copy p {
	line-height: 160%;
}
#footmenu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	height: 20px;
	width: 355px;
}
#footmenu ul li {
	background: url(../img/bgn_footmenu.gif) no-repeat 0 5px;
	display: block;
	float: left;
	margin: 0 15px;
}
#footmenu ul li a {
	color: #e41500;
	text-decoration: none;
	padding-left: 7px;
}
#footmenu ul li a:hover {
	text-decoration: underline;
	color: #CCC;
}
/*
#social {
	height: 57px;
	width: 458px;
	margin: 38px auto 20px;
}
#small_logo {
	background: url(../img/foot_logo_krust_pizzeria.png) no-repeat 0 50%;
	text-indent: -999999px;
	float: left;
	width: 85px;
	height: 57px;
	margin-right: 22px;
}
#links {
	float: left;
	border: #999 1px solid;
	border-top: 0;
	border-bottom: 0;
	padding: 3px 14px 0 14px;
}
#links span {
	background: url(../img/foot_become_a_fan.gif) no-repeat;
	text-indent: -999999px;
	display: block;
	width: 109px;
	height: 10px;
	margin: 0 0 5px 4px;
}
#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#links ul li {
	display: block;
	float: left;
	height: 41px;
}
#links ul li a {
	display: block;
	width: 41px;
	height: 41px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999999px;
}
#links ul li a:hover {
	background-position: 0 -41px;
}
#links .fb {
	background-image: url(../img/foot_facebook.png);
}
#links .twitter {
	background-image: url(../img/foot_twitter.png);
}
#links .del {
	background-image: url(../img/foot_delicious.png);
}
#member {
	background: url(../img/foot_keating_member.png) no-repeat 0 50%;
	text-indent: -999999px;
	float: left;
	height: 57px;
	width: 180px;
	margin-left: 18px;
}
*/
#footer .sitelinks {
	height: 52px;
	width: 403px;
	margin: 35px auto 10px;
}
#footer .sitelinks a {
	display: block;
	float: left;
	height: 49px;
	text-indent: -999999px;
}
#footer .sitelinks a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#footer .sitelinks .merk {
	background: url(../img/bgn_footer_merk.png) no-repeat 0 3px;
	width: 87px;
	margin-left: 40px;
	margin-right: 40px;
}
#footer .sitelinks .sway {
	background: url(../img/bgn_footer_sway.png) no-repeat 0 1px;
	width: 98px;
}
#footer .sitelinks .keating {
	background: url(../img/bgn_footer_keating.png) no-repeat;
	width: 138px;
}

/* Main content */
.intro {
	display: block;
	width: 370px;
}

.round_boxes {
	margin: 50px 0 0;
}
.round_boxes .box {
	background: url(../img/bgn_roundbox.png) no-repeat;
	width: 253px;
	height: 137px;
	float: left;
	margin-right: 22px;
	position: relative;
}
.round_boxes .box .sleeve {
	padding: 10px;
	overflow: hidden;
}
.round_boxes .box.last {
	margin: 0;
}
.round_boxes .box h3 {
	background: url(../img/arrow_red.png) no-repeat 100% 50%;
	margin: 0;
}
.round_boxes .box a {
	border: 0 !important;
}
.round_boxes .box p {
	font: normal 90% Arial, Helvetica, sans-serif;
	margin: 11px 0 8px;
}
.round_boxes .box .price {
	background: url(../img/bgn_price_star.png) no-repeat;
	position: absolute;
	display: block;
	width: 76px;
	height: 56px;
	padding-top: 20px;
	text-align: center;
	color: #FFF;
	right: -15px;
	bottom: -45px;
}
.round_boxes .box .price span {
	display: block;
	font-weight: bold;
	font-size: 150%;
}
.round_boxes .right {
	clear: left;
	text-align: right;
	padding-top: 15px;
}
#content .round_boxes .right a {
	background: url(../img/arrows_red.png) no-repeat 100% 4px;
	border: 0;
	text-decoration: underline;
	padding-right: 17px;
}
.gallery {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.gallery li {
	display: block;
	float: left;
	margin: 0 22px 22px 0;
}
.gallery li.last {
	margin-right: 0;
}
#content .gallery li a {
	display: block;
	width: 233px;
	height: 154px;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 10px;
	position: relative;
}
#content .gallery li a span {
	display: block;
	width: 227px;
	height: 148px;
	overflow: hidden;
	border: #e41500 3px solid;
}
#content .gallery li a:hover span {
	border-color: #333331;
}
#content .gallery li a .zoomicon {
	display: none;
}
#content .gallery li a:hover .zoomicon {
	background: url(../img/icon_zoom_gallery.png) no-repeat;
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	z-index: 1;
	left: 105px;
	top: 63px;
	border: 0;
}
.gallery li a img {
	display: block;
}
#content .gallery li a:hover {
	background: url(../img/bgn_gallery_hover.png) no-repeat 50% 2px;
	border: 0;
}
#content .gallery li a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.image_holder {
	position: relative;
}
.image_holder.left {
	float: left;
	margin: 0 10px 10px 0;
}
.image_holder.right {
	float: right;
	margin: 0 0 10px 10px;
}
.image_holder.goup {
	margin-top: -60px;
}
#content .image_holder a {
	border: 0;
}
.image_holder img {
}
.image_holder .zoom {
	font: normal 90% Arial, Helvetica, sans-serif;
	color: #FFF;
	position: absolute;
	left: 25px;
	bottom: 35px;
	height: 35px;
	overflow: hidden;
}
.image_holder.left .zoom {
	left: 40px;
	bottom: 30px;
}
.image_holder .inside {
	position: relative;
	width: 150px;
	text-align: left;
}
.image_holder .zoom .icon {
	background: url(../img/icon_zoom.png) no-repeat;
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -999999px;
	float: left;
	z-index: 3;
	position: absolute;
}
.image_holder .zoom .black {
	background: #000;
	width: 150px;
	height: 1500px;
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-moz-opacity: 0.65;
	z-index: 1;
	left: 18px;
	top: 3px;
}
.contentdiv .image_holder .zoom .icon {
}
.contentdiv .image_holder .zoom .black {
}
.image_holder .zoom .desc {
	position: relative;
	color: #FFF;
	width: 132px;
	z-index: 2;
	display: block;
	padding: 4px 5px 4px 31px;
	text-align: left;
}
.image_holder a:hover .zoom .icon {
	background-position: 0 -21px;
}
.image_holder a:hover .zoom .desc {
	text-decoration: underline;
	cursor: pointer;
}
.menu {
	margin-top: 60px;
}
.section {
	background: url(../img/bgn_section.png) no-repeat 50% 100%;
	padding: 0 0 15px 230px;
	margin-bottom: 10px
}
.section h3 {
	background: url(../img/arrow_red.png) no-repeat 100% 4px;
	width: 210px;
	display: block;
	float: left;
	margin-left: -230px;
	margin-top: 0;
}
.section table {
	border-collapse: collapse;
}
.section table th {
	font-size: 90%;
	color: #e41500;
	border-bottom: #e41500 1px dotted;
	font-weight: normal;
	line-height: 120%;
	padding-bottom: 5px;
}
.section table .price {
	text-align: right;
}
.section table td {
	padding: 2px 10px; 
}
.section table .clearbottom td {
	padding-bottom: 20px;
}
.section .gray {
	color: #AAA;
}
.section p {
	padding: 0 10px;
}
.section table .w70 {
	width: 70px;
}
.section table .right {
	text-align: right;
	padding-right: 20px;
}
.section table .w180 {
	width: 180px;
}
.section table .w320 {
	width: 320px;
}
h3 {
	margin: 10px 0;
}

/* Form elements
-----------------------------------------------------------------------------------------------*/
#content form {
	background: #111;
	border: #222 1px solid;
}
#content form {
}
#content form .frow {
	display: block;
	margin-bottom: 6px;
	_margin-bottom: 4px;
}
#content form label {
	float: left;
	display: block;
	width: 200px;
	padding-top: 5px;
}
#content form .field  {
	border: #9d9d9d 1px solid;
	background: #e9e9e9;
	color: #7B7D7E;
	padding: 2px;
}
#content .small {
	width: 60px;
	_width: 61px;
}
#content .medium {
	width: 248px;
	_width: 209px;
}
#content form span {
	padding: 2px 0;
	display: block;
}
#content form .buttons {
	background: url(../img/bgn_dotted_gray.gif) repeat-x;
	margin: 10px 0 0 0;
	padding-top: 10px;
	text-align: center;
}
.button {
	padding: 3px 5px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin: 0 2px 0 0;
}
.button.normal {
	background: #ed1e24;
	color: #FFF;
	border-color: #ed1e24;
	width: 120px;
	font-weight: bold;
}
.button.alert {
	background: #666;
	color: #000;
	border-color: #666;
	width: 100px;
}
.button.normal:hover, .button.alert:hover {
	background: #e9e9e9;
	border-color: #e9e9e9;
	color: #ed1e24;
}
.form {
	width: 460px;
	padding: 15px;
	margin: 20px auto;
}

