body {
	background: #fff0d8;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
h1 {
	color: #1a5096;
}
.iw a, .iw a:visited {
	color: #1a5096;
}

a, a:visited, a:active {
	color: #1a5096;
}
a:hover {
	text-decoration: none
}
h2 {
	color: #663300;
	margin-bottom: 0px;
}
#clearme {
	clear:both;
	line-height:0;
	font-size:0;
}

/*-------------------------- HEADER -------------------------------*/

#topWrapper{
	padding:0;
	margin:0;
	background:url(../images/top_indexbg.jpg) repeat-x 0 0;
}
#topSideWrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 145px;
	background:url(../images/top_bg.gif) repeat-x 0 0;
}
#header_container_side {
	width: 894px;
	margin: 0 auto;
	padding: 0;
}
.topportion{
	width:894px;
	margin:0 auto;
}
div.top{
	width:894px;
	padding:0 0 0 0;
	margin:0;
}
.logo{
	width:250px;
	float:left;
	padding:12px 0 12px 33px;
	margin:0;
}
.topright{
	width:512px;
	float:right;
	padding:53px 0 0 0;
	margin:0;
}
#header-container{
	width:894px;
	outline:none;
	background:url(../images/header_bg.png) no-repeat 0 100%;
	height:514px;
	padding:0;
	margin:0;
	z-index: 1;
	
}
#cu3er-container{
	width:894px;
	outline:none;
	margin:0 0;
	text-align:center;
	padding:0;
	z-index: 1;
}

/*-------------------------- NAV -------------------------------*/

#menu{
	width:440px;
	margin:0 auto;
	float:right;
}
#nav{
    padding:0;
    margin:0;
    float: right;
}
#nav li{
	float:left;
    list-style:none;
	font-size: 16px;
	color:#fff;
	padding:0 15px;
	margin:0 0 0 0;
	position:relative;
}
#nav li a{
	color:#fff;
    text-align: center;                                               
    display: block;
    float: left;                        
    overflow: hidden;
	text-decoration:none;
    outline:none;
    padding: 3px 5px;
}
#nav li a:hover, #nav li a.active{
	background-color:#1A5096;
}
#nav li.last{
	  background:none;
}
#nav ul{
	margin:0;
	padding:6px 0 0 0;
	line-height:50px; 
	z-index:2;	
	display:none;
	position:relative;	
}
#menu #nav ul a{
	line-height:28px;
	font-size: 12px;
	cursor: pointer;
}
#menu #nav ul {
	display:none;
	position:absolute;
	top:19px;
	width:156px;
	left:-1px;
	border:1px solid #292929;
	background-color:#3b3b3b;
	color:#fff;
}
#menu #nav ul li{
	background:none;
	padding:0 0 0 0;
	margin:0;
	line-height:28px;
	border-bottom:1px solid #292929; 
}
#menu #nav ul li.last{
	border-bottom:none;
}
#menu #nav li ul a{
	width:134px;
	height:auto;
	float:left;
	text-align:left;
	padding:0 6px 0 14px;
}
#menu #nav li ul a:hover{
	color:#b7b7b7;
	background-color:inherit;
}

/*-------------------------- MENU -------------------------------*/

.lavaLampNoImage {
	position: relative;
	height: 29px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	border: 1px solid gray;
}
.lavaLampNoImage li {
	float: left;
	list-style: none;
}
.lavaLampNoImage li.back {
	border: 1px solid #000;
	background-color: #e6e8ea;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLampNoImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
	border: none;
}

/*-------------------------- CONTENT -------------------------------*/


#container {
	background: url(../images/mid-back.jpg) no-repeat top center;
}
#content {
border-left: 5px solid #663300;
	border-right: 5px solid #663300;
	width: 860px;
	margin: 0 auto;
	background: #fff;
	padding: 15px;
}
#front-left {
	float: left;
	width: 500px;
}

#front-right {
	float: right;
	width: 345px;
}

/*-------------------------- SPECIALS -------------------------------*/

.specials-title {
	color: #fff0d8;
	font-weight: bold;
	font-size: 16px;
	background: #993300;
	text-align: center;
	padding: 6px;
	margin-top: 20px;
}
.specials-box {
	background: #fff0d8;
	border-right: 1px solid #993300;
	border-left: 1px solid #993300;
	border-bottom: 1px solid #993300;
	padding: 10px;
}
.special-name {
	font-weight: bold;
	color: #1d4b87;
}
.special-price {
	font-weight: bold;
	color: #1d4b87;
}
.bar-specials {
	text-align: center;
	line-height: 16px;
	color: #1d4b87;
}

/*-------------------------- FORM -------------------------------*/
.phone {
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
}
#message {
	background-color: #ffffef;
	border: 1px solid  #e7e7c8;
	color: #ff3300;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 14px;
}

fieldset{
	border:0;
	margin:0;
	padding: 0;
}

label{
	display:block;
	font-size:1.3em;
	font-weight:bold;
	margin:0 0 2px 0;
}

input, textarea{
	display:block;
	width:325px;
	padding:8px 5px;
	margin:0 0 20px 0;
	font-size:1.2em;
	background: url(../images/inputbg.png) repeat-x;
	border:1px solid #a7a7a7;
	font-size:13px;
}

textarea{
	height:100px;
}

input.username{ float:left;}
input.small{ width:50px;}


input.submit{
	background:#c7c7c7 url(../images/pagination-bg.png) repeat-x;
	color:#000;
	font-weight:normal;
	border:1px solid #b3b3b3;
	text-transform:uppercase;
	font-size:1.2em;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	width:auto;
	cursor:pointer;
	clear:both;
}

input.submit:hover{
		background:#3aa5e0;
	border:1px solid #3aa5e0;
	color:#fff;
	text-decoration:none;
}

/*-------------------------- MENU -------------------------------*/

.menu_name {
	color: #1a5096;
	font-size: 15px;
}
.menu_price {
	color: #993400;
	font-weight: bold;
}

/*-------------------------- GALLERY -------------------------------*/

.box_pf{
	width:220px;
	float:left;
	margin:0px 65px 0px 0px; padding-bottom:30px; background:url(../images/shadow_img.gif) no-repeat; background-position:bottom;
}
.box_pf a img{border:solid 1px #c5c6ba; padding:3px; margin-bottom:8px; background-color:#e9ebe1;}
.box_pf a:hover img{border:solid 1px #666; padding:3px; margin-bottom:8px; background-color:#666;}

/*-------------------------- FOOTER -------------------------------*/

#footer {
	background: #492400 url(../images/footer-bottom.gif) bottom left no-repeat;
	color: #fff;
	padding: 5px 20px;
	text-align: right;
	width: 860px;
	margin: 0 auto;
	font-size: 11px;
	z-index: 20;
}
#footer a, #footer a:active, #footer a:visited {
	text-decoration: underline;
	color: #ffff99;
}
#footer a:hover {
	text-decoration: none;
}