@charset "utf-8";
/* CSS Document */

.lavaLampBottomStyle { position: relative;
height: 50px; /* height of the container div */
width: 600px; /* width of the container div */
background-color: #fff;
padding: 15px;
margin: 10px 0;
overflow: hidden;
}

.lavaLampBottomStyle li {float: left;
list-style: none;
}

.lavaLampBottomStyle li.back { 
border-bottom: 1px solid #D3D3D3; /* here is the styling for the bottom border */
width: 10px;
height: 15px; /* change the height here to position the border further away from the navigation */
z-index: 8;
position: absolute;
}

.lavaLampBottomStyle li a {font: 11px Trebuchet MS;
text-decoration: none;
color: #35383a;
outline: none;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 10;
display: block;
float: left;

position: relative;
overflow: hidden;
margin: auto 0;
}   

.lavaLampBottomStyle li a:hover {border: none; color:#e94510;
}

.list-spacing {padding: 0 10px 0 10px; /* spacing between the links */
}



.lavaLampFooterStyle { position: relative;
height: 50px; /* height of the container div */
width: 570px; /* width of the container div */
margin: 0 0;
overflow: hidden;
margin-left:48px;
padding-left:0px !important;
}

.lavaLampFooterStyle li {float: left;
list-style: none;
}

.lavaLampFooterStyle li.back { border-bottom: 1px solid #35383a; /* here is the styling for the bottom border */
width: 10px;
height: 25px; /* change the height here to position the border further away from the navigation */
z-index: 8;
position: absolute;
}

.lavaLampFooterStyle li a {font: 11px Trebuchet MS;
text-decoration: none;
color: #787878;
outline: none;
text-align: center;
top: 7px;
text-transform: uppercase;
letter-spacing: 1px;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 0;
}   

.lavaLampFooterStyle li a:hover  {border: none; color:#e94510;
}

.footer-list-spacing {
padding: 5px 20px 5px 20px; /* spacing between the links */
color: #35383a;
font-size:10px;
padding:8px 20px;
}



