html *, body * {
	margin: 0;
	padding: 0;
}

body {
	background-color: #e3e3e3;
	font: 100% Arial, Helvetica, sans-serif;
	padding: 30px 0;
}

a img {
	border: 0;
}

a {
	color: #3399CC;
	text-decoration: none;
}

a:hover {
	color: #555;
}

.bordered {
	border: 1px solid #ccc;
}

.floatright {
	float: right;
 	margin: 10px 0 10px 10px;
}

.clearboth {
	clear: both;
	font-size: 0;
	height: 0;
}

.design {
	font-size: .75em;
	text-align: right;
	margin: 0 auto;
	padding: 10px 0;
	width: 900px;
}

#wrapper {
	background-color: #fff;
	border: 1px solid #dad9d9;
	margin: 0 auto;
	padding: 20px;
	width: 900px;
}

#banner .logo {
	float: left;
}

#banner .hours {
	color: #555;
	float: right;
	font-size: 14px;
  	line-height: 1.4;
	padding: 15px 30px 0;
}

#navigation {
	clear: both;
	float: left;
	height: 25px;
	list-style-type: none;
	margin: 15px 0 0;
	width: 900px;
}

#navigation li {
	float: left;
}

#navigation a {
	color: #999;
	display: block;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 25px;
	margin: 0 50px 0 10px;
}

#navigation a:hover {
	color: #660000;
}

#home a.home, #about a.about, #manju a.manju, #mochi a.mochi {
	color: #000;
}

#main {
/*	background: url("/images/main-bg.jpg") 0 130px no-repeat; */
	color: #333;
	font-size: .80em;
	line-height: 1.6;
	padding: 25px 10px 0;
	width: 880px;
}

#home #main {
/*	background: url("/images/main-bg.jpg") 0 80px no-repeat; */
	color: #333;
	font-size: .80em;
	line-height: 1.6;
	padding: 25px 10px 0;
	width: 880px;
}

h1 {
 	clear: none;
    color: #660000;
/*	color: #737373; */
	height: 35px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: normal;
	width: 285px;
}

h2 {
	clear: none;
    color: #660000;
/*	color: #737373; */
	height: 35px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	width: 285px;
    padding-top: 10px;
}

#left {
	float: left;
	margin: 0;
	width: 440px;
}

#left p {
	margin: 5px 0 10px;
}

#home #right {
	float: right;
	padding: 10px 0 0 30px;
	width: 410px;
}

#right {
	float: right;
	padding: 0 0 0 30px;
	width: 410px;
}

#right .notification {
	background-color: #f5f5f5;
	border: 1px solid #333;
 	border-radius: 4px;
 	padding: 12px;
}

#right .home-manju {
	left: 35px;
	position: relative;
}

#right .home-mochi {
	left: 35px;
	position: relative;
	top: -3px;
}

#right .news p {
	margin: 15px 0;
}

#right .news p a {
	line-height: 1.2;
}

ul#manju-list {
	float: left;
	list-style-type: none;
}

ul#manju-list li {
	float: left;
}

ul#manju-left {
	float: left;
	list-style-type: none;
	margin: 0 0 0 10px;
	width: 190px;
}

ul#manju-right {
	float: left;
	list-style-type: none;
	margin: 0 0 0 10px;
	width: 190px;
}

#footer {	
	color: #555;
	font-size: .75em;
	margin: 50px 0 0;
	padding: 5px 10px;
}

/* Lightbox 2.0 */

#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: 12px Helvetica, Arial, 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; padding-top: 8px;}
#imageData #numberDisplay{ display: block; clear: left; padding-top: 10px; 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; }


#new {
	position: absolute;
	left: 50%;
	margin: 0 0 0 200px;
	top: 125px;
}

.bubbleInfo {
    position: relative;
}

#dpop {
	width: 200px;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}

.popup td.corner {
	height: 15px;
	width: 19px;
}

.popup td#topleft { background-image: url(/images/bubble-1.jpg); }
.popup td.top { background-image: url(/images/bubble-2.jpg); }
.popup td#topright { background-image: url(/images/bubble-3.jpg); }
.popup td.left { background-image: url(/images/bubble-4.jpg); }
.popup td.right { background-image: url(/images/bubble-5.jpg); }
.popup td#bottomleft { background-image: url(/images/bubble-6.jpg); }
.popup td.bottom { background-image: url(/images/bubble-7.jpg); text-align: center;}
.popup td.bottom img { display: block; margin: 0 auto; }
.popup td#bottomright { background-image: url(/images/bubble-8.jpg); }

.popup table.popup-contents {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #fff;
	color: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	}


table.pricing {
	border: 1px solid #bbb;
}

table.pricing td {
	border: 1px solid #bbb;
	padding: 3px;
}