/* ----- Miele Fashion Prize screen stylesheet ----- */
/* ----- Fuse Digital 2008 ------------------ */
/* ----- enjoy. ----------------------------- */

/*
	
	----- Background Colours -----
	
	
	
	----- Text Colours -----
	
	Grey: #5f5f5f
	Red: #f00
	
	----- Site Dimensions -----
	
	Width: 895px

*/

* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
	outline: none;
}

/* ----- Tags ----- */
/* ------------------------------------------------------------ */
body {
	background: #fff url(../images/rose.jpg) 50% -50px no-repeat;
	text-align: center; /* centre in IE */
	font: 12px Arial, Helvetica, sans-serif;
	color: #5f5f5f;
}
body#popup {
	background-image: none;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a {
	color: #f00;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}

/* ----- Universal styles ----- */
/* ------------------------------------------------------------ */
.hide {
	display: none;
}

/* ----- Containers ----- */
/* ------------------------------------------------------------ */
#wrapper {
	width: 895px;
	margin: 0 auto;
	padding-top: 30px;
	text-align: left;
}
#content {
	width: 482px;
	padding-top: 79px;
	float: right;
	position: relative;
}
#footer {
	clear: both;
	float: right;
	width: 895px;
	margin-bottom: 24px;
}
#popup #content {
	width: auto;
	padding: 20px;
	float: none;
	text-align: left;
}

/* ------ Footer ------ */
/* ------------------------------------------------------------ */
#logo {
	float: left;
	width: 135px;
}
#terms {
	position: relative;
	float: right;
	width: 760px;
	height: 30px;
	background: #f00;
	text-align: right;
	color: #fff;
	font-weight: bold;
}
#copyright {
	clear: both;
	float: left;
	width: 895px;
	margin-top: -15px;
	text-align: right;
	font-size: 0.917em; /* 12*0.917=11 */
}

/* ------ Typography ------ */
/* ------------------------------------------------------------ */
h1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 530px;
	height: 67px;
	text-indent: -1000em;
	background: url(../images/miele_fashion_prize.gif) 0 0 no-repeat;
}
p {
	margin-bottom: 12px;
}
#init {
	margin-top: 220px;
}
#terms a {
	display: block;
	position: absolute;
	top: 7px;
	right: 10px;
	text-decoration: none;
	color: #fff;
}
#terms a:hover {
	text-decoration: underline;
}
#popup h1 {
	position: static;
	width: auto;
	height: auto;
	margin-bottom: 12px;
	text-indent: 0;
	background: none;
	font-size: 1.6em;
}
#popup ol {
	margin: 0 0 12px 20px;
	line-height: 1.3em;
}
#popup ol li {
	margin-bottom: 6px;
}

/* ------ Buttons ------ */
/* ------------------------------------------------------------ */
#opts {
	float: right;
	margin: 20px 0 10px 0;
}
#opts li {
	float: left;
	margin-left: 10px;
	display: inline;
}
#opts li a, a.button {
	display: block;
	padding: 9px;
	border: 1px solid #f00;
	background: #f00;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#opts li a:hover, a.button:hover {
	background: #fff;
	color: #f00;
}
a.button {
	float: left;
	margin-bottom: 20px;
}

