
body {
	background:#151B1F;
	font-family:"Lucida Grande", Arial, Tahoma, Times;
	font-size:12px;
	line-height:15px;
}

#container {
	width:700px;
	margin:30px auto 0 auto;
}

p {
	margin-top:10px;
}

p.tagline {
	color:#FFFFBE;
	margin-bottom:20px;
}

#header h1 {
	font-size:24px;
	color:#FFF;
	margin-bottom:15px;
}

#header h1 span {
	color:#96BF55;
}

h1, h2 {
	font-size:20px;
	color:#0099FF;
	margin-bottom:20px;
}
	h2 a, h2 a:active, h2, a:visited {
		color:#0099FF;
		text-decoration:none;
	}
	h2 a:hover {
		text-decoration:underline;
	}

div.accordion_content {
	background:#FFF;
	padding:20px;
}



table tr td {
	padding-right:10px;
}

img.screenshot {
	margin-top:5px;
}

#menu {
  float:left;
  width:100%;
  line-height:normal;
  }
#menu ul {
  margin:0;
  padding:5px 0 0 5px;
  list-style:none;
  }
#menu li {
  float:left;
  background:url("../images/tab_bg.jpg") no-repeat left top;
  margin:0 0 0 4px;
  padding:0 0 0 9px;
  }
#menu ul li.right{
  float:right;
  margin:0 9px 0 0;
  background:url("../images/tab_bg_gray.jpg") no-repeat left top;
}
#menu a {
  float:left;
  display:block;
  background:url("../images/tab_bg.jpg") no-repeat right top;
  padding:6px 15px 5px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
}
#menu ul li.right a{
  float:right;
  background:url("../images/tab_bg_gray.jpg") no-repeat right top;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#333;
  }
#menu #current {
  background-image:url("left_on.gif");
  }
#menu #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }

#header {
	margin-left:0px;
}


#content_tl {
	background: #FFF url("../images/corner_tl.jpg") no-repeat top left;
}
#content_tr {
	background: url("../images/corner_tr.jpg") top right no-repeat;
}
#content_bl {
	background: url("../images/corner_bl.jpg") bottom left no-repeat;
}
#content {
	background: url("../images/corner_br.jpg") bottom right no-repeat;
	padding:30px;
}

#content ul {
	margin: 10px 0 4px 30px;"
}
#content ul li {
	list-style-type: circle;
}

#products ul li {
	list-style-type: none;
	display:inline;
}

#footer {
	color:#555;
}