body {
	background: #0e2c8e url(../images/bg.gif) no-repeat top left;
	color: #fff;
	font: 100% Arial, Helvetica, sans-serif;
}

a, a:link, a:visited {
	color: #fff;
	font-weight: bold;
}

a:hover, a:active {
	color: #00a6eb;
}

h1 {
	background: url(../images/logo.gif) no-repeat left top;
	height: 150px;
	display: block;
	margin-left: 72%;
}

html>body h1 {
	margin-left: 89%;
}


	h1 span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}

	
h2 {
	background: url(../images/h2.gif) no-repeat center center;
	height: 140px;
	display: block;
}

	h2 span {
		display: block;
		width: 0;
		height: 0;
		overflow: hidden;
	}


h3 {
	font-size: 0.95em;
	border-bottom: 1px solid #085da5;
}

h4 {
	font-size: 0.8em;
	color: #0e2c8e;
	display: block;
	padding-left: 2.5em;
	padding-top: 0.5em;
}
	
	h4#home {	
		background: url(../images/h4/home.gif) no-repeat;
		width: 160px;
		height: 29px;
	}

	h4#design {	
		background: url(../images/h4/design.gif) no-repeat;
		width: 160px;
		height: 29px;
	}
	
	h4#contact {	
		background: url(../images/h4/contact.gif) no-repeat center top;
		height: 26px;
		padding-left: 4em;
	}
	
	h4#signage {	
		background: url(../images/h4/signage.gif) no-repeat;
		width: 160px;
		height: 29px;
	}
	h4#exhibition {	
		background: url(../images/h4/exhibition.gif) no-repeat;
		width: 160px;
		height: 29px;
	}
	h4#posters {	
		background: url(../images/h4/posters.gif) no-repeat;
		width: 160px;
		height: 29px;
	}

a img {
	border: none;
}


p {
	font-size: 0.75em;
}

ul {
	font-size: 0.75em;
}

#container {
	width: 61em;
	margin: auto;
}



#sections {
	float: left;
	clear: both;
	width: 16.5em;
	padding: 0 0 0 3.5em;
	margin-top: 1.5em;
}

	#home2{	
		list-style-image: url(../images/bullet1.gif);
	}

	#design2 {	
		list-style-image: url(../images/bullet2.gif);
	}
	
	#posters2 {	
		list-style-image: url(../images/bullet3.gif);
	}


#main {
	float: left;
	width: 22em;
	border-left: 1px solid #085da5;
	border-right: 1px solid #085da5;
	padding: 0 1em;
}

	
	#contact-details {	
		float: left;
		background: url(../images/contact-bg.gif) no-repeat center bottom;
		width: 350px;
		height: 210px;
	}

	html>body #contact-details {	
		height: 225px;
		}

		#contact-details p {	
			width: 20em;
			font-size: 0.9em;
			font-weight: bold;
			margin-left: 1.8em;
		}

		#contact2 {	
			list-style-image: url(../images/bullet4.gif);
			font-size: 0.9em;
			font-weight: bold;
			margin-left: 3em;
		}
		html>body #contact2 {	
			margin-left: 1em;
		}
		
		.title {	
			color: #00a6eb;
		}
		

			#contact2 li {	
				padding: 0.5em 0;
			}

	.contextual {	
		float: left;
		padding: 0 0.5em 0.5em 0;
	}


#sections2 {
	float: right;
	width: 15em;
	padding: 0 0.5em 0 1em;
	margin-top: 1.5em;
}


	#signage2 {	
		list-style-image: url(../images/bullet5.gif);
	}
	
	#exhibition2 {	
		list-style-image: url(../images/bullet6.gif);
	}

