/* *** BASIC SETUP *** */
body, td, p, input, li {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:black;
}
body {
	font-size:  		90%;
	margin: 			0;
	text-align: 		center;
	background-color: black !important;

/*
	background: black url('../images/background1.png') no-repeat top center;
*/
}


a {color:#0078c1;cursor:pointer;cursor:hand;}
a:link		{color:#0078c1;text-decoration:none;}
a:visited	{color:#0078c1;text-decoration:none;}
a:hover		{color:#0078c1;text-decoration:none;}
a:focus		{color:#0078c1;text-decoration:none;}
a:active	{color:#0078c1;text-decoration:none;}

img
{
	display : block;
	border: none;
}

.clearboth, .breaker {
	height: 2px;
	font-size: 1px;
	line-height: 2px;
	clear:both;
}

hr {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:0;
	padding:0;
	visibility:hidden;
}

/* *** BASIC LAYOUT *** */

#page {
	width:		1003px;			/* for full width, change to "auto" */
	margin: 	0 auto;
	padding:	0;
	text-align: left;
}
#headerBlock {
    margin:0;
    padding:0;
	position:relative;
}
#bodyBlock
{
	width:			1003px;		/* for full width, change to "auto" */
	clear:  		both;
	min-height: 	45em;
	position:   	relative;
	margin-top: 	0em;
	background-color : transparent;
	border-top : 1px solid black;
}

#contentColumn  	/* The big wahoonie */
{
	margin:0 207px 0 221px;
	line-height:1.2em;
	z-index:-1;
	position:relative;
	width : 557px;

	background-color:white;

}
#leftColumn {
	position:absolute;
	top:0px;
	left:0px;
	width:202px;
	min-width:200px;
	line-height:1.2em;
	text-align:left;
	min-height: 1150px;
}
#leftColumn img
{
	display : block;
	border-width : 0;
}
#rightColumn {
	position:absolute;
	top:0px;
	right:0px;
	width:207px;
	min-width:180px;
	line-height:1.2em;
	text-align:left;
}
#rightColumn img
{
	display : block;
	border-width : 0;
}

#footerBlock
{
	clear:  			both;
	position:relative;
	padding:			2px 2px 2px 2px;
	margin: 			10px 5px 5px 0px;
	background-color:   black;
	font-size:  		10px;
	color:  			#777;
	line-height:		1.4em;

	padding:0;
	margin:0;

	width:1003px;
	height:271px;
/*
	padding-top:48px;
*/
}

#bookmarks
{
	clear:  			both;
	text-align: 		center;
	background-color:   #fff;
	padding:			7px 0;
	font-size:  		10px;
	line-height:		1.4em;
}



/* *** HEADER *** */

h1{
	font-size: 	0.7em;
	margin:		1px 8px 2px 8px;
	white-space:nowrap;
	color: #d5d5d5;
	overflow:hidden;
}
h1 a,
h1 a:hover,
h1 a:visited
{
	color: #d5d5d5;
}
#headerBlock form
{
	margin : 0;
	padding : 0;
}
#pageBanner {
	width:1003px;
	height : 137px;
	background-color : transparent;
	margin : 0;
	position : relative;
/*
	background-image : url(../images/face.jpg);
	background-position : right top;
	background-repeat : no-repeat;
	*/
	background: transparent url('../images/3monkeysHeader.gif') no-repeat top left;
}

#pageBanner #pageBannerEnquiries
{
	position: absolute;
	left:798px;
	top:24px;
}

#pageBanner #pageBannerEnquiries #pageBannerLine1
{
	color:#f99d1c;
    font-size:16px;
}

#pageBanner #pageBannerEnquiries #pageBannerPhoneHeader
{
	display:inline;
	color:#cdcfd0;
	font-weight:bold;
    font-size:18px;
}

#pageBanner #pageBannerEnquiries #pageBannerPhoneNumber
{
	display:inline;
	color:white;
	font-weight:bold;
    font-size:18px;
}

#pageBanner #pageBannerEnquiries #pageBannerEmailEnquiry
{
	margin-top:4px;
}

/* SETS PROPERTIES FOR BOX CONTAINING HEADER MENUS. ALL OTHER MENU STYLES IN MENU.CSS */
#navTop {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	clear:both;
    text-align:center;
    vertical-align : middle;
	background-color:transparent;
	color:#000;
	font-size:12px;
	line-height:18px;
	height:18px;
	font-weight:400;
	padding:2px 5px 3px 0px;
	margin : 0 0 10px;
	text-align:left;
	position:absolute;
	top:110px;
	left:10px;
	width: 978px;
}

/* Left and richt column CSS is now in layout_left.css and layout_right.css */


/* *** FOOTER *** */

#footerBlock a,
#footerBlock a:visited
{
	text-decoration:		none;
	color:					white;
}
#footerBlock a:hover
{
	text-decoration:		underline;
	color:					white;
}
#footerBlock .footerBullet
{
	display:inline;
	margin:0 8px 0 8px;
}


#footerBlock ul
{
/*
	margin: 				0.3em 0 0 0;
	padding:				0;
	list-style: 			none;
	text-align: 			right;
*/
	padding: 0;
	list-style: 			none;
	margin:0;
}
#footerBlock ul li
{
/*
	margin: 				0;
	padding:				0 5px 0 5px;
	display:				inline;
	border-left:			1px solid #777;
*/
	padding: 0;
	list-style: 			none;
	line-height:18px;
	margin-top:0px;
	margin-bottom:1px;
}
#footerBlock ul li.first
{
	border-width:			0;
}
#footerBlock #copyright
{
	margin: 				0.3em 0 0.3em 0.5em; 
}
#footerBlock .gtpWebsiteDesign
{
	margin: 				0;
	float:  				right;
	text-align: 			right;
	padding:				0 0.5em 0 0;
}
#bookmarks a,
#bookmarks a:hover,
#bookmarks a:visited
{
	color:  				#777;
	text-decoration:		none;
}
/* *** LIST NAVIGATION *** */

#shoppingCart .listNavTable {
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #AAA;
	padding-bottom:2px;
}

#shoppingCart .listNavTable span,
#shoppingCart .showNavTable span
{
	padding:0 0.5em;
}
#shoppingCart .listNavTable a,
#shoppingCart .showNavTable a
{
	margin:0;
	padding:0;
}
#shoppingCart .listNavTable img,
#shoppingCart .showNavTable img
{
	display:inline;
	border-width:0px;
	margin:1px 0;
	vertical-align:middle;
}
#shoppingCart .showNavTable
{
	font-size:10px;
	text-align:right;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
}

/* *** 'BACK' LINKS IN SHOPPING CART HEADERS *** */


#shoppingCart #linkHeader {
	position:relative;
}
#shoppingCart h2
{
	background-color:	white;
	margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;

	color:#F37322;
	font-family:Verdana;
	font-size:20px;
	font-weight:normal;
	margin:4px 0 7px;
	line-height: 26px;

}
#shoppingCart .fakeH2 {
	background-color:	transparent;
    margin: 			0 0 0 0;
	padding:			0.2em 0.5em;
	font-size:  		0.9em;
	color:  			#fff;
	font-weight:		bold;
	position:absolute;
	top:1px;
	right:3px;
}


#shoppingCart .fakeH2 a {color:#F37322;}
#shoppingCart .fakeH2 a:hover {padding-right:0.0em;color:#F37322;}


/* *** BREADCRUMBS *** */

#breadcrumbs {
	font-size:0.7em;
	padding:0 0 0.5em 1em;
	background-color:#fff;
}

/* **** IE7 FIX **** */
#shoppingCart .contentArea {width:98%;margin-left:05px;}

#footerBlock #firstPane .footerColumnHeader
{
	margin-top:7px;
	color:white;
}

#footerBlock #firstPane .footerBulletStory
{
    display:inline;
}

#footerBlock #firstPane a			{color:#c3c0bf;cursor:pointer;}
#footerBlock #firstPane a:link		{color:#c3c0bf;text-decoration:none;}
#footerBlock #firstPane a:visited	{color:#c3c0bf;text-decoration:none;}
#footerBlock #firstPane a:hover		{color:#c3c0bf;text-decoration:underline;}
#footerBlock #firstPane a:focus		{color:#c3c0bf;text-decoration:none;}
#footerBlock #firstPane a:active	{color:#c3c0bf;text-decoration:none;}


#footerBlock #firstPane #footerColumn1
{
	background-color:transparent;
	position:absolute;
	top:67px;
	left:237px;
	width:191px;
	height:158px;
	margin-left:9px;
}

#footerBlock #firstPane #footerColumn2
{
	background-color:transparent;
	position:absolute;
	top:67px;
	left:429px;
	width:166px;
	height:158px;
	margin-left:9px;
}

#footerBlock #firstPane #footerColumn3
{
	background-color:transparent;
	position:absolute;
	top:67px;
	left:597px;
	width:189px;
	height:158px;
	margin-left:9px;
}

#footerBlock #firstPane #footerColumn4
{
	background-color:transparent;
	position:absolute;
	top:67px;
	left:789px;
	width:180px;
	height:158px;
	margin-left:9px;
}

#footerBlock #secondPane
{
	position: absolute;
	top: 246px;
	left: 250px;
	left: 0px;

	width:1003px;
	height:64px;
	padding-top:20px;


	text-align: center;
	color: white;
}

.aqblurb {
	padding:5px 0px;
	font-weight:bold;
	display: inline;
	color:#000;

}
