/*
-----------------------------------------------
Ecologistics Screen CSS styles
Developed by: Red Studio
Author: Dan Hower
Version: 1.0
Date: July 2008
----------------------------------------------- */


/* Structure - Global Divs
----------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	}
	
body {
	font-size: small;
	color: #000;
	background: #fff;
	}

	
/* Structure - Global Navigation
----------------------------------------------- */
#global-nav {
	width: 970px;
	padding: 10px 0;
	float: left;
	display: none;
	}

	
/* Structure - Main Navigation
----------------------------------------------- */
#nav, #nav ul {
	list-style: none;
	float: right;
	z-index: 500;
	display: none;
	}
	
	
/* Structure - Sub Navigation
----------------------------------------------- */
#subnav {
	font-size: 85%;
	width: 227px;
	border-right: 1px solid #004b8d;
	list-style: none;
	padding: 10px 0 0 20px;
	background: #e1e6c7;
	float: left;
	display: none;
	}

	
/* Structure - Content Divs
----------------------------------------------- */
#masthead {
	width: 962px;
	height: 131px;
	border-bottom: 1px solid #6eb43f;
	float: left;
	display: none;
	}
	
#masthead2 {
	width: 962px;
	height: 40px;
	border-bottom: 1px solid #6eb43f;
	background: #e1e6c7;
	float: left;
	display: none;
	}
	
#flashheader {
	width: 962px;
	height: 180px;
	border-bottom: 1px solid #6eb43f;
	margin-bottom: 10px;
	background: #fff url(img/flashheader.jpg) left bottom no-repeat;
	float: left;
	}
	
#logo-area {
	width: 476px;
	padding: 14px 243px;
	border-bottom: 1px solid #6eb43f;
	background: #fff;
	float: left;
	}
	
#logo-area-sm {
	width: 934px;
	padding: 14px;
	margin-bottom: 10px;
	border-bottom: 1px solid #6eb43f;
	background: #fff;
	float: left;
	}
	
#flash {
	width: 962px;
	height: 180px;
	float: left;
	}
	
#flash1 {
	width: 320px;
	border-right: 1px solid #6eb43f;
	float: left;
	}
	
#flashWrapper {
	width: 641px;
	float: right;
	}
	
#flash2 {
	width: 320px;
	float: left;
	}
	
#flash3 {
	width: 320px;
	border-left: 1px solid #6eb43f;
	float: right;
	}
	
	
/* Fonts and Link Styles
----------------------------------------------- */
p, blockquote {
	color: #000;
	padding-bottom: 15px;
	}
	
p.center {
	text-align: center;
	}
	
p.small {
	font-size: 85%;
	}
	
#footer p {
	font-size: 85%;
	color: #fff;
	}
	
blockquote {
	padding: 0 40px 15px 40px;
	}
	
.booktitle {
	font-style: italic;
	font-weight: bold;
	}
	
#footer p {
	text-align: right;
	}

	
	
/* img, Padding, Margins and Misc. Styles
----------------------------------------------- */
img {
	border: 0;
	display: block;
	margin-bottom: 10px;
	}
