@charset "utf-8";

.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(img/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.buttonSubmitUpdate a:link, .buttonSubmitUpdate a:visited, .buttonSubmitUpdate  a:active {
	display:block;
	width: 69px;
	height:26px;
	background: url(img/button-update.gif) 0 0 no-repeat;
	text-decoration: none;
}
.buttonSubmitUpdate a:hover { 
	background-position: 0 -26px;
}

.buttonSubmitLogout a:link, .buttonSubmitLogout a:visited, .buttonSubmitLogout a:active {
	display:block;
	width: 69px;
	height:26px;
	background: url(img/button-logout.gif) 0 0 no-repeat;
	text-decoration: none;
}
.buttonSubmitLogout a:hover { 
	background-position: 0 -26px;
}



form {
	margin: 0;
	padding: 0;
}

input {
	border: 1px solid #CCCCCC;
	font: 11px Tahoma, Arial, sans-serif;
	margin	: 1px 2px 1px 0px;
	
}

select {
	font: 11px Tahoma, Arial, sans-serif;
}


textarea {
	border: 1px solid #CCCCCC;
	padding-left: 2px;
	font: 11px/1.3em Tahoma, Arial, sans-serif;
}

.button {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #808080;
	background-color	: #92BC20;
	border-left			: 1px solid #C4DB86;
	border-top			: 1px solid #C4DB86;
	border-right		: 1px solid #3C4D0D;
	border-bottom		: 1px solid #3C4D0D;
	color				: #ffffff;
}

.inputbox {
	padding-left: 2px;
	border-top: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #999999;
	background: #FFFFFF;
}

.clr {
	clear: both;
}





body {

	font-size: 0.9em;
	color: #b7b7b7;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;


}



* {
	margin: 0px;
	padding: 0px;
}

a, a:visited {
	color: #b7b7b7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #8b1513;
}

#center {
	margin-right: auto;
	margin-left: auto;
	width: 815px;
}

#logo {
}

#left {
	display: inline;
	float: left;
	width: 306px;
	height: 755px;
	clear: left;
	margin-top: 20px;
	margin-left: 10px;
}

#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#left li {
	display: block;
	clear: left;
	float: left;
	width: 267px;
}


.home a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/home.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.home a:hover, .home#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/home_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.bag a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: inline;
	background-image: url(img/baguette.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.bag a:hover, .bag#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: inline;
	background-image: url(img/baguette_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.buff1 a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/buffet1.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.buff1 a:hover, .buff1#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/buffet1_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.buff2 a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/buffet2.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.buff2 a:hover, .buff2#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/buffet2_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.buffp a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/buffet_p.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.buffp a:hover, .buff2#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/buffet_p_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.cold a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/cold.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.cold a:hover, .cold#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/cold_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.panini a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/panini.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.panini a:hover, .panini#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/panini_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.sand a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/sand.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.sand a:hover, .sand#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/sand_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.wrap a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/wrap.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.wrap a:hover, .wrap#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/wrap_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

.work a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/working.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d9c9a7;
}

.work a:hover, .work#active a {
	clear: left;
	float: left;
	height: 25px;
	width: 267px;
	display: block;
	background-image: url(img/working_ovr.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #8b1513;
}

#order {
	display: inline;
	clear: left;
	float: left;
	width: 305px;
	margin-top: 30px;
}

#menu {
	display: inline;
	clear: left;
	float: left;
	margin-top: 10px;
}

#blank_right {
	background-image: url(img/smily.gif);
	background-repeat: no-repeat;
	float: left;
	height: 260px;
	width: 306px;
	margin-top: 10px;
}

#right {
	float: left;
	width: 450px;
	margin-top: 20px;
	margin-left: 25px;
	padding: 10px;
	background-color: #FFFFFF;
	min-height: 715px;
	height:auto;

}

/* for Internet Explorer */
/*\*/
* html #right {
height: 715px;
}
/**/



/*
#right-inner {

	margin-top: 20px;
	margin-left: 25px;
	padding: 10px;
	background-color: #FFFFFF;
	min-height: 715px;
	height:auto;

}
*/


#right-inner {

	padding:15px 20px;

}



h1 {
	font-size: 1.3em;
	font-weight: bold;
	padding-bottom: 10px;

}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	padding-bottom: 2px;
}

p {
	padding-bottom: 13px;
}



.Class1 {
	font-size: 2.4em;
	line-height:90%;
	}

.Class2 {
	font-size: 1.2em;
	}
