body {
	color: #444;
}

h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
}
h1{
	color:#f77a1e;
	font-weight: 700;
	}

div#logo-container {
	font-size: 30px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(/images/cssimg/lowes-website-header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 260px;
	width: 950px;
	margin: 0;
	}

a#logo {
	color: #fff;
	text-decoration: none;
}

div#placeholder-hero {
	background: #F5A74E;
	display: none;
}

div#placeholder-search {
	background: #eee;
}

div#sub {
	padding: 18px 0;
}

div#placeholder-footer {
	color: #888;
}

td.menu-item {
	color: #fff;	
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	padding: 0 20px 0 20px !important;
	font-size: 1.5em  !important;
}

td.menu-item-hover {
	color: #f7edc6;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	padding: 0 20px 0 20px !important;
	font-size: 1.5em  !important;	
}

td.menu-item-selected {
	color: #F5A74E;
	font-family: 'PT Sans', sans-serif;
	font-weight: 700;
	padding: 0 20px 0 20px !important;
	font-size: 1.5em  !important;	
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-hover {
	background: #F5A74E;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 6px !important;
}

/* @group Forms */

div#placeholder-box1 {
	border-bottom: 1px solid #ccc;
}

.secure-login, .newsletter-form, .announcement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 9px 0;
}

.announcement-heading h3 {
	padding-left: 18px;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border: none;
	font-size: 14px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 270px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #ed820e;
	text-decoration: none;	
}

a:hover, a:active {
	color: #ed820e;
	text-decoration: underline;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
    background: url(/images/cssimg/bg-2013.png) repeat scroll 50% 0 #181818;
    margin: 0;
}

body#sub {
	background: url(/images/cssimg/bg-2013.png) repeat scroll 50% 0 #181818;
}



div#placeholder-logo {
	padding-left: 30px;
	padding-top: 72px;
	display: none;
}

div#placeholder-hero {
	height: 216px;
	width: 600px;
	display: none;
}

div#nav {
	background: url(/images/cssimg/bg-nav-5-7.png);
	height: 36px;
}

div#placeholder-nav {
	height: 36px;
	padding: 0 18px;	
}

div#placeholder-nav td {
	padding: 0;
	vertical-align: middle;
}

div.search-box {
	text-align: right;
}

div#placeholder-search {
	padding: 9px;
	width: 582px;
}

body#sub div#placeholder-search {
	width: 932px;
}

div#main div.inner {
	padding: 18px 30px 36px;
}

div#sub {
	margin: 0;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

span.whoslogged {
	margin-right: 36px;
}


#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

.fb-like-box {margin: 5px 5px 25px 17px;}