/*
====================================================================
	ROWENA'S
	Developed Under the Pillow
	http://underthepillow.net
	Camilla Tabagan
====================================================================
*/

html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #620000 url(img/main_bg.jpg) top center no-repeat;
	text-align: center;
}
.clear {
	clear: both;
	height: 0;
}

/* TEMP ========================================================= */
/*#header {
	background-color: yellow;
}
#footer {
   background-color: white; 
}*/

/* STRUCTURE ==================================================== */
.topnav {
	display: none;
}
#container {
	width: 956px;
	margin: 22px auto;
}
#content-wrap {
	background: url(img/content_bg.jpg) no-repeat top right;
	min-height: 546px;
}
#content {
	margin-left: 366px;
	width: 590px;
	min-height: 521px;
}
#main-image {
	float: left;
	margin-top: -54px;
}
#footer {
	display: block;
	height: 25px;
}
/* STYLINGS ===================================================== */
/* HEADER ------------------------------------------------------- */
#header h1 {
	display: block;
	width: 366px;
	height: 54px;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
}
#header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#header ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#header ul li a {
        display: block;
	height: 54px;
	float: left;
	margin: 0 10px 0 26px;
}
/* NAVIGATION --------------------------------------------------- */
.about a {
	width: 81px;
	text-indent: -9999em;
	background: url(img/nav_about.gif) no-repeat top center;
}
.products a {
	width: 107px;
	text-indent: -9999em;
	background: url(img/nav_products.gif) no-repeat top center;
}
.cafe a {
	width: 88px;
	text-indent: -9999em;
	background: url(img/nav_cafe.gif) no-repeat top center;
}
.contact a {
	width: 141px;
	text-indent: -9999em;
	background: url(img/nav_contact.gif) no-repeat top center;
}
.about a:hover, .about a.active {
	background: url(img/nav_about.gif) no-repeat 0 -55px;
}
.products a:hover, .products a.active {
	background: url(img/nav_products.gif) no-repeat 0 -55px;
}
.cafe a:hover, .cafe a.active {
	background: url(img/nav_cafe.gif) no-repeat 0 -55px;
}
.contact a:hover, .contact a.active {
	background: url(img/nav_contact.gif) no-repeat 0 -55px;
}
/* CONTENT ------------------------------------------------------ */
#content {
	line-height: 1.6;
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #663300;
}
#content h2 {
	margin: 0;
	padding: 20px;
	text-align: left;
	font: 24px 'Cataneo BT', Georgia, 'Times New Roman', Times, serif;
	color: #990000;
}
#content p {
	padding: 0 40px 0 20px;
/*	margin: 0; */
	text-align: left;
}
#content a img {
        border: 3px solid #336633;
}
#content a:hover img {
        border: 3px solid #990000;
}
#contact {
        width: 280px;
        margin: 10px 0 0 280px;
	padding: 10px 0;
}
#contact h3 {
	font: 16px 'Cataneo BT', Georgia, 'Times New Roman', Times, serif;
	color: #990000;
	margin: 0 0 10px 0;
	text-align: left;
}
ul.products-list {
        list-style-type: none;
	margin: 10px 0;
	padding: 0;
}
ul.products-list li {
        display: inline;
        margin: 0 6px 0 0;
}
/* FORM --------------------------------------------------------- */
#form-div {
        width: 270px;
	font: normal 11px Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #663300;
	margin: 10px 0 0 10px;
	padding: 5px 12px;
	float: left;
	background: url(img/contact_bg.jpg) no-repeat top left;
}
#form-div form {
        margin: 5px 0 0 0;
        padding: 0;
}
#form-div fieldset.main-set {
        width: 250px;
        padding: 0;
        margin: 0;
}
#form-div fieldset.req-set {
        margin: 0;
        padding: 0;
}
#form-div legend {
	font: 16px 'Cataneo BT', Georgia, 'Times New Roman', Times, serif;
	color: #990000;
	margin: 0 0 10px 0;
}
#form-div input, #form-div select {
       width: 250px;
       margin: 0 0 4px 0;
       font: normal 10px Verdana, Helvetica, sans-serif;
}
#form-div textarea {
       width: 250px;
       height: 50px;
       font: normal 11px Verdana, Helvetica, sans-serif;
}
.explain {
       padding: 0 0 4px 0;
       font-size: 10px !important;

}
input.button {
       width: 250px;
       background: #ffcccc;
       border: 1px solid #660000;
}
.opt-label {
       font-size: 10px !important;
}
.main-label {
}
.req {

}
/* LIGHTBOX ----------------------------------------------------- */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(content/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(content/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(content/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, 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;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}


/* FOOTER ------------------------------------------------------- */
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 20px;
	float: left;
}
#footer ul li {
	display: inline;
	font: normal 10px Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 5px;
}
#footer ul li a {
	color: #cc6633;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #fafafa;
	text-decoration: underline;
}
#footer a.credit {
	text-indent: -9999em;
	background: url(img/footer_link.jpg) no-repeat top right;
	float: right;
	display: block;
	width: 41px;
	height: 31px;
}