/* CSS for mindstream - Simon Pollard for deckchair.co.uk 2008 */
/* Style for index page */
div#content {
	padding-top: 20px;
}
div#content p {
	font-size: 13px;
}
div#left-links {
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
div#left-links a {
	display: block;
	width: 127px;
	height: 24px;
	text-decoration: none;
	color: #000000;
	background-image: url(../images/left-links-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	/*margin-bottom: 10px;*/
	padding-left: 15px;
	padding-top: 10px;
}
div#left-links a.multiline {
	padding-top: 4px;
	height: 30px;
}
div#left-links p {
	margin-bottom: 5px;
}
div#content-right {
	float: right;
	width: 600px;
	padding-right: 50px;
	background-position: top right;
	background-repeat: no-repeat;
	clear: right;
	margin-bottom: 40px;
}
object, embed {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	margin-right: -50px;
	margin-top: 20px;
}
/*
div.what {
	background-image: url(../images/what/what-we-do-pic.jpg);
}
div.event-management {
	background-image: url(../images/what/event-management-bg.jpg);
}
div.creative-design {
	background-image: url(../images/what/creative-design-pic.jpg);
}
div.multimedia {
	background-image: url(../images/what/multimedia-pic.jpg);
}
*/
h1 {
	color: #f25c40;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}
div#content-right p {
	margin-top: 15px;
}
div.line {
	background-color: #f25c40;
	height: 2px;
	width: 650px;
	font-size: 1px;
}
ul {
	font-size: 13px;
	margin-top: 15px;
	/* list-style-image: url(../images/list.jpg); */
	margin-left: 15px;
}
li {
	margin-top: 5px;
}
	