/* ELEMENTS
==================*/
/*html {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: #fff;
}*/
html {
	padding: 0;
	margin: 0;
	background: #e2e4eb;
}
body {
	background: #fff;
	font: normal .7em Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 1px 0;	
	width: 980px;
}
#wrap {
	background: #fff  url(../images/home_page/page_bg.gif) top left repeat-x;
	position: relative;
	height: 1%;
}
img {
	border: none;
}
li {
	margin-bottom: .3em;
}
h2 {
	font-size: 135%;
	margin: 0 0 .2em;
}
a:link {
	color: #006feb;
	text-decoration: none;
}
a:visited {
	color: #006feb;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* BANNER
==================*/

#banner {
	padding: 6px;
	color: #5e666e;
	background: #fff;
}
#banner img#es_logo {
	float: left;
}
#banner #logo_cover {
	position: absolute;
	left: 6px;
	top: 6px;
	z-index: 10;
}
#banner_image img {
	margin: 0 0 0 0px;	
	vertical-align: middle;
}
#banner_image {
	margin-left:143px;
}
#utility {
	margin-left: 143px;
}
#utility a, #utility a:visited {
	color: #5e666e;
	font-weight: bold;
	text-decoration: none;
}
#utility a:hover {
	color: #006feb;
	text-decoration: underline;
}
#utility li, #utility label {
	font-weight: bold;
}
#utility ul {
	float: left;
	list-style: none;
	margin:  0;
	margin-right: 5px;
	padding: 10px 0 0 0;
}
#utility li {
	display: inline;
	padding: 0 0 0 10px;
	margin-left: 2px;
	background: url(../images/home_page/list_dot.gif) left center no-repeat;
}
#utility ul li:first-child {
	margin-left: 0px;	
}
#utility form {
	float: right;
	padding: 5px 0 0 0;
	margin: 0;
}
#utility input {
	font-weight: normal;
	margin: 0 0 0 -6px;
	padding: 1px 0;
	vertical-align: middle;
}

#utility input.searchBox {
	width: 188px;
	font-family:arial,helvetica,sans-serif;
	font-size:8pt;
}
#utility form label {
	margin-right: 4px;
	vertical-align: middle;	
}
#search_submit {
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	padding: 1px 2px 1px !important;
}
#search_submit:hover {
	background-color: #38a256; 
}

/* Social media icons */
#utility ul#hdr_social li {
	margin:0;
 	padding:0;
 	list-style:none;
 	position:absolute;
 	top:0;
 	background: none;
 	float: left;
}
#utility ul#hdr_social > li:first-child{
	background: url(../images/home_page/list_dot.gif) left center no-repeat;
	padding-left: 6px;	
}

#utility ul#hdr_social li, #utility ul#hdr_social li a {
	display: block;
	height: 16px;
	font-size: 11px;
	position: relative;
	margin-left: 3px;
}

#utility ul#hdr_social li#hdr_rss a{
	background: url(../images/icons_all.png) 0 0;
	width: 16px;	
}
#utility ul#hdr_social li#hdr_fb a{
	background: url(../images/icons_all.png) -22px 0;
	width: 16px;
	
}
#utility ul#hdr_social li#hdr_tw a {
	background: url(../images/icons_all.png) -44px 0;
	width: 16px;
	
}
#utility ul#hdr_social li#hdr_yt a {
	background: url(../images/icons_all.png) -66px 0;
	width: 16px;
	
}
#utility ul#hdr_social li#hdr_em a {
	background: url(../images/icons_all.png) -88px 0;
	width: 16px;
	
}
#utility #hdr_social li span.mv_left {
	left: -300000px;
	position: absolute;
}

/* Twitter icon */

#utility div.socialmedia ul#hdr_social li#hdr_tw.active > a {
	width: 16px;
	position: relative;
	z-index: 999;
	height: 16px;
	outline: 0;	
}
#utility div.socialmedia ul#hdr_social li#hdr_tw ul{
	position: absolute;
	left: -26px;
	display: none;
	padding: 10px 0 0;	
	top: 9px;
	*top: 11px;
	z-index: 3000;
	background: url(../images/twit_menu_arrow_css.png) no-repeat 21px 0 transparent;
	list-style: none;		
}
#utility div.socialmedia ul#hdr_social li#hdr_tw ul li {
	display: block;
	margin: 0 1px;	
	position: relative;
	height: 32px;
	z-index: 1000;
	list-style-image: none;
}


#utility div.socialmedia ul#hdr_social li#hdr_tw ul li a{
	padding: 8px 8px 8px 38px;
	display: block;
	float: none;
	margin: 0 0 0 20px;
	width: 121px;
	height: 16px;
	background: url(../images/twit_menu_css.png) no-repeat 0 0;
	z-index: 1001;
	
}
#utility div.socialmedia ul#hdr_social li#hdr_tw ul li a:hover{
	text-decoration: none;
	background: url(../images/twit_menu_css.png) no-repeat 0 -32px;
	color: #fff;	
}
.active ul {
	display: block !important;
}
#utility div.socialmedia ul#hdr_social li#hdr_tw.active a ul li{
	/*background: url(../images/twit_menu_css.png) no-repeat 0 0;*/
	display: block;
	width: 167px;
	padding: 8px;
	
}

/* PG CONTENT
==================*/

#pg_content {
	clear: left;
	padding: 0 6px;
}
#pg_content ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
#sections {
	float: left;
	width: 732px;
}
#sections div {
	background: #f9fdff url(../images/home_page/section_hd_bg.gif) top left repeat-x;
	border: 1px solid #ddd;
	float: left;
	width: 360px;
	height: 195px;
}
#products, #home_improvement {
	margin-bottom: 6px;
}
#sections div.first_col {
	margin-right: 6px;
	clear: left;
}
#sections div ul {
	font-size: 108%;
	margin: 6px 0 0 116px;
}
#sections h2 {
	margin: 0;
}
#sections div img.ad {
	float: left;
	margin: 6px;
}
#right_col {
	margin: 0 0 0 738px;
}
#right_col ul {
	padding: 0 2px;
	margin-bottom: 0px;
}
#right_col li {
	padding: 1px 0;
}
#right_col form {
	background: url(../images/home_page/login_bg.gif) repeat-x;
	margin: 0 2px;
	padding: 4px 6px 4px;
}
#right_col form h3 {
	margin: 0;
	font-size: 110%;
	font-weight: bold;
}
#right_col form p {
	font-size: 90%;
	margin: 4px 0;
}
#right_col li {
	border-bottom: 1px solid #d7e2e7;
	padding: 2px 0;
	font-size: 90%;
}
#login_submit {
	background-color: #fff5bf;
	border: 1px solid #d3c6a5;
	color: #000;
	cursor: pointer;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 2px;
}
#login_submit:hover {
	background-color: #e6d88a; 
}
#features {
	clear: left;
	list-style: none;
}
#features img {
	margin-top: 6px;
}
#features li {
	display: inline;
	margin: 0 6px 0 0;

}
/* FOOTER
==================*/
#footer {
	padding: 12px;
	clear: both;
	background: #333;
	border-top: 1px solid #ccc;
	height: 108px;
	margin-top: 10px;
}
#footer ul {
	list-style: none;
	margin: 0 0 .2em 0px;
	padding-left: 0;
}
#footer a {
	text-decoration: none;
	color: #bfbfbf;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	font-size: 11px;
	color: #bfbfbf;
}
#footer li {
	background: url(../images/ftr_logo_list_dot.png) right center no-repeat;
	display: inline;
	margin: 0 .08em 0 .1em;
	padding: 0 .8em 0 .2em;
	font-size: 11px;
	color: #bfbfbf;
}
#footer div {
	float: left;
	width: 25%;
	padding-top: 15px;
}
#footer div ul{
	margin-top: 10px;
	*padding-top: 10px;
}
#footer #ftr_social {
	float: right;
	width: 120px;
	padding-top: 0;
	font-size: 13px;
	color: #fff;
	
}
#footer #ftr_social p{
	font-size: 13px;
	color: #fff;
	clear: both;
	margin: 0px;
}
#footer #ftr_social p.share{
	padding: 40px 0 0;
	
}
#footer div img {
	float: left;
	margin: 0 10px 0 12px;
}
#footer #ftr_social ul {
	position: relative;
	margin-top: 2px;
	*padding-top: 2px;
	list-style-type: none;
}
#footer #ftr_social ul li {
 	margin:0;
 	padding:0;
 	list-style:none;
 	position:absolute;
 	top:0;
 	background: none;
}
#footer #ftr_social ul li, #footer #ftr_social ul a {
	height: 30px;
	display: block;
}

#footer #ftr_social li#fb {
	background: url(../images/ftr_icons_all.png) 0 0;
	width: 30px;
	left: 0;
}
#footer #ftr_social li#tw {
	background: url(../images/ftr_icons_all.png) -40px 0;
	width: 30px;
	left: 40px;
}
#footer #ftr_social li#yt {
	background: url(../images/ftr_icons_all.png) -80px 0;
	width: 30px;
	left: 80px;
}
#footer #ftr_social ul li span.mv_left {
	left: -300000px;
	position: absolute;
	
} 
/* Twitter icon */

#footer div#ftr_social div.socialmedia {
	padding-top: 10px;
}
#footer div#ftr_social div.socialmedia ul li#tw.active > a {
	background: url(../images/ftr_twit_menu_arrow_css.png) no-repeat bottom left;
	width: 167px;
	position: relative;
	z-index: 1;
	height: 14px;
	top: -19px;
	left: -138px;
	outline: 0;
}
#footer div#ftr_social div.socialmedia ul li#tw ul{
	position: absolute;
	left: -159px;
	display: none;
	padding: 0;	
	top: -112px;
	index: 5;	
}
#footer div#ftr_social div.socialmedia ul li#tw ul li {
	display: block;
	margin: 0 1px;	
	position: relative;
	height: 32px;
}


#footer div#ftr_social div.socialmedia ul li#tw ul li a{
	padding: 8px 8px 8px 38px;
	display: block;
	float: none;
	margin: 0 0 0 20px;
	width: 128px;
	height: 16px;
	background: url(../images/twit_menu_css.png) no-repeat 0 0;
	z-index: 1;
	color: #5E666E;
	font-weight: bold;
	
}
#footer div#ftr_social div.socialmedia ul li#tw ul li a:hover{
	text-decoration: none;
	background: url(../images/twit_menu_css.png) no-repeat 0 -32px;
	color: #fff;	
}
.active ul {
	display: block !important;
}
#footer div#ftr_social div.socialmedia ul#social li#tw.active a ul li{
	background: url(../images/twit_menu_css.png) no-repeat 0 0;
	display: block;
	width: 167px;
	padding: 8px;
	
}
#footer div#ftr_social #sharebtn {
	background:url("../images/share_widget_120x16.gif") no-repeat transparent;
	color: #5E666E;
	cursor: pointer;
	display: block;
	height: 18px;
	margin-top: 0px;
	padding-left: 20px;
	width: 121px;
}
#footer div#ftr_social #sharebtn a span.mv_left {
	position: absolute;
	left: -300000px;
}
#footer div#ftr_social ul#share {
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	bottom: 31px;
	*bottom: 29px;
	display:none;
	list-style-image: none;
	padding-top: 4px;
	position: absolute;
	width: 118px;
}
#footer div#ftr_social ul#share li {
	display:block;
	position: relative;
	width: 75px;
	background-color: #fff;
	height: 20px;
	padding: 2px 6px;
	list-style: none;
}
#footer div#ftr_social ul#share li a {
	color: #444;
	height: 20px;
	outline: 0;
}
#footer div#ftr_social ul#share li.delicious a {
	background:url("../images/share_icons_all.gif") no-repeat 0 0;	
	width: 16px;
	color: #444;
	height: 16px;
	outline: 0;
	padding-left: 20px;
}

#footer div#ftr_social ul#share li.facebook a {
	background:url("../images/share_icons_all.gif") no-repeat 0 -22px;	
	width: 16px;
	color: #444;
	height: 16px;
	outline: 0;
	padding-left: 20px;
}
#footer div#ftr_social ul#share li.reddit a {
	background:url("../images/share_icons_all.gif") no-repeat 0 -44px;	
	width: 16px;
	color: #444;
	height: 16px;
	outline: 0;
	padding-left: 20px;
}
#footer div#ftr_social ul#share li.stumble a {
	background:url("../images/share_icons_all.gif") no-repeat 0 -66px;	
	width: 16px;
	color: #444;
	height: 16px;
	outline: 0;
	padding-left: 20px;
}
#share li a:focus, #share li a:hover {
color:#47AA42;
display: block;
}
/* LAYOUT RULES (APPLIED)
===========================*/
.hideoffscreen {
	position: absolute;
	left: -10000em;
	}
/* positioning */

.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
} 
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.flt_r {
	float: right;
}
.flt_l {
	float: left;
}
