@charset "UTF-8";
/* CSS Document */

/*****************  STRUCTURE  *****************/

body {
  min-width: 500px;      /* 2x LC width + RC width */
  max-width: 800px;
  text-align:center;
  margin:0 auto;
  padding-top:10px;
  background-image:url(../images/gradient.jpg);
  background-repeat:repeat-x;
  background-color:#080808;
}
#wrapper {
	margin: 0 auto;
	width: 800px;
}

#header {
	width: 100%;
	
}
#navtop {
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	z-index:1;
	height:17px;
	width:100%;
}
#navigation{
	background-image:url(../images/menustrippattern.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin:0px;
	padding:0px;
	height: 60px;
	width: 100%;
	position:relative;
	top:-2px;
	left: 0px;
}

#container {
  padding-left: 0px;   /* LC width */
  padding-right: 0px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#center {
	width: 100%;
	background-repeat:no-repeat;
	background-position:top;
	height:400px;
	position:relative;
	top:-2px;
	left: 0px;
}

#footer {
	clear: both;
	text-align:left;
	position:relative;
	padding:0px;
	margin:0px;
	top:-10px;
}

/**************   PNG FIx    **************************/
img, #navtop, #footershadow, #ristorantelogo, #footerbottom { behavior: url(styles/iepngfix.htc) }


/******************************************************/

/*** IE6 Fix ***/
* html #left {
  left: 30px;           /* RC width */
}

/*************  Link Styling   *************************/

a {
	text-decoration:none;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	border:none;
}
a:link {
	text-decoration:none;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	border:none;
}
a:hover {
	text-decoration:none;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	border:none;
}
a:active {
	text-decoration:none;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	border:none;
}
a:visited {
	text-decoration:none;
	color: #FFFFFF;
	margin:0px;
	padding:0px;
	border:none;
}

/*******************   Text Styling  *************************************/
#footer p{
	margin-left:5px;
	padding:0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.tiny{
	font-size:10px;
	margin:0px;
	margin-top:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
.small{
	font-size:12px;
	margin-top:2px;
	margin:0;
	margin-bottom:2px;
}
.large{
	font-size:28px;
	margin:0px;
	margin-top:10px;
	font-style:italic;
}
.medium{
	font-size:14px;
	margin:0px;
	margin-bottom:2px;
}
.centre{
	text-align:center;
}
.bold{
	font-weight:bolder;
}
.nicetextlineheight{
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 14px;
	margin-bottom: 10px;
}
.nicetext {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 20px;
	margin-bottom: 15px;
}
 /********  Font Colours  *************/
 
.white {
 color:#FFFFFF;
 }
 
 .black {
 color:#000000;
 }
 
 .grey {
 color:#EBEBEB;
 }
 /**************   Navigation Styling  ************************/

#navigation p{
	font-family:Garamond, Helvetica, sans-serif;
	font-weight:bold;
	font-size:24px;
}
#navigation ul {
	margin-left:30px;
}
#navigation li {
	margin-top:20px;
	margin-right:50px;
	float:left;	
	list-style-image:none;
	list-style-type: none;

}
.navitem {
	float:left;
	margin-left: 20px;
	margin-right: 20px;
	margin-top:15px;
	
}

/***************************************************************/


#footer hr{
	width:300px;
	padding:0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}
#footershadow {
	background-image:url(../images/footershadow.png);
	background-repeat:repeat-x;
	width: 100%;
	height:10px;
	clear:both;
	z-index: 9;
}
#footertext {
	
	background-image:url(../images/bodyfooterpattern_nontransparent.jpg);
	background-repeat:repeat-x;
	background-position:top;
	margin: 0px;
	width:100%;
	height:80px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerbottom {
	width: 100%;
	height: 17px;
	background-image:url(../images/footerbottom.png);
	background-repeat:no-repeat;
	
	
}
#rightcolumn {
	width: 400px;
	height:372px;
	overflow-x:hidden;
	overflow-y:scroll;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	color: #000000;
	padding-left: 10px;
	position: relative;
}
#contactform {
	margin: 20px;
	width: 300px;
	float: left;
}

td {
	vertical-align: top;
}
.mealdeal {
	margin-left: 25px;
}
