/*
CSS Document
-----------------------------------------------------------------
Author:					Andy Barnes, Citizen Integrated Media
Date created:		12/06/2007
-----------------------------------------------------------------
*/

/* ---------------- General */
	
	body,td,th {
		font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		}
	body {
		margin: 20px;
		}
	
	a { color: #000000; text-decoration: underline; }
	
	h1, h2, h3, h4 {
		margin: 10px 0 20px 0;
		padding: 20px 0 0 0;
		font-weight: bold;
		}
	h1 { margin-top: 0; font-size: 18px; }
	h2 { font-size: 14px; }
	h3 { font-size: 12px; }
	
	p {
		margin: 0 0 15px 0;
		padding: 0;
		line-height: 1.4em;
		}
	
	a img { border: none; }



/* ---------------- Misc styles */

	p.imgpara { margin: 0; }
	
	p img.inline-left {
		margin: 0 20px 0 0;
		}
	
	p img.inline-right {
		margin: 0 0 20px 20px;
		}
	
	p img.inline-left-col {
		margin: 0 15px 20px 0;
		}
	
	p img.inline-right-col {
		margin: 0 0 20px 15px;
		}
	
	.img-head { margin-top: 0; }
	
	.emphtext {
		font-weight: bold;
		font-size: 13px;
		line-height: 1.2em;
		}
	
	a.download-pdf {
		background-image: url(../images/construct/icon-pdf.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left: 20px;
		}
	
	ul#tabnavigation {
		display: none;
		}
	

/* ---------------- Page specific */

	ul.pg-pr-list {
		margin: 0;
		padding: 0;
		}
		ul.pg-pr-list li {
			clear: left;
			margin: 0;
			padding: 0 0 5px 0;
			list-style-type: none;
			font-size: 11px;
			line-height: 1.1em;
			}
			ul.pg-pr-list li img {
				float: left;
				border: 5px solid #e0dbe4;
				margin: 0 15px 0 0;
				}
			ul.pg-pr-list li a {
				display: block;
				color: #828282;
				text-decoration: none;
				}
				ul.pg-pr-list li a strong {
					font-size: 16px;
					line-height: 1.3em;
					font-weight: normal;
					color: #b5b5b5;
					}
	
	.pg-trade-feature {
		clear: both;
		margin: 0 0 20px 0;
		padding-top: 20px;
		}
		.pg-trade-feature p {
			}
			.pg-trade-feature p img {
				float: left;
				margin: 0 20px 0 0;
				border: 2px solid #9c87b2;
				}
				.pg-trade-feature p strong { font-size: 12px; }
				.pg-trade-feature p a {
					display: block;
					text-decoration: none;
					}


	
/* ---------------- Layout */

	#wrapper {
		}
	
	#header {
		}
		
	#header a.headerlink {
		display: none;
		}
		
	#printheader {
		margin-bottom: 20px;
		padding: 20px 0;
		border-bottom: 1px solid #999999;
		font-size: 16px;
		}
	
	#navigation {
		display: none;
		}
	
	#page {
		}
	
	#sidelist {
		display: none;
		}
	
	#content {
		}
		#content div.content-row {
			clear: both;
			width: 100%;
			margin: 0 0 20px 0;
			}
		
		.column-ab-a {
			clear: both;
			}
		.column-ab-b {
			clear: both;
			}
	
	#footer {
		clear: both;
		border-top: 1px solid #999999;
		padding: 20px 0 30px 0;
		text-align: right;
		font-size: 11px;
		}