/*------------------------------------------------*
				Gympie Building Company
                    General Styles
--------------------------------------------------*/
/* Normalise margin and padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, span, img, object			   {
	margin: 0;
	padding: 0;
	}
ul, ol {
	list-style: none;
	}
a 	{
	text-decoration: none;
	}
img, ul, li, a {
	border: 0;
	}
	
/*------------------------------------------------*
              Main Container Styles
--------------------------------------------------*/

body {
	text-align: center;
	}
div#pageContainer {
	position: relative;
	text-align: left;
	padding-top: 68px;
	margin: 0 auto;
	width: 800px;
	}
div#mainContent {
	float: left;
	width: 800px;
	background: url(../images/ctrBorder.jpg) repeat-y;
	}
div#leftPanel {
	float: left;
	width: 231px;
	padding-left: 12px;
	}
	div#leftPanel p {
	padding: 0 18px;
	}
div#rightPanel {
	float: left;
	width: 471px;
	padding-left: 40px;
	}
	div#rightPanel.servicesPage p {
		margin-top: 15px;
		}
	div#rightPanel.contactPage h3, div#rightPanel.contactPage h4, div#rightPanel.contactPage table {
		float: left;
		width: 265px;
		}
	div#rightPanel.contactPage h3 {
		padding-left: 202px;
		}
	div#rightPanel.contactPage h4 {
		margin-top: 20px;
		}
	div#rightPanel.contactPage td {
		padding-top: 2px;
		}
div#footer {
	width: 775px;
	clear: left;
	padding-top: 25px;
	padding-right: 25px;
	background: url(../images/btmBorder.jpg) no-repeat left top;
	}
	div#footer p {
		padding-top: 5px;
		}
		
/*------------------------------------------------*
              Heading Styles
--------------------------------------------------*/

h1 {
	float: left;
	width: 163px;
	height: 62px;
	margin-left: 20px;
	text-indent: -9999px;
	background: url(../images/LOGO.jpg) no-repeat left top;
	}
h2 {
	margin-top: 10px;
	padding-bottom: 10px;
	}
div#leftPanel h2 {
	margin-top: 15px;
	margin-left: -5px;
	padding-bottom: 20px;
	}
div#leftPanel.mapPage h2 {
	margin-left: 18px;
	}

/*------------------------------------------------*
              Navigation, List Styles and Links
--------------------------------------------------*/

ul#menu {
	float: left;
	margin-top: 40px;
	margin-left: 85px;
	}
ul#menu li {
	background-image:url(../images/menuBg.jpg);
	width: 101px;
	height: 20px;
	display: inline;
	float: left;
	font-size: 14px;
	text-align: center;
	padding-top: 6px;
	font-weight: bold;
	}
div.indexPage ul {
	float: left;
	width: 250px;
	}
div.indexPage ul li {
	margin-left: 20px;
	margin-top: 10px;
	}
div.indexPage ul.bulleted li {
	margin-top: 0;
	}
div.servicesPage ul li {
	margin-top: 15px;
	}
ul.bulleted {
	float: left;
	padding-right: 10px;
	list-style-position: inside;
	}
ul.bulleted li {
	width: auto;
	padding-left: 10px;
	margin-left: 25px;
	text-indent: -15px;
	list-style-type: disc;
	display: list-item;
	}
p.pageLink {
	width: 470px;
	float: left;
	}
div#rightPanel.portfolioPage p.pageLink {
	margin-top: 10px;
	}
p.pageLink a {
	float: right;
	}
a.barlink {
	padding-left: 6px;
	background: url(../images/barlink.jpg) no-repeat 0px 4px;
	}
a.barlink:hover {
	background: url(../images/barlinkhover.jpg) no-repeat 0px 4px;
	}
		
/*------------------------------------------------*
              Image Styles
--------------------------------------------------*/

div#leftPanel img {
	width: 231px;
	height: 301px;
	position: relative;
	margin-top: -16px;
	}
img#index2 {
	width: 113px;
	height: 97px;
	float: right;
	padding-left: 15px;
	}
img#index3, img#index4 {
	float: left;
	padding-right: 15px;
	padding-top: 15px;
	}
img#index3 {
	width: 185px;
	height: 147px;
	}
img#index4 {
	width: 192px;
	height: 122px;
	padding-top: 0;
	}
img#masterbuilder {
	width: 80px;
	height: 38px;
	float: left;
	margin-left: 14px;
	margin-top: 10px;
	}
img#map2 {
	width: 427px;
	height: 259px;
	display: block;
	margin: 0 auto;
	padding-bottom: 10px;
	}
img#contact2 {
	width: 171px;
	height: 148px;
	float: left;
	padding: 4px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: 20px;
	border: 1px solid #8b846a;
	}
img.lineBorder {
	width: 470px;
	height: 2px;
	}
	
/* Portfolio Images */

ul#portfolio {
	background: #000000;
	padding: 30px 0px 20px 30px;
	}
ul#portfolio li  {
	display: inline;
	padding: 0;
	margin-right: 10px;
	}
ul#portfolio li a {
	margin: 0;
	padding: 0;
	}
ul#portfolio li a img {
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #ff0000;
	}
		
/*------------------------------------------------*
              Typography Styles
--------------------------------------------------*/

body {
	font: 11px/1.33 verdana, arial, sans-serif;
	}
h2	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	}
div#leftPanel h2 {
	text-align: center;
	}
div#leftPanel.mapPage h2 {
	text-align: left;
	}
h3 {
	font-size: 14px;
	font-weight: normal;
	}
div#leftPanel p {
	font-size: 12px;
	}
div#footer {
	font-size: 11px;
	text-align: right;
	}
.boldText {
	font-weight: bold;
	}
div#rightPanel.contactPage h3, div#rightPanel.contactPage h4 {
	font-size: 16px;
	font-weight: bold;
	}
td {
	font-size: 15px;
	}
a.mailTo {
	font-size: 14px;
	font-weight: bold;
	}
/*------------------------------------------------*
              Colour Styles
--------------------------------------------------*/

body {
	background: #ffffff;
	}
ul#menu li a, ul#menu li a:visited {
	color: #ffffff;
	}
ul#menu li a:hover {
	color: #ff0000;
	}
ul#menu li a.curTab {
	color: #ff0000;
	}
div#leftPanel p, div#leftPanel h2 {
	color: #ffffff;
	}
div#leftPanel ul li {
	color: #ffffff;
	}
div#rightPanel h2 {
	color: #414141;
	}
div#rightPanel a {
	color: #ff0000;
	}
div#rightPanel a:hover {
	color: #26241A;
	}

/*------------------------------------------------*
              Lightbox
--------------------------------------------------*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	background-image: none;  background-color: transparent; border: 0;  }	
#imageData #bottomNavClose:hover{ background-image: none; background-color: transparent; border: 0;  }
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	
/*------------------------------------------------*
              End Lightbox
--------------------------------------------------*/

/*------------------------------------------------*
              Step Carousel Image Scroller
--------------------------------------------------*/

.stepcarousel {
	position: relative; /*leave this value alone*/
	border: 10px solid #ff0000;
	overflow: scroll; /*leave this value alone*/
	width: 419px; /*Width of Carousel Viewer itself*/
	height: 97px; /*Height should enough to fit largest content's height*/
	margin-left: 15px;
	}
.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	}
.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0; /*margin around each panel*/
	width: 419px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	}
/*------------------------------------------------*
              End Step Carousel Image Scroller
--------------------------------------------------*/
