/* 
author: Joe Gassis
company: Big Room Internet Ltd
email: j.gassis@bigroominternet.co.uk
*/

/* document info */

html,body {
	color:#fff;
	font-size:100%;
	margin:0;
	padding:0;
	text-align:left;
	background:#fff
}

td,div,body {
	text-align:center;
	font-family:Verdana,Helvetica,serif;
	margin:auto;
	padding:0;
}
img {
	margin:0;
	padding:0
}
a img {
	border:0
}

h1 {
	font-weight:normal;
	font-size:1.2em;
	padding:0;
	margin:0
}

h2 {
	font-weight:bold;
	font-size:0.9em;
	padding:0;
	margin:0
}

a:link, a:visited {
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:none;
}

p {
	margin:0;
	padding:0
}
p a {
	color:#fff
}

ul {
}

li {
}

address {
	font-style:normal
}
em.one {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
	color:#fff;
}
em.two {
	font-style:normal;
	letter-spacing:2px;
	font-size:1.2em;
	color:#414141;
}

/*  ---- div info ---- */

#container {
	text-align:left;
	width:756px;
	margin:0 auto;
	padding:0
}
#header {
	text-align:right;
	width:100%;
	clear:both;
	margin:0;
	padding:0
}
#header img {
	margin:26px 0 26px 18px;
	padding:0
}
#content {
	margin:0 0 10px 0
}
ul#nav {
	clear:both;
	width:756px;
	color:#fff;
	font-size:0.8em;
	list-style:none;
	padding:0;
	margin:0;
	background:#470035;
	height:3em;
	overflow:auto
}
ul#nav li {
	padding:10px 25px;
	float:left
}
ul#nav li a:link, ul#nav li a:visited {
	color:#fff
}
ul#nav li a:hover, ul#nav li a:active {
	color:#809d99
}
ul#nav li a.current {
	color:#809d99
}
ul#subnav {
	text-align:left;
	width:250px;
	font-size:0.8em;
	list-style:none;
	padding:20px;
	margin:0;
	overflow:auto
}
ul#subnav li {
	padding:5px 0
}
ul#subnav li a:link, ul#subnav li a:visited {
	font-size:1em;
	color:#fff
}
ul#subnav li a:hover, ul#subnav li a:active {
	font-size:1em;
	color:#fff
}

#content p.main {
	line-height:1.3em;
	color:#fff;
	text-align:left;
	font-size:0.8em;
	width:714px;
	margin:0 21px;
	padding:8px 0;
	background:#af9f9e
}
#hometext {
	width:756px;
	height:90px;
	background:#af9f9e;
	border-top:1px solid #fff;
}

a#home1 {
	display:block;
	width:252px;
	height:252px;
	background: url("../img/material.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover#home1 {
	background: url("../img/material2.jpg") 0 0 no-repeat;
}
a#home2 {
	display:block;
	width:252px;
	height:252px;
	background: url("../img/setting.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover#home2 {
	background: url("../img/setting2.jpg") 0 0 no-repeat;
}
a#home3 {
	display:block;
	width:252px;
	height:252px;
	background: url("../img/mood.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover#home3 {
	background: url("../img/mood2.jpg") 0 0 no-repeat;
}
a#home4 {
	display:block;
	width:252px;
	height:252px;
	background: url("../img/people.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover#home4 {
	background: url("../img/people2.jpg") 0 0 no-repeat;
}
a#home5 {
	display:block;
	width:252px;
	height:252px;
	background: url("../img/space.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover#home5 {
	background: url("../img/space2.jpg") 0 0 no-repeat;
}
a#home6 {
	display:block;
	width:252px;
	height:252px;
	background: url("../img/practical.jpg") 0 0 no-repeat;
	text-decoration: none;
}
a:hover#home6 {
	background: url("../img/practical2.jpg") 0 0 no-repeat;
}

#blocks {
	text-align:left;
	padding:0;
	margin:0;
	overflow:auto
}
.single {
	float:left;
	padding:0;
	margin:0;
	width:252px;
	height:252px
}
#blocks p {
	font-size:60%
}
.double {
	float:left;
	padding:0;
	margin:0;
	width:504px;
	height:252px
}
.quad {
	float:right;
	padding:0;
	margin:0;
	width:504px;
	height:504px
}
p, h1, h2, address{
	text-align:left;
	line-height:1.3em;
	font-size:0.7em;
	margin:0 20px 10px 20px;
	color:#fff
}
#blocks .single a {
	font-size:1em;
	color:#fff
}

h1 {
	font-size:1em;
	margin-top:10px
}
h2 {
	margin-top:15px
}

#footer {
	width:100%;
	margin:0;
	padding:0
}
#footer p {
	padding-top:8px;
	margin:0;
	font-size:0.7em;
	color:#8e5d82
}
#footer a {
	color:#8e5d82
}
#footer p.signoff {
	font-size:0.6em
}