html { min-height: 100%; margin-bottom: 1px; 	background: #CAD8E8; background-color: #CAD8E8; }

body {
	font-family: arial, helvetica, courier;
	color: #4A4A4A;
	font-size:0.8em;
	min-height: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background: #CAD8E8;
	background-color: #CAD8E8;
	/*
	background-image: url('/images/bg-mosaic.jpg');
	background-image: url('/images/bg-bark.jpg');
	background-image: url('/images/bg-earth.jpg');
	background-image: url('/images/bg-blades.jpg');
	background-image: url('/images/bg-leaf.jpg');
	background-image: url('/images/bg-clouds.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-attachment: fixed;
	*/
}

div.inner_document {
	width:100%;
	padding:0px;
	text-align:left;
	background:#FFFFFF;
}

div.outer_document {
	margin:0px;
	margin: auto;
	padding-left:20px;
	padding-right:20px;
	background: #FFFFFF;
	width:700px;
	border-right:1px solid silver;
	border-left:1px solid silver;
}

div.header {
	padding-top:10px;
	padding-bottom:10px;
}

div.body {
	border: 0px solid silver;
	padding-bottom:10px;
	height:100%;
}

td {
	font-size: 80%;
}

div.footer {
	border-top:1px solid silver;
	padding-top:10px;
	padding-bottom:10px;
	text-align: right;
	font-size:0.7em;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color:#187CCA;
}

h2 {
	margin-top:25px;
	font-size: 1.1em;
	font-weight: bold;
	color:#187CCA;
}

hr {
	margin-left:5px;
	margin-right:5px;
	border:0px;
	border-top:1px gray dashed;
	color:white;
}

hr.dashed {
	margin-left:5px;
	margin-right:5px;
	border:0px;
	border-top:1px gray dashed;
	color:white;
}

img {
	border:0px;
}

form {
	border:0px;
	margin:0px;
	padding:0px;
}

input {
	border:1px solid silver;
	padding:3px;
}

textarea {
	border: 1px solid silver;
	padding: 3px;
	scrollbar-base-color: #9999cc;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #ccccff;

	scrollbar-shadow-color: black;
	scrollbar-lightshadow-color: black;
	scrollbar-darkshadow-color: gray;

	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;	
}

input.button {
	width:auto;
}

a:link {
	color: #4A4A4A;
}

a:hover {
	color: #F76625;
}

a:visited {
	color: #4A4A4A;
}

a:active {
	color: #4A4A4A;
}


div.banner {
	width:698px;
	padding-bottom:0px;
}

div.menu {
	text-align: center;
	height:22px;
	border-top: 1px solid silver;
}

div.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.9em;
}

div.menu li {
	display: block;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	width: auto !important;
	line-height: 23px;
	white-space: nowrap;
}

div.menu li a {
	display: block;
	padding-left: 24px;
	padding-right: 24px;
	text-decoration: none;
	color: #525252;
	font-weight:bold;
}

div.menu li a:hover {
	background: #F76625; /*#ED7B01;  #936645; */
	color:#FFFFFF;
	text-decoration:none;
}

div.left {
	width: 382px;
	float: left;
	border: 0px solid silver;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 4px;
}

div.right {
	width: 262px;
	float: right;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	border: 0px dashed silver;
	padding-left:15px;
	border-left: 0px dashed silver;
}

div.middle {
	width: 285px;
	float: left;
	padding: 5px;
	margin-right:4px;
	margin-left:4px;
	margin-bottom:4px;
	border: 0px;
}

div.noborder {
	border:0px;
}

div.narrow {
	width:145px;
}

div.wide {
	width:510px;
}

div.fullwidth {
	width:520px;
}

div.completewidth {
	width: 650px;
}

div.alltheway {
	margin-left:4px;
	margin-right:4px;
	padding:5px;
}

.googlebutton {
	border:0px;
	vertical-align:middle;
	position:relative;
	top:-4px;
}

div.box {
	float: left;
	padding: 5px;
	width:95%;
	margin-right:4px;
	margin-bottom:4px;
	border: 0px solid silver;
}

div.left ul {
	margin-left:5px;
	padding-left:0px;
	list-style: none;
}

div.left ul li {
	padding-left:20px;
	padding-top:4px;
	padding-bottom:4px;
	background-image: url('/images/globe_bullet.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}

div.right ul {
	margin-left:5px;
	padding-left:0px;
	list-style: none;
}

div.right ul li {
	padding-left:20px;
	padding-bottom:8px;
	background-image: url('/images/globe_bullet.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}

div.readon {
	font-size:1.8em;
	text-align: right;
}


div.orange div.readon a:link {
	color:#1D3F86;
	text-decoration:none;
}

div.orange div.readon a:active {
	color:#1D3F86;
	text-decoration:none;
}

div.orange div.readon a:hover {
	color:#1D3F86;
	text-decoration:none;
}

div.orange div.readon a:visited {
	color:#1D3F86;
	text-decoration:none;
}



div.blue div.readon a:link {
	color: #F76623;
	text-decoration:none;
}

div.blue div.readon a:active {
	color: #F76623;
	text-decoration:none;
}

div.blue div.readon a:hover {
	color: #F76623;
	text-decoration:none;
}

div.blue div.readon a:visited {
	color: #F76623;
	text-decoration:none;
}


div.lightblue {
	background: #E3E8EC;
}

div.orange {
	background: #F76625;
	color:white;
}

div.orange p {
	margin: 2px;
}

div.image_1 {
	background-image: url('/images/frontpic.jpg');
	height:94px;
}

div.blue {
	background: #203F82;
	color:white;
}

div.blue p{
	margin: 2px;
}

div.footer p {
	margin:2px;
}

div.clear {
	clear:both;
}

div.clear_left {
	clear:left;
}

div.clear_right{
	clear:right;
}

.message {
	font-weight:bold;
	color:green;
}

/* shops page styles */

.alphabet {
	font-weight:bold;
	font-size:1.2em;
}

.rainforest {
	background-image: url('/images/rainforest_shoppg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 30px;
}

ul#categories {
	margin-left:5px;
	padding-left:0px;
	list-style: none;
}

ul#categories li {
	padding-left:20px;
	background-image: url('/images/globe_bullet.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}

ul.submenu {
	margin-bottom:5px;
}

li.submenu {
	background: transparent;
	padding-left: 2px;
}

/* end shops page styles */

div.adbox {
	float:right;
	margin-right:4px;
}

div#breadcrumb {
	margin-left: 8px;
	margin-bottom:12px;
}

.error {
	font-weight:bold;
	color:darkred;
}

ul.error li {
	font-weight:bold;
	color:darkred;
}

label {
	font-weight:bold;
}

ul.globe {
	margin-left:5px;
	padding-left:0px;
	list-style: none;
}

ul.globe li {
	padding-left:20px;
	background-image: url('/images/globe_bullet.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}

ul.story {
	margin-left:5px;
	padding-left:0px;
	list-style: none;
}

ul.story li {
	padding-left:20px;
	padding-bottom:12px;
	background-image: url('/images/story_bullet.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}

span.author {
	color:gray;
}

span.howlongago {
	font-size:0.7em;
	color:gray;
}

/* shop styles and stuff */
div.shoplisting {
	float:left;
	margin:6px;
	border:1px solid silver;
	width:115px;
	padding:5px;
	text-align:center;
}

div.shoplisting h3 {
	font-size:0.9em;
}

div.special_offer {
}

div.special_offer em {
	color:red;
}

div.special_offer code {
	font-weight:bold;
	font-family:courier;
}

/* shop details page */
span.payout_amount {
	font-weight:bold;
	color:darkgreen;
	font-size:1.2em;
}

div.visitnow {
	text-align:left;
	margin-top:20px;
	margin-bottom:10px;
}

.insert_image {
	padding:5px;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

ul.links {
	margin-left:5px;
	padding-left:0px;
	list-style: none;
}

ul.links li {
	padding-left:30px;
	padding-bottom:10px;
	background-image: url('/images/links-icon.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}

tr.project_row {
	border-top:1px solid silver;
	cursor:pointer;
	cursor:hand;
}

tr.project_row td {
	cursor:pointer;
	cursor:hand;
	padding:4px;
}

.view_one_project {
	padding:4px;
	float:left;
}

ul.testimonials {
	margin-left:5px;
	padding-left:0px;
	list-style: none;
}

ul.testimonials li {
	padding-left:30px;
	padding-bottom:10px;
}

ul.testimonials .name {
	padding-top:5px;
	font-style: italic;
	color: #C0C0C0;
}

ul.testimonials .testimonial {
	font-size: 1.1em;
	font-weight: normal;
}

.fact {
	font-style:italic;
	color:gray;
}

.press_release {
	line-height: 1.5em;
}

div.media_archive_item {
	padding-top:20px;
	padding-bottom:20px;
	border-bottom: 1px dashed silver;
}

div.odd div.content {
	float:right;
}

div.even div.content {
	float:left;
}

div.lightblue h2 {
	padding-top:0px;
	margin-top:10px;
}

div.cursor {
	cursor:pointer;
	cursor:hand;
}

em {
	font-weight:bold;
	color: darkgreen;
	font-style:normal;
}

ul.green_directory {
	margin-left:5px;
	padding-left:0px;
	list-style: none;
}

ul.green_directory li.green_directory {
	padding-left:20px;
	background-image: url('/images/green_directory.jpg');
	background-position: left middle;
	background-repeat: no-repeat;
}
