@charset "utf-8";
/************************************************************************
*   																	*
*   				  BISTECCA PITTSBURGH STYLE SHEET					*
*																		*
*   				  Copyright 2009, Pipa Group LLC					*
*   				  	    All Rights Reserved.						*	
* 																		*		
************************************************************************/

body {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #FFF;
	background: #260101;
	margin: 0px;
}
img {
	border: 0px;
}

/*-----------------------------------------------------------------------
Navigation Sections
-----------------------------------------------------------------------*/

a:link, a:visited, a:active {
 	color: #FFF;
 	font-size:11px;
 	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}

/*-----------------------------------------------------------------------
Container Objects
-----------------------------------------------------------------------*/

#container {
	background: #592316;
	border: 1px solid #592316;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 150px;
	width: 1000px;
	height: 540px;
	overflow: hidden;
}

#topbar {
	width: 100%;
	height: 25px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #F2E6CE;
	background-color: #592316;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
}

.stripes {
	width: 100%;
	height: 80px;
	background-image: url(../images/bg_stripes.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #592316;
}

.logo {
	width: 327px;
	height: 111px;
	background-image: url(../images/banner_logo.gif);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 0;
}

.photo {
	width: 365px;
	height: 407px;
	background-color: #CCC;
}

.content {
	width: 635px;
	height: 424px;
	background-color: #A59B84;
	position: absolute;
	top: 98px;
	left: 365px;
	border: 1px solid #592316;
}

.reservations {
	width: 635px;
	height: 424px;
	background-color: #FFFFFF;
	position: absolute;
	top: 98px;
	left: 365px;
	border: 1px solid #592316;
}

#inner {
	width: auto;
	padding-left: 20px;
	color: #260101;
}

.navbar {
	width: 100%;
	height: 32px;
	background-color: #FFF;
}

.welcome_header {
	width: 277px;
	height: 40px;
	background-image: url(../images/welcome.gif);
	margin-top: 15px;
}
	
.reservations_header {
	width: 277px;
	height: 44px;
	background-color: #FFFFFF;
	margin-top: 15px;
	padding-left: 20px;

}

.text {
	padding: 20px;
	font-size: 12px;
}

/*-----------------------------------------------------------------------
Menu Section
-----------------------------------------------------------------------*/

#menu_container {
	background: #A59B84;
	border: 1px solid #592316;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50px;
	width: 1000px;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

h2 {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #592316;
}



h3 {
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.content1 {
	width: 635px;
	height: auto;
	position: absolute;
	top: 97px;
	left: 364px;
	border: 1px solid #592316
}

#col1, #col2, #col3 {
	width: 288px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	height: auto;
}
#col1 {
	float: left;
}
#col3 {
	float: right;
}

#col2 { 
	float: left;
}

#cola, #colb {
	width: 430px;
	padding: 10px;
	text-align: left;
		text-align: center;

	font-size: 11px;
	color: #FFF;
	height: auto;
}
#cola {
	float: left;
}
#colb {
	float: right;
}


/*-----------------------------------------------------------------------
Map Section
-----------------------------------------------------------------------*/

.floatright {
	float: right;
}

