/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto; /* Sets body to center everything.Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #e6e6e6;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #736D6D;
	background-image: url(images/bodybg.jpg);
	background-repeat:repeat-x;
}

/*  CONTENT  ===========================*/

p, a, ul, li, ol, td, div, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 11px;
	line-height: 19px;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

p {
	padding-right: 60px;
	margin-left: 275px;
	color: #000;
}

.centered {
text-align:center;
}

p strong {
	color:#9B3F4C;
	font-weight:bold;
}

.emphasize { /*use emphasize to 'brighten' up words in content */
	color:#333333;
	font-size:13px;
	font-weight: bold;
}

h1, h2, h3, h4, h5  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:lighter;
	text-align:left;
	margin-left: 275px;
}

h1 {
	font-size: 36px;
	color: #000;
	line-height: 33px;
	text-transform: capitalize;
	margin-bottom: 15px;
	margin-top: 20px;
}

h2 {
	font-size: 20px;
	color: #000;
	line-height: 24px;
}

h3 {
font-size: 17px;
color: #000;
line-height: 30px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;

}

h4 { /* use for internal content ctas */
font-size: 20px;
color: #990000;
font-style:italic;
font-weight:bold;
line-height: 28px;
margin: 0px 0px 0px 30px;
padding: 0px 0px 0px 0px;
}

h5 { /* use for box disclaimers */
	font-size: 13px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px 0px 0px 30px;
	padding: 8px;
	background-color: #e6e6e6;
	border: 1px solid #999;
	width: 500px;
}

a { /* Creates the general link style for the site. This is not the main navigation.  */
	font-weight: bold;
	color: #993366;
	text-decoration: underline;
}

a:hover { /* Creates hover for the general link style for the site. This is not the main navigation.  */
	color: #993399;
}

.contrast, .contrast a:link, .contrast a:visited {
	color:#9B3F4C;
	font-weight: bold;
	font-size:15px;
	text-decoration:none;
}

.contrast a:hover {
	color:#9B3F4C;
	font-weight: bold;
	font-size:15px;
	text-decoration:underline;
}

/*------------------ LISTS FORMATS --------------------------*/

ul,ol,li { /* strips all ul's, ol's, and li' from padding or margins unless defined in classes below*/
margin: 0;
padding: 0;
}


/* ----------------- UL's for content in short, med, long, and column ----------------*/

ul.contentshort {
	margin: 0;
	width:300px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentshort li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.contentmed {
	margin: 0;
	width:350px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.contentmed li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
}

ul.contentlong {
	margin: 0;
	width:750px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}
ul.contentlong li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}

ul.columnlists {
	margin: 0;
	width:190px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlists li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
}

ul.columnlistsnostyle {
	margin: 0;
	width:190px;
	float:left;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 5px 10px;
	display: block;
}

ul.columnlistsnostyle li {
	margin: 3px 0 3px 33px;
	padding: 0;
	font-size: 11px;
	line-height: 18px;
	list-style-type:none;
	color: #000000;
}

/*------- wrapper for ul's and other items */
div#wrapper {
	display: block;
	margin-left: 255px;
}

/* used to break content that overlaps */
#clearboth {
clear: both;
height:0px;
}

#clearleft {
	clear: left;
	height:-32px;
}

#clearright {
clear: right;
height:0px;
}

/* ------------------------- HORIZONTAL NAVIGATION ----------------------------- */
/* Removes all margins and padding except bottom padding, which provides room to put our border. This serves as the resting place for our tabs. */

ul#mainnav {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height:27px;
	position:absolute;
	top: 57px;
	left: 24px;
	_margin-left: 4px;
}

/* This creates the tabs. We set a height for each tab, give it a border and place 2 pixels of space between each tab. We float them left on the navbar and remove the bullets. */

ul#mainnav li {
	float: left;
	list-style: none;
	height: 27px;
}

ul#mainnav li a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 0px 27px 0px 27px;
	height: 27px;
	line-height: 27px;
	float:left;
	display:block;
	display: inline-block;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	border-right: 1px solid #c59bac;
}

/* OFF - This creates the style for our links. */
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	color: #fff;
	background-image:url(images/btn-off.jpg);
	background-repeat:repeat-x;
}
/* ON - Creates the "on" status style, which can be applied directly to a single link. */
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #FFFFFF;
	display: block;
	background-image:url(images/btn-on.jpg);
	background-repeat:repeat-x;
}

/* HOVER - Creates the hover status style, which can be applied directly to a single link. */
ul#mainnav li a:hover {
	color: #FFFFFF;
	display: block;
	background-image:url(images/btn-hover.jpg);
	background-repeat:repeat-x;
}

/*  PAGE LAYOUT ===========================*/

div#all { /* Holds the entire web page from the beginning body tag to the end body tag */
	width:1000px;
	text-align:left;
	margin: 0 auto;
	padding: 0px;
	background:none;
}

div#header {
	position:relative;
	padding: 0;
	margin: 0;
	width:1000px;
	height: 278px;
	text-align:left;
	float:left;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

div#maincontent {
border: 0px;
width:1000px;
height: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px; 
background-color:#fff;
background-image: url(images/contentbg.jpg);
background-repeat: repeat-y;
float:left;
display:block;
clear:both;
position:relative;
}

/*  ADDRESS ===========================*/

address {
	width:217px;
	vertical-align:top;
	font-size:13px;
	font-style:normal;
	color: #000000;
	text-align: center;
	line-height: 16px;
	position:absolute;
	display:block;
	left: 30px;
	top: 11px;
}

address img {
margin: 8px 0px 8px 0px;
text-align:center;
}

address a {
	font-style:normal;
	color: #AB4B56;
	text-align: left;
	line-height: 16px;
	font-size: 11px;
}

/* ------------------------- FOOTER NAVIGATION ----------------------------- */

ul#footernav {
	width: 970px;
	text-align:center;
	clear:both;
	position:relative;
	height:40px;
	display:block;
	margin: 0 auto;
	padding-left: 30px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	padding-top: 15px;
}

ul#footernav li {
	border-right: 1px solid #d6d6d6;
	list-style: none;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	float:left;
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
}

ul#footernav li a {
	font-size: 11px;
	width:auto;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	display:block;
	font-weight:lighter;
	text-decoration:none;
	text-align: center;
	vertical-align:middle;
}

/* OFF */
ul#footernav li a:link, ul#footernav li a:visited, ul#footernav li a:active {
	display: block;
	color: #000;
}
/* ON */
ul#footernav li a.current:link, ul#footernav li a.current:visited {
	color: #FF0000;
	display: block;
	text-decoration:underline;
}

/* HOVER */
ul#footernav li a:hover {
	color: #0000CC;
	display: block;
	text-decoration:underline;
}

/*  IMAGE CLASSES and ID's for content area ===========================*/

img.left {
float: left;
margin: 5px 10px 5px 0px;
border: 2px solid #efefef;
}
img.right {
float: right;
margin: 5px 5px 5px 5px;
border: 2px solid #efefef;
padding: 4px;
}

img.border {
border: 2px solid #efefef;
padding: 4px;
}

/* CTA and IMAGE COMBOS ========================*/
/*NOTE: must be placed before paragraph tags */

#ctaimagewrapperright {
	padding: 10px;
	margin: 0px 60px 10px 10px;
	_margin-right: 28px;
	border-left: 1px solid #777;
	float:right;
	width: 200px;
	text-align:center;
}

#ctaimagewrapperleft {
padding: 10px;
margin: 0px 20px 10px 10px;
border: 1px solid #e6e6e6;
float:left;
width: 250px;
}


#ctaimagewrappercenter {
padding: 10px;
margin: 10px 0px 10px 0px;
border: 1px solid #e6e6e6;
margin: 0 auto;
text-align:center;
}



.ctaimagetext {
	background-color:#fff;
	color:#000;
	line-height: 18px;
	font-size:12px;
	font-weight:bold;
	margin: 10px 0px 0px 0px;
	padding: 5px 6px 10px 8px;
	text-align:center;
}



/*  WEB AUDIO ===========================*/

a.webaudio {
	position: absolute;
	top: 240px;
	right: 756px;
	width: 207px;
	height: 30px;
	/*START - DO NOT REMOVE noimage.gif - this is needed forthe web audio button*/
	                     background-image: url(images/noimage.gif);
	background-repeat:no-repeat;
}

div#webaudiopopup {
	width: 100%;
	height: 100px;
}

.audioline1 {
	width:100%;
	position:relative;
	top: 8px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}

.audioline2 {
width:100%;
position:relative;
top: 10px;
color:#FFFFFF;
font-size:20px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
}


div#soundapplet {
	width:100%;
	text-align:center;
	height: 30px;
	position:relative;
	top: 17px;
}

/*  ADMIN SIGN ===========================*/

/*  ADMIN SIGN ===========================*/

div#signin {
	text-align:center;
	clear:both;
	margin: 15px 0px 15px 0px;
}

div#signin a{
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

/*  COPYRIGHTS ===========================*/

div#copyright {
	text-align:center;
	font-size: 9px;
	padding: 5px 0px 5px 0px;
	width: 1000px;
	height: 50px;
	color:#FFFFFF;
	line-height: 19px;
	margin: 10px 0px 10px 0px;
	
}

div#copyright a {
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

div#copyright img {
margin-top: 10px;
margin-bottom: 10px;
}


/*  GOOGLE MAPS ===========================*/

div.googlemap {
	padding: 5px;
	border: 1px solid #e8e8e8;
	width: 650px;
	margin-left: 280px;
	margin-bottom: 20px;
}

div.googlemapright {
 padding: 5px;
 border: 1px solid #e8e8e8;
 width: 330px;
 margin-bottom: 20px;
 position:absolute;
 top: 30px;
 left: 230px;
}


/*  NETOPIA IFRAMES ==========================*/

#netopiaiframe {
	margin-left: 275px;
	padding:45px 0 0 0;
	
}
/* TABLE FOR CONTENT ============================*/

table, td, th  {	
	border-collapse: collapse;
	vertical-align: top;
}

table#content  {	
width: 600px;
margin-top: 15px;
margin-bottom: 10px;
text-align:left;
vertical-align:top;	 
margin-left: 70px; 
}

table#content tr.title  {
background-color:#009933;
color:#FFFFFF;
font-size: 13px;
font-weight:bold;
}

table#content td  {
	font-size: 13px;
	color: #000000;
	padding: 4px;
	text-align:left;
	vertical-align: top;
}

/* TABLE FOR RESTAURANT MENU ============================*/

table#restmenu {
width: 700px;
margin-top: 15px;
margin-bottom: 10px;
text-align:left;
vertical-align:top;	 
margin-left: 30px;
}

table#restmenu tr {
margin: 0px 0px 0px 0px;
display:block;
}

div#dotted{
border-bottom: 1px dotted #666;
width:700px;
margin-bottom: 40px;
height:0px;
}

.entree {
font-size:16px;
font-weight:bold;
text-align:left;
font-family: Georgia, "Times New Roman", Times, serif;
height: 16px;
}

.entreedescr {
font-size:12px;
font-weight: normal;
color: #996633;
text-align:left;
font-style:italic;
padding: 0px 30px 0px 0px;
display:block;
width:70%;
}

.price {
font-size:13px;
font-weight:bold;
font-style:italic;
color:#333333;
text-align:right;
display:block;
font-family:Georgia, "Times New Roman", Times, serif;
vertical-align:top;
}

.pricedescr {
font-size:11px;
font-weight:normal;
color:#333333;
text-align:right;
display:block;
font-family: Arial, Helvetica, sans-serif;
width: 100px;
}

div#link1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height:39px;
	position:absolute;
	top: 119px;
	left: 745px;
	width: 224px;
	_margin-left: 4px;
	border: 0px #000000 solid;
	z-index: 200;
}

div#link2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height:33px;
	position:absolute;
	top: 165px;
	left: 745px;
	width: 224px;
	_margin-left: 4px;
	border: 0px #000000 solid;
	z-index: 200;
}

div#link3 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height:39px;
	position:absolute;
	top: 185px;
	left: 745px;
	width: 224px;
	_margin-left: 4px;
	border: 0px #000000 solid;
	z-index: 200;
}

div#header object {
	z-index: 100;
}

div.phrase {
	position:absolute;
	top:74px;
	right:237px;
	width:335px;
	z-index:2;
	text-align:center;
}
	div.phrase p, div.phrase h2{
	padding:0;
	margin:0;}
