/* Basic Elements */
body {
	margin: 0%;
	padding: 0%;
	font-size: 85%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	position: relative;
	z-index: 0;
}
p {
	margin-top: 0em;
	margin-bottom: 1em;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Links */
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:hover, a:active {
	color: #FF9933;
}

/* Header */
#header {
	height: 210px;
}

/* Footer */
#footer {
	font-size: 0.8em;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;
}
#footer, #footer a {
	color: #000000;
}
#footer a {
	text-decoration: none;
}
#copyright {
	text-align: left;
	float: left;
	width: 33%;
}
#owner {
	text-align: center;
	float: left;
	width: 33%;
}
#bytesize {
	text-align: right;
	float: left;
	width: 33%;
}

/* Headings */
h1 {
	margin: 0px;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 0.25em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
}

/* Content */
#content {
	color: #FFFFFF;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 50%;
}

/* Specific Divs */
#banner {
	float: right;
}
#logo {
	margin-top: 1em;
	margin-left: 1em;
}

/* Menu */
#menu li {
	display: inline;
	margin-right: 1em;
	float: left;
}
#menu em {
	position: relative;
	z-index: -1;
	overflow: hidden;
	display: block;
}
#menu_home a {
	display: block;
	width: 57px;
	height: 36px;
	background-image: url(/images/menus/home.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_home a:active, #menu_home a:hover {
	background-position: left bottom;
}

#menu_urban_jungle a {
	display: block;
	width: 117px;
	height: 40px;
	background-image:   url(/images/menus/urban-jungle.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_urban_jungle a:active, #menu_urban_jungle a:hover {
	background-position: left bottom;
}

#menu_biography a {
	display: block;
	width: 92px;
	height: 41px;
	background-image:   url(/images/menus/biography.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_biography a:active, #menu_biography a:hover {
	background-position: left bottom;
}

#menu_retailers a {
	display: block;
	width: 84px;
	height: 28px;
	background-image:   url(/images/menus/retailers.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu_retailers a:active, #menu_retailers a:hover {
	background-position: left bottom;
}

/* Pages */
#homepage {
	background-color: #990000;
	height: 350px;
	width: 100%;
}
#homepage h1 {
	background-image:  url(/images/headings/couture-jewellery.png);
	background-repeat: no-repeat;
	width: 245px;
	height: 72px;
	display: block;
}
#homepage h1 span {
	display: none;
}
#homepage h2 {
	background-image:  url(/images/headings/media-release.png);
	background-repeat: no-repeat;
	width: 182px;
	height: 62px;
	display: block;
}
#homepage h2 span {
	display: none;
}

#biography {
	background-color: #000000;
	height: 350px;
	width: 100%;
}
#biography h1 {
	background-image:  url(/images/headings/biography.png);
	background-repeat: no-repeat;
	width: 143px;
	height: 71px;
	display: block;
	background-position: right;
}
#biography h1 span {
	display: none;
}

#urban_jungle {
	background-color: #669999;
	height: 350px;
	width: 100%;
}
#urban_jungle h1 {
	background-image:  url(/images/headings/urban-jungle.png);
	background-repeat: no-repeat;
	width: 187px;
	height: 72px;
	display: block;
}
#urban_jungle h1 span {
	display: none;
}

#retailers {
	background-color: #555550;
	height: 350px;
	width: 100%;
}
#retailers h1 {
	background-image:  url(/images/headings/retailers.png);
	background-repeat: no-repeat;
	width: 128px;
	height: 55px;
	display: block;
}
#retailers h1 span {
	display: none;
}
.float_left {
	float: left;
}