@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#fff;
	margin:0;
	padding:0;
}
a {
	color:#fff;
}
a:hover {
	text-decoration:none;	
}
div#main {
	overflow:auto;
	min-width:1195px;
}	
div#sidebar {
	width:171px;
	float:left;
}
div#sidebar h1#logo {
	margin:0px;	
}
div#sidebar h1#logo a {
	display:block;
	width:171px;
	height:124px;
	text-indent:-9999px;
	background-image:url(../images/bleak-films.jpg);
	background-repeat:no-repeat;
}
ul#navigation {
	margin:0;
	padding:0;
}
ul#navigation li {
	width:171px;
	list-style:none;
	height:31px;
}
ul#navigation li a {
	display:block;
	width:171px;
	height:31px;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
ul#navigation li a:hover {
	
}
/* nav items */
ul#navigation li#aboutus a {
	background-image:url(../images/about-bleak-films.jpg);
}
ul#navigation li#aboutus a:hover {
	background-image:url(../images/about-bleak-films-over.jpg);	
}
ul#navigation li#weddings a {
	background-image:url(../images/byron-bay-wedding-videos.jpg);
}
ul#navigation li#weddings a:hover {
	background-image:url(../images/byron-bay-wedding-videos-over.jpg);	
}
ul#navigation li#events a {
	background-image:url(../images/byron-bay-event-filming.jpg);
}
ul#navigation li#events a:hover {
	background-image:url(../images/byron-bay-event-filming-over.jpg);	
}
ul#navigation li#shortfilms a {
	background-image:url(../images/independant-short-films.jpg);
}
ul#navigation li#shortfilms a:hover {
	background-image:url(../images/independant-short-films-over.jpg);	
}
ul#navigation li#corporatevideos a {
	background-image:url(../images/corporate-videos.jpg);
}
ul#navigation li#corporatevideos a:hover {
	background-image:url(../images/corporate-videos-over.jpg);	
}
ul#navigation li#testimonials a {
	background-image:url(../images/testimonials-and-reviews.jpg);
}
ul#navigation li#testimonials a:hover {
	background-image:url(../images/testimonials-and-reviews-over.jpg);	
}
ul#navigation li#contactus a {
	background-image:url(../images/contact-bleak-films.jpg);
}
ul#navigation li#contactus a:hover {
	background-image:url(../images/contact-bleak-films-over.jpg);	
}
ul#navigation li#bleakfilms a {
	background-image:url(../images/home.jpg);
}
ul#navigation li#bleakfilms a:hover {
	background-image:url(../images/home-over.jpg);	
}
/* end image nav */
/* page titles */
h2#abouttitle {
	background-image:url(../images/aboutus.jpg);
	background-repeat:no-repeat;
	width:130px;
	height:42px;
	text-indent:-9999px;
}
h2#weddingstitle {
	background-image:url(../images/wedding.jpg);
	background-repeat:no-repeat;
	width:137px;
	height:42px;
	text-indent:-9999px;
}
h2#eventtitle {
	background-image:url(../images/events.jpg);
	background-repeat:no-repeat;
	width:93px;
	height:42px;
	text-indent:-9999px;
}
h2#shortfilmstitle {
	background-image:url(../images/shortfilms.jpg);
	background-repeat:no-repeat;
	width:148px;
	height:42px;
	text-indent:-9999px;
}
h2#corporatefilmstitle {
	background-image:url(../images/corporate.jpg);
	background-repeat:no-repeat;
	width:230px;
	height:42px;
	text-indent:-9999px;
}
h2#testimonialstitle {
	background-image:url(../images/testimonials.jpg);
	background-repeat:no-repeat;
	width:177px;
	height:42px;
	text-indent:-9999px;
}
h2#contacttitle {
	background-image:url(../images/contact.jpg);
	background-repeat:no-repeat;
	width:177px;
	height:42px;
	text-indent:-9999px;
}
/*  end page titles */
div#content {
	float:left;	
	text-align:center;
	margin:8px;
}
div#copy {
	margin:0px auto;
	text-align:justify;
	width:500px;
}
div#footer {
	margin:10px auto;
	text-align:justify;
	width:500px;
	font-size:12px;
	padding:10px 0px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
label {
	float:left;
	width:150px;
	clear:left;
}
input, select, textarea {
	padding:3px;
	margin-bottom:5px;
	width:300px;
}