@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #490a01;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#logwrapper {
	background-image: url(images/logback2.jpg);
	background-repeat: repeat;
	padding: 0px;
	height: 100%;
	width: 970px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#topnav {
	background-image: url(images/toplinkback.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	text-align: right;
	height: 40px;
	width: 915px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#toplinks {
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#toplinks a:link, #toplinks a:visited, #toplinks a:active {
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 4px;
	color: #f7f09f;
	font-size: 12px;
	font-weight: bold;
	
}
#toplinks a:hover {
	color: #a1d109;
	
}

#wrapper {
	width: 915px; /* the auto margins (in conjunction with a width) center the page */
	border: 7px solid #b96924;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/mainback.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#masthead {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #b96924;
	height: 360px;
}

#insidemasthead {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #b96924;
	height: 244px;
}
#insidetagline {
	background-image: url(images/insidemastheadbot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 84px;
	width: 915px;
	margin: 0px;
	padding: 0px;
}
#insidetagline p {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 200px;
	float: left;
}
#insidetagline h1 {
	font-size: 17px;
	font-weight: bold;
	color: #ecd070;
	margin: 0px;
	padding-top: 53px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	float: right;
	width: 600px;
}
#tagline {
	background-image: url(images/mastheadbot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 34px;
	width: 915px;
}
#tagline h1 {
	font-size: 17px;
	font-weight: bold;
	color: #ecd070;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#container {

}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px;
	padding-top: 70px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
	background-image: url(images/supplierlink.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#sidebar1 h3 {
	color: #e8c756;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-align: center;
}
#sidebar1 p {
	color: #ecd070;
}
/* start of sidebar list style navigation */
#sidenav {
	background-color: #21528c;
	margin: 0px;
	padding: 5px;
	border: 3px solid #e8b854;
}

#sidenav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	
	}
#sidenav li {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 170px;
	background-image: url(images/linkarrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	

	}
#sidenav a {
	text-align: left;
	color: #f7f09f;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 150px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	} 

#sidenav a:hover {
	color: #a1d109;
	background-image: url(images/sidenavbackhover.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
	}

#footer {
	background-image: url(images/footerback.gif);
	background-position: right top;
	height: 30px;
	background-repeat: no-repeat;
	background-color: #211810;
	text-align: right;
	margin: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footertext {
	font-size: 12px;
	color: #6f2205;
}



#mainContent {
	background-image: url(images/maincontentbacktop.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 9px;
} 
#mainContentContainer {
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
}


#mainContentContainer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-size: 14px;
}
#mainContent h1 {
	background-color: #1f250f;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ecd070;
}
#whatsnew {
	background-color: #8C1810;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ecd070;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#whatsnew a:link, #whatsnew a:visited, #whatsnew a:active {
	color: #ecd070;
	text-decoration: underline;
	font-size: 16px;
}
#whatsnew a:hover {
	color: #F90;
}

#mainContent h3 {
	color: #1F250F;
	font-weight: bold;
	font-size: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: 1px solid #1F250F;
	background-color: #d9b445;
}

#mainContentContainer h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #BD6B21;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.greentext {
	font-weight: bold;
	color: #547E29;
	font-variant: normal;
	text-align: right;
	padding-right: 10px;
}
.greentext2 {
	font-weight: bold;
	color: #547E29;
	
}
.bluetext {
	font-weight: bold;
	color: #21528C;
	font-variant: small-caps;
}

.pricingtable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #21528C;
}
.hometable {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.hometablepictTD {
	background-color: #3c4820;
	margin: 0px;
	padding: 5px;
}
.hometabletitleTD {
	background-color: #7a9923;
	border: 1px solid #3c4820;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}

th {
	background-color: #B96924;
	color: #EFD673;
	line-height: 33px;
	text-align: center;
}

/* table style 1 */
.tabletext {
	font-size: 12px;
	color: #21528C;
}

.linetext {
	font-size: 12px;
	color: #6f2205;
}

.tabletext_two {
	background-color: #EDC754;
}

/* imagestyles */

.imageborder {
	border: thin solid #BD6B21;
	padding: 3px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	}

.imagetwo {
	margin: 0px;
	padding: 3px;
	border: thin solid #B96924;
	float: none;
}

.imagethree {
	background-repeat: repeat;
	padding: 0px;
	border: 1px solid #211810;
	float: right;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.imagefour {
	padding: 0px;
	border: 1px solid #211810;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

a:link, a:visited, a:active {
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #21528C;
	font-size: 14px;
	font-weight: bold;
	
}

a:hover {
	color: #7a9923;
	}
.photodiv {
	float: right;
}

.subhead {
	font-size: 14px;
	color: #B96924;
	font-weight: bold;
}
.fractiontext {
	font-size: 10px;
}
#mainContentContainer ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
}

#snowshoe ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#snowshoe li {
	background-image: url(images/snowshoebullet.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.photoline img {
	padding-right: 7px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.videobox {
	float: left;
	background-color: #10572D;
	padding: 5px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
		
}

