/* CSS Document 
** main.css for RidgeRestaurant.com
** location: css/main.css
** revision: 9/17/05
** author: MEE
*/



/* Remove hyperlink borders for images */
img {
border: 0px none;
}

/* Formatting for menu page body text */
.menupage{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;

color:#000000;
margin-left:5px;
margin-top:15px;
margin-bottom:15px;
margin-right:5px; 
}

/* Formatting for menu page body text */
.menuheader{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:14px;
font-variant: small-caps;
color: #FF0000;
margin-left: 7px;
margin-top: 7px;
margin-bottom: 7px;
margin-right: 7px;
text-align:center;
letter-spacing: 2px;

}

.menucontent{
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
color:#990000;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 5px;
text-align:left;


}

/* Formatting for location page Google Maps Overlay*/
.locationpage{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
background-color:#f3eac9;
color:#000000;
height:90px;
width:210px;

}

.box{
	float: left;
	padding: 10px;
	margin-left: 8px;
	position: relative;
	right: -310px;
	top: -20px;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	width: 200px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	text-align:center;
	


}



A {font-family:Georgia,serif; font-size:14px; font-weight:bold; font-variant:small-caps; text-decoration: none;}
A:link {color: #990000; text-decoration: none;}
A:visited {color: #990066;}
A:hover {text-decoration: none; color: #FF0000;font-weight:bold;}
A:active {color: red;text-decoration: none}
