@CHARSET "ISO-8859-1";
* {margin: 0px; padding: 0px;}
* html img, div { behavior: url("../js/iepngfix.htc") }

/* commented backslash hack v2 \*/
html, body{height: 550px;}
/* end hack */

body {
	background: url("../img/bg.jpg");
	color: #0000;
	font-family: Georgia, norasi;
	font-size: 14px;
	font-weight: bold;
}
* html #outer {
	height: 550px;
}
#outer{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 875px;
	background: transparent;
	min-height: 400px;
}
#header{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 130px;
	background: transparent;
	overflow: hidden;
}
#innerheader{
	width: 875px;
	height: 130px;
	margin-left: auto;
	margin-right: auto;
	background: url("../img/nb_logo.png") 0px 30px no-repeat;
}
#headertext {
	width: 875px;
	height: 130px;
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
}
#clearheader{height: 0px;}/*needed to make room for header*/
#clearfooter{clear: both; height: 0px;}/*needed to make room for footer*/
* > html #clearfooter {float: left; width: 100%;}/* ie mac styles */
#footer {
	left: 0px;
	height: 55px;
	width: 100%;
	clear: both;
	position: relative;


}
#innerfooter {
	width: 875px;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}
#footertext {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	color: #ffffff;
	font-size: 12px;
	font-family: Georgia, norasi;
}
html>body #minHeight{float: right; width: 0px; height: 100%; margin-bottom: 0px;} /*safari wrapper */
#minHeight {display: none;}
 html #footer {
	height: 0px; /*for ie5 */
	he\ight: 0px; /*for ie6 */
}
#content{
	width: 825px;
	min-height: 550px; /* Same as body height */
	_height: 550px; /* Same as body height */
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 90px; /* Same as footer height */
	padding-top: 25px; /* Same as header height */
	margin-top: 130px; /* Same as header height + possible margin-top (needed only with png header, otherwise 0px) */
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #616161;
	border: 1px solid #454545;
}

input {
	padding: 6px;
	width: 200px;
	border: 1px solid #333333!important;
	background-color : #CCCCCC!important;
	color: #333333!important;
	font-size: 14px;
	font-family: verdana, kalimati;
	margin-top: 3px;
}
div.input {
	width: 400px;
}
label {
	width: 150px;
	float: left;
	display: block;
	font-size: 14px;
}
textarea {
	padding: 6px;
	width: 300px;
	height: 60px;
	border: 1px solid #333333!important;
	background-color : #CCCCCC!important;
	color: #333333!important;
	font-size: 14px;
	font-family: verdana, kalimati;
}
select {
	padding: 6px;
	width: 200px;
	border: 1px solid #333333!important;
	background-color : #CCCCCC!important;
	color: #333333!important;
	font-size: 14px;
	font-family: verdana, kalimati;
}
table {
	padding: 6px;
	padding-left: 0px;
	/*border: 2px solid #000000;*/
}
td {
	padding: 6px;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	vertical-align: top;
}
.pc_radiobutton {
	padding-left: 30px;
   	margin-left: 30px;
	display: block;
	background-position: 1px center;
    background-repeat:   no-repeat;
}
.pc_checkbox {
	padding-left: 30px;
	display: block;
	background-position: 1px center;
    background-repeat:   no-repeat;
}
.pc_radio_unchecked {
   background-image: url("www_radio_off.jpg");
}
.pc_radio_checked {
   background-image: url("www_radio_on.jpg");
}
.pc_check_unchecked {
   background-image: url("www_check_off.jpg");
}
.pc_check_checked {
   background-image: url("www_check_on.jpg");
}
.pc_focus {
   /*background-color: #3f6378;
   border: 1px dotted #0b2e43;*/
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.error{
	color: red;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #C2C0C0;
	text-decoration: none;
}
.active {
	color: #C2C0C0;
	text-decoration: none;
}
ul {
	margin-left: 25px;
}
/* Possible vertically expanding image button:
	<div>
		<div id="btn_container" class="btn_container">
		<div id="btn_left" class="btn_left"></div>
		<div id="btn_content" class="btn_content" onmouseover="btnHoverOn();" onmouseout="btnHoverOff();">
		<span id="btn_text" class="btn_text"> <a onclick="submitForm(this);" href="">Invite your friends &raquo;</a></span>
		</div>
	</div>

*/
.btn_container {
	height: 23px; /* CHANGE: Height of the button */
	display: inline-block;
}
.btn_left {
	float: left;
	height: 23px;  /* CHANGE: Height of the button */
	width: 8px; /* CHANGE: Width of the left button img */
	background: url('www_btn_left.jpg') no-repeat;
}
.btn_left_hover {
	background: url('www_btn_hover_left.jpg') no-repeat;
}
.btn_content {
	height: 23px; /* CHANGE: Height of the button */
	padding-left: 8px; /* CHANGE: Width of the left button img */
	padding-right: 8px; /* CHANGE: Width of the right button img */
	*padding-left: 0px; /* IE needs this */
	background: url('www_btn_right.jpg') no-repeat right 0px;
	position: absolute;
}
.btn_content_hover {
	background: url('www_btn_hover_right.jpg') no-repeat right 0px;
}
.btn_text{
	height: 23px; /* CHANGE: Height of the button */
	padding-top: 3px; /* CHANGE: Text top padding */
	background: url('www_btn_bg.jpg') repeat-x;
	display: block;
	_display: inline-block; /* IE6 needs this */
}
.btn_text a {
	color: #abc3d7;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
.btn_text_hover{
	background: url('www_btn_hover_bg.jpg') repeat-x;
}
.btn_text_hover a {
	text-decoration: underline;
	color: #ffffff;
}
.hiddenimg {
	display:none;
}
.btdotted {
	border-top: 1px dotted #000000;
}
.category {
	 text-transform: uppercase;
	 margin-bottom: 10px;
	 display: block;
	 font-size: 14px;
	 font-weight: bold;
	 font-family: georgia, norasi;
}
.common {
	 text-transform: uppercase;
	 margin-bottom: 10px;
	 font-size: 14px;
	 font-weight: bold;
	 font-family: georgia, norasi;
}
.basket {
	color: #F3F3F3;
}
.order {
	background: #999999;
	padding: 20px;
	margin-bottom: 10px;
}
.admin {
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
}

table.cake-sql-log td {
	color: #ffffff;
}
.cake-debug {
	color: #ffffff;
}
.border {
	border: 1px solid black;
}
.hidden {
	display: none;
	visibility: hidden;
}