/***********************************************************************************************************************
DOCUMENT: style/format.css
DEVELOPED BY: Ryan Stemkoski
COMPANY: Zipline Interactive
EMAIL: ryan@gozipline.com
PHONE: 509-321-2849
DATE: 2/26/2009
DESCRIPTION: This document contains the structural formatting files for the accordion style menu.
************************************************************************************************************************/
#wrapper {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	}

.accordionButton {	
	width: 600px;
	float: left;
	background: url("/Accordianbutton.png");
	border-bottom: 0px solid #FFFFFF;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	letter-spacing:1px;
	line-height:29px;
	margin:0;
	text-indent:5px;
	text-transform:none;
	}
	
.accordionContent {	
	width: 600px;
	float: left;
	background: #000000;
	display: none;
	}

