/*					 		For Geoff Gibson Homes								*/
/*						  www.geoffgibsonhomes.com.au							*/
/*								Layout CSS										*/
*
{
	margin: 0px;
	padding: 0px;
}

body.normal
{
	background: #f0f0f0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
}

#outercontainer,
#maincontainer
{
	width: 1008px;
	z-index: 1;
}

#footerobject,
#footerbackground,
#contentouter
{
	width: 1000px;
	z-index: 1;
}


#brandingobject
{
	width: 100%;
	height: 180px;
	margin: 0px auto 0px auto;
	display: block;
}


#outercontainer
{
	width: 1008px;
	background: url(images_layout/ggh_top_main_layout.gif) no-repeat;
	margin: 0px auto 50px auto;
	text-align: left;
}

#featurebackground
{
	position: absolute;
	z-index: -1;
	height: 152px;
	width: 1008px;
	top: 30px;
	background: #fff url(images_layout/ggh_design_feature.jpg) 380px 27px no-repeat;
}


#logoOverlay
{
	width: 400px;
	height: 180px;
}


#maincontainer
{
	background: url(images_layout/ggh_content_background.png) top repeat-y;
	margin: 0px auto 10px auto;
	text-align: left;
}


#menucontainer
{
	z-index: 1;
	position: absolute;
	margin-top: 152px;	
	margin-left: 12px;
	margin-right: 0px;
	padding: 0px;
	width: 130px;
	text-align: left;
	line-height: 180%;
}

#minicms
{
	width: 860px;
	margin: 0px auto 0px auto;
	text-align: center;
	border-top: solid 3px #800000;
	border-bottom: solid 3px #800000;
}


#contentouter
{
	z-index: 1;
	clear: right;
	margin: 0px auto;
	padding: 0px;
	background: url(images_layout/geoff_gibson_homes_sb.png) top left no-repeat;
}

#contentinner
{
	z-index: 1;
	width: auto;
	min-height: 500px;
	/* This works in compliant browsers  */
	padding: 58px 20px 50px 175px;
	text-align: left;
}

#contentinnercms
{
	width: auto;
	padding: 30px 20px 20px 20px;
	text-align: left;
}

#copyrightline
{
	clear: both;
	width: 100%;
	text-align: center;
}

#footerobject
{
	z-index: 1;
	clear: both;
	text-align: center;
	margin: 0px auto;
	background: #00703c url(images_layout/ggh_footer_lhs_bkgnd.png) bottom left no-repeat;
}

div.footerlinks { margin: 0px 0px 0px 150px; }

p.footerlinks
{
	color: #d8d8d8;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin: 0px auto;
}

p.footertext
{
	color: #fff;
	margin: 0px auto;
}

#footerdivider
{
	height: 4px;
	border-bottom: solid 1px #fff;
}

p.copyright
{
	font-size: 9px;
	margin: 5px auto 0px 5px;
	color: #fff;
}

div.sidebar
{
	z-index: 1;
	float: right;
	margin: 5px 5px 20px 30px;
	border: solid 1px #d8d8d8;
	background: #f0f0f0 url(images_layout/sb_bkgnd.jpg) top repeat-x;
}

div.imagefloat
{
	display: none;
	z-index: 3;
	margin-left: -660px;
	width: 820px;
	height: 620px;
	padding: 10px;
	background: url(images_layout/image_float_bkgnd.png) top left no-repeat;
}

div.clicktoclose
{
	display: block;
	position: absolute;
	z-index: 4;
	width: 800px;
	height: 600px;
	background: transparent;
}

div.clicktoclose:hover { background: url(images_layout/image_float_close_bkgnd.png) bottom no-repeat; }

div.clicktoenlarge
{
	display: block;
	position: absolute;
	z-index: 2;
	width: 300px;
	height: 225px;
	background: transparent;
}

div.clicktoenlarge:hover { background: url(images_layout/image_float_open_bkgnd.png) bottom no-repeat; }

#div-1, #div-2
{
	z-index: 2;
	display: none;
	position: absolute;
	overflow: visible;
	width: 300px;
	background: url(images_layout/addr_float_bkgnd.png) top no-repeat;
	padding: 5px 10px 0px 10px;
	margin-top: -130px;
}

#div-2 { margin-left: 240px; }
#div-1 { margin-left: 570px; }

#contactdetails
{
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

#menuparent
{
	position: relative;
	display: block;
	float: left;
	text-align: left;
	left: 0px;
	width: 1px;
	height: 0px;
}

#menucontainermain
{
	position: absolute;
	width: 960px;
	text-align: left;
	background: #208020;
	border-top: solid #000 1px;
	border-bottom: solid #a0a0a0 1px;
}

/* ############# Anchors #############  */

a:link
{
	color: #2020ff;
	text-decoration: none;
}

a:visited { color: #6060c0; }

a:hover
{
	color: #ff6060;
	text-decoration: underline;
}

a:active { color: #ff0000; }

a.clicktoclose
{
	background: #fff;
	border: solid 1px #d8d8d8;
	padding: 0px 3px;
	font-weight: bold;
}

a.clicktoclose:link, a.clicktoclose:visited
{
	color: #c2c2c2;
	text-decoration: none;
}

a.clicktoclose:hover, a.clicktoclose:active
{
	color: #ff6060;
	text-decoration: none;
}

a.inverse:link, a.inverse:visited
{
	color: #fff;
	text-decoration: none;
}

a.inverse:hover
{
	color: #ff6060;
	text-decoration: underline;
}

a.inverse:active
{
	color: #ff0000;
	text-decoration: underline;
}

a.primnavi, .pseudonavi
{
	display: block;
	float: left;
	width: 130px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 140%;
}

.pseudonavi
{
	color: #009632;
	width: 130px;
	background: url(images_layout/ggh_btn_bkgnd.png) 0 40px;
}

a.primnavi:link, a.primnavi:visited
{
	color: #006020;
	background: url(images_layout/ggh_btn_bkgnd.png) no-repeat;
}

a.primnavi:hover
{
	color: #009632;
	background: url(images_layout/ggh_btn_bkgnd.png) 0 40px;
	text-decoration: none;
}

a.primnavi:active
{
	color: #00ff80;
	background: url(images_layout/ggh_btn_bkgnd.png) 0 20px;
}

table
{
	empty-cells: show;
	font-size: 12px;
}

th, td.highlight
{
	vertical-align: top;
	text-align: center;
}

td
{
	line-height: 150%;
	vertical-align: top;
}

td.height20
{
	height: 20px;
	vertical-align: middle;
}

td.rightrq
{
	text-align: right;
	font-size: 10px;
}

td.photocell
{
	background: #f0f0f0 url(images_layout/photo_cell_bkgnd.jpg) top left repeat-x;
	border-top: #efefef solid 1px;
	border-left: #efefef solid 1px;
	border-bottom: #e0e0e0 solid 2px;
	border-right: #e0e0e0 solid 2px;
	width: 136px;
	height: 98px;
	font-size: 9px;
	text-align: center;
	color: #666;
}

form { display: inline; }

img
{
	border: none;
	font-size: 9px;
	color: #888;
	margin: 0px;
	text-align: center;
}

input, textarea
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	text-align: left;
	border: solid #efefef;
	border-width: 0px 1px 1px 0px;
	background: url(images_layout/input_bkgnd_blur.jpg) top left no-repeat;
	padding: 4px 2px 0px 2px;
}

input:focus, textarea:focus { background: url(images_layout/input_bkgnd_focus.jpg) top left no-repeat; }
textarea { padding: 2px 5px; }

/*		A hack required for MS Explorer	*/
input.checkbox
{
	background: #fff;
	border: none;
}

input.submitenquiry, input.submitcomment, input.submitsubscribe
{
	display: block;
	border: none;
	width: 112px;
	height: 20px;
	margin: 0 auto;
}

input.submitenquiry { background: url(images_layout/submit_enquiry_btn.png) no-repeat; }
input.submitenquiry:hover { background: url(images_layout/submit_enquiry_btn.png) 0 20px; }

input.submitenquiry, input.submitcomment, input.submitsubscribe
{
	display: block;
	border: none;
	width: 112px;
	height: 20px;
	margin: 0 auto;
}

option
{
	background: #f0f0f0;
	padding: 2px;
	border-bottom: solid #fff 1px;
}

/*								Layout CSS									*/
