@charset "utf-8";
/* CSS Document */
/* etoile-home autumn 08 */
/* MAIN PAGE LAYOUT AND STYLES */

/****************** generic stuff ********************/

html, body, div, table, td, tr, ul, li, form, p, h1, h2 {
	margin: 0;
	border: 0;
	padding: 0;
}

img {
	border: 0;
}

.c {
	clear: both;
	height: 1px;
	width: 1px;
	visibility: hidden;
}

/****************** basic layout *********************/

html {
	background: url('bg-bottom-left.jpg') no-repeat fixed left bottom #FFFFFF;
}

body {
	background: url('bg-top-right.jpg') no-repeat fixed right top;
	text-align: center;
	font: normal 0.9em/1.2em "century gothic", tahoma, serif;
	color: black;
	height: 100%;
	width: 100%;
	padding: 10px 0 10px 0;
}

#page {
	margin: 0 auto auto auto; /* have set bottom margin to auto 'cos firefox gives a bottom margin to the body otherwise */
	width: 780px;
	height: 580px;
	text-align: left;
	position: relative;
	min-height: 580px;
}
html>body #page {
	height: auto;
	position: relative;
}

#centre-page {
	margin-left: 140px;
	width: 640px;
	/* position not defined so parent is used for all containing absolute elements */
}

#header {
	margin: 0 0 50px 0;
	width: 640px;
	height: 100px;
}

#content {
	background: transparent;
	width: 640px;
	height: 300px;
	min-height: 300px;
	position: relative;
}
html>body #content {
	height: auto;
}

#left-nav {
	width: 110px;
	height: 300px;
	position: absolute;
	top: 150px;
	left: 0px;
}

#menu {
	clear: both;
	width: 640px;
	height: 30px;
	position: absolute;
	top: 110px;
}

#footer {
	width: 640px;
	height: 30px;
	visibility: hidden;
}

#registration {
	width: 218px;
	height: 58px;
	background: #C4C4C4;
	text-align: center;
	padding: 1px 1px 1px 3px;
	border: solid white 1px;
	font-size: 13px;
	position: absolute;
	top: 0;
	right: 0;
}

/* header */

#header p {
	font: bold 12px/14px tahoma, serif;
	margin: 5px 0 5px 0;
	color: #E5004F;
}


/* links */

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #E5004F;
}

#contact .contact, #about .about, #terms .terms, #press .press, #stockists .stockists, #cushions .cushions, #bedding .bedding, #interior .interior, #laundry-bags .laundry-bags, #fabric .fabric, #extras .extras, #sale .sale, #table .table, #tablecloths .table, #tablecloths .tablecloths, #napkins .table, #napkins .napkins, #table-runners .table, #table-runners .table-runners, #rugs .rugs {
	color: #E5004F;
}

/* menu */

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	margin: 0 18px 0 0;
	padding: 5px 7px 8px 7px;
}

#menu li.nol {
	padding-left: 0;
}

#menu li.nor {
	padding-right: 0;
	margin-right: 0;
}

#submit {
	display: inline;
	font: bold 14px/14px tahoma, serif;
	background-color: transparent;
	margin-top: -1px;
	border: 0;
	padding: 0;
	cursor: pointer;
	cursor: hand;
	width: 90px;
}

#submit.on {
	color: #E5004F;
}

#submit.off {
	color: black;
}

#menu a {
	font: bold 14px/14px tahoma, serif;
	text-decoration: none;
}

/* left-nav */

#left-nav ul {
	list-style: none;
}

#left-nav li {
	width: 100%;
	height: 40px;
	text-align: right;
}

#left-nav a {
	font: normal 18px/22px tahoma, serif;
	text-decoration: none;
}

/* left sub-nav */

#left-nav ul.sub-nav {
	margin: -20px 0 28px 0;
}

#left-nav ul.sub-nav li {
	margin: 6px 0 0 0;
	height: 20px;

}

#left-nav ul.sub-nav a {
	background: white;
	font: bold 12px/12px tahoma, serif;
	padding: 4px 6px;
	background: white;
}
