/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	z-index: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	margin:0;
	padding:0 0 2px 0;
	font-family:  georgia,"times new roman",helvetica,serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* My solution to Clearer divs. */

body > div {
	clear: both;
}

/*
My additions
*/

body {
	color: #727272;
}

a, a:link, a:hover, a:visited {
	color: #F78F1E;
}

strong {
	font-weight: bolder;
}

em {
	font-weight: lighter;
}

h1 { /* Orange uppercase */
	color: #F78F1E;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 800;
}
h2 {
	font-size: 12px;
}
h3 { /* Gray normal case */
	font-size: 14px;
	font-weight: 700;
}
h4 { /* Orange normal case */
	color: #F78F1E;
	font-weight: 800;
}
h5 {
	font-size: 14px;
	font-weight: 200;
}
/* Styles for the Notices section */
#notices {
	width: 100%;
	background-color: #5a5a5a;
	height: 32px;
	color: #ffffff;
	font-size: 12px;
}
#notices > ul {
	width: 960px;
	margin: 0 auto;
}
#notices > ul > li {
	float: left;
	padding: 9px;
}
#notices > ul > li:first-of-type {
	padding-left: 0;
}
#notices > ul > li > a {
	color: #FFFFFF;
}
#notices > ul > li > strong {
	color: #F78F1E;
}
#notices .contenteditor {
	background: url(img/icon/contenteditor.jpg) no-repeat left center;
	padding-left: 30px;
}
#notices .events {
	background: url(img/icon/events.jpg) no-repeat left center;
	padding-left: 30px;
}
#notices .developer {
	background: url(img/icon/developer.jpg) no-repeat left center;
	padding-left: 30px;
}

/* Styles for the Header section */
#header {
	width:960px;
	margin:0 auto;
	color: #727272;
	margin-bottom: -15px;
	font-size: 12px;
}
#header > h1 {
	float:left;
	width:248px;
	padding-top: 50px;
}
#header > h1 > a {
	text-indent:-9999px;
	background:url(img/logo/aei.jpg) no-repeat center;
	height:148px;
	display:block;
	width:248px;
	cursor:pointer;
}

#header > h2 {
	width:640px;
	margin-top: 85px;
	padding: 5px 15px 40px;
	float:right;
	background: url(img/bubble.jpg) no-repeat left bottom #eaeaea;
	text-align: justify;
}

/* Styles for the Nav section */

#nav {
	width: 100%;
	font-size: 12px;
}
#nav > ul {
	position: relative;
	bottom: -1px;
	width: 960px;
	margin: 0 auto;
}
#nav > ul > li {
	height: 25px;
	float: left;
	border: 1px solid transparent;
	border-bottom: 1px solid #777777;
	overflow: hidden;
}
#nav > ul > li > a {
	color: #727272;
	font-weight: 800;
	padding: 6px 10px 10px;
	display: block;
	text-decoration: none;
}

#nav > ul > li.home {
	background: url(img/home.jpg) no-repeat center;
	margin-left: 568px;	
}
#nav > ul > li.home a {
	padding-top: 30px;
}

#nav > ul > li.selected/*, #nav > ul > li:hover*/ {
	border: 1px solid #777777;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	z-index: 100;
}

/* Styles for the Brands section */
#logos {
	width: 100%;
	height: 95px;
	border-top: 1px solid #777777;
}
#logos.full {
	border-bottom: 1px solid #777777;
}
#logos > ul {
	width: 960px;
	margin: 0 auto;
}
#logos > ul > h1 {
	float: left;
	padding-top: 60px;
	width: 120px;
}
#logos > ul > li {
	float: left;
	padding: 10px;
	display:block;
	height:75px;
	width:190px;
	cursor:pointer;
}
#logos > ul > li > a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent:-9999px;
}
#logos > ul > li:first-of-type {
	width:80px;
	background-position: left;
}
#logos > ul > li:last-of-type {
	width:80px;
	background-position: right;
}

#logos.none {
	height: 5px;
}


/* url(img/logo/divide.jpg) no-repeat left center, url(img/logo/divide.jpg) no-repeat right center */

#logos > ul > li.divide {
	padding: 0;
	display:block;
	height:95px;
	width:2px;
	background:url(img/logo/divide.jpg) no-repeat center;
}

/* Hovers with CSS preload */

#logos > ul > li.ukf, #logos > ul > li.ukf:hover , #logos > ul > li.ukf:focus  {
	background:url(img/logo/ukf_black.jpg) no-repeat center;
}
#logos > ul > li.drumandbassarena, #logos > ul > li.drumandbassarena:hover , #logos > ul > li.drumandbassarena:focus {
	background:url(img/logo/drumandbassarena_black.jpg) no-repeat center;
}
#logos > ul > li.thisisdubstep, #logos > ul > li.thisisdubstep:hover , #logos > ul > li.thisisdubstep:focus {
	background:url(img/logo/thisisdubstep_black.jpg) no-repeat center;
}
#logos > ul > li.dnbtv, #logos > ul > li.dnbtv:hover , #logos > ul > li.dnbtv:focus {
	background:url(img/logo/dnbtv_black.jpg) no-repeat center;
}
#logos > ul > li.getdarker, #logos > ul > li.getdarker:hover , #logos > ul > li.getdarker:focus {
	background:url(img/logo/getdarker_black.jpg) no-repeat center;
}

#logos > ul > li.ukf {
	background:url(img/logo/ukf.jpg) no-repeat center;
}
#logos > ul > li.drumandbassarena {
	background:url(img/logo/drumandbassarena.jpg) no-repeat center;
}
#logos > ul > li.thisisdubstep {
	background:url(img/logo/thisisdubstep.jpg) no-repeat center;
}
#logos > ul > li.dnbtv {
	background:url(img/logo/dnbtv.jpg) no-repeat center;
}
#logos > ul > li.getdarker {
	background:url(img/logo/getdarker.jpg) no-repeat center;
}



/* Styles for the Footer section */
#footer {
	width: 100%;
	background-color: #5a5a5a;
	height: 105px;
	color: #ffffff;
	font-size: 12px;
}
#footer > ul {
	width: 960px;
	margin: 10px auto 0;
}
#footer > ul > li {
	float: left;
	padding: 10px 12px;
	margin-top: 10px;
}
#footer > ul > li > a {
	color: #ffffff;
}

#footer > ul > li:nth-child(2) {
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 10px 28px;
	margin: 10px 18px 0;
}
#footer > ul > li:last-of-type {
	width: 934px;
	border-left: none;
	border-top: 1px solid white;
	margin-top: 0;
}


/* Styles for the Home page */

div#content {
width: 960px;
margin: 0 auto;
}

#content > ul.team {
	width: 315px;
	height: 588px;
	float: left;

}

#content > ul.team > h1 {
	display: block;
	height: 20px;
	width: 960px;
	padding: 20px 0 20px;
}

#content > ul.team > li {
	width: 85px;
	height: 88px;
	margin: 0 15px 10px 0;
	float: left;
}
#content > ul.team > li > a {
	display: block;
	text-indent: -9999px;
	width: 85px;
	height: 88px;
	cursor: pointer;
}
#content > ul.team > li>img {
	width: 50px;
	height: 53px;
}

#content > ul.team > li.del {
	background:url(img/people/del.jpg) no-repeat center;
}
#content > ul.team > li.james {
	background:url(img/people/james.jpg) no-repeat center;
}
#content > ul.team > li.karl {
	background:url(img/people/karl.jpg) no-repeat center;
}
#content > ul.team > li.craig {
	background:url(img/people/craig.jpg) no-repeat center;
}
#content > ul.team > li.tom {
	background:url(img/people/tom.jpg) no-repeat center;
}
#content > ul.team > li.halina {
	background:url(img/people/halina.jpg) no-repeat center;
}
#content > ul.team > li.toby {
	background:url(img/people/toby.jpg) no-repeat center;
}
#content > ul.team > li.benm {
	background:url(img/people/benm.jpg) no-repeat center;
}
#content > ul.team > li.jack {
	background:url(img/people/jack.jpg) no-repeat center;
}
#content > ul.team > li.benb {
	background:url(img/people/benb.jpg) no-repeat center;
}
#content > ul.team > li.luke {
	background:url(img/people/luke.jpg) no-repeat center;
}
#content > ul.team > li.keya {
	background:url(img/people/keya.jpg) no-repeat center;
}
#content > ul.team > li.bernie {
	background:url(img/people/bernie.jpg) no-repeat center;
}
#content > ul.team > li.daniel {
	background:url(img/people/daniel.jpg) no-repeat center;
}
#content > ul.team > li.bo {
	background:url(img/people/bo.jpg) no-repeat center;
}


#content > div.office {
	width: 640px;
	height: 481px;
    margin-top: 60px;
	overflow: hidden;
	float: left;
	background: url(img/office/office-5.jpg) #777777;
}



#content > div.office > li {
}

#slider {
    position:relative;
    width:640px; /* Change this to your images width */
    height:548px; /* Change this to your images height */
    background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}


/* Styles for the Brands page */

ul#brands {
	margin-top: 36px;
	width: 810px;
}

ul#brands > li > img {
	margin: 100px 50px;
	float: left;
}
ul#brands > li > div {
	width: 300px;
	padding: 20px 0 0 0;
	float: left;
}
ul#brands > li > div > h3 {
	padding: 40px 0 30px;
	font-size: 18px;
}

ul#brands > li > div > p {
	padding: 5px 0;
	line-height: 1.2em;
	font-size: 12px;
}

ul#brands > li > div > a {
	padding: 20px 0;
}

/* Styles for the Services page */

#content > ul#services > img {
	float: left;
	margin: 50px 0 52px;
}

#content > ul#services > li {
	margin: 50px 60px 20px;
	width: 235px;
	height: 200px;
	float: left;
}

#content > ul#services > li > p {
	font-size: 12px;
}

#content > ul#services > li > h4 {
	padding: 20px 0;
}


/* Styles for the Team page */


#content > ul#team {
	margin-top: 40px;
}

#content > ul#team > li {
	clear: both;
}

#content > ul#team > li > dl {
	width: 280px;
	font-size: 12px;
	line-height: 40px;
}

#content > ul#team > li > dl > dt {
	float: left;
	font-weight: 800;
	margin-right: 2px;
}
#content > ul#team > li > dl > dd {
}
#content > ul#team > li > dl > p {
	width: 140px;
	font-size: 10px;
	line-height: 12px;
	display: none;
}

#content > ul#team > li:nth-child(odd) > img, #content > ul#team > li:nth-child(odd) > dl {
	float: right;
}
#content > ul#team > li:nth-child(even) > img, #content > ul#team > li:nth-child(even) > dl {
	float: left;
}


#content > ul#team > li#diluk dl {
	position: relative;
	top: 41px;
	left: 24px;
}
#content > ul#team > li#james dl {
	position: relative;
top: 71px;
left: 73px;
}
#content > ul#team > li#karl dl {
	position: relative;
top: 103px;
left: 74px;
}
#content > ul#team > li#craig dl {
	position: relative;
top: 127px;
left: 37px;
}
#content > ul#team > li#tom dl {
	position: relative;
top: 63px;
left: 45px;
}
#content > ul#team > li#halina dl {
	position: relative;
top: 98px;
left: 37px;
}
#content > ul#team > li#toby dl {
	position: relative;
top: 130px;
left: 70px;

}
#content > ul#team > li#benm dl {
	position: relative;
top: 144px;
left: 78px;
}
#content > ul#team > li#jack dl {
	position: relative;
top: 112px;
left: 75px;
}
#content > ul#team > li#benb dl {
	position: relative;
top: 110px;
left: 15px;
}
#content > ul#team > li#luke dl {
	position: relative;
top: 89px;
left: 96px;
}
#content > ul#team > li#keya dl {
	position: relative;
top: 73px;
left: 47px;
}
#content > ul#team > li#bernie dl {
	position: relative;
top: 73px;
left: 47px;
}
#content > ul#team > li#daniel dl {
	position: relative;
top: 73px;
left: 47px;
}
#content > ul#team > li#bo dl {
	position: relative;
top: 73px;
left: 47px;
}
/* Styles for the Jobs page */

#content > div#jobs > img {
	float: left;
	margin: 50px 0 52px;
}

#content > div#jobs > div {
	float: left;
	width: 600px;
	display: block;
	padding: 55px;
	font-size: 12px;
}


#content > #jobs p {
	padding: 10px 0;
}
#content > #jobs strong {
	padding: 30px 0;
}
#content > #jobs em {
	font-weight: 200;
	font-style: italic;
}
#content > #jobs ul li {
	list-style: disc;
	list-style-position: inside;
	padding: 10px 0 10px 5px;
}

/* Styles for the Contact page */

#content > div#contact {
		margin: 48px 0;
}
#content > div#contact > img {
}
#content > div#contact > #map {
	width: 469px;
	height: 487px;
	float: right;
	position: relative;
	right: 4px;
	background-image: url(img/img/contact/map.jpg);
}

#content > div#contact > div#vcard {
	position: relative;
	bottom: 487px;
	left: 250px;
	width: 90px;
	height: 464px;
	margin-bottom: -464px;
	padding: 8px 138px 10px 9px;
	font-size: 12px;
	style: nowrap;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
}

#content > div#contact > div#vcard > span {
	display: block;
	line-height: 1;
}

#content > div#contact > div#vcard > span.adr {
	display: block;
	width: 185px;
	height: 75px;
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	border-right: 1px solid #777777;
}
