@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	background: #DDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
	text-align: left;
	}

#icmenu {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	padding-right: 25px;
	}

#icmenu a {
	color: #FFF;
	text-decoration: none;
	}

#icmenu a:link {
	text-decoration: none;
	}

#icmenu a:hover {
	color: #000;
	}

#topmenu {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	}

#topmenu a {
	color: #FFF;
	text-decoration: none;
	}

#topmenu a:link {
	text-decoration: none;
	}

#topmenu a:hover {
	color: #000;
	}

#menuhead {
	text-align: left;
	vertical-align: middle;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
	}

.menutitle {
	cursor: pointer;
	font-weight: bold;
	text-align: left;
	padding-left: 15px;
	letter-spacing: 1px;
	height: 22px;
	padding-top: 10px;
	color: #FFF;
	text-transform: uppercase;
	border-top: 1px solid #666;
	}

.submenu {
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	}

.submenu a {
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	}

.submenu a:link {
	text-decoration: none;
	}

.submenu a:hover {
	color: #F00;
	}

#prodcathead {
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	padding-left: 10px;
	background: #FFF;
	text-transform: uppercase;
	}

#shortabout {
	background: #BBB;
	color: #333;
	padding-left: 25px;
	padding-right: 25px;
	text-align: justify;
	}

#shortabout a {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	}

#shortabout a:link {
	text-decoration: none;
	}

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

#bgbbb {
	background: #BBB;
	}

#thumbborder {
	border: 2px solid #333;
	}

#thumbcode {
	background: #DDD;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #333;
	}

#pages {
	background: #BBB;
	color: #333;
	text-align: right;
	vertical-align: middle;
	padding-right: 25px;
	}
	
#pages a {
	color: #333;
	text-decoration: none;
	}
	
#pages a:link {
	text-decoration: none;
	}

#pages a:hover {
	text-decoration: underline;
	}

#marqueecontainer {
	position: relative;
	width: 200px;
	height: 175px;
	background-color: transparent;
	overflow: hidden;
	padding: 0px;
	padding-left: 15px;
	left: 0px;
	top: 0px;
	text-align: left;
	}

.arrowlistmenu{
	width: 230px; /*width of accordion menu*/
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	background: url(images/plus.png) top left no-repeat;
	padding-left: 18px;
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	height: 10px;
	border-top: 1px solid #666;
	}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(images/minus.png) top left no-repeat;
	}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding: 0px 0px 3px 10px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	color: #FFF;
	padding: 10px 0px 0px 25px;
	background: url(images/menuclosed.jpg) center left no-repeat !important;
	font-weight: bold;
	font-size: 12px;
	}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	color: #FFF;
	padding: 3px 0px 5px 25px;
	background: url(images/menuopened.jpg) center left no-repeat !important;
	font-weight: bold;
	font-size: 11px;
	}

.arrowlistmenu ul li a{
	text-indent: -11px;
	font-size: 12px;
	color: #FFF;
	display: block;
	padding: 3px 0px 0px 25px;
	text-decoration: none;
}

.arrowlistmenu ul li a:visited{
	color: #FFF;
	}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FF0000;
	}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color: #FF0000;
	}

