#wrapper {
	width: 960px;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	float: left;
}
#main-wrapper {
	margin: auto;
	width: 980px;
}
body {
	background-color: #3C414C;
	background-image: url(images/body-bkg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

/* HEADER GRAPHIC*/
#wrapper .header {
	float: left;
	height: 120px;
	background-color: #232323;
}

/* MAIN NAVIGATION*/
#wrapper .nav {
	background-image: url(images/nav-main-.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	float: left;
	width: 100%;
	padding-bottom:5px;
	font-weight: bold;
}
#wrapper .nav ul {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
}

#wrapper .nav li {
	color: #FFFFFF;
	background-image: url(images/nav-main-bkg.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	display:inline;
	padding-right: 15px;
	height: 38px;
	background-position: right top;
	float: left;
	padding-left: 15px;
	padding-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 35px;
}
#wrapper .nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .nav a:hover {
	color: #666666;
	text-decoration: none;
}


/* CONTAINER BELOW INCLUDES SIDE NAV AND BODY TEXT */
#wrapper .content {
	background-image: url(images/content-bkg.jpg);
	float: left;
	width: 100%;
	background-repeat: repeat-x;
}



/* MAIN BODY TEXT*/

#main-wrapper #wrapper .content .main-text h1 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}

.main-text {
	width: 76%;
	padding-right: 2%;
	padding-left: 2%;
	float: right;
	padding-top: 2%;
}
a:link {
	color: #666666;

	
}
/* START OF SUB NAV*/

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li {
	margin: 0;
	padding: 0px;
	color: #666666;
	
}

#navcontainer a
{
	display: block;
	color: #666666;
	background-color: #F3F3F3;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 20px;
	width: 148px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-top-color: #fff;
}

#navcontainer a:hover
{
	color: Maroon;
}


#navcontainer .SubNav {
	margin: 0;
	padding: 0px;
	color: #666666;
	padding-left: 0px;
	}
#navcontainer .SubNav a
{
	display: block;
	color: #666666;
	background-color: #F3F3F3;
	width: 145px;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 32px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	border-top-color: #fff;
	font-size: 11px;
}

#navcontainer .SubNav a:hover
{
	color: #ffffff;
}

#navcontainer {
	background-image: url(images/subnav-bar.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 188px;
	float: left;
	margin-top: 1px;
	padding-bottom:0px;
	height: 500px;
}
.droplist li a:link {
	color:#000000;
	background-color: #FF0000;
	}

/* END OF SUB NAV*/
.droplist li a {
	background-color: #FF0000;
	color: #FF0000;
}

.footer {
	width: 100%;
	padding-right: 0%;
	padding-left: 0%;
	float: left;
	padding-top: 2%;
	background-position: right bottom;
}

#gridview  a {
	color: #FFFFFF;
	text-decoration: none;
}
#gridview a:hover {
	color: #666666;
	text-decoration: none;
}
.store-name
{
    color: #9A0C0B;
    text-transform: capitalize;
    font-weight: bold;
}
.store-header
{
    font-size: medium;
    color: #000000;
}
.distributor-name
{
    color: #3755B3;
    text-transform: capitalize;
    font-weight: bold;
}

