/* CSS Document */

/* RESET ALL padding/margins */
div,input,span,p,img,textarea,body,html,h1,h2,form
{
	padding: 0;
	margin: 0;
}

/*IE 6 image flicker fix */
html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	color: #45413C;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	background-position: 50% top;
}

a {
	text-decoration: none;
	color: #2E902E;
}
	a:hover {
	 	text-decoration: underline;
	}

h1 {
	color: #2E902E;
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	font-family: 'Arial Black', sans-serif;
}
h2 {
	font-size: 18px;
	color: #2E902E;
	line-height: 20px;
	font-weight: normal;
	font-family: 'Arial Black', sans-serif;
}

hr {
	height: 2px;
	border: 0;
	background: url( ../images/hr.jpg ) repeat-x top left;
	margin-left: 0;
}

p {
	padding-top: 10px;
	padding-bottom: 3px;
}
/* Remove all padding, borders and margins */
img {
	border: 0;
	margin: 0;
	padding: 0;
}

.right {
	float: right;
}
img.right {
	padding: 0 0 5px 10px;
}

img.welcome {
	float: right;
	margin-right: -25px;
	padding: 0 0 10px 10px;
}


#pageContainer {
	margin: 0 auto;
	width: 980px;
}

	#header_left {
		width: 692px;
		float: left;
	}

		#header_left_top {
			width: 692px;
			height: 69px;
			background: url( ../images/header_left_top_f.png );
		}
		#header_left_side {
			width: 52px;
			height: 360px;
			background: url( ../images/header_left_side_f.png );
			float: left;
		}
		
		#header_left_video {
			float: left;
			width: 640px;
			height: 360px;
			background: #000000;
		}
	
	#header_right {
		width: 288px;
		height: 429px;
		float: left;
		position: relative;
		background: url( ../images/header_right_f.png );
	}
	
		#counter {
			position: absolute;
			top: 106px;
			left: 33px;
		}
	
		#tellFriendBtn {
			position: absolute;
			display: block;
			top: 253px;
			left: 55px;
			width: 149px;
			height: 24px;
			background: url( ../images/tell_friend_btn.png ) no-repeat;
			background-position: 0 0;
		}
		#tellFriendBtn:hover {
			background-position: 0 -24px;
		}
		
		#socialLinks {
			position: absolute;
			left: 48px;
			top: 314px;
		}
			#socialLinks a {
				width: 20px;
				height: 20px;
				margin: 3px;
				display: block;
				padding: 1px;
				float: left;
			}
				#socialLinks a:hover {
					border: 1px solid #2E902E;
					padding: 0;
				}
		#embedCode {
			border: 1px solid #FFFFFF;
			border-left: 2px solid #8F8E89;
			border-top: 2px solid #8F8E89;
			background: #EDEBE9;
			width: 168px;
			height: 30px;
			font-size: 11px;
			color: #333333;
			padding: 1px 5px;
			
			position: absolute;
			top: 390px;
			left: 42px;
		}
				
	
	#mainContainer {
		clear: both;
		width: 980px;
	}
	
	#contentContainer {
		width: 661px;
		float: left;
		overflow: hidden;
		background: url( ../images/content_top_f.png ) no-repeat;
	}
		#tabContainer {
			margin-top: 101px;
			margin-left: 66px;
			width: 590px;
			height: 80px;
		}
	
		#contentContent {
			width: 661px;
			margin:0;
			padding: 0;
			background: url( ../images/content_mid.png ) repeat-y;
			
			min-height:695px;
			height:auto !important;
			height:695px;

		}
		#contentContent ul {
			list-style-image: url( ../images/buzz_bullet.png );
		}
		
		#contentContent div {
			padding: 0 80px 40px 130px;
			text-align: left;
			line-height: 20px;
		}
		
		#contentBottom {
			width: 685px;
			height: 140px;
			background: url( ../images/content_bottom.png ) no-repeat;
			background-position: 0 0;
			clear: both;
			text-align: left;
			float: left;
		}
		#contentBottom div.relative {
			position: relative;
			width: 670px;
		}	
			#contentBottom a#greenpeace {
				position: absolute;
				left: 324px;
				top: 12px;
				background: url( ../images/greenpeace_btn.png ) no-repeat;
				display: block;
				width: 111px;
				height: 28px;
			}
				#contentBottom a#greenpeace:hover {
					background-position: 0 -28px;
				}
				
			#contentBottom #links {
				position: absolute;
				top: 20px;
				right: 33px;
				text-align: right;
			}
			#contentBottom #footer {
				position: absolute;
				top: 100px;
				left: 230px;
			}	
				#contentBottom #tellyjuice {
					position: absolute;
					left: 307px;
					top: 93px;
					background: url( ../images/tellyjuice.png ) no-repeat;
					display: block;
					width: 59px;
					height: 25px;
				}
					#contentBottom #tellyjuice:hover {
						background-position: 0 -25px;
					}
					
				#contentBottom #animator {
					position: absolute;
					left: 455px;
					top: 90px;
					background: url( ../images/animator.png ) no-repeat;
					display: block;
					width: 24px;
					height: 27px;
				}
					#contentBottom #animator:hover {
						background-position: 0 -27px;
					}
					
				#contentBottom #biro {
					position: absolute;
					left: 576px;
					top: 96px;
					background: url( ../images/biro.png ) no-repeat;
					display: block;
					width: 63px;
					height: 10px;
				}
					#contentBottom #biro:hover {
						background-position: 0 -10px;
					}
					
	
	
	
	#sideContainer {
		width: 319px;
		height: 100px;
		float: left;
	}
	
		#signupContainer {
			width: 319px;
			background: url( ../images/signup_mid.png ) repeat-y;
		}
			#signupContent {
				width: 254px;
				padding-top: 100px;
				padding-left: 65px;
				background: url( ../images/signup_top.png ) no-repeat;
				text-align: left;
			}
				#signupContent div.p {
					width: 200px;
					color: #FFFFFF;
					font-size: 12px;
					font-weight: bold;
				}
				#signupContent form {
					margin-top: 10px;
					text-align: left;
					width: 210px;
					color: #FFFFFF;
					font-size: 12px;
					font-weight: bold;
				}
				#signupContent .field {
					width: 130px;
					height: 15px;
					border: 0;
					padding: 0;
					margin: 0;
					font-size: 11px;
					margin-bottom: 8px;
				}
				#signupContent select {
					width: 130px;
					height: 15px;
					font-size: 11px;
					padding: 0;
					border: 1px solid #DDDDDD;
				}
				#signupSubmit {
					display: block;
					width: 78px;
					height: 23px;
					position: relative;
					top: 2px;
					left: 185px;
					z-index: 5;
					background: url( ../images/signupSubmit.png ) no-repeat;
				}
					#signupSubmit:hover {
						background-position: 0 -23px;
					}
			
			#signupBottom {
				clear:both;
				text-align: left;
				width: 319px;
				height: 147px;
				z-index: 2;
				background: url( ../images/signup_bottom.png ) no-repeat;
			}
			
		#buzzContainer {
			width: 319px;

			background: url( ../images/buzz_box_exp.png ) repeat-y;
			background-position: 0 0;
		}
			#buzzContent {
				width: 228px;

				min-height:151px;
				height:auto !important;
				height:151px;

				padding-top: 35px;
				padding-left: 52px;
				float: left;
				text-align: left;
				background: url( ../images/buzz_left.png ) no-repeat;
			}
				#buzzContent div.p {
					width: 200px;
					color: #45413C;
					font-size: 12px;
					line-height: 16px;
				}
				
				#buzzContent ul {
					padding-left: 20px;
					list-style-image: url( ../images/buzz_bullet.png );
				}
				#buzzContent li {
					margin-bottom: 5px;
				}
			
			#buzzRight {
				width: 39px;
				height: 173px;
				float: left;
				background: url( ../images/buzz_right.png ) no-repeat;
			}
			
		#featureContainer {
			clear: both;
			width: 319px;
			background: url( ../images/feature_mid.png ) repeat-y;
			background-position: 0 0;
		}
		
			#featureContent {
				width: 228px;

				min-height:158px;
				height:auto !important;
				height:158px;

				padding-top: 70px;
				padding-left: 52px;
				padding-bottom: 10px;
				text-align: left;
				float: left;
				background: url( ../images/feature_left.png ) no-repeat;
			}
				#featureContent div.p {
					width: 220px;
					color: #45413C;
					font-size: 12px;
					line-height: 16px;
				}
			
			#featureRight {
				width: 39px;
				height: 228px;
				float: left;
				background: url( ../images/feature_right.png ) no-repeat;
			}
			
			#featureBottom {
				clear:both;
				width: 319px;
				height: 29px;
				background: url( ../images/feature_bottom.png ) no-repeat;
			}


#sendToFriendOverlay {
	position: fixed;
	display: none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}



#sendToFriendContainer {
	display: none;
	position: fixed;
	top:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:800px;
	margin:-320px 0 0 -250px;
}
#sendToFriend{
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
	z-index:999999;
	padding-right: 40px;
}
	#sendToFriend input , #sendToFriend textarea {
			font-size: 11px;
			height: 16px;
			width: 300px;
			border: 1px solid #DDDDDD;
			border-top: 2px solid #7C7C7C;
	}
	#sendToFriend textarea {
		height: 85px;
		vertical-align: bottom;
	}
	#sendToFriend span {
		vertical-align: top;
	}
	#sendToFriend .short {
		width: 180px;
	}
	
			