
/* ------------------------------ */
/*                                */
/*   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: #fff;
	
	background-image: url(http://www.shoprotorua.co.nz/templateimages/bg-bodyliquid.gif);			/* for Liquid layouts - to give appearance of left column extending to page base */
	background-position: top left;								/* for Liquid layouts */
	background-repeat: repeat-y;  								/* for Liquid layouts */

/*	background-image: url(http://www.shoprotorua.co.nz/templateimages/bg-bodyfixed.gif);	*/			/* for Fixed-Width Centered layouts */
/*	background-position: top center;	*/						/* for Fixed-Width Centered layouts */
/*	background-repeat: repeat-y;  		*/						/* for Fixed-Width Centered layouts */

	color: #000;
	font-family: verdana;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
#header {							/* for TABLE based header */
	background-color: #fff;
	background-image: url(http://www.shoprotorua.co.nz/templateimages/header-bg.gif);
	background-repeat: repeat-x;
	}

#rightheader {						/* for TABLE based header  */
	text-align: right;
	}
	
#headerdiv {						/* DIV based header  */
	width: 100%;
/*	background-color: #fff;*/
	position: relative;
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;				/* text-align for Fixed-Width Centered layouts  */
	vertical-align: top;
	}

#headright {						/* DIV based header  */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	padding-bottom: 0px;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 10px 10px 35px 10px;
	background-color: #fff;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #0c6db0;
	}

h1 {
	margin-bottom: .5em;
	font-size: 24px;
	color: #0c6db0;							/* if bgcolour is needed - if not, change to darker colour  */
	font-family: Arial;
	}

h2, h3, h4 {
	font-family: Arial;
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: 18px;
	color: #ae180d;
	}

h3 {
	font-size: 18px;
	color: #0a9939;
	}

h4 {
	font-size: 18px;
	color: #000;							
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

#footer {
	width: auto;
	margin-bottom: 10px;
	}

#poweredby {
	background-color: #fff;
	width: auto;
	text-align: center;
	border-top: solid #000 2px;
	}
#powershell{
	padding: 10px 0px 0px 0px; 
}

.small {
	font-size: x-small;
	color: #000;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #0c6db0;
	text-decoration: underline;
	}

a:hover	{
	color: #06446e;
	}

.subnav {
	color: #000;
	font-size: 10px;
	background-color: #fff;
	padding: 3px 20px 5px 3px;

	text-align: center;
	}
.subnav a {
	color: #000;
	text-decoration: none;
}
.subnav a:hover {
	text-decoration: underline;
}

#navcolumn, #navcolbase {
	background-color: #fff;
	vertical-align: top;
	}

#navcolumn {
	background-image: url(http://www.shoprotorua.co.nz/templateimages/nav-bg.gif);
	background-repeat: repeat-y;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
/*	background-color: #fff;*/
	background-image: url(http://www.shoprotorua.co.nz/templateimages/nav-top.gif);
	background-repeat: no-repeat;
	min-height: 420px;
	}

#navigator {
	width: 150px;
	padding: 6px 0px 0px 0px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: Arial;
	font-size: 14px;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 150px;
	}

.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: #fff;
	font-weight: bold;
	background-color: #000;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #888;
	}

.submen a {
	font-size: 12px;
	text-indent: 15px;
	padding: 2px 10px 3px 10px;
	}
