@charset "UTF-8";


body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.5em;
	color: #333333;
}



a {
	color:#666666;
	font-weight: normal;
}

a:hover {
	background-color: #F3EFCE;
}



.noHover a {
	text-decoration: none;
	background-color: #FFFFFF;
}

.noHover a:hover {
	text-decoration: none;
	background-color: #FFFFFF;
}



ul {
	list-style-type : none;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 87%;
	}
	
li {
	color: #666666;
	margin-bottom: 5px;
	}
	


h1 {
	font-size: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C5B108;
	padding-bottom: 3px;
	color: #583B56;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: .02em;
}

h2 {
	font-size: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C5B108;
	padding-bottom: 5px;
	color: #583B56;
	font-weight: normal;
}

h3 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 a {
	color: #D34213;
	text-decoration: none;	
}

h3 a:hover {
	text-decoration: underline;
}


h4 {
	font-size: 15px;
	color: #9D122A;
	font-family: Gotham-Medium, Arial, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C5B108;
}




.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	margin-bottom: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	height: 384px;
} 


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	width: 175px;
	float: left;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-right: 20px;
}
.thrColFixHdr #sidebar2 {
	width: 175px;
	float: right;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#sidebar2 li {
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding-top: 6px;
}



.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
} 
.thrColFixHdr #footer {
	height: 100px;
}
 
.thrColFixHdr #footer ul {
	width: 900px;	
}


.thrColFixHdr #footer li {
	width: 145px;
	float: left;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	margin-right: 5px;
	text-align: center;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	display: block;
}
.thrColFixHdr #adBarLft {
	width: 175px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.thrColFixHdr #adBarRght {
	width: 175px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	margin-left: 0px;
}
.adSpace_img {
	margin-top: 5px;
}

#restaurantMain {
	width:350px;
	text-align: left;
}

#spacer {
	height:10px;
}

#AtoZ_header {
	margin-bottom: 35px;
	border-bottom-color: #C5B108;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 10px;
}

#cuisine_header {
	margin-bottom: 35px;
	margin-top: -20px;
	height: 0px;
	padding-top: 35px;
	display: inline;
}



#leftNav ul {
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#leftNav li a {
		line-height: 2em;
}


#rightNav ul {
	margin-bottom: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: -10px;
}



#footer li a {
	text-decoration: none;

}

#alphaDivide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9D122A;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C5B108;
	padding-bottom: 6px;
}

#alphaDivide a {
	float: right;
	margin-top: -15px;
	text-decoration: none;
	color: #3F2C3E;
}

#alphaDivide a:hover {
	text-decoration: underline;	
}

#key {
	background-color: #F3EFCE;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 80%;
	line-height: 1.5em;
}

#key li {
	line-height: 0.5em;
	font-size: 12px;
}

#keyBDAtext {
	padding-left:20px;
	padding-top: 5px;
	height: 30px;

}


#keyBDAtext li {
	line-height: 1em;
}

.keyBDAicon {
	float: left;
	margin-top: -25px;
	margin-left: -2px;
}


#mainHeader {
	padding-top: 20px;
	width: 420px;
	margin-top: -25px;
}

#adBarLft {
	width: 100%;
}


#greyRule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 5px;
	margin-left: 0px;
}


.2LineListing {
	line-height: 1em;
}




/* images*/


.icon_img {
	padding-right: 1px;
	padding-top: 3px;
}

.mainImage {
	width: 100%;
	display: block;
}



/* fonts*/

.DateHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #D34213;
}


.alphabet {
	font-size: 22px;
	color: #9D122A;
	padding-bottom: 6px;
	letter-spacing: 0.5em;
	margin-top: -20px;
}

.alphabet a {
	color: #9D122A;
	text-decoration: none;
}

.alphabet a:hover {
	color: #330000;
}
.alphaLetter {
	font-size: 30px;
	font-style: italic;
	color: #3F2C3E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-left: 3px;
}

.top {
	font-size: 12px;
	color: #9D122A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: right;
	margin-top: -15px;
}

.highlight  {
	color:#C5B108;
	font-style: italic;
}

.black {
	color: #333333;
}

.bold  {
	color: #A21F35;
	font-weight: bold;
}

.bold a  {
	color: #A21F35;
	text-decoration: underline;
}

.sidebold  {
	color: #D34213;
}

.sidebold a  {
	font-weight: normal;
	color: #D34213;
	text-decoration: underline;
}




.pricing  {
	color:#3F2B3E;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}



.smallTitle {
font-size:small;
}

.contentSubhead  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #583B56;
	font-weight: normal;
}

