body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/************************************************
* General Layout								*
************************************************/

#container {
	position: relative;
}

#container .column {
        position:relative;
	text-align: left;
}

#center {
	width: 100%;
        z-index:0;
}

#left {
        position:relative;
        left:0px;
        width:175px;
        z-index:10;
        top: -20px;
}

#right {
	width: 0px;
	margin-right: -100%;
}

* html #left {
	left: 0px;
}

#footer {
	clear: both;
                position:relative;
                z-index: 0;
}

#container {
	overflow: hidden;
}

#container .column {
	padding-bottom: 1001em;
	margin-bottom: -1000em;
}

* html body {
	overflow: hidden;
}

* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
                z-index:-1;
}

#fastlane_container {
	width: 100%;
	margin: 0 auto;
                background-color: #FFFFCC;
}
#login_container {
                width: 100%;
                margin: 0 auto;
                background-color: #CCCC99;
}

.innertube {
	padding: 10px 10px 0 10px;
}

.innertube_content {
	padding: 20px 20px 0 20px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

/***this next one is to allow link color &c. to be defined
for subcategories, using class:subcat instead of h2***/

div.subcat {
	margin-top: 0px;
	margin-bottom: 10px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

input,select,textarea {
	border: 1px solid #AAAAAA;
	padding: 3px;
}

img {
	border: 0;
	vertical-align: middle;
}

.clearboth {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-size: 1.0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	line-height: 1.25;
}

.bsfont {
	font-size: 0.9em;
}

/************************************************
* Links											*
************************************************/

a:link {
	color: #4f3f20;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
                font-weight: bold;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.VertMenuItems {
	color: #0066CC;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

a.VertMenuItems:link {
	color: #0066CC;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

a.VertMenuItems:visited {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}

a.VertMenuItems:hover {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a.VertMenuItems:active {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a.subcat:link {
	color: #666600;
	font-size: 1.0em;
	font-weight: bold;
	text-decoration: none;
}

a.subcat:visited {
	text-decoration: none;
                font-weight: bold;
}

a.subcat:hover {
	color: #FF6600;
	text-decoration: none;
}

a.subcat:active {
	text-decoration: none;
}

/************************************************
* Header										*
************************************************/

div.header_row div.left {
        float:left;
        width: 189px;
	padding: 0px;
        margin-left: 10px;
        margin-top: 10px;
        border: 0px;
}

div.header_row div.middle {
        float:right;
        position:relative;
        top:80px;
        margin-right:75px;
        text-align: center;
}

div.header_row div.right {
        position:absolute;
        right:0px;
        top:115px;
	width: 300px;
	margin-right:10px;
	font-size: 1em;
        font-weight:bold;
}

div.header_row div.righttop {
	width: 120px;
	margin-right: 30px;
	font-size: 1em;
        font-weight:bold;
        position:absolute;
        right: 0px;
        top: 10px;
}
#digicertsitesealcode {
        position: absolute;
        right: 245px;
        top: 15px;
        width: 65px;

}
/************************************************
* Logo Image Replacement						*
************************************************/

#logo h1 {
	background: url(images/manninglogo2.png) no-repeat;
	width: 244px;
	height: 141px;
	border: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#logo h1 a {
	display: block;
	text-indent: 0px;
	width: 244px;
	height: 141px;
	border: 0;
}

#logo h1 a:hover {
	border: 0;
}

#logo2 h1 {
	background: transparent /*url(images/MB_building_fade.jpg) no-repeat*/;
	width: 470px;
	height: 132px;
	border: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/************************************************
* Subcategory Display							*
************************************************/

div.subcats_display div.left {
	float: left;
	text-align: left;
	width: 65%;
}

a.div.subcats_display.left:link {
                color: #000000;
}

a.div.subcats_display.left:visited {
                color: #000000;
}

div.subcats_display div.right {
	float: right;
	text-align: right;
	width: 33%;
}

.subcats_display h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}


/************************************************
* Products Display Standard						*
************************************************/

div.products_display div.left {
	float: left;
	text-align: left;
	width: 24%;
}

div.products_display div.right {
	float: right;
	text-align: left;
	width: 74%;
}

.products_thumbnail {
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
                height: 140px;
}

.products_display h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.products_display h3 {
	font-size: 0.9em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.products_restofit {
                position: absolute;
                left: 150px;
}
/************************************************
* Products Display Multi-Column					*
************************************************/

.products_cols {
	float: left;
	text-align: center;
}

.products_box {
	width: 100%;
	text-align: center;
	border: 0px solid #CCCCCC;
}

.prod_descr {
	width: 100%;
}

.prod_descr h2 {
	font-size: 1.0em;
}


/************************************************
* Product Display								*
************************************************/

.product_price {
	white-space: nowrap;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

.alter_product_price {
	white-space: nowrap;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

.taxed_price {
	font-size: 0.9em;
}

.product_image {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.extra_fields div.title {
	float: left;
	text-align: left;
	width: 29%;
	font-weight: bold;
}

div.extra_fields div.value {
	float: right;
	text-align: left;
	width: 69%;
}

div.product_details div.left {
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	padding: 10px;
        float: left;
	text-align: left;
	width: 46%;
}

div.product_details div.right {
	border: 1px solid #BBBBBB;
	background-color: #EEEEEE;
	padding: 10px;
	float: right;
	text-align: left;
	width: 46%;
}

/************************************************
* Search Pagination Display						*
************************************************/

.navigation{
	padding: 5px;
}

.navigation ul{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.0em;
}

.navigation li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.navigation a, .navigation a:visited{
	padding: 4px 4px 4px 4px;
	border: 1px solid #BBBBBB;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.navigation a:hover, .navigation a:active{
	border: 1px solid #AAAAAA;
	color: #000000;
	background-color: #DDDDDD;
	font-weight: normal;
}

.navigation a.currentpage{
	background-color: #DDDDDD;
	color: #000000 !important;
	border: 1px solid #AAAAAA;
	font-weight: bold;
	cursor: pointer;
	font-weight: normal;
}

/************************************************
* Side Nav Menus								*
************************************************/

.navmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
        position:relative;
        left:-10px;
}

.navmenu a {
	font-weight: normal;
	font: normal 1.0em/20px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding: 0 4px;
	margin: 0px;
	color: #000000;
	background: url(images/left_menu_bg.jpg) repeat-y #EEEEEE;
	border: 1px solid #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

.navmenu li {
	display: block !important;
	display: inline;
}

.navmenu a:link {
	color: #000000;
	background: url(images/left_menu_bg.jpg) repeat-y #EEEEEE;
	font-weight: normal;
	text-decoration: none;
}

#navlist a:active {
	color: #000000;
	background-color: #EEEEEE;
	font-weight: normal;
	text-decoration: none;
}

#navlist a:visited {
	color: #000000;
	background-color: #EEEEEE;
	font-weight: normal;
	text-decoration: none;
}

.navmenu a:hover {
	color: #000000;
	font-weight: normal;
	background: #FFFFCC;
	text-decoration: none;
}

/************************************************
* My Account									*
************************************************/

#myaccount {
	text-align: center;
	background: url(images/myaccountbg.jpg) #FFFFFF;
	height: 80px;
}

/************************************************
* Reviews Comments Boxes						*
************************************************/

#review_container {
	padding: 0px;
	width: 100%;
	margin-left: 0px;
}

#review_container div:after {
	content: ".";
	display: block;
	height: 11px;
	clear: both;
	visibility: hidden;
}

#review_container div {
	width: 600px;
	height: auto;
	font-family: verdana;
	font-size: 11px;
}

b.tl {
	display: block;
	width: 600px;
	height: 8px;
	font-size: 1px;
}

b.tr {
	display: block;
	width: 592px;
	height: 8px;
	font-size: 1px;
	float: right;
}

b.bl {
	display: block;
	width: 8px;
	height: 8px;
	font-size: 1px;
	float: left;
}

b.br {
	display: block;
	width: 592px;
	height: 8px;
	font-size: 1px;
	float: right;
	position: relative;
}

b.point {
	display: block;
	font-size: 1px;
	width: 25px;
	height: 14px;
}

#review_container div p {
	padding: 10px;
	margin: 0;
	border: 3px solid #FFFFFF;
	border-width: 0 3px;
	text-align: justify;
}

div.review {
	margin-bottom: 0px;
}

div.review b.tl {
	background: url(reviews/top_left.gif) top left no-repeat;
}

div.review b.tr {
	background: url(reviews/top_right.gif) top right no-repeat;
}

div.review p {
	background: #EEEEEE;
}

div.review b.bl {
	background: url(reviews/bottom_left.gif) top left no-repeat;
}

div.review b.br {
	background: url(reviews/bottom_right.gif) top right no-repeat;
}

div.review b.point {
	background: url(reviews/point.gif) top left no-repeat;
	margin: 5px 0 0 25px;
}

p.review_author {
	margin: 0 0 10px 60px;
	font-weight: bold;
	font-style: italic;
}

.report_review {
	font-size: 0.9em;
	font-weight: normal;
	font-style: normal;
}


/************************************************
* Company directory page						*
************************************************/

/* changed the "cd_name" attributes on 10-7-09 to adjust fonts; other div's aren't being used since the page is formatted as a table */

div.cd_box {
                 width:100%;
                 position: relative;
                                  
}

div.cd_entry {
                 position: relative;
}

img#cd_image {
                 float: left;
                 margin: 20px;
}

div#cd_name {
                 font-size: 16px;
                 font-weight: bold;
}

div#cd_title {
                 font-size: 14px;
                 float: left;
}

img#cd_logo {
                 float:right;
}

div#cd_txt {
                 float: left;
                 
}

div#cd_contact {
                 float: left;
                 margin-top: 20px;
}
