body	{
	margin: 1em;
	background-color: White;
}
img	{
	border:none;
}
p.header	{
	margin:0;
}
p.header img	{
	width:100%;
}
/* This defines the navigation menu bar */
div.menulist	{
	margin: 1ex 1em;
	height: 2em;
}

div.menulist ul {
		padding: 0;
		margin:0;
		list-style: none;
	}
div.menulist li {
		float: left;
		position: relative;
		color: White;
		padding: 1px 2px;
		width: 10%;
		margin: 0px 1% 0px 1%;
		font-size:115%;
		font-weight:bold;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		text-align: center;
}
div.menulist li.link:hover	{
	background-color: White;
}

div.menulist li a:hover	{
	background-color: White;
}

/* These define the main part of the page: 
	one class (either darkmain - dark background - or lightmain - light background) which has the definitions common to all.
	Individual classes have the stuff unique to that page */
	
div.darkmain	{
	margin: 0;
	padding: 1em;
	color: White;
	font-size:120%;
	font-family:  Helvetica, Arial, sans-serif;
	clear: both;
}

div.lightmain	{
	margin: 0;
	padding: 1em;
	color: Black;
	font-size:120%;
	font-family:  Helvetica, Arial, sans-serif;
	clear: both;
}

div.lightmain h3 {
	font-size: 120%;
}

div.lightmain {
	font-size: 100%;
}

a:link {
	color: #0092CF;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #939BA1;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #ED1556;
	text-decoration: none;
	}
	
div.darkmain a:link {
	color: #E1E1E1;
	font-weight: bold;
	text-decoration: underline;
}

div.darkmain a:visited{
	color: #E1E1E1;
	font-weight: bold;
	text-decoration: underline;
}

div.darkmain a:hover {
	font-weight: bold;
	color: #FFDA99;
	text-decoration: none;
	}

/* These serve a dual purpose, to define the background colours of the 
	buttons and the corresponding main page. */
li.contact {
	background-color: #FDBB30;
	border: 3px solid #FDBB30;
}	

li.contact a:hover	{
	color: #FDBB30;
}

div.contact	{
	background-color: #FFE09B;
}	

div.backpages p {
	font-size: 93%;
	font-style: italic;
	margin: 1ex 0ex 0ex 0ex;
}

div.backpages p.list	{
		text-indent: -30px;
		margin-left: 40px;
	}
	
div.backpages p.list img	{
		vertical-align: text-bottom;
	}


div.backpages p.footer	{
	text-align: center;
	font-style: normal;
	margin-bottom: 20px;
}

div.disposables	{
	background-image: url(creative/images/moments.jpg); 
	background-position: top center; 
	background-repeat: no-repeat; 
	clear:both; 
}
div.disposables p	{
	font-size: 93%;
	font-style: italic;
	margin: 1ex 0ex 0ex 0ex;
}

.centre	{
	text-align:center;
}
.right	{
	text-align:right;
}
.left	{
	text-align:left;
}

li.history	{
	background-color: #C5C6C8;
	border: 3px solid #C5C6C8;
}	

li.history a:hover	{
	color: #C5C6C8;
}

div.history	{
	background-color: #E6E7E8;
}	

li.creative	{
	background-color: #ED1556;
	border: 3px solid #ED1556;
}	

li.creative	 a:hover	{
	color: #ED1556;
}

li.branding	{
	background-color: #939BA1;
	border: 3px solid #939BA1;
}	

li.branding	 a:hover	{
	color: #939BA1;
}

div.branding, div.creative	{
	background-color: #939BA1;
}	

div.creative p {
	margin-top: 1.5em;
}

li.products	{
	background-color: #009B7A;
	border: 3px solid #009B7A;
}	

li.products	 a:hover	{
	color: #009B7A;
}

div.products	{
	background-color: #009B7A;
}	

li.blog	{
	background-color: Black;
	border: 3px solid Black;
}	

li.blog	 a:hover	{
	color: Black;
}

div.blog	{
	background-color: white;
}	

li.home	{
	background-color: #0092CF;
	border: 3px solid #0092CF;
}

li.home	 a:hover	{
	color: #0092CF;
}

div.home	{
	background-color: #0092CF;
}

div.menulist li a	{
	color: White;
	text-decoration: none;

}

img.logo	{
	float:left;
	width:96px;
	height:84px;
	border:none;
	padding:0em 3em 1em 3em;
}

img.button	{
	float:left;
	width:96px;
	height:130px;
	border: 5px solid White;
	margin: 0em 3em 1em 3em;
}

p.strapline {
	font-family: 'Bradley Hand ITC',cursive;
	font-weight: bold;
	padding: .5em;
	margin: 1em; 
	font-size: 150%;
}

span.contact {
	color: White;
	background-color: #FDBB30;
	padding: 3px 1em;
	width: 10%;
	margin: 1em 1em 1em 3em;
	font-size:100%;
	font-weight:bold;
	font-family:  Helvetica, Arial, sans-serif;
	text-align: center;
}

p.contact {
	font-size: 90%;
	margin-bottom:0em;
}
p.contact-centre	{
	font-size: 90%;
	text-align: center;
	margin-top:0em;
	padding-bottom:1em;
}
strong	{
	font-weight: 900;
	font-size:108%;
}

p.credit	{
	text-align: right;
	margin-top: 15px;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 80%;
	clear: right;
}

p.clear	{
	font-size: 1px;
	margin: 0px;
	clear: left;
}

p.clearall	{
	font-size: 1px;
	margin: 0px;
	clear: both;
}

p.caption {
	margin-top: 0em;
	font-size: 90%;
	font-style: italic;
}

div.backpages	{
	margin: 0 auto;
	width: 960px;
	padding: 1em 0;
	color: Black;
	font-size:100%;
	font-family:  Helvetica, Arial, sans-serif;
	clear: both;
}

h1.red {
	text-align: center;
	font-size: 400%;
	color: White;
	background-color: #ED1556;
	padding: 0.5ex;
	margin: 0 0 1ex 0;
}

h1.green {
	text-align: center;
	font-size: 400%;
	color: White;
	background-color: #009B7A;
	padding: 0.5ex;
	margin: 0 0 1ex 0;
}

h1.blue {
	text-align: center;
	font-size: 400%;
	color: White;
	background-color: #0092CF;
	padding: 0.5ex;
	margin: 0 0 1ex 0;
}

h1.grey {
	text-align: center;
	font-size: 400%;
	color: White;
	background-color: #939BA1;
	padding: 0.5ex;
	margin: 0 0 1ex 0;
}

h2 {
	font-size: 150%;
	font-weight: bold;
}

h2.blue {
		color: #0092CF;
}

h3 {
	font-size: 120%;
	font-weight: normal;
	text-align: center;
}

h3.red {
		color: #ED1556;
} 

h3.green {
		color: #009B7A;
} 

hr {
	border: 0;
	height: 3px;
	margin: 20px 5%;
}

hr.green {
	color: #009B7A;
	background-color: #009B7A;
}

hr.grey {
	color: #939BA1;
	background-color: #939BA1;
}

hr.red {
	color: #ED1556;
	background-color: #ED1556;
}

hr.blue {
	color: #0092CF;
	background-color: #0092CF;
}

div.substrate {
	background-color: #F3D1A6;
	margin: 50px 0px 10px 52px;
	float: left;
	text-align: center;
	font-size: 90%;
	padding: 10px;
}

