/* CSS Document */


* {
	margin:0;
	padding:0;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9DC9DC;
	background: (#000000) top left repeat-x;
	line-height: 16px;
}

#site{	
	background: url(images/indexback_01.jpg) top center no-repeat;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
}

#site2{	
	background:url(images/welcome_back.jpg) top center no-repeat;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
}


#site3{	
	background:url(images/indexback_contact.jpg) top center no-repeat;
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
}


#header{
	background-color: #000000;
	background: url(images/satinback1.jpg) top center no-repeat;
	min-height: 150px;
}

#header2{
	background-color: #BBBBBB;
	background: url(images/welcomeback.jpg) top center no-repeat;
	min-height: 150px;
}

#header3{
	background-color: #BBBBBB;
	background: url(images/pressback.jpg) top center no-repeat;
	min-height: 150px;
}

img.button {
	border: none;
	padding: 3px;
}

#text {
	background: #FEFDDC;
	border: 1px solid #406A8F;
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle - Safari */
	-moz-border-radius: 8px; /*for Mozilla browsers*/
	margin-top: -40px;
	margin-left: auto; /*was 4px*/
	padding-left: 10px;
	margin-right: auto; /*was 5px*/
	padding-right: 15px;
	min-height: 300px;
	width: 280px;
}

#text.home {
	background: #fffed2;
	border: 1px solid #000099;
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle - Safari */
	-moz-border-radius: 8px; /*for Mozilla browsers*/
}

#text.menu {
	padding: 0;
	background: none;
	border: none;
}

#text.menu ul.rounded {    /*ul.rounded to distinguish from any other ul you might create*/
	padding: 0;	margin: 0; width: 95%;
	background-color: #FEFDDC;       /* Each list has a white background fill */
	color: #000;
	border-width: 2px;		       /* Draw a rectangle around each list */
	border-style:solid ;
	border-color: #406A8F;
	-webkit-border-radius: 8px;		 /* Round each corner of the created rectangle - Safari */
	-moz-border-radius: 8px; /*for Mozilla browsers*/
	margin-left:auto;
	margin-right:auto;
}

#text.menu li.item {       /*each food item in the menu including price and description*/
	list-style: none;
	background: none;
	color: #0e3252;
	border-bottom: 1px solid #000099;
	margin-left: 0px;
	width: 93%;
	padding: 5px 10px;
	font-family:Lucida Sans Unicode, Helvetica, Arial, sans-serif;
}

#text.menu li.last {
	border-bottom: none;
}

.desc {   /*menu item descriptions*/
	clear: both;
	color: #000000;
	font-size: 11px;
}

.price { float:right;
		 padding-right: 2px;
		 color: #032f56;
		 font-size: 12px;
	     font-weight: bold; }

#text.map {
	padding: 0;
	background: #000000;
	height: 400px;
	overflow: hidden;  /*keeps a badly sized map from creating horizontal scroll*/
}

#text.contact {
	padding: 0;
	border: 3px solid #406A8F;
    background: url();
	margin-left: auto; /*was 11px*/
	margin-right: auto;
	width: 280px; /*was 86%*/
    padding: 5px 10px;

}

#footer {
	color: #222222;
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
}

a img {
	border: none;
}

a {
	color: #0e3252;
	text-decoration: underline;
}

h1 {
	color: #0e3252;
	font-weight: bold;
	font-size: 15px;
}

.title {
	color: #0e3252;
	font-weight: bold;
	text-decoration: none;
}

div.normal {
	font-weight: normal;
	color: #ff8e0a;
	border: 2px solid #FF8e0a;
	padding: 10px;
	background-color: #f7edca;
}
.indexlocation2 {
	font-family: "BlairMdITC TT Medium";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #222222;
}
