/* CSS Document */

body {
	font-size: 12px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #3e3e3e;
	background: #CCE8DC;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align:center;
	line-height: 15px;
	background-image: url(../images/website-bg-4.jpg);
	background-repeat: repeat-x;
	
}
a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #C31E36;
	}
a:active {
	text-decoration: underline;
	color: #C31E36;
}
#wrapper {
	width: 687px;
	margin: 0 auto;
	text-align: left;
}
/*
#top-spacer {
	width: 760px;
	height: 20px;
	background-color:#FFFFFF;
}*/
/* logo banner */
#logo-banner {
	width: 681px;
}
/* logo silhouette */
#logo-banner-2 {
	width: 687px;
}

/* nav banner */
#nav-banner {
	width: 687px;
	text-align: left;
/*	margin-top: -3px;*/

}
/* left colum */
#left-column {
	width: 138px;
	text-align:left;
	background-color:#FEFEFE;
	padding: 0px;
	float: left;
	margin-left: 3px;
}
.left-table-content {
	/* padding: 5px;*/
	color: #CCCCCC;
	line-spacing: 15px;
}
/*	right column wrapper */
#right-column-wrapper {
	width: 620px;
	text-align: left;
}


/*	right column 2 */
#right-column {
	width: 687px;
	text-align:left;
	float: right;
}
.right-column-table {
	height: 326px;
}

.right-column-copy {
	padding-top: 15px;
	padding-left: 10px;
	margin-right: 3px;
}

/*	bottom row */
.btm-1 {
	margin-left: 3px;
}
.recommends {
	margin-left: 10px;
}
/* homepage */
.restaurant-logo {
	margin-top: 10px;
}
.restaurant-thumbnail {
	margin-left: 20px;
	margin-right: 14px;
}
/* icons */
.icons-key {
	margin-left: 10px;
	vertical-align: text-top;
}
.icons-nav {
	margin-right: 5px;
	vertical-align:middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* forms */
.form-list {
	width: 130px;
	margin: 5 0 5 0;
}
.text-fields {
 font-size: 11px;
 color:#666;
 background-color: #F0F0F0;
 border: 1px solid #F2F9DF;
 padding: 4px;
 shade: none;
}