/* Grapes, web template for business or for fun */
/* By Dave Reeder, www.davereederdesign.com */

body {margin: 0; padding: 0; background: #4b1b07}

* {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}


/*----------------------------------------------Basic styles------------------------------------------------*/

h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #4b1b07; font-weight: normal; text-decoration: none}
h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */

h1 {position: absolute; right: -0px; top: 20px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #dba008;
text-align:right}
h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 1.8em} /* styles the first letter of the main title to make it large */

p#tagline {position: absolute; right: 0px; top: 90px; font-style: italic; color: #b36300; font-size: 0.90em}  /* sits under main title */

h2 {font-size: 1.30em; letter-spacing: 0.05em}

p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}

code {font-family: monospace; font-size: 1.20em; color: #E20000}

p span {font-size: 1.50em; font-weight: bold} /* shouting words */

a:link, a:visited {color: #792533; font-weight: bold; text-decoration: none; border-bottom: 0px solid #792533}
a:hover, a:active {color: #dba008; border-color: #fff}

ul {list-style: inside square} /* general lists */

acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}


/*-----------------------------------------------Layout DIVS------------------------------------------------*/

#container {  /* keeps everything together */
position: relative; 
margin: 0 auto; 
width: 780px; 
background: url(images/bkgrnd.gif) 0 0 repeat-y #dba008;  /* Important image, do not remove */
overflow: hidden
}

#container .text {font-family: Georgia, Georgia, serif; font-size:0.95em;}	

#container .maptext {font-family: Georgia, Georgia, serif; font-size:0.80em;}	

#container .number {
	font-family: Times,Georgia, Georgia, serif; font-size:1.15em; font-weight: bold;
}	

#hdr, hdrhome {  /* div containing h1, nav and grapes image */
float: left; 
width: 780px; 
height: 190px; 
background: url(../images/headers/downtown-crossing-short.jpg) 0 0 no-repeat #ffffff  /* Image of the buildings in downtown crossing */
}

#hdrhome {  /* div containing h1, nav and grapes image */
float: left; 
width: 780px; 
height: 190px; 
background: url(../images/headers/downtown-crossing-short.jpg) 0 0 no-repeat #ffffff  /* Image of the buildings in downtown crossing */
}

#hdrcontacts {  /* div containing h1, nav and grapes image */
float: left; 
width: 780px; 
height: 190px; 
background: url(../images/headers/rico-sign-short.jpg) 0 0 no-repeat #ffffff  /* Image of the Pizzeria Rico sign */
}

#hdrmenu {  /* div containing h1, nav and grapes image */
float: left; 
width: 780px; 
height: 190px; 
background: url(../images/headers/rico-inside-short-new-small.jpg) 0 0 no-repeat #ffffff  /* Image of the Pizzeria Rico sign */
}

#hdrcatering {  /* div containing h1, nav and grapes image */
float: left; 
width: 780px; 
height: 190px; 
background: url(../images/headers/rico-inside-short-new2-small.jpg) 0 0 no-repeat #ffffff  /* Image of the Pizzeria Rico sign */
}

#lftcol {   /* left column */
position: absolute;
left: 0px;
top: 270px;
margin-left: 50px;  /* leave this so that background image lines up with edge of this div */
width: 200px; 
background: transparent;
overflow: hidden
}


#rgtcol {float: right; width: 520px; padding-bottom: 30px; padding-left: 10px;  background: #ffffff; overflow: hidden;  border-top: 1px solid #D9D93C}  /* right column */

#rgtcol td {background: transparent; overflow: hidden; font-size: 0.90em; height: 20px; padding-left: 10px; padding-right: 10px;}  /* right column */

#rgtcol th {background: transparent; overflow: hidden; font-size: 1.10em; height: 20px; padding-left: 10px; padding-right: 10px;}  /* right column */


#bttmcarosel {float: right; text-align: center; font-size: 0.70em; height: 110px; line-height: 2.5em; width: 730px; background: #ffffff; border-top: 1px solid #D9D93C}

#bttmbar {float: right; text-align: center; font-size: 0.70em; height: 6em; line-height: 2.5em; width: 730px; background: #ffffff; border-top: 1px solid #D9D93C}

#quote {    /* Quote box in left column */
	float: left;
	margin: 8px 0 0px 8px;
	padding: 8px 0;
	width: 180px;
	text-align: center;
	background: url(images/quote.gif) no-repeat 0 0;
}

#quote p {color: #4b1b07; font-size: 0.80em; font-weight: bold; line-height: 1.80em;border: 1px dotted #ffffff;
	padding: 4px;background-color: #b36300;color: #ffffff;}  /* Quote box text */


/*---------------------------------------------Main Navigation-----------------------------------------------*/

ul#nav {   /* navigation list */
	margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav li {float: left;	display: block}

ul#nav li a {
	width: 170px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-left: 10px solid #b36300;
	padding: 10px 5px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #fecb65
}

ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */

ul#nav li a:hover {background: #b36300; color: #fff}

/*---------------------------------------------Menu Navigation-----------------------------------------------*/

ul#nav2 {   /* navigation list */
	margin: 0px 0 10px 0; /* the 53px is where the nav begins (margin top) */
	padding: 0;
	list-style: none inside
}
	
ul#nav2 li {float: left;	display: block}

ul#nav2 li a {
	width: 150px;
	margin: 3px 0 0 0;  /* a little top margin */
	border: 0;
	border-right: 10px solid #b36300;
	padding: 1px 2px;
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	text-align: left;	
	text-decoration: none;
	display: block;
	color: #450F1F;
	background: #fecb65;
}

ul#nav2 li a:hover {background: #b36300; color: #fff}

tr.cateringitem {
	background-image: url(../images/tablebackground.gif);
}


