@charset "utf-8";
/* Look Good Naked CSS Document - written by Lodey Associates 2008 

COLOUR GUIDE - for quick reference

background dark colour ---------------- #000000
skinsounds yellow --------------------------- #29ABE2
contrast colour (red) ----------------- #C1272D

*/


/*------------------------------------------------------------------------*/
/* GENERAL MASTER STYLES - SETUP*/
/*------------------------------------------------------------------------*/

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #111;
}
body {
	background-color: #FFF;
	background-image:url(_images_template/tile.png);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* LINKS GENERIC*/

a:link {
	color: #CD0000;
}
a:visited {
	color: #CD0000;
}
a:hover {
	color:#0099FF;
}
a:active {
	color: #CD0000;
}

/* HEADERS GENERIC*/

h1 {
	font-size:32px;
	color:#CD0000;
	font-weight:normal;
	margin-top:0;
}

h2 {
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin-top:40px;
}

/* this one works in body text - dif color and slightly bigger*/
h3 {
	font-size:16px;
	color:#333;
	font-weight:normal;
	margin-bottom:-10px;
	padding:0;
	margin-top:30px;
}


/* PARAGRAPH GENERIC*/

p {
	line-height:1.5em;
}

p.firstpara{
	font-size: 16px;
	line-height:1.6em;
}
.standOutColour {
	font-size:16px;
	color:#CD0000;
	font-weight:normal;
}

p.subText{
font-size:11px;
color:#CD0000;
}

p.picCredit{
font-size:10px;
text-align:center;
margin:0;
padding:0;
margin-top:-15px;
padding-top:3px;
color:#666;
}

/* IMAGE FLOAT GENERIC*/

.floatLeft{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

img{
border:none;
}

/*------------------------------------------------------------------------*/
/* TOP BLACK BAR*/
/*------------------------------------------------------------------------*/
#topBar{
	height:25px;
	border-bottom:2px solid #FFFFFF;
	background:#000000;
}

#topBar div{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#topBar div img{
	float:right;
	margin-top:10px;
}


/* wrapper*/
#wrap{
	background:url(_images_template/pageback.png) top repeat-y;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	padding-left:20px;
	padding-right:20px;
}


/*------------------------------------------------------------------------*/
/* HEADER IMAGE STYLES*/
/*------------------------------------------------------------------------*/

#headerImg{
	border-bottom:1px solid #FFF;
	margin:0;
	padding:0;
	height:170px;
	margin-left:auto;
	margin-right:auto;
}




/*------------------------------------------------------------------------*/
/* NAVBAR STYLES*/
/*------------------------------------------------------------------------*/

/* PARENT*/

#navBar{
	margin:0;
	padding:0;
	height:45px;

}

#navBar ul{
	float:left;
	width:778px;
	height:45px;
	position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
	background:url(_images_template/navbar_back.jpg) repeat-x top left;
	padding-left:22px;
	
}

#navBar li{
	display:inline;
	

}

#navBar a{
	padding:14px 24px 14px 24px;
	float:left;
	color:#111;
	text-decoration:none;
	font-size:15px;
}

#navBar a:hover{
	color:#000;
	background:url(_images_template/navbar_back_overtemp.jpg) repeat-x top left;
}

#home #navHome a,
#installation #navInstallation a,
#hire #navHire a,
#portfolio #navPortfolio a,
#contact #navContact a{
	color:#000;
	background:url(_images_template/childNavmarker.png) no-repeat bottom center;
}

/* CHILD*/
#childBar{
	margin:0;
	padding:0;
	height:30px;

}

#childBar ul{
	float:left;
	width:778px;
	height:30px;
	position:relative;
	list-style-type:none;
	margin:0;
	padding:0;
	background:url(_images_template/childNavback.png) repeat-x top left #000;
	padding-left:22px;
	
}

#childBar li{
	display:inline;
	height:30px;
	

}

#childBar a{
	padding:7px 10px 8px 10px;
	float:left;
	color:#ccc;
	text-decoration:none;
	font-size:12px;
	background:url(_images_template/childNavDiv.png) no-repeat center right;

}

#childBar a:hover{
	color:#fff;
}



#childBar a.currentPage{
	color:#fff;
	font-weight:bold;

}


/* ---------BULLET LIST MENUS--------- */

#bulletMenu{
	margin:0;
	padding:0;
}

#bulletMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#bulletMenu li {
	border-bottom:#CCCCCC 1px dotted;
	margin-left:5px;
}

#bulletMenu a {
	display:block;
	color:#333;
	text-decoration:none;
	padding:7px;
	padding-left:20px;
	background-image:url(_images_template/bulletarrow.png);
	background-position:left center;
	background-repeat:no-repeat;



}

#bulletMenu a:hover {
	background-color:#DDD;
	font-weight:bold;
}

/* ---------BULLET LIST MENUS - HOME ONLY--------- */

#bulletMenuHome{
	margin:0;
	padding:0;
	margin-left:185px;
}

#bulletMenuHome ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#bulletMenuHome li {
	border-bottom:#CCCCCC 1px dotted;
	margin-left:5px;
}

#bulletMenuHome a {
	display:block;
	color:#333;
	text-decoration:none;
	padding:7px;
	padding-left:20px;
	background-image:url(_images_template/bulletarrow.png);
	background-position:left center;
	background-repeat:no-repeat;



}

#bulletMenuHome a:hover {
	background-color:#DDD;
	font-weight:bold;
}


/*------------------------------------------------------------------------*/
/* CONTENT PAGE*/
#pageWrap{
	background:url(_images_template/content_topback.jpg) repeat-x top left #FFF;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;

}
/*------------------------------------------------------------------------*/

#content{
	float:left;
	position:relative;
	overflow:hidden;
	width:470px;
	margin:0;
	padding:0;
	padding-left:30px;
	padding-right:30px;
	background:url(_images_template/sidebar_split.png) no-repeat top right;

}


/*------------------------------------------------------------------------*/
/* SIDEBAR*/
/*------------------------------------------------------------------------*/

#sideBar{
	float:right;
	position:relative;
	overflow:hidden;
	width:230px;
	margin:0;
	padding:0;
	padding-left:20px;
	padding-right:20px;
}
#sideBar p{
	font-size:13px;
}

#sideBar h1{
	font-size:24px;
}

/* SIDEBAR RED STICKER :: like on home page - approx 175px high*/
#sideBar .sticker1{
	background:url(_images_sidebar/stickerback_1.png) top left no-repeat;
	padding:15px;
	height:149px;
	margin:0;
	margin-bottom:10px;
}
#sideBar .sticker1 h1{
	color:#fff;
	margin:0;
	margin-bottom:5px;
}
#sideBar .sticker1 p{
	margin:0;
	margin-top:0;
	color:#eff;
}

#sideBar .sticker1 ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:15px;
	
}
#sideBar .sticker1 li{
	float:left;
	padding-left:0px;
	border:1px solid #666;
	padding:2px;
}
#sideBar .sticker1 a{
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	background:url(_images_sidebar/morebtn_back.png) top left repeat-x;
	padding:4px 8px 4px 8px;
}
#sideBar .sticker1 a:hover{
	background:url(_images_sidebar/morebtn_back_over.png) top left repeat-x;
}


/* SIDEBAR STANDARD LISTING :: no background - just dotted line under div*/
#sideBar .standard{
	padding:15px;
	border-bottom:1px dotted #444;
}
#sideBar .standard h1{
	color:#333;
	margin:0;
	margin-bottom:10px;
}
#sideBar .standard p{
	margin:0;
}

.morebtn{
	height:30px;
	margin-top:15px;

}
.morebtn ul{
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	
}
.morebtn li{
	float:left;
	padding-left:0px;
	border:1px solid #666;
	padding:2px;

}
.morebtn a{
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	background:url(_images_sidebar/morebtn_back.png) top left repeat-x;
	padding:4px 8px 4px 8px;
}
.morebtn a:hover{
	background:url(_images_sidebar/morebtn_back_over.png) top left repeat-x;
}

/*------------------------------------------------------------------------*/
/* FOOTER*/
/*------------------------------------------------------------------------*/

#footerClear{
	clear:both;
	background:url(_images_template/content_bttmback.jpg) repeat-x top left;
	height:45px;
}
#footerNav{
	background:url(_images_template/footernavbar_back.jpg) repeat-x top;
	height:25px;
	border-bottom:1px #fff solid;
}
/* FOOTER NAV BAR*/
#navFoot{
	width:400px;
	margin:0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}

#navFoot ul{
	margin:0;
	padding:0;
	margin-left:30px;
	float:left;
	position:relative;
	list-style-type:none;
	height:25px;
}

#navFoot li {
	display:inline;
	float:left;
}

#navFoot a{
	float:left;
	font-size:12px;
	color:#333;
	text-decoration:none;
	padding:6px 12px 5px 12px;
}

#navFoot a:hover{
	border-bottom:#000 1px solid;
	padding-bottom:3px;
	background:url(_images_template/footernavbar_back_over.jpg) repeat-x top left;
	color:#000;
}

#home #footHome a,
#installation #footInstallation a,
#hire #footHire a,
#portfolio #footPortfolio a,
#contact #footContact a{
	border-bottom:#000 1px solid;
	padding-bottom:3px;
	background:url(_images_template/footernavbar_back_over.jpg) repeat-x top left;
	color:#000;
}



#footer{
	width:840px;
	height:75px;
	margin-right:auto;
	margin-left:auto;
	background:url(_images_template/footer_backbottom.png) no-repeat top;
}

#footer div{
	width:400px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

#footer img{
	margin-top:10px;
	margin-left:-20px;
}

#footer p{
	text-align:center;
	font-size:12px;
	color:#666;
	margin-top:15px;
}

/*------------------------------------------------------------------------*/
/* OTHER*/
/*------------------------------------------------------------------------*/

/* TAG LINES*/

.tagline1{
	font-size:16px;
	color:#666;
	text-align:justify;
}


/* HOME PAGE SPECIFIC*/

.homePic{
	float:left;
	position:relative;
	width:170px;
	margin-right:20px;
	margin-bottom:220px;
}
.homePic p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#CD0000;
	margin:0;
	margin-top:5px;
	padding-left:0px;
	padding-right:10px;
}

/*-------------------------------------------------------------------------------------------------*/
/*---  GENERIC FORM STYLES - PLACE FORM AND TABLE IN DIV TAG --------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/

.formHolder{
	margin:0;
	margin-bottom:10px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.formHolder fieldset{
	margin:0;
	border:0px #333 solid;
}

.formHolder legend{
	font-size:12px;
	font-weight:bold;
	padding:5px;
	color:#ccc;
	visibility:hidden;
}

.formHolder table{
	margin:10px;
}

.formHolder td{
	padding-right:5px;
}

.formHolder tr{
	padding-bottom:4px;
	padding-top:4px;
}

.formHolder input.txt{
	background:#111;
	border:1px solid #333;
	color:#fff;
}



.portfolioItem{
	margin:0;
	padding:20px;
	padding-left:25px;
	padding-right:25px;
	background:url(_images_portfolio/portfolioItemBack.png) no-repeat top left;
	margin-bottom:10px;
	padding-bottom:30px;
}

.portfolioItem div.bottom{
	margin:0;
	padding:0;
	float:left;
	position:relative;
	background:url(_images_portfolio/portfolioItemBack_bottom.png) no-repeat bottom left;
	width:470px;
	height:110px;
	left:-25px;
	top:-80px;
	margin-bottom:-50px;
}

.portfolioItem h1{
	font-size:22px;
	color:#CD0000;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-top:10px;
}

.quoteBox{
	padding:10px;
	margin:0;
}

.quoteBox h1{
	font-size:17px;
	color:#CD0000;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-top:0;
	border:none;
}

.quoteBox p{
	font-size:11px;
	color:#333;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-top:5px;
}


/*LISTING TABLES FOR HIRE PAGE*/

.listingTable{
	width:100%;
	border: 1px solid #D9DDE3;
	border-collapse:collapse;
	margin-bottom:10px;
}
.listingTable td, .listingTable th {
	border: 1px solid #D9DDE3;
	padding:3px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
	font-size:12px;
	
}

.listingTable th {
	background:url(_images_template/tableHeader.png) repeat-x top left #666;
	color:#FFFFFF;
	padding-top:6px;
	padding-bottom:6px;
	font-size:14px;
	font-weight:normal;

}

/*If needed - makes the header row less bold!*/
#listingTableLowHeader th{
	background:#D9DDE3;
	color:#333333;
	font-weight:bold;
}

.listingTable tr.altrow {
	background:#EEE;
}



/*LIGHTBOX STYLES*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; font-size:18px; line-height:20px;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


#playlist{margin-top:30px;}


/*AUTO TABLE STRIPING
	#playlist table{
		border: 1px solid #666666;
	}

	#playlist table tbody tr td {
		font-family: "lucida grande", verdana, sans-serif;
		font-size: 8pt;
		padding: 3px 8px;
		border-left: 1px solid #D9D9D9;
	}
	
	#playlist table tbody tr.selected td {
		background-color: #3d80df;
		color: #ffffff;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}*/
