@charset "UTF-8";
/* Titus Productions - home */

html, body {
	background: #fff;
}

div#graphic-nav {
	width: 780px;
	margin: 0 auto;
}

div.section {
	float: left;
	padding: 0 20px;
	margin-bottom: 3em;
}

div.section h3 {
	text-align: center;
}

/*sections banners*/
a.section-banner {
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
	border: 1px solid #ccc;
}

a#corporate-banner {
	background: url(../images/home/corporate2.jpg) no-repeat 0 0;
}

a#events-banner {
	background: url(../images/home/events.jpg) no-repeat 0 0;
}

a#weddings-banner {
	background: url(../images/home/weddings.jpg) no-repeat 0 0;
}

a#films-banner {
	background: url(../images/home/films.jpg) no-repeat 0 0;
}

a:hover#corporate-banner, a:hover#events-banner, a:hover#weddings-banner, a:hover#films-banner {
	background-position: 0 -150px;
}

div#branding {
	width: 260px;
	float: left;
	background-position: 2em 2em;
}

p {
	float: right;
	width: 500px;
}

p#site-info {
	clear: both;
	float: none;
	padding-top: 4em;
}