@charset "UTF-8";
/* CSS Document */

 html, body, div, span, img, object, h1, h2, h3, h4, h5 {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 outline: 0;
 }

body {
	color: #333;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#container {
	width: 942px;
	text-align: left;
	margin: 0 auto;
	background-color: #FFF;
}
#header  {
	width: 942px;
	position: relative;
	height: 150px;
	background-color: #669932;
}
#navlist {
	width: 942px;
	/*background-color: #669933;*/
	
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}
p{
	line-height: 18px;
}
#topPhoto {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7F0000;
	height: 281px;
}

//////////HOME PAGE///////////
#homeRight p {
	line-height: 18px;
	padding-right: 30px;
	padding-left: 20px;
}

#mainText  {
	width: 942px;
	float: left;
}

#forBorder {
	height: 313px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7F0000;
}
#topPhotoHome {
	float: left;
	height: 313px;
	width: 268px;

}
#flash {
	float: right;
	height: 313px;
	width: 674px;


}
#homeLeft p a {
	text-decoration: underline;
}
#homeLeft {
	width: 285px;
	float: left;
	padding-bottom:20px;
}
#homeRight {
	width: 610px;
	float: right;
	border: 1px solid #7f0000;
	background-image: url(images/logo_home.gif);
	background-repeat: no-repeat;
	background-position: 480px 80px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#homeBanner {
	clear: both;
	height: 70px;
	padding-top: 30px;
}
#homeLeft img {
	padding-top: 10px;
}


//////////OTH PAGES///////////

#topImage {
	float: right;
	height: 312px;
	width: 942px;
}
#mainBorder {
	width: 942px;
	border: 1px solid #7f0000;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}
#oth p {
	padding-left: 20px;
}
#othImagePad img {
	padding-left: 20px;
}

#othLeft {
	width: 540px;
	float: left;
	padding-bottom:30px;
	
}

#othRight {
	width: 420px;
	float: right;
	margin-bottom: 20px;
}

#othLeftCatalog {
	width: 410px;
	float: left;
	padding-bottom:30px;
	padding-left: 70px;
	padding-top:10px;
}
#othRightCatalog {
	width: 410px;
	float: right;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-top:10px;
}

#othRightLB {
	width: 380px;
	float: right;
	margin-bottom: 20px;
	background-image: url(images/lord_burnham_logo2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 20px;
	padding-bottom: 120px;
}
#othLeftFaq {
	width: 410px;
	float: left;
	padding-bottom:30px;
	padding-left: 40px;
	padding-top:10px;
}
#othRightFaq {
	width: 410px;
	float: right;
	margin-bottom: 20px;
	margin-right: 40px;
	padding-top:10px;
}
#othLeftProducts {
	width: 210px;
	float: left;
	padding-bottom:30px;
	padding-left: 0px;
	padding-top:10px;
}
#othRightProducts {
	width: 700px;
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
	padding-top:10px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #7F0000;
	padding-top: 15px;
	font-weight: lighter;
	padding-bottom: 15px;
}

.HeaderGreen17 {
	font-size: 16px;
	font-weight: bold;
	color: #28383f;
}
.ugRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #7F0000;
}
.red11Header {
	font-size: 11px;
	color: #7F0000;
}
.red14Header {
	font-size: 14px;
	color: #7F0000;
}

img {
	border:none;
	/*clear: both;*/
}




#shopText {
	float: left;

	width: 400px;
	padding-left: 40px;
	padding-top: 15px;
}
#shopText2 {
	float: right;
	
	width: 400px;
	padding-right: 40px;
	padding-top: 15px;
	
}

#sitemap {
	float: left;
	margin-top: -2px;
	width: 942px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #B3D011;
}


#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


#footer {
	font-size: 11px;
	clear: both;
	text-align: center;
	
	letter-spacing: 0.1em;
	margin-bottom: 40px;
	color: #A6D300;
}
#address  {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	background-color: #669933;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 10px;
	}
a.footer:link {
	color: #B3D011;
}

.lineheightbottom a {
	color: #FFF;
	text-decoration: none;
}

/*menu*/
#navlist ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	color: #FFF;
}

#navlist a {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	text-align: left;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: .1em;	
}

#navlist a:link, #navlist a:visited
{
	color: #fff;
	text-decoration: none;
}
#navlist a:hover
{
	color: #fff;
	background-color: #7f0000;
	text-decoration: none;
	padding-bottom: 2px; 
}

#navlist #active a {
	color: #fff;
	background-color: #7f0000;
	padding-right: 10px;
	padding-left: 10px;	
	padding-bottom: 2px; /*remove this if you want it tablike - touch bottom of menu*/
}
/*end menu*/
/* nav side */
#navside
{
padding-left: 0;
margin-left: 0;
border-bottom: 1px solid gray;
width: 180px;
}

#navside li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

#navside li a {
	text-decoration: none;
	color: #7f0000;
	line-height: 20px;
}

/* END nav side */



a.copy:link  {
	text-decoration: none;
	color: #3D450C;
	font-size: 10px;
}
a.copy:visited {
	text-decoration: none;
	color: #3D450C;
	font-size: 10px;
}

a.copy:hover {
	text-decoration: none;
	color: #999;
	font-size: 10px;
}
#menu {
	/*background-color: #669932;*/
}
.headerSm {
	font-size: 13px;
	color: #28383f;
	font-weight: bold;
}
.RedHead18 {
	font-size: 18px;
	color: #7f0000;
}
.RedHead16 {
	font-size: 14px;
	color: #7f0000;
}

/** contact form!**/

input,textarea{
	width:250px;
}
.radio{
	width:15px;
}
.form div{
 margin-bottom:20px;
 margin-left:10px;
 margin-right: 10px;

 font-family:Helvetica, sans-serif;
 }


.text_field1 {
	border: 1px solid #800000;	
}

.text_field2 {
	width:120px;
	border: 1px solid #800000;	
	
}

.text_submit {
	color: #7F0000;
	font-size: 0px;
	width: 84px;
	height: 38px;
	background-image: url(images/send.gif);
	background-repeat: no-repeat;
	border:none;
}
.form_titles {
	padding-right: 3px;
	color: #7F0000;
	font-size: 12px;
	
}
/**end form!**/
.red12 {
	
	color: #7F0000;
	font-size: 12px;
	
}
#othLeftFaq p a {
	color: #800000;
}

.contactIconText {
	font-size: 13px;
	color: #960000;
	
}
a.contactIconText:link {
	font-size: 13px;
	color: #960000;
	
}
a.contactIconText:visited {
	font-size: 13px;
	color: #960000;
	
}

#address a:link {
	color: #FFF;
}
.fab {
	color: #4E9D29;
}
#footer .copy .fab {
	color: #4E9D29;
}
