body
{
	margin: 0px auto;
	padding: 0px;
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #383e3e;
	text-align: center; /*centering for ie*/
	background-color: #000000;
}

img
{ border: 0px;
}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

a:link, a:visited
{
	color: #769c1c;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
	color: #769c1c;
	text-decoration: none;
}

p

{
	line-height: 120%;
}
h1 {
	font-size: 18px;
	color: #993300;
	text-align: center;
	margin: 0;
}

.wrapper 
{
	margin: 0px auto;
	width: 1000px;
}
.tinytext {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	line-height: 100%;
	margin: 0 auto;
	padding: 0;
}
.header {
	background-image: url(layout-images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 75px;
	width: 999px;
}
.hide {
	margin-left: -9000px;
	margin-top: 0px;
}
.email {
	text-align: right;
	height: 45px;
}


.nav  {
	margin-left: 288px;
}

.nav a {
    display: block;
    height: 30px;
    text-indent: -9999px;
}
.nav li { list-style: none; float: left; }
.nav ul, li {
	margin: 0px;
	padding: 0px;
}

.nav li.nav-home a { background: url(layout-images/nav-home.jpg) no-repeat; width: 71px; }
.nav li.nav-fixtures a { background: url(layout-images/nav-fixtures.jpg) no-repeat; width: 97px; }
.nav li.nav-electricsupplies a { background: url(layout-images/nav-electricsupplies.jpg) no-repeat; width: 183px; }
.nav li.nav-sales a { background: url(layout-images/nav-sales.jpg) no-repeat; width: 166px; }
.nav li.nav-location a { background: url(layout-images/nav-location.jpg) no-repeat; width: 194px; }

.nav li.nav-home a:hover { background: url(layout-images/nav-home.jpg) no-repeat 0 -30px; }
.nav li.nav-fixtures a:hover { background: url(layout-images/nav-fixtures.jpg) no-repeat 0 -30px; }
.nav li.nav-electricsupplies a:hover { background: url(layout-images/nav-electricsupplies.jpg) no-repeat 0 -30px; }
.nav li.nav-sales a:hover { background: url(layout-images/nav-sales.jpg) no-repeat 0 -30px; }
.nav li.nav-location a:hover { background: url(layout-images/nav-location.jpg) no-repeat 0 -30px; }
.title  {
	background-color: #CD8729;
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
}
.title   a  {
	color: black;
}
.title    p  {
	color: black;
	margin: 0;
}
.middle {
	height: 100%;
}
.leftcol {
	background-color: #FFFFFF;
	width: 433px;
	margin: 4px 4px 4px 0;
	padding: 20px 30px 0 30px;
	float: left;
	text-align: left;
}
.leftcol h2 {
	font-size: 14px;
}
.centercol {
	float: left;
	margin: 4px 4px 4px 0;
	width: 236px;
	background-color: #f5b249;
	text-align: left;
}
.centercol .title {
	background-color: #CD8729;
	display: none;
	margin: 0;
}
.centercol     h2 {
	font-size: 14px;
	color: #641d1d;
	display: block;
	padding: 10px 0 10px 20px;
	background-image: url(layout-images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.centercol   h2   a {
	color: #641d1d;
	text-decoration: none;
}
.centercol .yellow {
	background-color: #ffd99b;
}
#electric-nav     h2     {
	font-size: 12px;
	padding: 6px 5px 5px 20px;
}
.rightcol {
	float: left;
	width: 260px;
	margin: 4px 0px 0px 0;
}
.rightcol .title {
	background-color: #d3be2d;
	text-align: center;
	height: auto;
	margin: 0px 0 4px 0;
}
.rightcol   img, .flash {
	margin: 0px 0 4px 0;
}
.rightcol .spacer {
	background-color: #eeeedd;
	margin: 0;
}
.special-emphasis {
	font-size: 19px;
	font-weight: bold;
	clear: both;
}


.product-list {
	width: 144px;
	float: right;
	text-align: center;
}
.location {
	text-align: left;
	float: right;
	width: 200px;
}
.map {
	float: left;
}

.footer {
	height: 290px;
	width: 1000px;
	background-image: url(layout-images/footer-bg.jpg);
	background-repeat: no-repeat;
	padding: 20px;
	clear: both;
	margin: 4px 0 0 0;
}
.footercol p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 130%;
	padding: 0;
	margin: 0;
}
.footercol {
	float: left;
	width: 320px;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
