body {
    background-color: #333732;
    background-image: url(../images/site-pieces/bg-pattern.jpg);
    margin-top: 0px;
    margin-left: 0px;
}

img {
    border: 0px;
}

#main {
	width: px;
	border-bottom: 9px solid #B8D955;
	border-left: 9px solid #B8D955;
	border-right: 8px solid #B8D955;
	background-color: #ffffff;
}

h1 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #A6422B;
    text-align: left;
}

h2 {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 40%;
    color: #A6422B;
    text-align: left;
}

.text {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 13px;
    line-height: 190%;
    font-weight: normal;
    color: #36373A;
    padding-right: 18px;
    padding-left: 18px;
}

.text a, .text a:visited {
		color: #A6422B;
		text-decoration: none;
		font-weight: normal;
}


.text a:hover {
		color: #36373A;
		text-decoration: none;
		background-color: #B8D955;
}

.description {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    color: #A6422B;
    text-align: center;
}

.locations {
    font-size: 12px;
    line-height: 130%;
    font-weight: bold;
    color: #36373A;
}

.supplies {
    font-size: 12px;
    line-height: 140%;
    font-weight: normal;
    color: #36373a;
}

.suppliesTitle {
    font-size: 14px;
    font-weight: bold;
}

.item {
    font-size: 14px;
    font-weight: bold;
    color: #A6422B;
}

/*PRICING*/

.pricing-description {
	font-size: 11px;
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	text-align: left; 
	margin: 0px; 
	padding: 0px;
}

.row1 {	
	font-family: arial, verdana, helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;

	}
	
.row2 {	
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: none;
	border-top: 1px solid black;
	}
	
.row3 {	
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: none;
	background-color: #C9D79F;
	}
	
.row4 {	
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: none;
	background-color: #ffffff;
	}
	
.row1 a, a:visited {
    color: #990000;
    text-decoration: none;
    }
    
.row1 a:hover {
    text-decoration: underline;
    }

.form {
    font-size: 14px;
    text-transform: uppercase;
    color: #36373A;
}

/*NAVIGATION STYLES*/

.main-nav {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 13px;
    background-image: url("../images/site-pieces/nav-menu-bg.jpg");
    color: #334A4A;
    background-repeat: no-repeat;
}

.main-nav a, .main-nav a:visited{
    color: #334A4A;
    text-decoration: none;
}

.main-nav a:hover {
    text-decoration: underline;
}

.footer-nav {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-top: 6px;
}

.footer-nav a, .footer-nav a:visited {
    color: #ffffff;
    text-decoration: none;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.address {
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-top: 6px;
}