/* ****** COLOURS ******

#000		Black
#fff		White
#989898		Dark Green - used in section headers and nav bars
#df6969		Middle Green - header cells on listproduct tables
#fabcbc		Light Green - Box background and section head/nav bar rollovers
#507742		Showproduct Prices
#A00000		Middle Red - addcart prices
#989898		Dark Red - text link
#666		Dark Grey - sidebar list rollovers

* ****************** */

/* ****************** BASIC SETUP ***************** */

body, td, p, input {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:  			#000;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
}
a {
	color:  			#989898;
	cursor: 			pointer;
}
* html a 	 {cursor:hand;} /* Only IE sees this. */

img
{
	display:			block;
}
.hide
{
	display:			none;
}

/* ****************************  BASIC PAGE SETUP LAYOUT ********** */

* html body {width: 988px;}
#page			   	/* Entire site */
{
	margin: 		0;
	padding:		0;
	text-align: 	left;
	min-width:		988px;
}
h1
{
	font-size:  				0.7em;
	margin: 					0;
	padding:					2px 4px;
	background-color:			#989898;
	color:						#585858;
 	font-family:"trebuchet ms",arial,helvetica,sans-serif;
}
#pageHeader
{
    height:             107px;
	min-width:			779px;
    margin:				0;
	background-color:	#000;
	color:				#FFF;
	background-image:url(http://www.gtp.com.au/demic/images/header_right_back.gif);
	background-position:-1px 0;
	position:relative;
}
#contentBlock {
	position: relative;
	min-height:400px;
	padding:0 3px;
}
* html #contentBlock { /* only IE sees this */
	height:400px;
}
#leftColumn		 	/* Left Column */
{
	position:					absolute;
	left:						3px;
	top:						0px;
	width:  					150px;
	min-width:  				150px;
	line-height:				1.2;
	text-align: 				left;
}
#rightColumn 		/* Right Column */
{
	position:					absolute;
	right:						3px;
	top:						0px;
	width:  					150px;
	min-width:  				150px; 
	line-height:				1.2;
	text-align: 				left;
}
#content  /* The big wahoonie */
{
	margin: 					0px 160px 0 160px;
	line-height:				150%;
}

#footer
{
	text-align: 				center;
	padding:					5px 0px;
	margin: 					3em 0 0 0;
	clear:  					both;
	font-size:					0.7em;
	background-color:			#989898;
}

/* Stops floats absentmindedly wandering out of their containing boxes in MIE */
/* (gives the containing box 'layout' whatever the heck *that* is) */
/* Hide from IE5-mac. Only IE-win sees this. \*/
	 * html #content 		{height:50px;}
	 * html .contentArea 	{height:50px;}
/* End hide from IE5/mac */

/* ********************* HEADER ************************************* */

#pageHeader address {
	position:absolute;
	top:0px;
	right:0px;
	display:block;
	color:#FFF;
	text-align:right;
	padding:8px 1.2em 0 1.2em;
	font-style:normal;
	font-size:0.8em;
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	background-color:#000;
	max-width:185px;
	height:99px;
}
#pageHeader address strong {
	font-style:bold;
	font-size:1.4em;
}
#pageHeader a 			{color:#DD7000;text-decoration:underline;}
#pageHeader a:link 		{color:#DD7000;text-decoration:underline;}
#pageHeader a:visited 	{color:#DD7000;text-decoration:underline;}
#pageHeader a:hover 	{color:#FF8000;text-decoration:underline;}
#pageHeader a:focus 	{color:#FF8000;text-decoration:underline;}
#pageHeader a:active 	{color:#FF0000;text-decoration:underline;}

#pageHeader #logoBlock {
	float:left;
	display:inline;
	width:153px;
	height:107px;
	background-image:url(http://www.gtp.com.au/demic/images/header_left_back.gif);
}
#pageHeader #logoBlock img {
	width:121px;
	height:107px;
	margin:0 0 0 11px;
}
#pageHeader .headerImage {
	float:left;
	display:inline;
}


#headerMenus {
	clear:						left;
	background-color:   		#989898;
	color:  					#FFF;
	font-size:  				0.8em;
	height:						18px;
	line-height:				21px;
	font-weight:				700;
	margin: 					0 0 1em 0;
}
#headerMenus ul {margin:0;padding:0;}
#navTop {
	padding:				0 0 0 1em;
}
#navWedding {
	float:					right;
	padding:				0 0 0 1em;
}
#headerMenus ul li	{
	margin:2px 0 4px 0;
	padding:0 10px;
	display:inline;
	float:left;
	border-left:1px solid #FFF;
    line-height:1.1em;
}
#headerMenus ul li.first {border-width:0;}
#headerMenus ul li a {
	color:#fff;
	text-decoration:none;
	display:inline;
}
#headerMenus ul li a:visited	{color:#fff;text-decoration:none;}
#headerMenus ul li a:hover		{color:#fff00;text-decoration:none;}

/* ************************* LEFT/RIGHT COLUMNS ***************************** */

	#leftColumn,
	#rightColumn
	{
		font-size:  			1em;
	}

	#leftColumn input,
	#rightColumn input
	{
		font-size:  			0.9em;
		margin: 				1px;
		display:				block;
	}

	#leftColumn p,
	#rightColumn p,
	#leftColumn form,
	#rightColumn form
	{
		margin: 				0px;
	}

	#leftColumn h2,
	#rightColumn h2
	{
		background-color:   	#989898;
		color:  				#fff;
		border: 				1px solid #989898;
		font-family:"trebuchet ms",arial,helvetica,sans-serif;
		font-size:  			0.9em;
		font-weight:			bold;
		margin: 				0;
		padding:				0.2em 0.2em 0.2em 0.5em;
		white-space:			nowrap;
	}
	#leftColumn h2 a,
	#rightColumn h2 a 
	{
		text-decoration:		none;
		color:  				#fff;
	}
	#leftColumn h2 a:hover,
	#rightColumn h2 a:hover
	{
		color:  				#fabcbc;	
	}

	#leftColumn .boxBody, .box1Body,
	#rightColumn .boxBody
	{
		background-color:   	#fff;
		color:  				#000;
		margin: 				0 0 1em 0;
		padding:				10px;
		font-size:  			75%;
		border-color:			#989898;
		border-style:			solid;
		border-width:			0 1px 1px 1px;
	}
	#leftColumn .boxBody a,
	#rightColumn .boxBody a
	{
		text-decoration:		underline;
	}

	#leftColumn ul,
	#rightColumn ul
	{
		margin: 				0px;
		padding:				0px 0px 15px 0px;
	}
	#leftColumn ul li,
	#rightColumn ul li 
	{
		font-size:  			0.9em;
		line-height:			1.5em;
		font-weight:			700;
		color:  				#989898;
		margin: 				0px;
		padding:    			0px 0px 0px 10px;
		list-style-type:    	none;
		border-bottom:			1px solid #989898;
	}
	#leftColumn ul li a,
	#rightColumn ul li a
	{
		color:  				#989898;
		text-decoration:		none;
	}
	#leftColumn ul li a:hover,
	#rightColumn ul li a:hover
	{
		color:  				#666;
	}
	#leftColumn .button,
	#rightColumn .button
	{
		margin: 				5px;
		text-align: 			right;
	}
	#leftColumn .buttonGo,
	#rightColumn .buttonGo
	{
		margin: 				4px 0;
		border-width:   		0px;
	}

/* ********************* HOMEPAGE ********************* */

#homePage {
	text-align:center;
}

#homeBars {
	width:585px;
	height:62px;
	margin:16px auto 0 auto;
	background-image:url(http://www.gtp.com.au/demic/images/home_bars.gif);
}

#greyBlock {
	width:618px;
	height:260px;
	margin:15px auto;
	padding:0 10px;
	background-color:#B3B3B3;
	background-image:url(http://www.gtp.com.au/demic/images/home_slant.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:center;
	color:#767676;
}
#greyBlock #homeText {
	margin:0px 35px 0 150px;
}
#greyBlock #homeText h2 {
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
	font-size:35px;
	margin:0;
	height:31px;
	line-height:31px;
}
#greyBlock #homeText p {
	font-family:arial,helvetica,sans-serif;
	font-size:18px;
	margin:20px 0 0 0;
	color:#767676;
	height:64px;
}
#films {
	margin:17px 0 0 auto;
	padding:0;
	list-style:none;
	height:50px;
	width:615px;
}
#films li {
	margin:0;
	padding:0;
	list-style:none;
	width:115px;
	height:106px;
	background-color:#000;
	color:#FFF;
	float:left;
	display:inline;
	margin:0 5px;
	font-size:8px;
	line-height:12px;
	text-align:center;
}
#films img {
	border-width:0px;
	margin: 1px auto;
	width:103px;
	height:88px;
}
#films a {
	text-decoration:none;
	color:#FFF;
}

/* **************************  iNEWS  ********************************** */

#inews h2 
{
	font-family:"trebuchet ms",arial,helvetica,sans-serif;
	margin: 					0 0 0.4em 0;
	padding:					0.1em 0 0.1em 0.6em;
	font-size:  				1.2em;
	color:  					#222629;
	font-weight:				bold;
	text-transform:				uppercase;
}
#inews .contentArea
{
	font-size:  				85%;
	line-height:				130%;
	padding:					0 0.5em;
}
#inews .contentArea li {
	margin-top:1em;
	margin-bottom:1em;
}
#inews .imageRight,
#inews .rightImage
{
	margin:0 0 1em 1em;
}
#inews .imageLeft,
#inews .leftImage
{
	margin:0 1em 1em 0;
}

/* ********************* FOOTER ********************* */
#footer {color:#FFF;}
#footer a {color:#FFF;}
#copyRight {
	text-align:left;
	float:left;
	display:inline;
	width:50%;
	padding-left:5px;
}
#footer ul {
	margin:0.5em 0 1em 50%;
	padding:0;
	list-style:none;
}
#footer ul li {
	margin:0 0.5em;
	padding:0 0.5em;
	list-style:none;
	display:inline;
}

/* ********************* TELL A FRIEND ********************* */

	#tellPage h1 {
		background-color:   	#989898;
		color:  				#fff;
		border: 				1px solid #989898;
		font-family:"trebuchet ms",arial,helvetica,sans-serif;
		font-size:  			0.9em;
		font-weight:			bold;
		margin: 				0;
		padding:				0.2em 0.2em 0.2em 0.5em;
		white-space:			nowrap;
	}
	#tellPage .boxBody
	{
		background-color:   	#fff;
		color:  				#000;
		margin: 				0px;
		padding:				10px;
		font-size:  			0.8em;
		border-left:			1px solid #989898;
		border-right:   		1px solid #989898;
		border-bottom:  		1px solid #989898;
	}

#tellPage td.tellAFriendLabel
{
	color:					  	#000;
	font-weight:				600;
	vertical-align:			 	middle;
}
#tellPage td.tellAFriendInput
{
	vertical-align: 			middle;
}
#tellPage td.tellAFriendLabelMessage
{
	color:  					#000;
	font-weight:				700;
	vertical-align: 			top;
}
