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

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	color: #D9280D;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 120%;
}


a {
	color: #B8552B;
}


body {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #92BE92;
	background-image: url(images/css/background.png);
	background-repeat: repeat-x;
}
.navbar {
	height: 47px;
	width: 555px;
	background-image: url(images/css/navbar.jpg);
	top: 36px;
	position: relative;
	left: 245px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding-top: 8px;
	background-repeat: no-repeat;
	padding-left: 15px;
}
.navbar a {
	color: #FFF;
	text-decoration: none;
}

.sloganBar {
	background-image: url(images/css/mast_slogan.gif);
	height: 36px;
	width: 279px;
	position: absolute;
	top: 83px;
	left: 521px;
}
.mast_photos {
	height: 107px;
	width: 366px;
	background-image: url(images/css/front_mast_photos.jpg);
	position: absolute;
	top: 136px;
	left: 434px;
}



.container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	*\margin-left: 85px;
	margin-top: 0px;
	position: relative;
	background-color: #FFF;
	
}
.mast_layer {
	background-image: url(images/css/front_mast.jpg);
	height: 265px;
	width: 800px;
	position: relative;
}
.middleBGimage {
	background-image: url(images/css/front_middle_bg_image.jpg);
	background-repeat: no-repeat;
	height: 98px;
}
.featureBox {
	position: absolute;
	width: 400px;
	top: 243px;
	background-image: url(images/css/featurebox_bg.jpg);
	left: 251px;
	z-index: 100;
	padding-top: 0px;
	background-repeat: repeat-y;
}
#featuredProducts {
	margin-left: 22px;
	margin-right: 20px;
	height: 100px;
	width: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: normal;
}
#featuredProducts img {
	border: 1px solid #000;
	float: left;
	margin-right: 10px;
}
#featuredProductsText {
	float: right;
	position: relative;
	width: 210px;
}

#featuredNews {
	margin-right: 22px;
	margin-left: 22px;
}
#featuredNews_headline  {
	color: #3F8C3F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.front_left_box {
	width: 225px;
	padding-left: 10px;
}
.footer {
	height: 38px;
	background-image: url(images/css/footer_bg.gif);
	background-repeat: repeat-x;
	font-size: .8em;
	color: #FFF;
	padding-top: 11px;
	padding-left: 11px;
	padding-right: 11px;
}

.footer a
{color: #FFF;
text-decoration:none;
}
.frontRight {
	position: absolute;
	top: 0px;
	z-index: 101;
	left: 655px;
	width: 141px;
}
.main {
	position: relative;
}
.mast_inside_layer {
	height: 152px;
	width: 800px;
	background-image: url(images/css/mast_inside.jpg);
}
.insideRight {
	position: relative;
	top: 50px;
	z-index: 101;
	width: 554px;
	background-image: url(images/css/inside_box_bg.jpg);
	background-repeat: repeat-y;
	right: 0px;
}
.insideRight_text {
	padding-left: 22px;
	padding-top: 0px;
	padding-right: 20px;
}
.insideRight2 {
	position: absolute;
	top: 136px;
	z-index: 101;
	width: 554px;
	background-image: url(images/css/inside_box_bg.jpg);
	background-repeat: repeat-y;
	right: 0px;
}
.mast_inside_layer2 {
	width: 800px;
	background-image: url(images/css/mast_inside2.jpg);
	height: 151px;
	float:left;
}
.mainInside {
	background-color: #004101;
	width:100%;
}
.mainInsideContent {

	background-color: #FFF;
	margin-left: 20px;
	width: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;


	
	

}


#BlogSidebar {
width: 200px;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #7E341B;
	margin-right: 24px;
	margin-top: 25px;
padding-bottom:25px;
margin-left:25px;
padding-left: 20px;
}


.catlist {
width: 150px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #7E341B;
	margin-right: 20px;
	margin-top: 25px;
padding-bottom:25px;
margin-left:0px;
padding-right: 20px;
}

.catlist h1 {
font-size: 1.2em;
}

.catlist li {
margin-left: -20px;
list-style-type: square;
list-style-position: outside;
border-bottom: 1px dotted #D9280D;
}

.pennProdThumbImage
{
max-width: 180px;
}

.prodPhotoBox img {
max-height: 300px;
height: auto !important;
height: expression( document.body.clientHeight > 700 ? "300px" : "auto" );
}

.prodPhotoBox {
float: right;
margin-top: -50px;
padding-left: 10px;
}
