@charset "utf-8";
/* CSS Document */

body{
	background:#e75d10 url(images/bottom_repeat.jpg) bottom left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

/* Text Formatting */

p, .mceContentBody p {
	margin-bottom: 15px;
	line-height: 1.25em;
	font-size:12px;
}

ol, ul, .mceContentBody ol, .mceContentBody ul {
	margin-left: 30px;
	margin-bottom: 15px;
	font-size:12px;
}

h1, .mceContentBody h1 {
	color: #4f9921;
	margin-bottom: 15px;
	font: 30px 'trebuchet ms', sans-serif;
}

h2, .mceContentBody h2 {
	color: #e75d10;
	margin-bottom: 10px;
	font: 18px 'trebuchet ms', sans-serif;
}

h3, .mceContentBody h3{
	color: #e75d10;
	margin-bottom: 10px;
	font: 14px 'trebuchet ms', sans-serif;
}	

hr, .mceContentBody hr{
	color: #4f9921;
	width:95%;
	height:2px;
	margin: 0px;
}	


a, .mceContentBody a{
	color: #4f9921;
	text-decoration:none;
}

a:hover {
	color: #e75d10;
	text-decoration:underline;
}

a img, .mceContentBody a img{
	border:1px solid #4f9921;
}

a:hover img{
	border:1px solid #e75d10;
}

#bgpattern{
	background:url(images/bgpattern.jpg) top left repeat-x;
	width:100%;
}

.maintable{

}

.headertable{background:url(images/bgpattern.jpg) top left repeat-x;}

.contenttable{
	background:#ffffff;
}

.header-rt{
	/*background:url(images/header_rt.jpg) no-repeat;*/
	background:url(images/lsd-emailhead.png) bottom left no-repeat;
	width:241px;
	height:87px;
}

.topnav{
	background:url(images/topnav_bg.gif) no-repeat;
	padding:15px 20px 15px 20px;
	width:827px;
	height:30px;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

.topnav a{
	color: #ffffff;
	border-bottom:1px solid #ffffff;
	text-decoration:none;
	font-weight:bold;
}

.topnav a:hover {
	color:#4f9921;
	border-bottom:1px solid #4f9921;
	text-decoration:none;
	font-weight:bold;
}

.content{
	border-left:5px solid #4f9921;
	border-right:5px solid #4f9921;
	padding:10px;
	width:837px;
	height:450px;
	font-size:12px;
}

.product-cat, .mceContentBody .product-cat{
 font-size:10px;
 width:120px;
}

.product-cat a, .mceContentBody .product-cat a{
  display: block;
  padding: 10px;
  border-bottom:1px solid #dadada;
}

.product-cat a:hover{
  display: block;
  padding: 10px;
  border-bottom:1px solid #dadada;
  background-color:#f4fff2;
}

.product-cat br, .mceContentBody .product-cat br{
height:0px;
}

.bottomnav{
	background:url(images/bottomnav_bg.jpg) no-repeat;
	width:849px;
	height:19px;
	font-size:12px;
	font-weight:bold;
	padding:7px 10px 0px 20px;
}

.bn-left{
float:left;
 color:4f9921;
 width:45%;
}

.bn-left a{
 color:#e75d10;
 text-decoration:none;
}

.bn-left a:hover{
 color:#4f9921;
 text-decoration:none;
}

.bn-rt{
 float:right;
 color:#e75d10;
 width:50%;
}

.bn-rt a{
 color:#ffffff;
 text-decoration:none;
}

.bn-rt a:hover{
 color:#e75d10;
 text-decoration:none;
}

.footer-img{
	background: url(images/footer.jpg) no-repeat;
	width:889px;
	height:70px;
}

/*Additional Classes*/

.home-image, .mceContentBody .home-image {
	border:1px solid #dadada;
	margin:10px 0 0 0;
}

.featured-img, .mceContentBody .featured-img {
	border:1px solid #dadada;
}

body.mceContentBody {
    background: #FFFFFF;
}

