/*
	Stylesheet
	brightmedia.co.nz
	
	Author: Mary Parks
*/

body {
	margin: 0; padding: 0;
	text-align: center;
	color: #606060;
}

body#home	{
	background: #FFF url("../images/body-bg.jpg") repeat-x top center; 
}

body#about, body#services, body#portfolio, body#contact {
	background: #FFF url("../images/content-bg.jpg") repeat-x top center; 
}

p, th, td, ul, li {
	font: normal 14px/1.6em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	margin: 0; padding: 5px 0;
}

.small li {
	font: normal 12px/1.4em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}

.small {
	font: normal 12px/1.4em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}

.subtitle { font: normal 14px/1.8em Arial, Helvetica, sans-serif; border-bottom: 1px solid #000; }

a:link, a:active, a:visited {
	color: #606060;
	text-decoration: none;
	border-bottom: 1px dotted #606060;
}

a:hover {
	color: #9DCB47;
	text-decoration: none;
	border-bottom: 1px solid #9DCB47;
}

ul {
	list-style-type: square;
	padding: 10px 0;
	margin: 0;
	font-weight: bold;
}

li {
	padding: 0;
	margin: 0 15px;
}


/* header styles */

h1, h2 { margin: 0; padding: 0; }

h1 { font: normal 24px/1.4em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; }

h2 { font: bold 22px/1.4em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; }

h3 { 
	font: bold 20px/1.2em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	margin: 0; padding: 10px 0; 
}

h4 { 
	font: bold 16px/1.4em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	color: #7D8578;
	margin: 0; padding: 10px 0 2px; 
}

h5 { 
	font: bold 14px/1.4em 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	color: #7D8578; 
	margin: 10px 0; padding: 10px 0 0;
	border-top: 1px dotted #606060;
}

h6 {
	font: bold 12px/1.4em 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	margin: 0; padding: 10px 0 0;
}



/*	Layout */

#wrapper {
	width: 950px;
	margin: 0 auto; padding: 0;
}

h1#header {
	width: 400px;
	height: 172px;
	margin: 0; padding: 0;
	float: left;
	background: url("../images/bm-logo.jpg") no-repeat bottom left;
	text-indent: -999em;
}

#nav {
	width: 520px;
	height: 123px;
	margin: 0; padding: 49px 0 0;
	float: right;
	list-style: none;
	overflow: hidden;
}

#banner {
	min-height: 65px;
	clear: both;
	margin: 0; padding-left: 216px;
	background: url("../images/banner-bg.jpg") no-repeat;
	text-align: left;
}

#home #banner h2 {
	margin: 0; padding: 10px 10px;
	color: #000;
	font: normal 16px/1.4em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}

#banner h2 {
	margin: 0; padding: 20px 30px 10px 216px;
	color: #afac92;
	font: bold 26px/1.4em Calibri, 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
}

#banner h2#title-about {
  text-indent: -999em;
  background: url("../images/title-about.gif") no-repeat;
}

#banner h2#title-services {
  text-indent: -999em;
  background: url("../images/title-services.gif") no-repeat;
}

#banner h2#title-portfolio {
  text-indent: -999em;
  background: url("../images/title-portfolio.gif") no-repeat;
}

#banner h2#title-contact {
  text-indent: -999em;
  background: url("../images/title-contact.gif") no-repeat;
}

#content {
  clear: both;
  min-height: 150px;
  margin: 0; padding: 20px 40px;
  text-align: left;
  overflow: hidden;
}

#copyright {
	clear: both;
  width: 100%;
  margin: 20px 0 0; padding: 0;
	border-top: 1px solid #CCC;
	text-align: center;
}

#copyright p {
	margin: 0; padding: 10px 0;
  font-size: 12px;
}

/* home page specific layout styles */
#home-left { 
	width: 240px;
	float: left;
	margin: 0; padding: 0 20px 0 0;
}

#home-left ul {
	list-style: none;
	margin: 0; padding: 0;
}

#home-left li {
	margin: 0; padding: 0 14px;
	background: url("../images/bullet-arrow.png") no-repeat 0;
}

#home-mid { 
	width: 375px;
	height: 180px;
	float: left;
	margin: 0; padding: 0;
	border: 1px solid #d3d5cb; border-width: 0 1px;
	text-align: center;
}

#home-mid a { border: 0; }
#home-mid img { border: 1px solid #CCC; }

#home-right { 
	width: 200px;
	float: right;
	margin: 0; padding: 0 0 0 20px;
}

.left { 
	width: 290px;
	margin: 0; padding: 0 0 0 40px;
	float: left;
}

.right { 
	width: 470px;
	margin: 0; padding: 0;
	float: right;
}

.portfolio p {
  padding-bottom: 20px;
}

#submenu {
	width: 275px;
  min-height: 120px;
  margin: -13px 0 15px 0; padding: 10px 20px 0;
	background: url("../images/submenu.jpg") no-repeat top left;	
}

.quote {
	width: 275px;
  margin: 0; padding: 0;
	
	font: normal 11px/1.6em 'Lucida Sans Unicode', Arial, Helvetica, sans-serif;
	color: #7D8578;
}

.quote .text {
	background: #f7f6ec url("../images/quote-tp.jpg") no-repeat top left;
	margin: 0; padding: 15px 20px 10px;
}

.quote .name {
	background: url("../images/quote-bt.jpg") no-repeat top left;
	margin: 0; padding: 25px 20px 10px;
}


.indent {
  padding-left: 22px;
}

/* navigation */

#nav li {
	height: 123px;
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a {
	display: block;
	float: left;
	border: none;
	margin: 0; padding: 123px 0 0;
	height: 0;
	overflow: hidden;
	background: url("../images/nav.jpg") no-repeat 0 0;
}

/* navigation - static */
#nav .home  a { width: 53px; }
#nav .about  a { width: 49px; background-position: -53px 0; }
#nav .services a { width: 65px; background-position: -102px 0; }
#nav .portfolio a { width: 67px; background-position: -167px 0; }
#nav .contact a { width: 92px; background-position: -237px 0; }

/* navigation - hover */
#nav a:hover { background-position: 0 -123px; }
#nav .about a:hover { width: 49px; background-position: -53px -123px; }
#nav .services a:hover { width: 65px; background-position: -102px -123px; }
#nav .portfolio a:hover { width: 67px; background-position: -167px -123px; }
#nav .contact a:hover { width: 92px; background-position: -237px -123px; }

/* shows current page dependent on body id tag */
#home #nav .home a { background-position: 0 -123px; }
#about #nav .about a { background-position: -53px -123px; }
#services #nav .services a { background-position: -102px -123px; }
#portfolio #nav .portfolio a { background-position: -167px -123px; }
#contact #nav .contact a { background-position: -237px -123px; }


/* contact page */

#contact-form {
	margin: 20px 0; padding: 20px 0;
	border-top: 1px dotted #606060;
}

.contact-details {
	margin: 0; padding: 0;
}

.contact-details th {
	margin: 0; padding: 0;
	padding-right: 1em;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.contact-details td {
	margin: 0; padding: 0;
	padding-bottom: 1em;
	vertical-align: top;
}

input, textarea { width: 200px; border: 1px solid #CCC; padding: 2px 4px; color: #606060; font: normal 12px/1.4em 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; }

#img-icon a { border-bottom: 0px; text-decoration: none; }


	.work { 
		list-style: none;
		margin: 0; padding: 0;
	}
	
	.work li {
		height: 30px;
		margin: 0; padding: 0;
		font: normal 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	}
	
	.work li a, .work li a:visited {
		padding-top: 6px;
		display: block;
		height: 23px;
		color: #999;
		text-decoration: none;
	}
	
	.work li a strong {
		color: #333;
		font-weight: normal;
	}
	
	.work li.link a, .work li.link a:visited {
		background: #fff url('../images/link.png') no-repeat right 10px;
	}

	.work li.link a:hover, .work li.link a:visited:hover {
		background: transparent url('../images/link.png') no-repeat right -30px;
	}

	.work li.pop a, .work li.pop a:visited {
		background: #fff url('../images/popup.png') no-repeat right 10px;
	}

	.work li.pop a:hover, .work li.pop a:visited:hover {
		background: transparent url('../images/popup.png') no-repeat right -30px;
	}



.hidden {
	display: none;
}
