body {
	background-color: #333333;
	margin-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #6C6C6C;
	font-size: 54px;
	font-weight: bold;
}

h2 {
font-size:14px;
margin:20px 0 0 0;
}

#container {
	width: 920px;
	height: 514px;
	border: 2px solid #919191;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	background-color: #3C3C3C;
	position:relative;
}

#containerpic {
	width: 920px;
	height: 514px;
	border: 2px solid #919191;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	background-image:url(Images/Andy.jpg);
	background-repeat:no-repeat;
	position:relative;
}

.noborder {
	border:none;
}


/* main site navigation */

#nav {
	color: #FFFFFF;
	font-size: 14px;
	position:absolute;
	top:525px;
}

/* home nav */

#nav a.blue {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 12px;
}
#nav a:hover.blue{
	color: #32ABFF;
	padding-right: 12px;
}
#nav a.blueactive {
	text-decoration: none;
	color: #32ABFF;
	font-weight: bold;
	padding-right: 12px;
}

.home {
	color: #32ABFF;
}

/* people nav */

#nav a.pink {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 12px;
}
#nav a:hover.pink{
	color: #FF0099;
	padding-right: 12px;
}
#nav a.pinkactive {
	text-decoration: none;
	color: #FF0099;
	font-weight: bold;
	padding-right: 12px;
}

.peoplebutton {
	margin-top:20px;
	}

/* design nav */

#nav a.green {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 12px;
}
#nav a:hover.green{
	color: #99CC33;
	padding-right: 12px;
}
#nav a.greenactive {
	text-decoration: none;
	color: #99CC33;
	font-weight: bold;
	padding-right: 12px;
}

/* news nav */

#nav a.purple {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 12px;
}
#nav a:hover.purple{
	color: #BE3FBE;
	padding-right: 12px;
}
#nav a.purpleactive {
	text-decoration: none;
	color: #BE3FBE;
	font-weight: bold;
	padding-right: 12px;
}

/* contact nav */

#nav a.orange {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding-right: 12px;
}
#nav a:hover.orange{
	color: #FF9900;
	padding-right: 12px;
}
#nav a.orangeactive {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	padding-right: 12px;
}

/* game nav */

#nav a.game {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#nav a:hover.game{
	color: #32ABFF;
}
#nav a.gameactive {
	text-decoration: none;
	color: #32ABFF;
	font-weight: bold;
}

/* large text images */

/* ROLLOVER CSS - here be dragons */

#copypic {
	width: 920px;
	padding-bottom: 20px;
	position:relative;
}

.copypic_home {
	background: url('./Images/copypic_home.jpg') no-repeat 2px 5px;	
	height:240px;
}

.copypic_people {
	background: url('./Images/copypic_people.gif') no-repeat -2px 5px;	
	height:280px;
}

#copypic a {
	display:block;
}
#copypic a span {
	display:none;
	text-decoration:none;
	outline:none;
}

#branding {
	background: url('./Images/roll_branding.jpg') no-repeat scroll -54px -54px;
	position:absolute;
	width:268px;
	height:54px;
	top:3px;
	left:-2px;
}

#design {
	background: url('./Images/roll_design.jpg') no-repeat scroll -54px -54px;
	position:absolute;
	width:457px;
	height:54px;
	top:3px;
	left:282px;
}

#direct {
	background: url('./Images/roll_direct.jpg') no-repeat scroll -54px -54px;
	position:absolute;
	width:321px;
	height:54px;
	top:60px;
	left:-2px;
}

#advertising {
	background: url('./Images/roll_advertising.jpg') no-repeat scroll -54px -54px;
	position:absolute;
	width:336px;
	height:54px;
	top:60px;
	left:331px;
}

#exhibition {
	background: url('./Images/roll_exhibition.jpg') no-repeat scroll -54px -54px;
	position:absolute;
	width:555px;
	height:54px;
	top:122px;
	left:0px;
	z-index:3;
}

#web_design {
	background: url('./Images/roll_web.jpg') no-repeat scroll -540px -540px;
	position:absolute;
	width:700px;
	height:112px;
	top:126px;
	left:0px;
	z-index:1;
}

#news {
	background: url('./Images/roll_news.jpg') no-repeat scroll -540px -540px;
	position:absolute;
	width:473px;
	height:57px;
	top:170px;
	left:223px;
	z-index:3;
}


#Andy_Caroll {
	background: url('./Images/roll_andy.jpg') no-repeat scroll -550px -550px;
	position:absolute;
	width:762px;
	height:59px;
	top:-2px;
	left:-9px;
}

#Vince_Southall {
	background: url('./Images/roll_vince.jpg') no-repeat scroll -550px -550px;
	position:absolute;
	width:762px;
	height:59px;
	top:61px;
	left:-9px;
}

#Claire_Robinson {
	background: url('./Images/roll_claire.jpg') no-repeat scroll -550px -550px;
	position:absolute;
	width:762px;
	height:59px;
	top:121px;
	left:-9px;
}

#Emma_Caroll {
	background: url('./Images/roll_emma.jpg') no-repeat scroll -550px -550px;
	position:absolute;
	width:762px;
	height:59px;
	top:181px;
	left:-9px;
}

#Humphrey {
	background: url('./Images/roll_humph.jpg') no-repeat scroll -550px -550px;
	position:absolute;
	width:762px;
	height:59px;
	top:242px;
	left:-9px;
}


#copypic a:link, #copypic a:visited, #copypic a:active {
	outline:none;
}

#copypic a:hover {
	background-position: bottom left;
	outline:none;
}

/* content area for news snippet on home page */

#content_whatsnew {
	height: 160px;
	width: 920px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
}

#content_whatsnew a, #content_whatsnew a:hover {
    color: #32ABFF;
	text-decoration: none;
}

/* content area for people overview page */

#content_people {
	height: 160px;
	color: #FFFFFF;
	font-weight: normal;
}

#content_design {
	height: 100%;
	color: #FFFFFF;
	font-weight: normal;
}

.overview {
	width:920px;
	font-size:17px;
	line-height:26px;
}

.specific {
	width:350px;
	font-size:12px;
	line-height: 17px;
}


#content_people a, #content_people a:hover {
    color: #FF0099;
	text-decoration: none;
}

/* content area for design overview page */

#content_design {
	height: 160px;
	width: 920px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin:20px 0 0 0;
}

#design_links
{
	float: left; 
	margin-right: 0px; 
	width: 309px;
}

#content_design a {
	text-decoration: none;
}

#content_design a:hover, #content_design a:active {
	color: #99CC33;
	text-decoration: none;
}

.white {
	color:#FFFFFF;
	}

.green {
	color: #99CC33;
}

#content_design a.green {
	color: #99CC33;
}

#design_images
{
	padding-top: 20px;
	min-height:356px;
}

#design_images img
{
	display:block;
}

/* pagers */
#design_pager_container
{
	margin-left: 309px; 
	margin-top: 0;
	color:#626262;
	font-weight:bold;
	font-size:14px;
}

#news_pager_container
{
	color:#626262;
	font-weight:bold;
	position:absolute;
	left:499px;
	top:50px;
	font-size:14px;
}

#design_pager_container p,
#news_pager_container p
{
	display:inline;
}

#design_pager_container .weblink:link,
#design_pager_container .weblink:visited
{
	background-color:#505050;
	color:#9c3;
	font-size:11px;
	padding:5px 5px 4px 5px;
}

.designpager,
.newspager {
	list-style:none;
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	/*font-weight:bold;
	font-size:11px;*/
}

.designpager li {
	display:inline;
	margin-right:5px;
}

.newspager li {
	display:inline;
	margin-right:3px;
}

.designpager a,
.newspager a {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#505050;
	padding:0px 4px 1px 5px;
}

.designpager a.green {
	color:#FFFFFF !important;
	text-decoration:none;
	background-color:#9c3;
}

.newspager a.purple {
	color:#FFFFFF !important;
	text-decoration:none;
	background-color:#939;
}


/* content area for news overview page */

#content_news {
	height: 160px;
	width: 920px;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: normal;
	line-height: 26px;
}

#content_news a, #content_news a:hover {
    color: #993399;
	text-decoration: none;
}

.newsthumbs {
position:absolute;
left:25px;
top:80px;
float:left;
}

#newstext {
position:absolute;
left:500px;
width:400px;
}

#newstext p {
	color:#ffffff;
	font-size:12px;
	line-height:16px;
}

#newstext h1 {
font-size:18px;
line-height:normal;
}

#newstext a {
	color: #BE3FBE;
	text-decoration: none;
}

#newstext a:hover {
	color: #BE3FBE;
	text-decoration: none;
}

.news {
	color:#BE3FBE;
}

.pagelink.purple, .pagelink:hover{
	color: #BE3FBE;
	}


.newsthumb, .homenewsthumb {
border:5px solid #3C3C3C;
}

.newsthumb:hover, #newspic {
	border:5px #993399 solid;
}

#homenewsthumbs {
	list-style:none;
	list-style-type:none;
	display:inline;
	margin:0;
	padding:0;
	float:left;
}

#homenewsthumbs li {
display:inline;
margin-right:20px;
}

.homenewsthumb:hover {
	border:5px #32ABFF solid;
}

#newspic {
	width:390px;
	height:390px;
	position:absolute;
	left:35px;
	top:90px;
}

#closepic {
	position:absolute;
	top:455px;
	left:330px;
	width:100px;
	height:25px;
	text-align:center;
	background:#993399;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
}

#closepic a:link, #closepic a:visited{
color:#ffffff;
text-decoration:none;
}

#closepic a:hover {
text-decoration:underline;
}
/* styling for lists of things */

.pagelist {
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
#ul1, #ul2, #ul3, #ul4, #ul5 {
	font-size: 12px;
	margin-top: 5px;
}
#ul1 a, #ul2 a, #ul3 a, #ul4 a, #ul5 a {
	color: #FFFFFF;
}
#ul1 a:hover, #ul2 a:hover, #ul3 a:hover, #ul4 a:hover, #ul5 a:hover {
	color: #99CC33;
}

#rollover-bg {
	background: url('../Images/copypic_home.gif') no-repeat top left;
	width:733px;
	height:240px;
}
