
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	background-color: #2c2c2c;
	color: #000;
	font-family: Century Gothic;
	}

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}

#main {
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 30px 3px 35px 20px;
	background-color: #fff;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}
	
h1 {
	margin-bottom: 1.25em;
	font-size: 1.3em;
	color: #000;
	}

h2, h3, h4 {
	margin-top: 1.65em;
	margin-bottom: .5em;
	}

h2 {
	color: #646259;
	}

h3 {
	color: #950302;
	}

h4 {
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #950302;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}
	
#accepting {
	font-size: 0.7em;
	font-weight: bold;
	}

#footer {
	width: auto;
	margin-bottom: 10px;
	}
	
#poweredshell {
	border: none;
	width: auto;
	height: 122px;
	padding: 12px;
	background-color: #eeece3;
	background-image: url(http://www.thetileshed.co.nz/templateimages/bg-footer-oct.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-align: center;
	color: #9e9b90;
	font-size: xx-small;
	}
	
#poweredby {
	margin: 0;
	margin-top: 9px;
	}

/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #1e758e;
	text-decoration: underline;
	}

a:hover	{
	color: #46a4bf;
	text-decoration: none;
	}

h4 a {
	color: #fff;
	text-decoration: underline;
	}

h4 a:hover	{
	color: #ddaa7a;
	text-decoration: none;
	}

.subnav {
	color: #a76d36;
	font-size: x-small;
	border-top: solid #fff 1px;
	background-color: #ddaa7a;
	padding: 3px 20px 5px 20px;
	text-align: center;
	}

.subnav a {
	color: #000;
	}

.subnav a:hover {
	color: #781f00;
	text-decoration: none;
	}

#navcolumn, #navcolbase {
	background-color: #eeece3;
	background-image: url(http://www.thetileshed.co.nz/templateimages/bg-nav.gif);
	background-position: top left;
	background-repeat: repeat-y;
	vertical-align: top;
	}

#nav {
	background-color: #eeece3;
	background-image: url(http://www.thetileshed.co.nz/templateimages/bg-nav.gif);
	}

#navigator {
	width: 149px;
	background-image: url(http://www.thetileshed.co.nz/templateimages/bg-nav-static.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 0;
	}

.button1, .button2, .currentpage, .submen {
	font-family: Century Gothic;
	font-size: .725em;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 149px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #000000;
	}

.currentpage a {
	color: #46a4bf;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #9f9d8a;
	}

.submen a {
	font-weight: normal;
	color: #74715a;
	font-size: .9em;
	}