@charset "utf-8";

@import url("nav.css");

.inputtext {
	color: #444;
	background-color: #fff;
	font-size: 12px;
	border: #888888 1px solid;
	height: 17px;
	width: 115px;
	padding: 1px 3px;
}

#loginRegisterTable .inputtext {
	width: 200px;
}

#loginRegisterTable select {
	width: 208px;
}

.inputtextrequired {
	color: #444;
	background-color: #defbff;
	font-size: 12px;
	border: #888888 1px solid;
	height: 17px;
	width: 120px;
	padding: 1px 3px;
}	
.inputselect {
	color: #444;
	background-color: #fff;
	font-size: 12px;
	border: #888888 1px solid;
	height: 24px;
	padding: 0px 0px 1px 3px;
	width: 120px;
}	
.inputtextarea {
	color: #444;
	background-color: #fff;
	font-size: 12px;
	border: #888888 1px solid;
}	
.inputtextarearequired {
	color: #444;
	background-color: #defbff;
	font-size: 12px;
	border: #888888 1px solid;
}	
.inputbutton {
	color: #444;
	background-color: #fff;
	font-size: 11px;
	cursor: pointer;
	border:  1px solid;
	height: 19px;
	width: 80px;
	font-weight : bold;
}

/* ==================================== */

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;  
	background: url(../images/bodybg.jpg) repeat-x #fff;
	line-height: 18px;
}

@-moz-document url-prefix() {
	body#site {
		overflow-y: scroll;
	}
}

h1 {
	font-size: 36px;
	color: #89d4df;
	line-height: normal;
	padding: 0;
	letter-spacing: -2px;
	font-family: "HelveticaRounded", Helvetica, Arial, sans-serif;
	margin: 0;
}
h1#factsH1 {
	font-size: 28px;
	margin: 10px;
	font-size: 22px;
	color: #89D4DF;
	margin: 10px 17px;
	font-family: "HelveticaRounded", Helvetica, Arial, sans-serif;
	padding: 0;
}

h2 {
	font-size: 22px;
	color: #89D4DF;
	margin: 0;
	font-family: "HelveticaRounded", Helvetica, Arial, sans-serif;
	padding: 0;
}

h3, h4 {
	line-height: normal;
}

a {
	text-decoration: none;
	color: #099;
}

a:hover {
	text-decoration: underline;
}

a.fancyLink {
	display: inline-block;
	height: 20px;
	background: url(../images/fancyLinkBG.jpg) repeat-x;
	border-top: 1px solid #ededed;
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	border-left: 1px solid #ededed;
	padding: 2px 4px 2px 4px;
	color: #00703c;
	font-weight: bold;
	font-size: 14px
}

a.fancyLink b {
	display: inline-block;
	padding: 0 20px 0 0;
	background: url(../images/fancyLinkArrow.jpg) no-repeat right;
	cursor: pointer;
}

.sellNowBtn {
	display:block;
	width: 91px;
	height: 27px;
	background: url(../images/sellNow.png);
	overflow: hidden;
	text-indent: -10001px;
}

a img {
	border: none;
}

.lovelyBtn {
	background: url(../images/lovelyBtnBG.jpg) repeat-x;
	height: 23px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #9b9b9b;
	font-weight: bold;
	color: #00703c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	padding: 0 10px;
}

a.lovelyBtn {
	padding-top: 1px;
	height: 22px;
}

input.lovelyBtn {	
	padding: 0 10px;
	height: 23px;
}

strong.green {
	color: #067240
}

td {
	font-size: 1em;
}

#container {
	width: 955px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#header { 
	height: 114px;
}
	
	#header div {
		float: right;
		width: 270px;
		text-align: right;
		margin: 20px 0 0 0;
	}
	
	#header img {
		float: right;
	}
	
	#header img#logo {
		float: left;
	}
	
	#header div span {
		display: inline-block;
		margin: 0 0 20px 0;
		clear: both;
	}
	
	#header a {
		color: #000;
	}

#nav {
	height: 37px;
	margin: 0 0 19px 0;
	background: url(../images/navBG.jpg) no-repeat;
}


#contentwrap {
	overflow: hidden;
	background: url(../images/contentBG.gif) top left repeat-y;
	margin: 0 0 20px 0;
}


* html contentwrap {
	float: left;
	overflow: scroll
}

#left {
	width: 190px;
	min-height: 390px;
	float: left;
	background: #89d4df;
	padding: 20px;
	color: #fff;
	font-weight: bold;
}

#left.further {	
	min-height: 590px;
}

* html #left {
	height: 425px;
}

	#left img {
		display: block;
	}
	
	.step1 {
		margin: 20px 0 0 0;
	}
	
	.step2 {
		margin: 20px 0;
	}
	
	#left p {
		margin: 20px 0 5px 0;
	}
	
	#left input {
		margin: 0;
		display: inline-block;
		position: relative;
		top: 7px;
		left: 10px;
	}
	
	#left input.leftinput {
		font-size: 11px;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		border: none;
		background: url(../images/inputBG.jpg) no-repeat top right;
		width: 128px;
		height: 17px;
		padding: 3px 5px 0 5px;
		position: static;
	}
	
	#left select {	
		font-size: 11px;
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		width: 138px;
	}

#right {
	width: 723px;
	min-height: 428px;
	border: 1px solid #e5e5e5;
	float: left;
	background: #f6f6f6
}

#right.widerRight {
	width: 953px;
	min-height: 400px;
	margin: 0 0 20px 0;
}

#right > img {
	display: block;
}

* html #right {
	height: 428px;
}

	#homeContent {
		padding: 10px 20px 0 20px;
		background: #fff url(../images/homeRightBG.jpg) no-repeat bottom;
		height: 190px;
	}
	
		#homeContent p {
			float: left;
			width: 48.5%;
			margin: 0 0 15px 0;
		}
		
		#homeContent p.first-child {
			margin-right: 20px;
		}
		
	
	#furtherContent {
		min-height: 398px;
		padding: 10px 20px 20px 20px;
		background: #fff url(../images/furtherBG.jpg) no-repeat bottom;
	}
	
	#furtherContent-wide {
		min-height: 370px;
		background: #fff url(../images/furtherBG-wide.jpg) no-repeat bottom;
		padding: 10px 20px 20px 20px;
		
	}

#CTAs {
	height: 182px;
	clear: both;
	margin: 0 0 20px 0;
}

	#CTAs img {
		margin: 0 0 0 17px;
		display: block;
		float: left;
	}
	
	#CTAs img#CTA1 {
		margin: 0;
	}

#footer {
	height: 200px;
	background: url(../images/footerBG.jpg) repeat-x;
	padding: 20px 0 0 95px;
	clear: both;
}

	#footer ul {
		margin: 0 180px 20px 0;
		padding: 0;
		list-style: none;
		float: left;
		width: 155px;
	}
	
	#footer ul#lastUl {
		margin: 0;
	}
	
	#footer li {
		color: #00703c;
		font-weight: bold;
		padding: 2px 0;
	}
	
	#footer li a {
		font-weight: normal;
		padding: 0 0 0 12px;
		display: block;
		background: url(../images/footerBull.jpg) no-repeat 0px 6px;
	}
	
	#footer span {
		display: block;
		text-align: center;
		clear: both;
		color: #000;
		padding: 0 40px 0 0;
	}
	
	#footer a {
		color: #000;
	}
	
#homeScroller {
	border: 2px solid #ffffff;
	padding: 0;
	background: #ffffff;
	position: relative;
	height: 260px;
}

	#homeScroller h3 {
		font-size: 24px;
		font-family: "HelveticaRounded",Arial, Helvetica, sans-serif;
		color:#8AD5E0;
		margin:0 0 10px 0;
	}
	
	#homeScroller h4 {
		font-size: 20px;
		font-family: "HelveticaRounded",Arial, Helvetica, sans-serif;
		color:#00703B;
		margin:0 0 10px 0;
	}


.phoneScrollerContainer {
	height: 220px;
	width: 680px;
	top: 20px;
	left: 20px;
	position: absolute;
	border:none;
	overflow: hidden;
	padding: 0;
	
}

.phone-in-scroller img {
	margin: 0 10px 0 0;
}

.phone-in-scroller p {
	margin: 0 0 10px 0;
}

.phone-in-scroller h3 {
	width: 320px;
}

* html .phone-in-scroller h3 {
	width: 160px;
}

.phoneScrollerBox {
	width: 350px;
	position: absolute;
	top: 0px;
}

.phoneScrollerBox .sellNowBtn {
	position: absolute;
	bottom: 25px;
	left: 165px;
}

.miniphoneScrollerBox  .sellNowBtn {
	position: absolute;
	bottom: -00px;
	left: 110px;
}


#fdh {
	 cursor: pointer;
	
	 float: right;
}




#minihomeScroller {
	padding: 0 20px 0 0;
	background: url(../images/factsBG.jpg) no-repeat;
	position: relative;
	height: 181px;
	width: 285px;
	float: left;
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #e5e5e5;
	margin: 0 0 0 17px;
}

	#minihomeScroller h3 {
		font-size: 24px;
		font-family: "HelveticaRounded",Arial, Helvetica, sans-serif;
		color:#8AD5E0;
		margin: 0 0 20px 0;
		width: 260px;
	}
	
	* html #minihomeScroller h3 {
		width: 150px;
	}
	
	#minihomeScroller h4 {
		font-size: 20px;
		font-family: "HelveticaRounded",Arial, Helvetica, sans-serif;
		color:#00703B;
		margin:0 0 20px 0;
	}
	
.RecycleFactsScroller {
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	line-height: 1.2em;
	position: relative;
}


.miniphoneScrollerContainer {
	height: 220px;
	width: 265px;
	top: 20px;
	left: 20px;
	position: absolute;
	border:none;
	overflow: hidden;
	padding: 0;
	
}

.miniphone-in-scroller img {
	margin: 0 10px 0 0;
}

#CTAs img.miniphoneImages {
	margin: 0 10px 0 0;
	width: 100px;
}

.minihone-in-scroller p {
	margin: 0 0 10px 0;
}

.miniphoneScrollerBox {
	width: 305px;
	position: absolute;
	top: 0px;
}

.nextFactBtn {
	position: absolute;
	right: 20px;
	bottom: 20px;
}