body {
	color: #000;
	background-color: #DBDBDB;
	scrollbar-base-color: #000;
	scrollbar-arrow-color: #FFF;
	}

.outerwrapper {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	width: 920px;
	text-align: left;
	background-color: #EEEDED;
}
.topheader {
	height: 150px;
	width: 920px;
	background-image: url(images/header-bg.gif);
	background-repeat: no-repeat;
}
.headerpic {
	float: right;
	width: 100px;
	margin: 10px 15px 0 0;
}
.topmenu {
	width: 920px;
	height: 41px;
	float: left;
	background-image: url(images/top-menu-bg.gif);
	background-repeat: no-repeat;
	}
.undermenu {
	background-image: url(images/h1-bg.jpg);
	background-repeat: no-repeat;
	height: 74px;
	width: 920px;
	float: left;
}	
.innerwrapper {
	background-image: url(images/main-bg.gif);
	background-repeat: repeat-y;
	float: left;
	width: 920px;
}
.left {
	width: 200px;
	float: left;	
	color: #fff;	
}
.indenttext-left {
	margin: 14px 10px 0 20px;
}
.content {
	float: left;
	width: 720px;
}
.content ul {
	margin: 0;
	padding: 0;
}

.content li {
	list-style-image:url(images/bullet.gif);
	margin-left: 18px;
	vertical-align: middle;
	padding-left: 4px;
	padding-bottom: 1px;
}

.indenttext {
	margin: 24px 48px 24px 20px;
}
.clear {
	clear: both;
}
h1 {
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 30px;
	text-indent: 220px
}
.subheader {
    font-size: 120%;
	color: #E4672F;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 1px;
}
.footerbar {
	text-align: right;
	font-size: 85%;
	height: 160px;
	width: 920px;
	margin-bottom: 0px;
	color: #fff;
	background-image: url(images/footer1-bg.gif);
	background-repeat: no-repeat;
	float: left;
	}
.footer-indent-text {
	padding: 15px 24px 0 0;
	}
.footerbar2 {
	text-align: right;
	font-size: 85%;
	height: 20px;
	width: 920px;
	color: #000;
	float: left;
	background-color: #fff;
	}
.footer-indent-text2 {
	padding: 2px 24px 2px 0;
	}
.rightobjectfloat {
	float: right;
	margin-left: 11px;
	margin-bottom: 20px;
}
.leftobjectfloat {
	float: left;
	margin-right: 11px;
	margin-bottom: 20px;
}
/*Form styles */
form {
	margin: 0px;
	padding: 0px;
}
label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.labelbox {
	float: left;
	width: 150px;
}
textarea {
	font-size: 8pt;
	border: 1px solid #CCC;
	font-family: Arial, sans-serif;
}
select {
	font-size: 8pt;
	border: 1px solid #CCC;
	font-family: Arial, sans-serif;
}
/* End of form styles*/

.rightimagefloat {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.content a:link {
	text-decoration: none;
	color: #E4672F;
	}
.content a:visited {
	text-decoration: none;
	color: #E4672F;
	}
.content a:hover {
	text-decoration: underline;
	color: #E4672F;
	}
.content a:active {
	text-decoration: underline;
	color: #E4672F;
	}
/*Navigation */

ul.udm {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline;
		}
li.udm a:link {
	background-image: url(images/button-off.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: normal;
	text-decoration: none;
	width: 135px;
	height: 41px;
	}
li.udm a:visited {
	background-image: url(images/button-off.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: normal;
	text-decoration: none;
	width: 135px;
	height: 41px;
	}
li.udm a:hover {
	background-image: url(images/button-on.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: normal;
	text-decoration: none;
	width: 135px;
	height: 41px;
	}
li.udm a:active {
	background-image: url(images/button-on.gif);
	background-repeat: no-repeat;
	background-position: 0 1px;
	font-weight: normal;
	text-decoration: none;
	width: 135px;
	height: 41px;
	}
	
li.udm2 a:link {
	font-weight: normal;
	text-decoration: none;
	width: 135px;
	height: 20px;
	margin: 0;
	}
li.udm2 a:visited {
	font-weight: normal;
	text-decoration: none;
	width: 135px;
	height: 20px;
	margin: 0;
	}
li.udm2 a:hover {
	font-weight: normal;
	text-decoration: none;
	width: 135px;
	height: 20px;
	margin: 0;
	}
li.udm2 a:active {
	font-weight: normal;
	text-decoration: none;
	width: 135px;
	height: 20px;
	margin: 0;
	}	
		
	
.footerbar2 a:link {
	text-decoration: none;
	color: #E4672F;
	}
.footerbar2 a:visited {
	text-decoration: none;
	color: #E4672F;
	}
.footerbar2 a:hover {
	text-decoration: underline;
	color: #E4672F;
	}
.footerbar2 a:active {
	text-decoration: underline;
	color: #E4672F;
	}
.footerbar a:link {
	text-decoration: none;
	color: #fff;
	}
.footerbar a:visited {
	text-decoration: none;
	color: #fff;
	}
.footerbar a:hover {
	text-decoration: underline;
	color: #fff;
	}
.footerbar a:active {
	text-decoration: underline;
	color: #fff;
	}

/* Shop CSS Styles */
.menubuttons a:link {
	color: #fff;
	text-decoration: none;
}
.menubuttons a:visited {
	color: #fff;
	text-decoration: none;
}
.menubuttons a:hover {
	color: #fff;
	text-decoration: underline;
}
.menubuttons a:actives {
	color: #fff;
	text-decoration: underline;
}
.productdisplay {
	margin-bottom: 7px;
	width: 175px;
	float: left;
	margin-right: 15px;
	text-align: center;
	height: 165px;
}
.associatedproductdisplay {
	margin-bottom: 11px;
	width: 175px;
	float: left;
	margin-right: 15px;
	text-align: center;
}
.mainpicdiv {
	width: 240px;
	min-height: 180px;
 	height: auto !important;
	height: 180px;
	text-align: center;
}

.newsrightimagefloat {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}

.pixborder {
	margin-bottom: 10px;
	padding: 0;	
}
.itempadright {
	margin-right: 20px;
	margin-bottom: 10px;
}
.itempadleft {
	margin-left: 20px;
	margin-bottom: 10px;
}
