/* CSS Document */
/* Eco Connection Website style 01 */
/* August 2007 */

/* Overall Generic Styles --------------------------- */

html, body {
	margin:0;
	padding:0;
	text-align:center;
	background: #ba491a url(images/bg_ogradient.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: white;
}

img {
	padding: 3px;
	border: 1px solid #CCC;
}

img.noborder {
	padding: 0px;
	border: 0px;
}

img.padding-noborder {
	padding: 3px;
	border: 0px;
	margin: 0px 0px 10px 10px;
}

p { 
	padding-bottom: 1.6em;
}

ul, ol {
	padding-bottom: 1.6em;
	padding-left:1.6em;
}

a:link, a:visited {
	color: #6db0d1;
	text-decoration: none;
}

a:hover, a:active {
	color: #6db0d1;
	text-decoration: underline;
}

/* Top --------------------------------------- */

#top {
	background-color: #FFF;
	text-align: center;
	color: #930;
	margin: 0 auto;
	padding: 0px 0px 1px 0px;
	position:relative; 
	min-width: 700px;
}

#top .area {
	margin:0 auto;
	padding:0;
	text-align:center;
	height:165px;
	width:700px;
	position:relative;
}

#top .logo {
	margin-top: 20px;
	padding: 0px;
	float: left;
	height: 116;
}

#top .logo img {
	border: 0 solid white;
	height: 116px;
}

#top .logo h1 {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#top .collection {
	top: 0;
	margin: 0;
	padding: 0;
	float: right;
	height: 116px;
}

#top .collection img {
	border: 0px solid white;
	padding: 0;
}

/* Middle -------------------------------------------- */

#middle {
	margin: 0 auto;
	padding: 0;
	width: 700px;
	text-align: center;
	color: #FFF;
	position:relative; 
	top: 30px;
}

#news {
	float: left;
	background:url(images/bg_diagonal.gif) repeat;
	width: 180px;
	text-align:left; 
	padding: 60px 10px 0px 10px;
	color: #e6b590;
	font-size: 1em;
	line-height: 1.1em;
	position: absolute;
}

#news h1 {
	font-size: 1.5em;
	font-weight: lighter;
	line-height: 1.8em;
}

#news p {
	line-height: 1.5em;
	padding-top: 5px;
}

#news span {
	color: #6db0d1;
}

#news ul {
	padding-left: 10px;
}

#news ul li {
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform:lowercase;
}

#content-index {
	text-align:left;
	padding: 0px 0px 30px 220px;

}

#content {
	text-align:left;
	padding: 0px 0px 60px 0px;

}

#content-index h1, #content h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	line-height: 1.4em;
	padding-top: 20px;
}

#crumb {
	padding: 10px 0px 6px 0px;
	border-bottom: 1px dashed #930;
}

#crumb a:link, #crumb a:visited {
	color: white;
	text-decoration: none;
}

#crumb a:hover, #crumb a:active {
	color: white;
	text-decoration: underline;
}

.quote {
	margin: 10px 0px;
	padding: 10px;
	background:url(images/bg_diagonal.gif) repeat;
}


/* Footer ---------------------------------------------*/

#footer {
	background-color: #646464;
	color: #ba491a;
	height: 100%;
	margin: 0;
	padding: 0;
}

#footer img {
	padding: 0;
	border: 0px solid white;
}


#photobar {
	background:url(images/bg_bottomimagebar.jpg) top repeat-x;
	height: 65px;
	border-top: 1px solid #4a4a4a;
	border-bottom: 1px solid #4a4a4a;
	padding-top: 0px;
}

#feets {
	margin: 0px auto;
	padding: 0px;
	width: 700px;
	text-align: center;
	color: #FFF;
	position:relative;
	background:url(images/footer_bottom.gif) bottom no-repeat;
	padding-bottom: 35px;
}

#feetses {	
	text-align: right;
	font-size: .9em;
}

#feetses ul, #feetses p {
	padding-bottom: .4em;
}

#feetses ul li {
	display:inline;
	padding: 0px 10px 30px 6px;
	font-family: Arial, Helvetica, sans-serif;
}

#feetses a:link, #feetses a:visited {
	color: #333333;
	text-decoration: none;
}

#feetses a:hover, #feetses a:active {
	color: white;
	text-decoration: underline;
}
	