﻿@charset "utf-8";
/* CSS Document */

/*global*/

html {
	overflow-y: scroll;
	height:100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#7f7774;
	margin:0px;
	color:#333333;
	text-align:center;
	padding: 0px;
}
a img {
	border:0px;
}
a
{
    text-decoration: none;
}

/*header*/

.headerHolder {
	width:999px;
	height:96px;
	
}
.headerUpperRightMenu
{
    margin:0;
    padding:5px 5px 0;
}
.headerleft {
    width:180px;
}
.headerMenu {
	width:680px;
	text-align:right;
}
.headerTDLink 
{
    vertical-align: text-top;
    padding-top: 5px;
}
.headerLink {
	color:#FFFFFF;
	text-decoration:none;
	padding: 8px 5px 5px 5px;
	margin-top: 8px;
}
.headerLink:hover {
	color:#dac27b;
	text-decoration:none;
}
.quickFind {
	height:35px;
	line-height:35px;
	background: #555555 url(../Content/images/bgBtnHeaderMenu.jpg) repeat;
	/*background:url(../Content/images/newstickerbg.jpg) repeat-x;*/
	color:#FFFFFF;
	text-decoration:none;
	padding:5px;
	display:inline;
}
/*.quickFind:hover {
	text-decoration:none;
	background:#333333;
}*/

/*menu*/

#mainMenu {
	font-family:Arial, Helvetica, sans-serif;
	/* background:url(../Content/images/menubg.jpg) repeat-x; */
	background:#706B68;
	height:31px;
	margin-left:8px;
}

/*footer*/

.footerHolder {
	position: absolute;
	left: 50%;
	margin-left: -490px;
	top:620px;
	color:#e1e1e1;
	font-size:11px;
	width:980px;
}
.footerHolder a {
	color:#FFFFFF;
	text-decoration:none;
}
.footerHolder a:hover {
	color:#dac27b;
	text-decoration:underline;
}

.footerHolder2 {
	clear:both;
	padding-top:40px;
	color:#e1e1e1;
	font-size:11px;
	width:999px;
}

.footInactive{
	color:#FFFFFF;
	text-decoration:none;
}
.footerHolder2 a:hover {
	color:#FAECAB;
}
 .footActive
 {
    color:#FAECAB;
	font-weight:bold;
 }

.spacer30px {
	height:30px;
}

.spacer10px {
	height:10px;
}

.spacer20px {
	height:20px;
}

.spacer5px {
height:5px;
}

.hborder1px {
    border-bottom:1px solid #D7D7D7;
    height:1px;
    margin:7px;
}
.modelTd10
{
    width:10px;
}

.modelTd5
{
	width:8px;
}
/*----NEW ADDED CSS-----*/

.EcosmartImage
{
 height:158px ;
 width:165px;    
}

.LeftBannerImage
{
 height: 110px; 
 width: 250px;    
}
.padding5pxAll
{
 padding:5px;    
}
.divSideContainer
{
 background:#585350; 
 color:#333333   
}
.indexTranparentImage
{
  position:absolute; 
  width: 210px; 
  height: 150px; 
  top: 200px; 
  left: 30px; 
  padding: 25px 20px; 
  text-align: left; 
  background: transparent url(../content/images/blacktransparent.png) top left repeat-x;    
    
}
.searchSpan
{
    vertical-align:middle; 
    padding-top: 7px;
}
.searchInput
{
    display:inline; 
    height: 14px;
}
.searchArrowButton
{
    padding-left:8px;
    padding-right:5px;
}

.textInputField120 
{
color:#333333;
font-size:12px;
height:17px;
margin-left:10px;
width:120px;
}
.headerMenuSearch {
background:url(../Content/images/bgBtnHeaderMenu.jpg) repeat-x bottom;
font-size:12px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
padding-left:5px;
position:relative;
}