body {
	font-family: "Lucida Grande", Arial, Verdana, sans-serif;
	background: #ffe7bf url(http://www.powertynan.com.au/images/pt_01.gif) repeat-x top left;
	color: #333;
	font-size: 14px;
	line-height: 22px;
}

/* -- COMMON STYLES -- */

.floatleft {float: left;}
.floatright {float: right;}

a:link {color: #8b292e; text-decoration: underline;}
a:visited {color: #8b292e; text-decoration: underline;}
a:hover {color: #6b181b; text-decoration: underline;}
a:active {color: #8b292e; text-decoration: underline;}

hr {
	width: 100%;
	height: 1px;
	border: none;
	clear: both;
	color: #ffe7bf;	
	background-color: #ffe7bf;
	margin: 25px 0 0 0;
	padding: 0;
}

p {
	margin-bottom: 8px;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	color: #004d55;
	font-size: 36px;
	line-height: 46px;
	text-align: right;
	margin-top: 30px;
}

h2 {
	color: #8b292e;
	font-size: 36px;
	line-height: 46px;
	margin-bottom: 10px;
}

h3 {
	font-size: 22px;
	margin: 25px 0 10px 0;
}

/* -- BOXES -- */

.header {
	margin-top: 20px;
	padding-left: 19px;
	height: 50px;
	overflow: hidden;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 40px;
	background: #8a282d url(http://www.powertynan.com.au/images/pt_07.gif) repeat-x top left;
	color: #FFF;
}

.menu a:link {color: #ffe7bf; text-decoration: none;}
.menu a:visited {color: #ffe7bf; text-decoration: none;}
.menu a:hover {color: #FFF; text-decoration: underline;}
.menu a:active {color: #ffe7bf; text-decoration: none;}

.menu ul {
	list-style-type: none;
	float: right;
}

.menu li {
	display: inline;
	float: left;
	margin-right: 14px;
}

.menu li a {
	display: block;
	float: left;
	padding-top: 9px;
	height: 40px;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.menu li a.selected {
	background: url(http://www.powertynan.com.au/images/pt_10.gif) no-repeat top center;
	color: #FFF;
}

.menu img, .feature img, .featuresml img {
	margin-left: 19px;
	float: left;
}

.feature {
	height: 210px;
	background: url(http://www.powertynan.com.au/images/graphic_03.jpg) no-repeat top left;
}

.featuresml {
	height: 70px;
}

.content {
	background: #fef5e2;
}

.content ul {
	list-style: disc;
	margin: 10px 20px;
}

.primary, .tertiary {
	margin-top: 20px;
	margin-bottom: 14px; /* 14px + <p>'s 6px = 20px */
}

.primary h3 {
	color: #004d55;
}

.primary h3 a:link {color: #004d55; text-decoration: underline;}
.primary h3 a:visited {color: #004d55; text-decoration: underline;}
.primary h3 a:hover {color: #003238; text-decoration: underline;}
.primary h3 a:active {color: #004d55; text-decoration: underline;}

.tertiary {
	color: #FFF;
}

.tertiary h3 {
	color: #ffe7bf;
	margin: 0 0 10px 0
}

.tertiary p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
}

.tertiary a:link {color: #FFF; text-decoration: underline;}
.tertiary a:visited {color: #FFF; text-decoration: underline;}
.tertiary a:hover {color: #ffe7bf; text-decoration: underline;}
.tertiary a:active {color: #FFF; text-decoration: underline;}

.publications {
	background: #8b292e;
	border-top: 1px #6b181b solid;
	border-bottom: 1px #6b181b solid;
	margin-bottom: 20px;
	padding: 10px;
}

.usefullinks {
	background: #004d55;
	border-top: 1px #003238 solid;
	border-bottom: 1px #003238 solid;	
	margin-bottom: 20px;
	padding: 10px;
}

.footer {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	font-size: 10px;
	color: #999;
}

.footer p {
	margin: 0;
}

.footer a:link {color: #999; text-decoration: underline;}
.footer a:visited {color: #999; text-decoration: underline;}
.footer a:hover {color: #666; text-decoration: underline;}
.footer a:active {color: #999; text-decoration: underline;}

/* -- CONTACT FORM -- */

.zemContactForm fieldset {
	border: none;
}

	.zemContactForm legend {
		display: none;
	}
	
	.zemContactForm input, .zemContactForm textarea, .zemContactForm select {
		color: #333;
		border: 1px solid #8b292e;
		font-size: 14px;
		padding: 3px;
		clear: right;
		margin-bottom: 15px;
	}

	.zemContactForm label {
		display: block;
		float: left;
		width: 130px;
		margin-right: 10px;
		text-align: left;
	}
	
	.zemError {
		color: #852a25;
		font-weight: bold;
	}
	
	.zemSubmit {
		color: #FFF !important;
		border: 1px solid #6b181b;
		background-color: #8b292e;
		width: 80px;
		padding: 10px 0 !important;		
	}
	
/* -- SR Form -- */


.primary input, .primary textarea {
	color: #333;
	border: 1px solid #8b292e;
	font-size: 14px;
	padding: 3px;
	clear: right;
	margin-bottom: 15px;
}

.primary .button {
	color: #FFF !important;
	border: 1px solid #6b181b;
	background-color: #8b292e;
	width: 80px;
	padding: 10px 0 !important;		
}
