html {
	height: 100%;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	color: #666;
	background: #fff url('../images/body-bg.gif') repeat-x;
	height: 100%;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #b5121b;
}

#page {
	margin: 0 auto;
	width: 807px;
	overflow: hidden;
	position: relative;
	/*min-height: 100%;*/
}

* html #page {
	height: 100%;
	overflow: visible;
}

/*logo start*/
.logo {
	margin: 0;
	z-index: 100;
	position: absolute;
	left: 12px;
	top: 33px;
}

.logo a {
	float: left;
	text-indent: -9999px;
	width: 222px;
	height: 49px;
	overflow: hidden;
	background: url('../images/logo.gif') no-repeat;
}

/*logo end*/
/*lesco logos start*/
.lescoLogLogo {
	margin: 0;
	z-index: 100;
	position: absolute;
	left: 12px;
	top: 33px;
}

.lescoLogLogo a {
	float: left;
	text-indent: -9999px;
	width: 222px;
	height: 49px;
	overflow: hidden;
	background: url('../images/logo_lescologs.gif') no-repeat;
}
.lescoSalesLogo {
	margin: 0;
	z-index: 100;
	position: absolute;
	left: 12px;
	top: 33px;
}

.lescoSalesLogo a {
	float: left;
	text-indent: -9999px;
	width: 222px;
	height: 49px;
	overflow: hidden;
	background: url('../images/logo_lescosales.gif') no-repeat;
}
/*lesco logos end*/

/*header start*/
#header {
	height: 125px;
	width: 807px;
	position: absolute;
	left: 0;
	top: 0;
}

#header .form {
	position: absolute;
	right: 16px;
	top: 58px;
}

#header .form .text {
	float: left;
	background: #fff;
	padding: 3px 8px 1px 0;
}

#header .form .text span {
	float: left;
	overflow: hidden;
	margin: 0 0 0 8px;
}

#header .form .text input {
	float: left;
	outline: none;
	margin: -2px -4px -2px -2px;
	padding: 0;
	color: #000;
	font: 9px Arial, Helvetica, sans-serif;
	border: 2px solid #fff;
	background: none;
	width: 139px;
}

#header .form .submit {
	float: left;
	margin: 0 0 0 7px;
}

#navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 27px;
	position: absolute;
	left: 0;
	top: 98px;
	background: url(../images/navigation-bg.gif) repeat-x;
	width: 807px;
}

#navigation li {
	float: left;
	line-height: 26px;
	height: 29px;
	padding: 0 1px;
	background: url(../images/navigation-divider.gif) no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	margin-left: -1px;
	display: inline;
}

#navigation li a {
	/* padding: 0 16px 0; */
	padding: 0 14px 0 15px;
	float: left;
	color: #fff;
}

.safari3 #navigation li a,
.safari #navigation li a {
	padding: 0 14px 0 15px;
}

#navigation li.hover a,
#navigation li:hover a {
	background: url(../images/navigation-hover.gif) repeat-x;
}

#navigation li.hover,
#navigation li:hover {
	position: relative;
}

#navigation li.hover ul,
#navigation li:hover ul {
	display: block;
}

#navigation li ul {
	position: absolute;
	left: 1px;
	top: 29px;
	width: 147px;
	margin: 0;
	padding: 9px 15px 14px;
	list-style: none;
	background: #c52622;
	border-bottom: 6px solid #6f0c0b;
	display: none;
}

#navigation li ul li {
	background: none;
	float: none;
	height: auto;
	line-height: 12px;
	margin: 0;
	padding: 4px 0 0;
	display: block;
	border-bottom: 1px solid #e29391;
}

#navigation li ul li a {
	padding: 0 !important;
	float: none;
	background: none !important;
}

#navigation li ul li a:hover {
	color: #3c3b3b;
}

/*header end*/
#content {
	overflow: hidden;
	width: 807px;
	padding: 127px 0 60px;
}

#content .img-banner {
	display: block;
}

.main {
	overflow: hidden;
	height: 100%;
	font-size: 11px;
	padding-bottom: 11px;
}

.main .cont {
	float: left;
	width: 385px;
	padding: 8px 0 0 14px;
	position: relative;
}

.main .cont h2 {
	margin: 14px 0 0;
	font-size: 14px;
	color: #000;
}

.main .cont h2 span {
	color: #b5121b;
}

.main .cont p {
	margin: 6px 0 0;
	line-height: 13px;
}
/*
.logos {
	margin: 0 0 0 -8px;
	padding:  9px 0 0;
	list-style: none;
}
*/
.logos {
	margin: -60px 0 0 380px;
	padding:  9px 0 0;
	list-style: inline;
}

.logosplash
{
	margin: -60px 0 0 380px;
	padding:  9px 0 0;
	display:inline;
	float:right;
	}

.logos li {
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

* html .logos li {
	display: inline;
	padding: 0 4px;
}

* +html .logos li {
	display: inline;
	padding: 0 4px;
}

.lesco-links {
	float: right;
	margin: 45px 0 0 -4px;
	display: inline;
}

.lesco-links a {
	float: left;
	border: 1px solid #c3c3c3;
	margin: 0 15px 0 35px;
}

.lesco-links a img {
	display: block;
}

.football2 {
	float: right;
	margin: 27px 5px 0 0;
}

.info-blocks {
	overflow: hidden;
	width: 820px;
	margin-right: -13px;
	/*added to fix cross-browser IE issues*/
	padding: 0 !important;
	
}

/*
.info {
	float: left;
	width: 183px;
	color: #fff;
	margin: 0 14px 0 0;
	display: inline;
	font-size: 11px;
	padding: 2px 4px 43px;
	background: #484848 url(../images/info-bg.gif) repeat-x 0 100%;
}

.info h3 {
	margin: 0;
	line-height: 32px;
	padding: 0 0 0 8px;
	font-size: 12px;
	text-transform: uppercase;
	background: #060606 url(../images/info-head-bg.gif) repeat-x;
}

.info h3 span {
	color: #c22722;
}

.info div {
	overflow: hidden;
	height: 100%;
	padding: 5px 9px;
}

.info div .img {
	display: block;
	width: 183px;
	margin: 0 -9px;
}

.info div .img img {
	display: block;
	margin: 0 auto;
}

.info p {
	margin: 13px 0 0;
	line-height: 11px;
}

.info .more-link {
	float: left;
	color: #fff !important;
	font-size: 8px;
	padding: 0 0 0 5px;
	margin-top: 18px;
	width: 71px;
	line-height: 16px;
	background: #c52622;
}
*/

.info {
float: left;
width: 183px;
color: #fff;
margin: 0 14px 0 0;
display: inline;
font-size: 11px;
padding: 2px 4px 43px;
background: #484848 url(../images/info-bg.gif) repeat-x 0 100%;
}

.info2 {
float: left;
width: 183px;
color: #fff;
margin: 0 0 0 110px;
display: inline;
font-size: 11px;
padding: 2px 4px 43px;
background: #484848 url(../images/info-bg.gif) repeat-x 0 100%;
}

.info h3, .info2 h3 {
margin: 0;
line-height: 32px;
padding: 0 0 0 8px;
font-size: 12px;
text-transform: uppercase;
background: #060606 url(../images/info-head-bg.gif) repeat-x;
}

.info h3 span, .info2 h3 span {
color: #c22722;
}

.info div, .info2 div {
overflow: hidden;
height: 100%;
padding: 5px 9px;
}

.info div .img, .info2 div .img {
display: block;
width: 183px;
margin: 0 -9px;
}

.info div .img img, .info2 div .img img {
display: block;
margin: 0 auto;
}

.info p, .info2 p {
margin: 13px 0 0;
line-height: 11px;
}

.info .more-link, .info2 .more-link {
float: left;
color: #fff !important;
font-size: 8px;
padding: 0 0 0 5px;
margin-top: 18px;
width: 71px;
line-height: 16px;
background: #c52622;
}

#footer {
	overflow: hidden;
	width: 779px;
	color: #888;
	font-size: 9px;
	padding: 5px 14px 0 !important;
	line-height: 14px;
	position: relative;
	margin: -64px auto 0 !important;
	height: 59px !important;
}

#footer ul {
	margin: 0 0 0 -5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

#footer ul li {
	padding: 0 5px;
	margin-left: -1px;
	background: url(../images/footer-divider.gif) no-repeat 0 50%;
	float: left;
}

#footer ul li a {
	color: #888;
	font-weight: normal;
}

#footer ul li a:hover {
	color: #b5121b;
}

#footer p {
margin: 0;
color: #888;
}

#footer p a {
margin: 0;
color: #888;
text-decoration: none;
}


#footer p a:hover {
margin: 0;
color: #b5121b;
text-decoration: none;
}


.inner-content {
	background: url(../images/content-bg.gif) repeat-y 137px 0;
	overflow: hidden;
	height: 100%;
	padding-bottom: 33px;
}

.inner-page #footer {
	border-top: 1px solid #b2b2b2;
}

.main-cont {
	float: left;
	width: 607px;
}

.main-col {
	float: right;
	width: 449px;
}

 .main-col a {
 color: #b5121b;
 text-decoration: none;
}

.main-col a:hover {
 color: #b5121b;
 text-decoration: underline;
}

.main-col .breadcrumbs {
	margin: 14px 0 0 -3px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

.main-col .breadcrumbs li {
	color: #b5121b;
	float: left;
	background: none;
	margin: 0 0 0 -1px;
	background: url(../images/breadcrumbs-arrow.gif) no-repeat 0 50%;
	padding: 0 5px;
	line-height: normal;
}

.main-col .breadcrumbs li a {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

.main-col .breadcrumbs li a:hover {
	text-decoration: none;
}

.breadcrumbs2 {
 margin: 14px 0 0 0;
 padding: 0;
 width: 100%;
}

.breadcrumbs2 {
 font-size: 10px;
 color: #b5121b;
 padding: 0;
 line-height: normal;
}

.breadcrumbs2 a {
 color: #666;
 font-weight: normal;
 text-decoration: underline;
}

.breadcrumbs2 a:hover {
 text-decoration: none;
}

/*

.main-col h2 {
	margin: 0 0 -7px;
	padding: 13px 0 0;
	color: #000;
	font-size: 14px;
}

.main-col h2 span {
	color: #b5121b;
}

.main-col h3 {
	margin: 0;
	padding-top: 13px;
	color: #000;
	font-size: 11px;
	line-height: 13px;
}

.main-col .right-img {
	float: right;
	margin: 16px 0 0 10px;
	border: 1px solid #787878;
}

.main-col p {
	margin: 0;
	padding: 13px 0 0;
	line-height: 13px;
}

.main-col ul {
	margin: 0;
	padding: 8px 0 0 15px;
	list-style: none;
}
*/

.main-col h2 {
/*margin: 0 0 -7px;*/
padding: 0 0 0 0;
color: #000;
font-size: 14px;
text-transform:uppercase;
}


.main-col h2 span {
color: #b5121b;
}


.main-col h3 {
margin: 0;
padding-top: 5px;
color: #000;
font-size: 11px;
line-height: 13px;
}


.main-col .right-img {
float: right;
margin: 16px 0 0 10px;
border: 1px solid #787878;
}


.main-col p {
margin: 0;
/*padding: 7px 0 10px 0;*/
padding: 5px 0;
line-height: 13px;
}


.main-col ul {
margin: 0;
/*padding: 8px 0 5px 15px;*/
padding: 0 0 9px 15px;

list-style: none;
}

.main-col ul li {
	line-height: 13px;
	margin: 5px 0 0;
	padding: 0 0 0 7px;
	background: url(../images/list-bullet.gif) no-repeat 0 7px;
}

.sidenav {
	margin: 0;
	list-style: none;
	float: left;
	width: 118px;
	padding: 8px 15px 0 4px;
}

.sidenav li {
	border-bottom: 1px solid #a6a6a6;
	font-size: 11px;
	padding: 7px 0 2px;
	height: 100%;
}

.sidenav li a {
	font-weight: normal;
}

.sidenav li a:hover {
	color: #b5121b;
}

.sidenav li.active ul {
	display: block;
}

.sidenav li ul {
	margin: 0;
	padding: 4px 0 8px 12px;
	list-style: none;
	display: block;
}

.sidenav li ul li {
	border: 0;
	padding: 1px 0 1px 0;
	line-height: 13px;
	
}

.sidenav li ul li a {
	color: #666;
}

.sidebar {
	float: right;
	width: 164px;
	padding: 0 5px 0 0;
	margin-top: -6px;
}

.sidebar .box {
	overflow: hidden;
	height: 100%;
	padding-bottom: 22px;
	border-bottom: 1px solid #aeaeae;
	font-size: 10px;
}

.sidebar .box h3 {
	margin: 20px 0 0 1px;
	font-size: 11px;
	color: #000;
}

.sidebar .box h3 span {
	color: #b5121b;
}

.sidebar .box img {
	display: block;
	margin: 10px 0 0;
	border: 1px solid #8a8a8a;
}

.sidebar .box p {
	margin: 9px 0 0;
	line-height: 12px;
}

.sidebar .box .link {
	float: left;
	background: #c52622;
	padding: 0 0 0 4px;
	width: 62px;
	line-height: 14px;
	font-size: 8px;
	margin: 11px 0 0;
	color: #fff !important;
}

.link_button {
	float: left;
	background: #c52622;
	padding: 0 0 0 4px;
	/*width: 62px;*/
	line-height: 14px;
	font-size: 8px;
	margin: 11px 0 0;
	color: #fff !important;
}

.small-logos {
	padding: 0;
	list-style: none;
	text-align: center;
	width: 186px;
	margin: 20px 0 0 -27px;
}

.small-logos li {
	display: inline;
	padding: 0 0 0 22px;
}

.lesco-logos {
	margin: 0;
	padding: 24px 0 0;
	list-style: none;
}

.lesco-logos li {
	padding-top: 6px;
	height: 100%;
}

.lesco-logos img {
	border: 1px solid #bfbfbf;
}

.info-form {
	overflow: hidden;
	width: 100%;
	padding-top: 19px;
}

.info-form h3 {
	padding-bottom: 17px;
}

.info-form .line {
	overflow: hidden;
	padding: 9px 0 0;
	width: 406px;
}

.info-form .line div {
	float: right;
	width: 259px;
}

.info-form label {
	float: left;
	text-align: right;
	font-size: 12px;
	width: 130px;
	line-height: 20px;
}

.info-form .text {
	float: left;
	width: 251px;
	padding: 1px 0 2px 5px;
	color: #000;
	border: 1px solid #7f7f7f;
	border-width: 2px 1px 1px 2px;
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
	outline: none;
}

.safari .info-form .text {
	width: 259px;
}

.info-form .city {
	width: 155px;
}

.safari .info-form .city {
	width: 163px;
}

.info-form .state {
	width: 23px;
	margin: 0 -3px 0 5px;
}

.safari .info-form .state {
	margin: 0 0 0 5px;
	width: 31px;
}

.info-form .zip {
	width: 47px;
	float: right;
}

.safari .info-form .zip {
	float: left;
	margin-left: 5px;
	width: 55px;
}

.info-form select {
	float: left;
	margin: 0;
	outline: none;
	width: 259px;
	color: #000;
	border: 1px solid #7f7f7f;
	border-width: 2px 1px 1px 2px;
	font: 11px Arial, Helvetica, sans-serif;
}

.info-form textarea {
	float: left;
	width: 251px;
	height: 82px;
	margin: 0;
	outline: none;
	padding: 0 0 0 5px;
	overflow: auto;
	color: #000;
	border: 1px solid #7f7f7f;
	border-width: 2px 1px 1px 2px;
	font: 11px Arial, Helvetica, sans-serif;
}

.safari .info-form textarea {
	width: 259px;
}

.info-form .submit {
	float: left;
	margin: 5px 16px 0 0;
}

.footer_left {
float: left;
width: 575px;
}

.footer_right {
float: right;
width: 120px;
}

.e49 {
float: right;
text-align: right;
padding: 2px 2px;
}

 .imageportal_left {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	width: 180px;
}

.imageportal_right {
	float: right;
	margin: 0;
	padding: 15px 0 0 0;
	width: 180px;
}

.rentalportals {
	float: left;
	margin: 0;
	padding: 15px 12px 0 0;
	width: 135px;
}

.imageportal_left p, .rentalportals p {
	font: 11px;
	color: #000;
}

.imageportal_right p {
	text-align: left;
	font: 11px;
	color: #000;
}

/* start e49 form css */

table.form-view {
	width: 100%;
}

table.form-view td {
	border: none;
	border-bottom: 1px solid #d6d6d6;
	padding: 5px 5px;
	vertical-align: top;
}

table.form-view td.first {
	padding-top:9px;
	width:165px;
	font-weight:bold;
}

table.form-view td.last {
	background: transparent url(../images/gradient-150.gif) 4px 6px no-repeat;
}

table.form-view td.last input {
	border: 0;
	height: 22px;
	width: 145px;
	padding: 3px 0 0 3px;
	background-color: transparent;
}

table.form-view td.multiline {
	background: transparent url(../images/gradient-220-100.gif) 4px 6px no-repeat;
	font-family:sans-serif;
}

table.form-view td.multiline textarea {
	border: 0;
	height: 97px;
	width: 220px;
	padding: 3px 0 0 3px;
	background-color: transparent;
	font-family:sans-serif;
	font-size:13px;
}


table.form-view td.multilinewide {
	background: transparent url(../images/gradient-300-100.gif) 4px 6px no-repeat;
	font-family:sans-serif;
}

table.form-view td.multilinewide textarea {
	border: 0;
	height: 97px;
	width: 300px;
	padding: 3px 0 0 3px;
	background-color: transparent;
	font-family:sans-serif;
	font-size:13px;
}

table.form-view td.zip {
	background: transparent url(../images/gradient-46.gif) 4px 6px no-repeat;
}

table.form-view td.zip input {
	border: 0;
	height: 22px;
	width: 40px;
	padding: 3px 0 0 3px;
	background-color: transparent;
}

table.form-view td.select select {
	border: solid 1px #c4c2c4;
	background-color: #eaeaea;
	width: 150px;
}

table.form-view td.checkbox {
	padding-top: 8px;
}

table.form-view td.checkbox input {
	border: solid 1px #c4c2c4;
	background-color: #eaeaea;
}

.validation {
	color:#be0404;
}

.center-buttons {
	width:220px;
	margin-left:auto;
	margin-right:auto;
}

.center-buttons div {
	float:left;
}

.center-buttons a {
	margin-left:10px;
	line-height: 18px;
	padding: 0 10px;
	display: block;
	font-size: 93%;
	float: left;
	display: inline;
	color:#fff;
	text-decoration:none;
}

.center-buttons a.gray {
	background: url(../images/gray-btn.gif) repeat-x 0 0;
}

.center-buttons a.red {
	background: url(../images/red-btn.gif) repeat-x 0 0;
}

.contact_text {
 float: left;
 width: 445px;
 padding: 0;
 margin: 0;
}

.contact_text h3{
 font-size: 15px;
 color: #000;
 padding: 5px 0 0 0;
 margin: 0;
}

.contact_text h4{
 font-size: 11px;
 color: #333;
 padding: 3px 0 0 0;
 margin: 0;
}

.contact_text p{
 font-size: 11px;
 color: #666;
 padding: 3px 0 5px 0;
 margin: 0;
}

.contact_text p a {
 color: #b5121b;
 text-decoration: none;
}

.contact_text p a:hover {
 color: #b5121b;
 text-decoration: underline;
}
.contact_line {
 width: 440px;
 height: 1px;
 border-bottom: solid #CCCCCC 1px;
 padding: 5px 0 0 0;
 margin: 0 0 5px 0;
}

/* end e49 form css */

.convenience_left {
    float: left;
    width: 200px;
}

.convenience_right {
    float: right;
    width: 200px;
}

.convenience_left h1, .convenience_right h1 {
    font-style: normal;
    color: #000000;
    font-size: 13px;
    padding: 7px 0 0 0;
    margin: 0 0 0 0;
    text-align: left;
}

.convenience_black {
    color: #000;
}

.convenience_left h1 a, .convenience_right h1 a{
    font-style: normal;
    text-decoration: none;
    color: #b5121b;
}

.convenience_left h1 a:hover, .convenience_right h1 a:hover{
    text-decoration: underline;
}

.convenience_left p, .convenience_right p {
    font-style: normal;
    color: #666;
    font-size: 11px;
    padding: 3px 0 5px 15px;
    margin: 0 0 0 0;
    text-align: left;
}

.convenience_left p a, .convenience_right p a{
    font-style: normal;
    text-decoration: none;
    color: #000;
}

.convenience_left p a:hover, .convenience_right p a:hover{
    text-decoration: underline;
    color: #b5121b;
}


.lee 
{
	color:#b5121b;
	}
	
	/*
.bottom_logos
{

	vertical-align:top;
	 margin-top:-50px;

	 margin:-50px 0;
	width:800px;
	background-color:Blue;
	}
	*/
	
	.bottom_logos
{
	align: top;
	float: right;
	padding-top: -50px;
	}
	
	.ad-section { overflow:hidden; width:820px; margin-right:-13px; margin-bottom:10px; padding:0; } 

	.ad-left-pic { float:left; width:145px; height:60px; line-height:60px; padding:0px; display:inline; margin: 0 0 0 0; background:#ffffff url(../images/splash-ads/emissionsBackground.jpg) repeat-x 0 100%; } 
	
	.ad-left-text { float:left; width:251px; height:60px; line-height:60px; padding:0px; display:inline; margin: 0 14px 0 0; text-align:center; font-size:12px; font-weight:bold; background:#ffffff url(../images/splash-ads/emissionsBackground.jpg) repeat-x 0 100%; } 
	
	.ad-left-text a { color:#ffffff; } 
	
	.social-text { float:left; width:108px; height:60px; line-height:60px; padding:0px; display:inline; margin: 0 0 0 0; text-align:center; font-size:12px; font-weight:bold; color:#ffffff; background:#484848 url(../images/splash-ads/socialDarkBackground.jpg) repeat-x 0 100%; } 
	
	.social-facebook { float:left; width: 260px; height:60px; line-height:60px; padding:0px; display:inline; margin: 0 0 0 0; background:#484848 url(../images/splash-ads/socialLightBackground.jpg) repeat-x 0 100%; } 

	.social-facebook-img { float:left; width: 60px; height:60px; line-height:60px; padding:0px; display:inline; margin: 0 0 0 0; background:#484848 url(../images/splash-ads/socialLightBackground.jpg) repeat-x 0 100%; } 
	
	.social-facebook img { padding:0px 0px 0px 0px; } 
	
	.social-twitter { float:left; width: 60px; height:60px; line-height:60px; padding:0px; display:inline; margin: 0 15px 0 0; background:#484848 url(../images/splash-ads/socialLightBackground.jpg) repeat-x 0 100%; } 
	
	.social-twitter img { padding:0px 0px 0px 0px; }
	
.info .redbg {
	background:#ffffff url(../images/splash-ads/emissionsBackground.jpg) repeat-x 0 100%;
}

/*
background: #484848 url(../images/info-bg.gif) repeat-x 0 100%;
*/

.info_red {
	/*background-color: #C52622;*/
	background: #C52622 url(/images/info-red-bg.gif) repeat-x 0 100%;
}
.info_red .more_link 
{
	float: left;
	color: #fff !important;
	font-size: 8px;
	padding: 0 0 0 5px;
	margin-top: 18px;
	width: 71px;
	line-height: 16px;
	background-color: #303030;
}

