/* global prop. */
*{
  margin: 0;
  padding: 0;
}

html, body{
 height:100%;
}

body{
  /*font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;*/
  font-family: "Palatino Linotype", Georgia, "Tahoma", "Century Schoolbook L", Arial, Helvetica;
  font-size: 0.75em;
  font-style: normal;
  color: #000;
  min-height:500px;
  height:auto !important; /* ie6 ignores it */
  height:500px; /* fix */
  position: relative;
  background:#efefef;
}
/* general elements */
a{
  color: #2d83d5;
  text-decoration: underline;
  padding-left:2px;
  padding-right:2px;
}

a:hover{
  color: #fff;
  background: #2d83d5;
  text-decoration: none;
  padding-left:2px;
  padding-right:2px;
}
a:hover .lighbox {
	color:#fff;
	padding:0;
	margin:0;
}
img {
	border:0;
}
.logoimg {
	margin:0;
	padding:0;
}
.logoimg a {
	display: block; 
	background:url(/resources/images/logo.png) no-repeat;
	width:285px;
	height: 0px !important; 
	height :56px; 
	padding:56px 0px 0px 0px;
	margin-left:40px; 
	overflow: hidden; 
}
* {
	behavior: url(/resources/css/iepngfix.htc);
}
.topimg {
	margin:0;
	padding:0;
}
.topimg a {
	display: block; 
	background:url(/resources/images/img01.jpg) no-repeat;
	width: 870px; 
	height: 0px !important; 
	height :240px; 
	padding:240px 0 0 0; 
	overflow: hidden;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 3px; 
}
.sushibarimg {
	margin:0;
	padding:0;
}
.sushibarimg a {
	display: block; 
	background:url(/resources/images/sushibar.jpg) no-repeat;
	width: 108px; 
	height: 0px !important; 
	height :108px; 
	padding:108px 0 0 0; 
	overflow: hidden;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 3px; 
}
.ramenimg {
	margin:0;
	padding:0;
}
.ramenimg a {
	display: block; 
	background:url(/resources/images/ramen.jpg) no-repeat;
	width: 108px; 
	height: 0px !important; 
	height :108px; 
	padding:108px 0 0 0; 
	overflow: hidden;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 3px;  
}
pre{
  white-space: normal; /* why pre? */
}
p{
  line-height: 120%;
  margin: 4px 0 8px;
}
h2{
  font-family: "Palatino Linotype", Georgia, "Tahoma", "Century Schoolbook L", Arial, Helvetica;
  font-size: 200%;
  font-weight: normal;
  margin: 3px 0 5px;
}

h3{
  font-family: "Palatino Linotype", Georgia, "Tahoma", "Century Schoolbook L", Arial, Helvetica;
  font-size: 150%;
  font-weight: normal;
  margin: 3px 0 5px;
}
/* style for the error pages */
.error_report {
	width:800px;
	margin:0px auto;
	margin-top:30px;
	border:1px solid #666;
	padding:5px 5px 5px 5px;
}

#main_content {
	margin:0;
	padding:0;
}
#main_content .main_inner {
	width:900px;
	min-height:500px;
    height:auto !important; /* ie6 ignores it */
    height:500px; /* fix */
	margin:0px auto;	
}
#header_content {
	height:80px;
	margin-top:20px;
	/*background:#eee;
	border-bottom:1px solid #ccc;*/
}
#header_content .header_inner {
	margin:0 auto;
	width:900px;
}
#footer_content {
	margin:0;
	padding:0;
}
#footer_content .footer_inner {
	margin:0 auto;
	width:900px;
	text-align:center;
	font-size:11px;
	border-top:1px solid #ccc;
	padding-top:15px;
	padding-bottom:20px;
}
#addnew, #login form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
.upload form {
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
#login { 
	width: 350px; 
	margin: 7em auto;
}
#form_1_username, #form_1_password {
	font-size: 18px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 3px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
#form_1_name, #form_1_description, #form_1_price, #form_1_address, #form_1_telephone, #form_2_address, #form_2_telephone {
	font-size: 12px;
	width: 98%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 3px;
	border: 1px solid #ccc;
	background: #fbfbfb;
}
#form_1_text, #form_2_text {
	font-size: 12px;
	width: 98%;
	/*padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 3px;*/
	height:100px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}
form .submit input {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	padding: 3px 10px;
	border: 1px solid #ccc;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	float:right;
	font-weight: bold;
	color: #FFF !important;
	background: #2d83d5;
}
form .submit input:hover {
	border:1px solid #464646;
}

#logo {
	margin-left:20px;
	width:285px;
	height:56px;
	background:url('/resources/images/logo.png') no-repeat;
}
#main_frame {
	height:240px;
	margin-left: 8px;
	padding: 8px 8px 8px 8px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
#main_sub {
	padding-top:20px;
	/*height:100px;*/
}
#main_btn {
	/*height:115px;*/
	margin-left: 8px;
	padding: 8px 8px 8px 8px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
#main_sub .main_sub_left {
	float:left;
	width:430px;
	/*height:200px;
	background:#ccc;*/
}
#main_sub .main_sub_right {
	float:right;
	width:430px;
	/*height:200px;
	background:#ccc;*/
}
#main_btn_text {
	padding-top:5px;
	margin-left:10px;
}
#main_btn .btn_left {
	float:left;
	width:108px;
	height:108px;
	border:3px solid #bbb;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
}
#main_btn .btn_left:hover {
	border:3px solid #2d83d5;
}
#main_btn .btn_right {
	float:right;
	width:260px;
	/*height:80px;*/
}
#main_menu {
	/*height:15px;*/
	margin-left: 8px;
	margin-bottom:10px;
	padding: 5px 5px 5px 18px;
	font-weight: bold;
	font-size:14px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}
#main_menu_item {
	margin-left: 8px;
	margin-bottom:10px;
	padding: 18px 18px 18px 18px;
	font-weight: normal;
	font-size:14px;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ccc;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;	
}
#menu_item {
	width:100%;
	height:100px;
	margin-bottom:5px;
	border-bottom:1px solid #ccc
}
#menu_item .item_left {
	float:left;
	width:80px;
	height:80px;
	border:3px solid #ccc;
}
#menu_item .item_right {
	float:right;
	width:730px;
	height:80px;
}

#login_error {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 4px;
	background:#ffc;
	border:1px solid #fc3;
}
#controlpanel {
	font-weight:bold;
	font-size:15px;
	margin-bottom: 3px;
	border-width: 1px;
	border-style: solid;
	padding: 5px 5px 5px 18px;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 5px;
	background:#777;
	border:1px solid #555;
	color:#eee;
}
.button {
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 16px;
	padding: 2px 8px;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	border:1px solid #ccc;
	color:#666;
}
.button:hover {
	border:1px solid #666;
	color:#111;
}
.noshow {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 0px;
}

