/* Saffire Chocolates */

/* -----Universal----- */

body, div, span, p, h1, h2, h3, h4, h5, img, a img, a, ul, li, ul li, table,
#navigation, #mainnav, #contact
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body
{
	background-color:#ffffff;
}

p
{
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height: 17px;
}

p a
{
	color:#b28d2e;
	text-decoration:underline;
}

p a:hover
{
	color:#666666;
}

.small
{
	font-size: 11px;
	font-weight: normal;
}

h1
{
	font-size: 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
	letter-spacing: 1px;
	margin-bottom: 20px;
	color:#000000;
}

h2
{
	font-size: 17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000000;
}

/* -----Layout----- */

#wrapper
{
	width: 940px;
	margin: 20px auto;
	padding: 0px 0px 20px 0px;
	background-color:#FFFFFF;
}

#header
{
	width: 940px;
	height: 120px;
	margin-bottom: 30px;
}

#navigation
{
	width: 200px;
	float:left;
	overflow:visible;
}

#content
{
	width: 500px;
	margin: 0px 20px 0px 20px;
	float: left;
}

#adverts
{
	width: 200px;
	float:right;
}

#footer
{
	width: 940px;
	float:left;
	margin-top: 20px;
}

/* -----Titles----- */
#pageTitle
{
	width: 500px;
	padding: 10px 5px 5px 5px;
	margin-bottom: 20px;
	background-color:#ffffff;
}

/* -----Navigation----- */
#mainnav
{
	background-color:#000000;
	list-style-type: none;
	float:left;
	padding: 5px;
	margin-bottom: 20px;
}

li.button
{
	width: 180px;
	height: 15px;
	margin-top: 0px;
	padding: 4px 5px 5px 5px;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
	background-image:url(images/Menu-Button.jpg);
	float:left;
}

li.button a
{
	font:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#FFFFFF;
	text-decoration:none;
}

li.button:hover
{
	background-image:url(images/Menu-Button-Over.jpg);
}

/* -----Contact Details-----*/
#contact
{
	width: 180px;
	padding: 5px;
	background-color: #b28d2e;
	float: left;
	background-image: url(images/Gold-Div-Bg.jpg);
}

#contactOuter
{
	width: 190px;
	padding: 5px;
	background-color: #c69e38;
	float: left;
}
/*-----Header-----*/
#logo
{
	float: left;
	margin-left: 340px;
}

#ecole
{
	float:right;
	margin:40px 25px 0px 0px;
}

#finefood
{
	float: right;
	margin-top: 40px;
}

/* -----Adverts-----*/
div.advert
{
	width: 190px;
	padding: 5px;
	background-color:#000000;
	margin-bottom: 20px;
}

/*-----Footer-----*/
p.footertext
{
	color:#999999;
	text-align:center;
	margin-bottom: 20px;
}

p.footertext a
{
	color:#999999;
}

p.footertext a:hover
{
	color:#666666;
}

/* -----Tables----- */
table
{
	width: 500px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	line-height: 17px;
}

.luxuryTable
{
	background-color: #ffffff;
	margin-bottom: 20px;
}

.luxuryTableTitle
{
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
}

.luxuryTableBody
{
	background-color: #b28d2e;
}

.shopTable
{
	background-color: #ffffff;
	margin-bottom: 20px;
	border: 1px solid #000000;
}

.shopTableTitle
{
	font-weight:bold;
	background-color:#b28d2e;
}

.shopTableImage
{
	width: 150px;
}

.shopTableContent
{
	width: 350px;
}

.shopTablePrice
{
	width: 50px;
}
/* -----Images------ */
#mainImage
{
	margin-bottom: 20px;
}

/* -----Additional Text Colours-----*/
.white
{
	color:#FFFFFF;
}

.black
{
	color:#000000;
}

.darkgrey
{
	color:#666666;
}

