@charset "UTF-8";
/* CSS Document */
*
{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

body
{
	background-color:#FFFFFF;
	text-align: left;
	
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #fff;
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:10px;
}
a:visited {
	text-decoration: none;
	color:  #fff;
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:10px;
	
}
a:hover {
	text-decoration: none;
	color: #cfb53b;
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:10px;
}
a:active {
	text-decoration: none;
	color: #fff;
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-size:10px;
}

.maintext {
	position:relative;
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	color:#2f4d5b;
	font-size:12px;
	width: 170px;
	top:55px;
	left:70px;
	text-align: left;
}

h1 {
	font-size:12px;
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
}

h2 {
	font-size:10px;
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
}

#main {
	width:800px;
	margin-left: auto;
  	margin-right: auto;
}

#top_box {
	position: relative;
	width:800px;
	height:485px;
	background-repeat: no-repeat;
	background-image:url(../images/main_page_top_SM.jpg);
}
#top_btns {
	position: relative;
	z-index:1;
	float: right;
	width:202px;
	height:25px;
	top:7px;
	font-size:10px;
}
#top_btns a:hover {
	color:#00829B;
}

#updatedStats
	{
	padding-top:			240px;
	
	padding-top:			220px;
	margin-right:			445px;
	
	text-align:				right;
	color:						#00494F;
	}
	
#updatedStats .titleend
	{
	font-size:				.8em;
	text-transform:		uppercase;
	margin-top:				.75em;
	margin-bottom:		.2em;
	}


#updatedStats .title
	{
	font-size:				.7em;
	text-transform:		uppercase;
	margin-top:				1em;
	}
	
#updatedStats .title a
	{
	text-decoration:		underline;
	color:							#00788c;
	font-size:					11.25px;
	}

#updatedStats .title a:visited
	{
	text-decoration:		underline;
	color:							#00788c;
	font-size:					11.25px;
	}

#updatedStats .title a:hover
	{
	text-decoration:		underline;
	color:							#33AABB;
	font-size:					11.25px;
	}
	

#updatedStats .ammount
	{
	font-size:				1.4em;
	/*font-weight:			bold;*/
	line-height:			.9em;
	}



/* ----download button----*/
.download
  {
  	z-index: 1;
  	position: relative;
  	float: left;
    display: block;
    width: 110px;
    height: 46px;
 	top: 410px;
	left: 10px;
	background: url("../images/download.jpg") no-repeat 0 0;
  }

  .download:hover
  { 
  background: url("../images/download_over.jpg") no-repeat 0 0;
  }
/* ----end of download button ----*/


/*middle part*/

#middle_btns {
	position: relative;
	width:800px;
	height:200px;
	background-repeat: repeat;
	background-image:url(../images/main_page_y_bg.jpg);
}

/*---- Buy, Recycle and Save buttons ----*/

.buy_btn
  {
  	z-index:1;
  	float:left;
  	position:relative;
    display: block;
    top:50px;
    width: 124px;
    height: 67px;
	left:30px;
	background: url("../images/buy.png") no-repeat 0 0;
  }

  .buy_btn:hover
  { 
  background: url("../images/buy_over.png") no-repeat 0 0;
  }

.recycle_btn
  {
  	z-index:1;
  	float:left;
  	position:relative;
  	top:48px;
  	left:160px;
    display: block;
    width: 181px;
    height: 67px;
	background: url("../images/recycle.png") no-repeat 0 0;
  }

  .recycle_btn:hover
  { 
  background: url("../images/recycle_over.png") no-repeat 0 0;
  }
  
  .save_btn
  {
  	z-index:1;
  	float:left;
  	position:relative;
    display: block;
    top:47px;
    width: 141px;
    height: 67px;
	left:230px;
	background: url("../images/save.png") no-repeat 0 0;
  }

  .save_btn:hover
  { 
  background: url("../images/save_over.png") no-repeat 0 0;
  }
/*---- End of Buy, Recycle and Save buttons ----*/


#bot_blue {
	background-repeat: repeat;
	background-image:url(../images/blue_bg_t.jpg);
	width:800px;
	height:133px;
}

#blue_box_text {
	position:relative;
	float: left;
    width: 157px;
    height: 50px;
    padding-top:20px;
    padding-left:97px;
    left:0px;
	/*font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;*/
	text-align: left;
}
#blue_box_text a:hover {
	color: #cfb53b;
}
/* ---- Footer -----*/
#footer
	{
	background:url(../images/grey_bar.jpg);
	background-position:	top;
	background-repeat:		no-repeat;
	/*
	height:39px;
	position:relative;
	width:800px;
	background-repeat: no-repeat;
	color:#00494F;
	font-size:8pt;	
	*/
	}

#footer a
	{
	/*	
	color:#00494F;
	text-decoration:none;
	*/
	}

#footer a:hover
	{
	/*
	color:#00829B;
	*/
	}

#footer #language
	{
	margin-left:95px;
	float:left;
	margin-top:10px;
	}
	
#footer #navigation
	{
	padding-top:10px;
	/*margin-right:10px;
	text-align:right;
	*/
	}
	
#footer #copyright
	{
	margin-top:20px;
	font-size:	.6em;
	/*
	height:45px;
	margin-right:10px;
	clear:both;
	font-size:9px;
	text-align:right;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;	
	
	*/
	}
	/*--- Rebate Button ---*/
.rebate_btn
  {
  	z-index:1;
  	float:left;
  	position:relative;
    display: block;
    top:408px;
    width: 130px;
    height: 59px;
	left:7px;
	background: url("../images/rebate.jpg") no-repeat 0 0;
  }

  .rebate_btn:hover
  { 
  background: url("../images/rebate_over.jpg") no-repeat 0 0;
  }
	
	/*--- End of Rebate Button ---*/

