/* CSS Document */

body{
	margin: 5px 0 5px 0;
	font-size: 100%;
	padding:0px;
	font-family: Calibri, Arial, sans-serif;
	background-image: url(images/style/wood.jpg)
}


.wrapper{
	width:980px;
	margin: 0 auto;
	position:relative;
}

.banner{
	height:267px;
	position:relative;
	background:url(images/style/banner.gif) no-repeat top left;
}
.banner-link {
	float:left;
	width: 160px;
	height: 150px;
	background-color: transparent;
	border: none;
	margin: 60px 16px 0px 16px;;
}
.banner-link p { display:none; }

.title {
	margin: 0 auto;
	padding:0 0 0 25px;
	display:block;
	background-color:#0099FF;
	font-size:28px;
}


/* NAV*/ 
.nav,.subnav{
	display: block;	
	position:relative;
	height:40px;
	padding:0 5px 0 5px;
	margin: 0;	
	overflow: hidden;
	background: url(images/style/nav_blk_line.gif) repeat-x bottom #0099FF;
	border-right:3px solid #0099FF;
	border-left:3px solid #0099FF;
}
.subnav{
	padding: 10px 5px 0 0;
	margin: 0;
	background: url(images/style/nav_blk_line.gif) repeat-x bottom #FFFFFF;
}
.nav li,.subnav li{	
	float:left;
	list-style:none;	
	padding:0;
	margin: 0;	
}
.subnav li{	float: right; }
.nav li a,.subnav li a{
	line-height: 40px;
	width:130px;
	color:#FFFFFF;
	text-align:center;
	display:block;
	float:left;	
	text-decoration:none;
	padding:0;
	margin:0;
	background: url(images/style/nav_back.jpg) top left no-repeat;
}
.subnav li a{ 
	background: url(images/style/subnav_back.jpg) top left no-repeat;
	color: #000000;	
}

.nav a:hover {
	color:#FFFFFF;
	background: url(images/style/nav_back_hover.jpg) top left no-repeat;	
}
.subnav a:hover {
	color:#FFFFFF;
	background: url(images/style/subnav_back_hover.jpg) top left no-repeat;	
}


.nav li a.active {
	color:#000000;
	background: url(images/style/nav_back_active.jpg) top left no-repeat;
	cursor: text;
}
.subnav li a.active {
	color:#000000;
	background: url(images/style/subnav_back_active.jpg) top left no-repeat;
	cursor: text;
}
.header .active,.footer .active {
	background-color: #00CCFF;
	color: #666666;
}

.content{
	position:relative;
	width:100%
	margin:0;
	padding: 10px;
	border-right:3px solid #0099FF;
	border-left:3px solid #0099FF;
	background-color:#FFFFFF;
}

h1,h2,h3,h4,h5,h6 { color: #0099FF; }

h1 { font-size: 2.0em; }
h2 { font-size: 2.0em;	font-family: "Bradley Hand ITC", "Lucida Handwriting", cursive; font-weight: 900; }
h3 { font-size: 1.6em; text-align: center; }
h4 { font-size: 1.4em; text-align: center; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }


.footer{
	line-height: 60px;
	background: url(images/style/bottom.gif) left bottom no-repeat;
	border-top: 2px solid #000000;
	padding: 5px 25px 5px 25px;
}
.footer img { 
	float:right; 
	vertical-align: middle;
	margin: 0 15px 0 0;
	border: none;
}

.shadow {
	margin: 10px 0 0 15px;
	padding: 0;
	background: url(images/style/shadow.gif) no-repeat right bottom;
}
	
.shadow img,.shadow object {
  display: block;
  position: relative;
  margin: -20px 0 0 -20px;
  padding: 0;
  border: #0099FF 2px solid;
}
	
	/* Menu Pages */
.menu{
	background-image:url(images/style/menu_background_aristos.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 800px;
	padding: 180px 50px 50px 50px;
	font-size: larger;
	font-weight: bolder;
	margin: 0 auto;
	display: block;
	border: 1px solid #000000;
	line-height: normal;
}
.menu p{
	text-align: center;
	font-family: "Bradley Hand ITC", Arial, Verdana;
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
}
.menu td{ text-align: left; }
.menu h4 {
	font-size: 30px;
	text-align: center;	
	font-weight: 900;
	font-family: "Bradley Hand ITC", Arial, Verdana;
}
.menuPrice p { 
	color:#000000;
	font-family: Calibri, Arial, sans-serif;
	font-size: 0.5em;
}

.phone{ font-size: larger; font-weight:bolder; }

.clear { clear:both; }

.imgR {
	float: right;
	clear: both;
	padding: 10px;
}
.imgL {
	float: left;
	clear: both;
	padding: 10px;
}
