@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0 auto;
	background:#FFFFFF;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	color: #222222;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222222;
}

h1 {
	font-size:18px;
	font-weight:500;
	padding:0px 0px 10px 0px;
}
h6 {
	font-size:12px;
	font-weight:600;
	padding:20px 0px 0px 0px;
	color:#000000;
}
p {
	padding: 0.6em 0px;
}
a {
	color:#616161;
}
a img {
	border:none;
}
#wrapper {
	width: 100%;
	background-color: white;
}

#header {
	height: 231px;
	background:#FFFFFF url(/images/eventstaranaki/banner.jpg) no-repeat top center;
}
#headerContent {
	width:960px;
	margin:0 auto;

}

#main {
	width:100%;
	min-height: 300px;
	background:#FFFFFF url(/images/bg_gradient.jpg) repeat-x top left;
}
.mainContentWrapper {
	width:977px;
	margin:0 auto;
	background:url(/images/main_shadows_sides.png) repeat-y top center;
}
.mainContent {
	width:855px;
	margin:0 auto;
	background:#FFFFFF url(/images/main_top_shadow.jpg) repeat-x top left;
	min-height: 300px;
	padding:30px 15px 30px 90px;
}

#footer {
	width: 960px;
	height:40px;
	margin:0 auto;
	padding:0px 9px 9px 9px;
	background:url(/images/main_shadows_bottom.png) no-repeat bottom left;
}

#footerContent {
	width: 800px;
	padding:10px 40px 0px 40px;
	margin:0 auto;
	border-top:1px solid #6F6F74;
	color:#6F6F74;
}
 #footerContent a {
	color:#6F6F74;
}

#logo {
	width:322px;
	height:108px;
	position:absolute;
	margin:40px 0px 0px 10px;
}
.mainmenu {
	width:887px;
	height:50px;
	position:absolute;
	margin-top:180px;
	padding-left:73px;
	background:url(/images/eventstaranaki/menu_bg.jpg) repeat-x top left;
}
	.mainmenu ul {
		padding:0;
		margin:0;
		height:15px;
		margin-top:16px;
		}
	.mainmenu li {
		padding:0;
		margin:0;
		height:17px;
		float:left;
		list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		border-right:1px solid #434343;
		}
	.mainmenu ul li a{
		color:#FFFFFF;
		display:inline;
		float:left;
		height:15px;

		font-size:15px;
		padding:0px 15px;
		text-decoration:none;
		text-transform:uppercase;
		}
	.mainmenu ul li a:hover{
		text-decoration:underline;
		}

.formtable {
		border-spacing:5px 10px;
	}

	.formtable td {
		border-top:1px solid #DDDDDD;
		border-right:1px solid #DDDDDD;
		border-bottom:1px solid #CCCCCC;
		border-left:1px solid #DDDDDD;
		padding-left:5px;
		padding-top:3px;
		padding-bottom:3px;
	}

	.formtable input {
		border-color:#FFFFFF;
		border:none;
	}
	.formtable select {
		border:none;
		color:#616161;
		background:#FFFFFF;
	}
	.formtable input[type="text"] {
		width:300px;
	}
	.formtable input[type="submit"] {
		cursor:pointer;
	}
	.formtable textarea {
		border-color:#FFFFFF;
		border:none;
	}

.error {
	color:#C80000;
}

.smallprint {
	font-size: 0.8em;
}

.events td {
	padding:0px 15px 25px 0px;
}


.button {
	background:#222226;
	color:#FFFFFF;
	border:1px solid #222226;
	padding:2px 4px;
}
	.button:hover {
		background:#FFFFFF;
		color:#222226;
		border:1px solid #222226;
	}
.maincol {
	width:590px;
	padding-right:40px;
	float:left;
}
.rightcol {
	width:180px;
	margin-top:-30px;
	float:left;
	padding:15px 5px 80px 25px;
	background:url(/images/rightcol_bg_short.jpg) no-repeat top center;
}
	.rightcol ul li {
		margin-left:15px;
		padding:3px 0px;
	}
	.rightcol ul li a {
		text-decoration:none;
		color:#000000;
		font-size:11px;
	}
.rightcol ul li a:hover {
		text-decoration:underline;
	}

.clear {
	clear:both;
}