﻿/* begin Page */

/*  PIRDESIGN.co.za */

body {

	margin: 0 auto;

	padding: 0;

	background-color: #FFEEBA;

	background-repeat: repeat;

	background-attachment: fixed;

	background-position: top center;

}

#pirdesign-main {

	position: relative;

	width: 100%;

	left: 0;

	top: 0;

}

#pirdesign-page-background-gradient {

	background-position: top left;

}

.cleared {

	float: none;

	clear: both;

	margin: 0;

	padding: 0;

	border: none;

	font-size: 1px;

}

form {

	padding: 0 !important;

	margin: 0 !important;

}

table.position {

	position: relative;

	width: 100%;

	table-layout: fixed;

}

/* end Page */

/* begin Box, Sheet */

.pirdesign-Sheet {

	position: relative;

	z-index: 0;

	margin: 0 auto;

	width: 919px;

	min-width: 89px;

	min-height: 89px;

}

.pirdesign-Sheet-body {

	position: relative;

	z-index: 1;

	padding: 15px;

}

.pirdesign-Sheet-tr, .pirdesign-Sheet-tl, .pirdesign-Sheet-br, .pirdesign-Sheet-bl, .pirdesign-Sheet-tc, .pirdesign-Sheet-bc, .pirdesign-Sheet-cr, .pirdesign-Sheet-cl {

	position: absolute;

	z-index: -1;

}

.pirdesign-Sheet-tr, .pirdesign-Sheet-tl, .pirdesign-Sheet-br, .pirdesign-Sheet-bl {

	width: 144px;

	height: 144px;

	background-image: url('../images/Sheet-s.png');

}

.pirdesign-Sheet-tl {

	top: 0;

	left: 0;

	clip: rect(auto, 72px, 72px, auto);

}

.pirdesign-Sheet-tr {

	top: 0;

	right: 0;

	clip: rect(auto, auto, 72px, 72px);

}

.pirdesign-Sheet-bl {

	bottom: 0;

	left: 0;

	clip: rect(72px, 72px, auto, auto);

}

.pirdesign-Sheet-br {

	bottom: 0;

	right: 0;

	clip: rect(72px, auto, auto, 72px);

}

.pirdesign-Sheet-tc, .pirdesign-Sheet-bc {

	left: 72px;

	right: 72px;

	height: 144px;

	background-image: url('../images/Sheet-h.png');

}

.pirdesign-Sheet-tc {

	top: 0;

	clip: rect(auto, auto, 72px, auto);

}

.pirdesign-Sheet-bc {

	bottom: 0;

	clip: rect(72px, auto, auto, auto);

}

.pirdesign-Sheet-cr, .pirdesign-Sheet-cl {

	top: 72px;

	bottom: 72px;

	width: 144px;

	background-image: url('../images/Sheet-v.png');

}

.pirdesign-Sheet-cr {

	right: 0;

	clip: rect(auto, auto, auto, 72px);

}

.pirdesign-Sheet-cl {

	left: 0;

	clip: rect(auto, 72px, auto, auto);

}

.pirdesign-Sheet-cc {

	position: absolute;

	z-index: -1;

	top: 72px;

	left: 72px;

	right: 72px;

	bottom: 72px;

	background-image: url('../images/Sheet-c.png');

}

.pirdesign-Sheet {

	margin-top: 5px !important;

}

#pirdesign-page-background-simple-gradient, #pirdesign-page-background-gradient, #pirdesign-page-background-glare {

	min-width: 919px;

}

/* end Box, Sheet */

/* begin Header */

div.pirdesign-Header {

	margin: 0 auto;

	position: relative;

	z-index: 0;

	width: 889px;

	height: 240px;

}

div.pirdesign-Header-png {

	position: absolute;

	z-index: -2;

	top: 0;

	left: 0;

	width: 889px;

	height: 240px;

	background-image: url('../images/Header.gif');

	background-repeat: no-repeat;

	background-position: left top;

}

div.pirdesign-inHeader-png {

	position: absolute;

	z-index: -2;

	top: 0;

	left: 0;

	width: 889px;

	height: 240px;

	background-image: url('../images/inHeader.gif');

	background-repeat: no-repeat;

	background-position: left top;

}

div.pirdesign-Header-jpeg {

	position: absolute;

	z-index: -1;

	top: 0;

	left: 0;

	width: 238px;

	height: 240px;

	margin-left: 17px;

	background-image: url('');

	background-repeat: no-repeat;

	background-position: left left;

}

/* end Header */

/* begin Menu */

/* menu structure */

.pirdesign-menu a, .pirdesign-menu a:link, .pirdesign-menu a:visited, .pirdesign-menu a:hover {

	text-align: left;

	text-decoration: none;

	outline: none;

	letter-spacing: normal;

	word-spacing: normal;

}

.pirdesign-menu, .pirdesign-menu ul {

	margin: 0;

	padding: 0;

	border: 0;

	list-style-type: none;

	display: block;

}

.pirdesign-menu li {

	margin: 0;

	padding: 0;

	border: 0;

	display: block;

	float: left;

	position: relative;

	z-index: 5;

	background: none;

}

.pirdesign-menu li:hover {

	z-index: 10000;

	white-space: normal;

}

.pirdesign-menu li li {

	float: none;

}

.pirdesign-menu ul {

	visibility: hidden;

	position: absolute;

	z-index: 10;

	left: 0;

	top: 0;

	background: none;

}

.pirdesign-menu li:hover > ul {

	visibility: visible;

	top: 100%;

}

.pirdesign-menu li li:hover > ul {

	top: 0;

	left: 100%;

}

.pirdesign-menu:after, .pirdesign-menu ul:after {

	content: ".";

	height: 0;

	display: block;

	visibility: hidden;

	overflow: hidden;

	clear: both;

}

.pirdesign-menu, .pirdesign-menu ul {

	min-height: 0;

}

.pirdesign-menu ul {

	background-image: url(images/spacer.gif);

	padding: 10px 30px 30px 30px;

	margin: -10px 0 0 -30px;

}

.pirdesign-menu ul ul {

	padding: 30px 30px 30px 10px;

	margin: -30px 0 0 -10px;

}

div.pirdesign-nav-center {

	position: relative;

	float: right;

	right: 50%;

}

ul.pirdesign-menu {

	position: relative;

	float: left;

	left: 50%;

}

.firefox2 ul.pirdesign-menu {

	float: none;

}

/* menu structure */

.pirdesign-menu {

	padding: 8px 4px 0px 4px;

}

.pirdesign-nav {

	position: relative;

	height: 39px;

	z-index: 100;

}

.pirdesign-nav .l, .pirdesign-nav .r {

	position: absolute;

	z-index: -1;

	top: 0;

	height: 39px;

	background-image: url('../images/nav.png');

}

.pirdesign-nav .l {

	left: 0;

	right: 0px;

}

.pirdesign-nav .r {

	right: 0;

	width: 889px;

	clip: rect(auto, auto, auto, 889px);

}

/* end Menu */

/* begin MenuItem */

.pirdesign-menu ul li {

	clear: both;

}

.pirdesign-menu a {

	position: relative;

	display: block;

	overflow: hidden;

	height: 31px;

	cursor: pointer;

	text-decoration: none;

	margin-right: 1px;

	margin-left: 1px;

}

.pirdesign-menu a .r, .pirdesign-menu a .l {

	position: absolute;

	display: block;

	top: 0;

	z-index: -1;

	height: 93px;

	background-image: url('../images/MenuItem.png');

}

.pirdesign-menu a .l {

	left: 0;

	right: 0px;

}

.pirdesign-menu a .r {

	width: 400px;

	right: 0;

	clip: rect(auto, auto, auto, 400px);

}

.pirdesign-menu a .t {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 15px;

	font-style: normal;

	font-weight: bold;

	color: #243409;

	padding: 0 22px;

	margin: 0 0px;

	line-height: 31px;

	text-align: center;

}

.pirdesign-menu a:hover .l, .pirdesign-menu a:hover .r {

	top: -31px;

}

.pirdesign-menu li:hover > a .l, .pirdesign-menu li:hover > a .r {

	top: -31px;

}

.pirdesign-menu li:hover a .l, .pirdesign-menu li:hover a .r {

	top: -31px;

}

.pirdesign-menu a:hover .t {

	color: #080906;

}

.pirdesign-menu li:hover a .t {

	color: #080906;

}

.pirdesign-menu li:hover > a .t {

	color: #080906;

}

.pirdesign-menu a.active .l, .pirdesign-menu a.active .r {

	top: -62px;

}

.pirdesign-menu a.active .t {

	color: #1B1E15;

}

/* end MenuItem */

/* begin MenuSubItem */

.pirdesign-menu ul a {

	display: block;

	text-align: center;

	white-space: nowrap;

	height: 20px;

	width: 180px;

	overflow: hidden;

	line-height: 20px;

	margin-right: auto;

	background-image: url('../images/subitem-bg.png');

	background-position: left top;

	background-repeat: repeat-x;

	border-width: 1px;

	border-style: solid;

	border-color: #C4D973;

}

.pirdesign-nav ul.pirdesign-menu ul span, .pirdesign-nav ul.pirdesign-menu ul span span {

	display: inline;

	float: none;

	margin: inherit;

	padding: inherit;

	background-image: none;

	text-align: inherit;

	text-decoration: inherit;

}

.pirdesign-menu ul a, .pirdesign-menu ul a:link, .pirdesign-menu ul a:visited, .pirdesign-menu ul a:hover, .pirdesign-menu ul a:active, .pirdesign-nav ul.pirdesign-menu ul span, .pirdesign-nav ul.pirdesign-menu ul span span {

	text-align: left;

	text-indent: 12px;

	text-decoration: none;

	line-height: 20px;

	color: #2f3f13;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 14px;

	font-style: normal;

	font-weight: normal;

}

.pirdesign-menu ul ul a {

	margin-left: auto;

}

.pirdesign-menu ul li a:hover {

	color: #000000;

	border-color: #C4D973;

	background-position: 0 -20px;

}

.pirdesign-menu ul li:hover > a {

	color: #000000;

	border-color: #C4D973;

	background-position: 0 -20px;

}

.pirdesign-nav .pirdesign-menu ul li a:hover span, .pirdesign-nav .pirdesign-menu ul li a:hover span span {

	color: #000000;

}

.pirdesign-nav .pirdesign-menu ul li:hover > a span, .pirdesign-nav .pirdesign-menu ul li:hover > a span span {

	color: #000000;

}

/* end MenuSubItem */

/* begin ContentLayout */

.pirdesign-contentLayout {

	position: relative;

	margin-bottom: 17px;

	width: 889px;

}

/* end ContentLayout */

/* begin Box, Block */

.pirdesign-Block {

	position: relative;

	z-index: 0;

	margin: 0 auto;

	min-width: 1px;

	min-height: 1px;

}

.pirdesign-Block-body {

	position: relative;

	z-index: 1;

	padding: 0px;

}

.pirdesign-Block {

	margin: 10px;

}

/* end Box, Block */

/* begin BlockHeader */

.pirdesign-BlockHeader {

	position: relative;

	z-index: 0;

	height: 30px;

	padding: 0 5px;

	margin-bottom: 0px;

}

.pirdesign-BlockHeader .t {

	height: 30px;

	color: #ffffff;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 16px;

	font-style: normal;

	font-weight: bold;

	white-space : nowrap;

	padding: 0 1px;

	line-height: 30px;

}

.pirdesign-BlockHeader .l, .pirdesign-BlockHeader .r {

	display: block;

	position: absolute;

	z-index: -1;

	height: 30px;

	background-image: url('../images/BlockHeader.png');

}

.pirdesign-BlockHeader .l {

	left: 0;

	right: 15px;

}

.pirdesign-BlockHeader .r {

	width: 889px;

	right: 0;

	clip: rect(auto, auto, auto, 874px);

}

.pirdesign-header-tag-icon {

	height: 30px;

	background-position: left top;

	background-image: url('../images/BlockHeaderIcon.png');

	padding: 0 0 0 32px;

	background-repeat: no-repeat;

	min-height: 15px;

	margin: 0 0 0 5px;

}

/* end BlockHeader */

/* begin Box, BlockContent */

.pirdesign-BlockContent {

	position: relative;

	z-index: 0;

	margin: 0 auto;

	min-width: 31px;

	min-height: 31px;

}

.pirdesign-BlockContent-body {

	position: relative;

	z-index: 1;

	padding: 5px;

}

.pirdesign-BlockContent-tr, .pirdesign-BlockContent-tl, .pirdesign-BlockContent-br, .pirdesign-BlockContent-bl, .pirdesign-BlockContent-tc, .pirdesign-BlockContent-bc, .pirdesign-BlockContent-cr, .pirdesign-BlockContent-cl {

	position: absolute;

	z-index: -1;

}

.pirdesign-BlockContent-tr, .pirdesign-BlockContent-tl, .pirdesign-BlockContent-br, .pirdesign-BlockContent-bl {

	width: 30px;

	height: 30px;

	background-image: url('../images/BlockContent-s.png');

}

.pirdesign-BlockContent-tl {

	top: 0;

	left: 0;

	clip: rect(auto, 15px, 15px, auto);

}

.pirdesign-BlockContent-tr {

	top: 0;

	right: 0;

	clip: rect(auto, auto, 15px, 15px);

}

.pirdesign-BlockContent-bl {

	bottom: 0;

	left: 0;

	clip: rect(15px, 15px, auto, auto);

}

.pirdesign-BlockContent-br {

	bottom: 0;

	right: 0;

	clip: rect(15px, auto, auto, 15px);

}

.pirdesign-BlockContent-tc, .pirdesign-BlockContent-bc {

	left: 15px;

	right: 15px;

	height: 30px;

	background-image: url('../images/BlockContent-h.png');

}

.pirdesign-BlockContent-tc {

	top: 0;

	clip: rect(auto, auto, 15px, auto);

}

.pirdesign-BlockContent-bc {

	bottom: 0;

	clip: rect(15px, auto, auto, auto);

}

.pirdesign-BlockContent-cr, .pirdesign-BlockContent-cl {

	top: 15px;

	bottom: 15px;

	width: 30px;

	background-image: url('../images/BlockContent-v.png');

}

.pirdesign-BlockContent-cr {

	right: 0;

	clip: rect(auto, auto, auto, 15px);

}

.pirdesign-BlockContent-cl {

	left: 0;

	clip: rect(auto, 15px, auto, auto);

}

.pirdesign-BlockContent-cc {

	position: absolute;

	z-index: -1;

	top: 15px;

	left: 15px;

	right: 15px;

	bottom: 15px;

	background-color: #D5D9CA;

}

.pirdesign-BlockHeader .l, .pirdesign-BlockHeader .r {

	display: block;

	position: absolute;

	z-index: -1;

	height: 30px;

	background-image: url('../images/BlockHeader.png');

}



.pirdesign-BlockContent-body {

	color: #1E2117;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

}

.pirdesign-BlockContent-body a:link {

	color: #587722;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

}

.pirdesign-BlockContent-body a:visited, .pirdesign-BlockContent-body a.visited {

	color: #869669;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

}

.pirdesign-BlockContent-body a:hover, .pirdesign-BlockContent-body a.hover {

	color: #89A02C;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: none;

}

.pirdesign-BlockContent-body ul {

	list-style-type: none;

	color: #2E3324;

	margin: 0;

	padding: 0;

}

.pirdesign-BlockContent-body li {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	text-decoration: none;

}

.pirdesign-BlockContent-body ul li {

	padding: 0px 0 0px 12px;

	background-image: url('../images/BlockContentBullets.png');

	background-repeat: no-repeat;

	margin: 0.5em 0 0.5em 0;

	line-height: 1.2em;

}

/* end Box, BlockContent */

/* begin Box, Post */

.pirdesign-Post {

	position: relative;

	z-index: 0;

	margin: 0 auto;

	min-width: 1px;

	min-height: 1px;

}

.pirdesign-Post-body {

	position: relative;

	z-index: 1;

	padding: 7px;

}

.pirdesign-Post {

	margin: 7px;

}

/* Start images */

a img {

	border: 0;

}

.pirdesign-article img, img.pirdesign-article {

	margin: 1em;

}

.pirdesign-metadata-icons img {

	border: none;

	vertical-align: middle;

	margin: 2px;

}

/* Finish images */

/* Start tables */

.pirdesign-article table, table.pirdesign-article {

	border-collapse: collapse;

	margin: 1px;

	width: auto;

}

.pirdesign-article table, table.pirdesign-article .pirdesign-article tr, .pirdesign-article th, .pirdesign-article td {

	background-color: Transparent;

}

.pirdesign-article th, .pirdesign-article td {

	padding: 2px;

	border: solid 1px #9CA984;

	vertical-align: top;

	text-align: left;

}

.pirdesign-article th {

	text-align: center;

	vertical-align: middle;

	padding: 7px;

}

/* Finish tables */

pre {

	overflow: auto;

	padding: 0.1em;

}

/* end Box, Post */

/* begin PostHeaderIcon */

.pirdesign-PostHeader {

	text-decoration: none;

	margin: 0.2em 0;

	padding: 0;

	font-weight: normal;

	font-style: normal;

	letter-spacing: normal;

	word-spacing: normal;

	font-variant: normal;

	text-decoration: none;

	font-variant: normal;

	text-transform: none;

	text-align: left;

	text-indent: 0;

	line-height: inherit;

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 22px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #465F1B;

}

.pirdesign-PostHeader a, .pirdesign-PostHeader a:link, .pirdesign-PostHeader a:visited, .pirdesign-PostHeader a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 22px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	margin: 0;

	color: #465F1B;

}

/* end PostHeaderIcon */

/* begin PostHeader */

.pirdesign-PostHeader a:link {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	text-align: left;

	color: #557321;

}

.pirdesign-PostHeader a:visited, .pirdesign-PostHeader a.visited {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	text-align: left;

	color: #4E573D;

}

.pirdesign-PostHeader a:hover, .pirdesign-PostHeader a.hovered {

	font-family: Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	text-align: left;

	color: #262C0C;

}

/* end PostHeader */

/* begin PostContent */

/* Content Text Font & Color (Default) */

body {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	color: #2B3021;

}

.pirdesign-PostContent p {

	margin: 0.5em 0;

}

.pirdesign-PostContent, .pirdesign-PostContent p {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	text-align: justify;

	color: #2B3021;

}

.pirdesign-PostContent {

	margin: 0;

}

/* Start Content link style */

/*

The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.

http://www.w3schools.com/CSS/css_pseudo_classes.asp

http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/

*/

a {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #648726;

}

/* Adds special style to an unvisited link. */

a:link {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #648726;

}

/* Adds special style to a visited link. */

a:visited, a.visited {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

	color: #3B422E;

}

/* :hover - adds special style to an element when you mouse over it. */

a:hover, a.hover {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: none;

	color: #262C0C;

}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {

	font-weight: normal;

	font-style: normal;

	text-decoration: none;

}

/* Start Content headings Fonts & Colors  */

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 28px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #648726;

}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 22px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #84B332;

}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 18px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #5B6647;

}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 16px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #2B3021;

}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #2B3021;

}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {

	font-family: Arial, Helvetica, Sans-Serif;

	font-size: 14px;

	font-style: normal;

	font-weight: bold;

	text-align: left;

	color: #2B3021;

}

/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */

/* Start Content list */

ol, ul {

	color: #414832;

	margin: 1em 0 1em 2em;

	padding: 0;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

}

li ol, li ul {

	margin: 0.5em 0 0.5em 2em;

	padding: 0;

}

li {

	margin: 0.2em 0;

	padding: 0;

}

ul {

	list-style-type: none;

}

ol {

	list-style-position: inside;

}

.pirdesign-Post li {

	padding: 0px 0 0px 15px;

	line-height: 1.2em;

}

.pirdesign-Post ol li, .pirdesign-Post ul ol li {

	background: none;

	padding-left: 0;

}

.pirdesign-Post ul li, .pirdesign-Post ol ul li {

	background-image: url('../images/PostBullets.png');

	background-repeat: no-repeat;

	padding-left: 15px;

}

/* Finish Content list */

/* end PostBullets */

/* begin PostQuote */

/* Start blockquote */

blockquote, blockquote p, .pirdesign-PostContent blockquote p {

	color: #181C08;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-style: italic;

	font-weight: normal;

	text-align: left;

}

blockquote, .pirdesign-PostContent blockquote {

	border: solid 1px #D8E6A3;

	margin: 10px 10px 10px 50px;

	padding: 5px 5px 5px 28px;

	background-color: #F2F6DF;

	background-image: url('../images/PostQuote.png');

	background-position: left top;

	background-repeat: no-repeat;

}

/* Finish blockuote */

/* end PostQuote */

/* begin Button */

.pirdesign-button-wrapper .pirdesign-button {

	display: inline-block;

	width: auto;

	outline: none;

	border: none;

	background: none;

	line-height: 22px;

	margin: 0 !important;

	padding: 0 !important;

	overflow: visible;

	cursor: default;

	text-decoration: none !important;

	z-index: 0;

}

.pirdesign-button-wrapper {

	display: inline-block;

	position: relative;

	height: 22px;

	overflow: hidden;

	white-space: nowrap;

	width: auto;

	z-index: 0;

}

.firefox2 .pirdesign-button-wrapper {

	display: block;

	float: left;

}

.pirdesign-button-wrapper .pirdesign-button {

	display: block;

	height: 22px;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

	white-space: nowrap;

	text-align: left;

	padding: 0 5px !important;

	line-height: 22px;

	text-decoration: none !important;

	color: #000000 !important;

}

input, select {

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 12px;

	font-style: normal;

	font-weight: normal;

}

.pirdesign-button-wrapper.hover .pirdesign-button, .pirdesign-button:hover {

	color: #59681D !important;

	text-decoration: none !important;

}

.pirdesign-button-wrapper.active .pirdesign-button {

	color: #F3F5F0 !important;

}

.pirdesign-button-wrapper .l, .pirdesign-button-wrapper .r {

	display: block;

	position: absolute;

	z-index: -1;

	height: 66px;

	background-image: url('../images/Button.png');

}

.pirdesign-button-wrapper .l {

	left: 0;

	right: 3px;

}

.pirdesign-button-wrapper .r {

	width: 407px;

	right: 0;

	clip: rect(auto, auto, auto, 404px);

}

.pirdesign-button-wrapper.hover .l, .pirdesign-button-wrapper.hover .r {

	top: -22px;

}

.pirdesign-button-wrapper.active .l, .pirdesign-button-wrapper.active .r {

	top: -44px;

}

/* end Button */

/* begin Footer */

.pirdesign-Footer {

	position: relative;

	z-index: 0;

	overflow: hidden;

	width: 889px;

	margin: 5px auto 0px auto;

}

.pirdesign-Footer .pirdesign-Footer-inner {

	height: 1%;

	position: relative;

	z-index: 0;

	padding: 10px;

	text-align: center;

}

.pirdesign-Footer .pirdesign-Footer-background {

	position: absolute;

	z-index: -1;

	background-repeat: no-repeat;

	background-image: url('../images/Footer.png');

	width: 889px;

	height: 150px;

	bottom: 0;

	left: 0;

}

.pirdesign-Footer .pirdesign-Footer-text p {

	margin: 0;

}

.pirdesign-Footer .pirdesign-Footer-text {

	display: inline-block;

	color: #495138;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	font-size: 11px;

}

.pirdesign-Footer .pirdesign-Footer-text a:link {

	text-decoration: none;

	color: #515A3F;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

}

.pirdesign-Footer .pirdesign-Footer-text a:visited {

	text-decoration: none;

	color: #6C7854;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: underline;

}

.pirdesign-Footer .pirdesign-Footer-text a:hover {

	text-decoration: none;

	color: #F8FBEF;

	font-family: Tahoma, Arial, Helvetica, Sans-Serif;

	text-decoration: none;

}

/* end Footer */

/* begin PageFooter */

.pirdesign-page-footer, .pirdesign-page-footer a, .pirdesign-page-footer a:link, .pirdesign-page-footer a:visited, .pirdesign-page-footer a:hover {

	font-family: Arial;

	font-size: 10px;

	letter-spacing: normal;

	word-spacing: normal;

	font-style: normal;

	font-weight: normal;

	text-decoration: underline;

	color: #759F2D;

}

.pirdesign-page-footer {

	margin: 1em;

	text-align: center;

	text-decoration: none;

	color: #8E9D72;

}

/* end PageFooter */

/* begin LayoutCell */

.pirdesign-contentLayout .pirdesign-sidebar1 {

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 239px;

}

/* end LayoutCell */

/* begin LayoutCell */

.pirdesign-contentLayout .pirdesign-content {

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 648px;

}

.pirdesign-contentLayout .pirdesign-content-wide {

	position: relative;

	margin: 0;

	padding: 0;

	border: 0;

	float: left;

	overflow: hidden;

	width: 887px;

}

/* end LayoutCell */

/* begin acordian */

.tbl_style1 {

	color: red;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial;

	text-align: center;

	vertical-align: bottom;

	white-space: nowrap;

	border: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: white;

}

.tbl_style2 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 700;

	font-style: normal;

	text-decoration: underline;

	font-family: Arial, sans-serif;

	text-align: center;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right-style: none;

	border-right-color: inherit;

	border-right-width: medium;

	border-top: .5pt solid windowtext;

	border-bottom: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: white;

}

.tbl_style4 {

	color: red;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: center;

	vertical-align: bottom;

	white-space: nowrap;

	border-left: .5pt solid windowtext;

	border-right: .5pt solid windowtext;

	border-top-style: none;

	border-top-color: inherit;

	border-top-width: medium;

	border-bottom: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: #92D050;

}

.tbl_style5 {

	color: windowtext;

	font-size: 8.0pt;

	font-style: normal;

	font-family: Arial, sans-serif;

	text-align: left;

	vertical-align: bottom;

	white-space: nowrap;

	border-style: none;

	border-color: inherit;

	border-width: medium;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style7 {

	color: red;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: center;

	vertical-align: bottom;

	white-space: nowrap;

	border: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: #92D050;

}

.tbl_style8 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial;

	text-align: general;

	vertical-align: bottom;

	white-space: nowrap;

	border-style: none;

	border-color: inherit;

	border-width: medium;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style9 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial;

	text-align: general;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right-style: none;

	border-right-color: inherit;

	border-right-width: medium;

	border-top-style: none;

	border-top-color: inherit;

	border-top-width: medium;

	border-bottom: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style11 {

	text-align: center;

}

.tbl_style12 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial;

	text-align: left;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right-style: none;

	border-right-color: inherit;

	border-right-width: medium;

	border-top-style: none;

	border-top-color: inherit;

	border-top-width: medium;

	border-bottom: .5pt solid windowtext;

	border-right: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: #FFFF99;

}

.tbl_style13 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial;

	text-align: left;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right: .5pt solid windowtext;

	border-top-style: none;

	border-top-color: inherit;

	border-top-width: medium;

	border-bottom-style: none;

	border-bottom-color: inherit;

	border-bottom-width: medium;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: #FFFF99;

}

.tbl_style14 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: left;

	vertical-align: bottom;

	white-space: nowrap;

	border: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: #FFFF99;

}

.tbl_style15 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 700;

	font-style: normal;

	text-decoration: underline;

	font-family: Arial, sans-serif;

	text-align: center;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right-style: none;

	border-right-color: inherit;

	border-right-width: medium;

	border-top: .5pt solid windowtext;

	border-bottom: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style17 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial;

	text-align: general;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right-style: none;

	border-right-color: inherit;

	border-right-width: medium;

	border-top: .5pt solid windowtext;

	border-bottom-style: none;

	border-bottom-color: inherit;

	border-bottom-width: medium;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style18 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial;

	text-align: left;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right: .5pt solid windowtext;

	border-top: .5pt solid windowtext;

	border-bottom-style: none;

	border-bottom-color: inherit;

	border-bottom-width: medium;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: #FFFF99;

}

.tbl_style19 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 700;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: center;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right-style: none;

	border-right-color: inherit;

	border-right-width: medium;

	border-top: .5pt solid windowtext;

	border-bottom: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style23 {

	color: red;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: center;

	vertical-align: bottom;

	white-space: nowrap;

	border: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style24 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: general;

	vertical-align: bottom;

	white-space: nowrap;

	border-style: none;

	border-color: inherit;

	border-width: medium;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style26 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: general;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right-style: none;

	border-right-color: inherit;

	border-right-width: medium;

	border-top-style: none;

	border-top-color: inherit;

	border-top-width: medium;

	border-bottom: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

}

.tbl_style28 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: left;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right: .5pt solid windowtext;

	border-top-style: none;

	border-top-color: inherit;

	border-top-width: medium;

	border-bottom: .5pt solid windowtext;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: #FFFF99;

}

.tbl_style29 {

	color: windowtext;

	font-size: 8.0pt;

	font-weight: 400;

	font-style: normal;

	text-decoration: none;

	font-family: Arial, sans-serif;

	text-align: left;

	vertical-align: bottom;

	white-space: nowrap;

	border-left-style: none;

	border-left-color: inherit;

	border-left-width: medium;

	border-right: .5pt solid windowtext;

	border-top-style: none;

	border-top-color: inherit;

	border-top-width: medium;

	border-bottom-style: none;

	border-bottom-color: inherit;

	border-bottom-width: medium;

	padding-left: 1px;

	padding-right: 1px;

	padding-top: 1px;

	background: #FFFF99;

}

.tbltxt_style1 {

	text-decoration: underline;

}

/* end acordian */



#lightbox {

	background-color:#C4D973;

	padding: 10px;

	border-bottom: 2px solid #666;

	border-right: 2px solid #666;

	}

#lightboxDetails {

	font-size: 0.8em;

	padding-top: 0.4em;

	}	

#lightboxCaption { float: left; }

#keyboardMsg { float: right; }



#lightbox img { border: none; } 

#overlay img { border: none; }

#overlay {

	background-color: #000;

	back\ground-color: transparent;

	background-image: url(blank.gif);

	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");

	}
