/* SMiLES Caterers Style Sheet
   Produced by Rockmill Webspinners
   www.rockmill.co.uk
   
   Ref: Chocolate Brown = #553F2C
        Beige           = #E9DE8C
*/

* {
	margin: 0;
	padding: 0;
}

BODY, HTML {
	width: 100%;
}

BODY {
	background-color: #F8F5D6;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%; /* was 100% */
	color: #553F2C;
	text-align: center;
}

/* Avoids Firefox sites jumping as scrollbar appears on long pages and disappears on short pages */
body { overflow: -moz-scrollbars-vertical; }

DIV#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 786px;
}

DIV#page {
	border: 1px #553F2C solid;
	width: 780px;
}

DIV#header {
	background-image: url(images/smiles_caterers_est_1984_logo.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #E9DE8C;
	height: 175px;
	padding-top: 10px;
	padding-left: 14px;
	position: relative;
}

DIV#homelink {
	position: absolute;
	top: 0;
	right: 0;
}

DIV#homelink A:hover{
	background-color: transparent;
}

DIV#printHead {
	display: none;
}

DIV#topnav {
	margin-top: 93px;
}

DIV#topnav TABLE {
	margin-bottom: 0;
}

DIV#topnav A {
	background-color: #553F2C;
}

DIV#topnav A:hover {
	background-color: #E9DE8C;
}

DIV#content {
	background-color: White;
	background-image: url(images/smiles_logo_base.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 15px;
}

DIV#rightCol {
	float: right;
	width: 324px;
}

DIV#rightCol IMG {
	border: 1px solid #553F2C;
}

DIV#leftCol {
	float: left;
	width: 400px;
}

DIV#breaker {
	clear: both;
}

DIV#menusNav {
	font-size: 90%;
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: center;
	background-color: #E9DE8C;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #553F2C;
}

DIV#menusNav A {
	color: #553F2C;
}
DIV#menusNav A:hover {
	color: #553F2C;
	text-decoration: underline;
}

DIV#footer {
	text-align: center;
	background-color: #E9DE8C;
	vertical-align: middle;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #553F2C;
}

DIV#footer A {
	color: #553F2C;
	text-decoration: none;
	font-size: 75%;
}

DIV#footer A:hover {
	color: Black;
	text-decoration: underline;
}

DIV#credit {
	color: Gray;
	font-size: 75%;
	text-align: center;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

DIV#credit A {
	color: Gray;
	text-decoration: none;
}
DIV#credit A:hover {
	color: Black;
	text-decoration: underline;
}

LI {
	margin-left: 2em;
}

UL {
	margin-bottom: 1em;
}

H1 {
	font-size: 1.3em;
}

P, TABLE {
	margin-bottom: 1em;
}

TD {
	vertical-align: top;
}

HR {
	width: 70%;
	height: 1px;
	color: #E9DE8C;
	background-color: #E9DE8C;
	text-align: center;
	margin: 0 auto 0 auto;
	border: 0;
	margin-bottom: 1em;
}

A.nav:link, A.nav:active, A.nav:visited  { 
	text-decoration: none ; 
	font-weight: bold; 
	color: White; 
}
A.nav:hover   { 
	text-decoration: none ; 
	color: White;
}

A:link, A:active, A:visited  { 
	text-decoration: none ; 
	color: Green; 
}
A:hover   { 
	text-decoration: none ; 
	color: Green;
	background-color: #E9DE8C;
}

/* Rockmill Credits */
A.rockmill:link, A.rockmill:active, A.rockmill:visited { 
	text-decoration: none ; 
	font-weight: bold; 
	color: Gray; 
}
A.rockmill:hover   { 
	text-decoration: underline ; 
	color: Red;
}
.rockmill   { 
	color: Gray;
}
.footer   { 
	color: Gray;
}

#cssRollover {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	table-layout: auto;
}

#cssRollover a {
	display:block;
	width: 84px;
	height: 32px;
	background: url("images/button_background.gif") 0 0 no-repeat;
	text-decoration: none;
}
#cssRollover a:hover {
	background-position: -84px 0;
}

.menuBorder {
	border: 1px solid #E9DE8C;
	padding: 3px;

}
.menuCenter {
	text-align: center;
	border: 1px solid #E9DE8C;
	padding-top: 2em;
	padding-bottom: 12em;
	margin-bottom: 1em;
	background-image : url(images/menu_background_2.gif);
	background-repeat : no-repeat;
	background-position : top;	
}

.menuCenter em {
	font-weight: bold;
}

.vegaterian {
	color: #009933;
	text-transform: lowercase;
	font-style: italic;
	font-weight: bold;
}

.contactTable {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	table-layout: auto;
	width: 400px;
}

.contactTable TD {
	padding-bottom: 1em;
}
/* Review */
.review {
	font-style: italic;
}

.author {
	font-weight: bold;
}

.bigquotes {
	font-size: 400%;
	font-family: "Courier New", Courier, monospace;
	color : #E9DE8C;
}

.reviewcontainer {
	position: relative;
	clear: both;
	padding-top: 1em;
	padding-bottom: 2em;
}
.reviewleft { 
	float: left;
}
.reviewright {
	float: right;
}
.reviewcontent {
	margin-left: 40px;
	margin-right: 40px;
}

/* review ends */
div.PremiumLuxury {
	width: 520px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
}

div.PremLuxLeft {
	float: left;
	width: 250px;
}
div.PremLuxRight {
	margin-left: 260px;
	width: 250px;
}

div.PremLuxLeft em, div.PremLuxRight em {
	width: 250px;
	background-color: #E9DE8C;
	padding: 3px;
}