* {
margin:0;
padding:0;
}

/* General Style Info */
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma,helvetica,arial,sans-serif;
	font-size: 13px;
	background-image: url(bg_main.gif);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: center;
}

img {
	border: none;
}

a {
	color: #FFAE37;
}

label {
	font-size: 16px;
	font-family: Trebuchet MS,Tahoma,helvetica,arial,sans-serif;
}

input, textarea, select, option {
	font-family: Trebuchet MS,Tahoma,helvetica,arial,sans-serif;
	font-size: 16px;
}

.light {
	color: #606060;
}

.big {
	font-size: 120%;
}
.strong {
	font-weight: bold;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}

#container {
	width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
	text-align: left;
}

#header {
	height: 137px;
	background-image: url(bg_head.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#header a.logo {
	display: block;
	height: 137px;
/*	padding-left: 50px;
	background-image: url(bg_head_left.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
}

#header div.banner {
	display: block; 
	float: right; 
	width: 728px; 
	height: 90px; 
	background-color: #ffffff; 
	border: solid 1px #404040; 
	margin: 5px;
}

#content {
	padding-right: 20px;
}

#footer {
	height: 123px;
	background-image: url(bg_foot.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
	text-align: center;
	color: #658A17;
}

#footer div.actions {
	display: block;
	height: 123px;
	padding-top: 18px;
/*	background-image: url(bg_foot_left.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
}

#footer div.actions a {
	margin-left: 3px;
	margin-right: 3px;
	color: #ffffff;
	text-decoration: none;
}

#footer div.actions a:hover {
	text-decoration: underline;
}

#footer div.copyright {
	display: block;
	margin-top: -90px;
}

#sidebar {
	display: block;
	float: right;
	width:160px; 
	height: 600px; 
	margin-bottom: 12px;
}
#sidebar + div {
	margin-right: 180px;
}
#sidebar div.orange {
	padding-bottom: 20px;
	background: #FFEDD3 url(bg_sidebar_bottom_orange.gif) center bottom no-repeat;
}
#sidebar div.orange h3 {
	height: 30px;
	padding-top: 6px;
	padding-left: 12px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	background: none;
	background-image: url(bg_sidebar_h1_orange.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 0px;
}
#sidebar ul {
	list-style: none;
	padding: 2px;
}
#sidebar ul li {
	height: 20px;
	margin: 3px;
	padding-left: 12px;
	padding-top: 2px;
	display: block;
}
#sidebar ul li.hr {
	height: 6px;
	font-size: 3px;
}
#sidebar ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#sidebar ul li a:hover {
	text-decoration: underline;
}
#sidebar div.orange ul li {
	background: #FFEDD3 url(bg_sidebar_li_orange.gif) top left no-repeat;
}
#sidebar div.orange ul li.hr {
	background: #D3E5FF;
}

div.h1 {
	height: 62px;
	background-image: url(bg_h1_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 70px;
	color: #000000;
}

h1 {
	height: 35px;
	margin-left: -20px;
	padding-top: 5px;
	padding-left: 20px;
	background-color: #B1D662;
	background-image: url(bg_h1_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
}

div.h2, div.legend {
	height: 52px;
	background-image: url(bg_h2_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 70px;
	color: #000000;
}
h2, div.legend legend, fieldset legend {
	height: 27px;
	margin-left: -20px;
	padding-top: 3px;
	padding-left: 20px;
	background-color: #DDEDBB;
	background-image: url(bg_h2_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
	font-size: 18px;
	font-weight: normal;
	color: #658A17;
}
h2 a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #658A17;
}
h2 a:hover {
	text-decoration: underline;
}
h2 a.orange {
	color: #FFAE37;
	text-decoration: underline;
}
h3 {
	height: 21px;
	padding-left: 0px;
	padding-top: 2px;
	margin-left: 20px;
	background-color: #FFEDD3;
	background-image: url(bg_h3_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	
	font-size: 16px;
	font-weight: bold;
	color: #FFAE37;
}
div.h3 {
	margin-bottom: 4px;
	margin-top: 4px;
	height: 23px;
	background-image: url(bg_h3_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 00px;
	color: #000000;
}
h4 {
	margin-bottom: 12px;
}
.inner, p, pre {
	margin-left: 70px;
}

.sub {
	margin-top: -20px; 
	margin-bottom: 12px;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Layout messages*/
#authMessage {
	margin-left: 70px;
}

div.message_error, #authMessage {
	height: 28px;
	border: solid 1px #ff0000;
	color: #8E0000;
	background-color: #FFE3E3;
	background-image: url(bg_error.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	margin-bottom: 12px;
	margin-right: 70px;
	margin-left: 70px;
	padding-left: 50px;
	padding-top: 12px;
}

div.message_ok, div.message {
	height: 28px;
	border: solid 1px #00D900;
	color: #0A8E00;
	background-color: #E3FFE3;
	background-image: url(bg_ok.gif);
	background-repeat: no-repeat;
	background-position: 12px;
	margin-bottom: 12px;
	margin-right: 70px;
	margin-left: 70px;
	padding-left: 50px;
	padding-top: 12px;
}

/* Forms */
div.form {
	margin-bottom: 12px;
}
div.form div.input {
	margin-bottom: 6px;
	width: auto;
}
div.form fieldset {
	font-size: 16px;
	padding-left: 20px;
	border: solid 1px #ffffff;
}
div.form fieldset legend {
	font-weight: bold;
}
div.form input[type=checkbox], div.form input[type=radio] {
	float: left;
	width: auto;
	margin-top: 4px;
	margin-right: 8px;
}
div.form label {
	display: block;
	padding-right: 20px;
}
div.form input.form-error {
	border: solid 2px #ff0000;
}
div.form .error-message {
	color: #ff0000;
	font-size: 11px;
}
div.form .submit {
	margin-top: 12px;
}
div.form .submit input {
	padding-left: 12px;
	padding-right: 12px;
}

div.hint {
	color: #404040; 
	padding: 0px; 
	margin: 0px; 
	font-size: 10px;
}

/* Search Filter Line */
div.filter {
	font-size: 20px;
	font-weight: normal;
}

/* Poupups */
.popup {
    position: absolute;
    top: 0;
    left: 0;
    background-color:#fff;
    margin-top: 4px;
    padding-top: 8px;
    background-image: url(./datepicker/arrow.gif);
    background-repeat: no-repeat;
    z-index: 9999;
}
.popup_inner {
	padding: 20px;
	background: #ffffff;
	border: #999 1px solid;
	border: 2px solid #FFAE37;
	border-top: 8px solid #FFAE37;
}

.popup ul {
	list-style-type: none;
}
.popup ul li a {
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
.popup ul li hr {
	width: 80px;
	height: 1px;
	size: 0px;
	border: none;
	border-bottom: solid 1px #FFAE37;
	color: #FFAE37;
	line-height: 1px;
	text-align: left;
}

div.menu_items {
	margin-left: 70px;
	margin-bottom: 6px;
	margin-top: 6px;
}
div.menu_item {
	position: relative;
	display: block;
	float: left;
	width: 240px;
	margin-right: 6px;
	margin-bottom: 6px;

	background-position: 0px 20px;
	background-repeat: repeat-x;
	font-size: 12px;
	
	border: solid 1px #404040;
}
div.menu_item_title {
	font-weight: bold;
	font-size: 13px;
	
	padding-left: 6px;
	padding-top: 2px;
	height: 20px;
}
div.menu_item_price {
	display: block;
	position: absolute;
	right: 4px;
	bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}
div.menu_item_content {
	height: 90px;
	padding: 6px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 11px;
	
	overflow: hidden;
}

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:url(shadow.gif) right bottom no-repeat;
  }
.wrap2 {
  background:url(corner_bl.gif) left bottom no-repeat;
  }
.wrap3 {
  padding:0 8px 8px 0;
  background:url(corner_tr.gif) right top no-repeat;
  }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */