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

.menuheader_link {
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

.menuheader_link:visited{
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
}

.menuheader_link:hover{
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}

.menuheader_link:link{
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color:#CCCCCC;
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: white;
background: black  repeat-x center left;
border-bottom: 1px solid #999999;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin-right : 7px;
text-align : right;
text-decoration: NONE;
}

.subcategoryitems {
margin-left: 150px;
}

.contour {
font:  8px Verdana, Arial, Helvetica, sans-serif;
}


.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
background-image: url(cgi-bin/dynamicdrive/1/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 0;
padding: 0;
margin-right : 50px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
color: WHITE;
/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #333333;
text-align : right;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
font-size: 90%;
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: WHITE;
margin-right : 0px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
font-size: 90%;
color: #FF3333;
background-color: #333333;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: WHITE;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
font: bold 10px Verdana, Arial, Helvetica, sans-serif;
color: WHITE;
}

body {
	font:  100% Verdana, Arial, Helvetica, sans-serif;
	fontcolor: #FFFFFF;	
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}
.oneColElsCtr #container {
	width: 99%;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(gif/chair_bg.jpg);
	background-repeat:no-repeat;
}

.oneColElsCtr #mainContent{
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.style1 {color: #FFFFFF}
h1,h2 {font-size:12px;font-weight:normal;text-align:center;}