html, body  {
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color: gray;
	color: #577c1d;
	font: .9em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img {
	border: 0;
}

.logo {
	margin: 0;
	padding: 0;
}

.container {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

.left_gutter {
	float: left;
}

.right_gutter {
	float: right;
}

.body_content {
float:left;
height:auto;
width: 868px;
}

.body_content div {
	display: block;
}

div#menu {
	float:left;
	margin-left:65px;
	padding-bottom:25px;
	padding-top: 50px;
	width:132px;
}

a:link, a:visited {
	color: #876fb4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #764dba;
}

div.content_wrapper {
	/*width: 980px;*/
	float: left;
	/*border-left: 1px solid #979A85;
	border-right: 1px solid #979A85;*/
	background:transparent url(http://mettaaudio.com/images/body_bkgnd.gif) repeat-y scroll 0 0;
}

#ribbon {
	width: 868px;
}

.clearer {
	clear: both;
}

img.tall {
	float: right;
	padding-left: 10px;
	padding-top: 24px;
}

img.wide {
	
}

embed {
	clear: both;
}

#content h1 {
	margin-top: 17px;
	margin-bottom: 17px;
}

#content h3 {
	font-style: italic;
	clear: both;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	position: relative;
	left: 1px;
}

/* single tab */
ul.css-tabs li {
	list-style-type:none;
	margin-top: 5px;
}

/* link inside the tab. uses a background image */
ul.css-tabs a {
	font-size:13px;
	display:block;
	padding:5px 9px;	
	text-decoration:none;
	border:1px solid #666;	
	background-color: #f8f8d4;
	color: #9baa80;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft:4px;
	position:relative;
	text-align: right;
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color: #C9DDA0;
	border-right:1px solid #C9DDA0;
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	min-height:150px;
	height:auto !important;
	height:350px;
	background-color:#C9DDA0;
	float:left;
	margin-top:40px;
	padding: 5px 50px 25px;
	width:505px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


