/********************************************/
/*****************  Main  *******************/
/********************************************/

.orange {
	color: #d67800;
}
.yellow {
	color: #caad00;
}

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
	font-family: "verdana";
}
p {
	font-size: 85%;
	margin-bottom: 2em;	
}
a {
	color: #FFFFFF;
}
#hd #logo {
	float: left;	
}
#hd #nav {
	float: right;	
}
#hd #nav li{
	display: inline;	
}
#bd {
	background: url("images/bg.jpg");
	min-height: 900px;
	padding-bottom: 20px;
}
#ft {
	padding: 10px 0;
	font-size: 85%;
	text-align:center;
}
#content {
	width: 55.385em;
	margin: 50px auto 30px auto;
}
.element-title{
	font-weight: 900;
	margin-bottom: 10px;	
}
td {
  text-align: left;
}

#sub-menu{
  float:right; 
  width:12em; 
  text-align:left; 
  background:#3f3f3f;
  margin-right: -80px;
  margin-left:80px; 
  margin-bottom:80px; 
  margin-top:-20px;
  font-size: 90%;
}
#sub-menu a{
  color: #caad00;
  text-decoration:none;
}
#sub-menu a:hover{
  text-decoration:underline;
}
#sub-menu ul{
  margin: 20px 10px;
}
#sub-menu li{
  margin-bottom: 10px;
}

/********************************************/
/*************  Products  *******************/
/********************************************/

#product-overview .title {
	font-size: 330%;
	font-family: "arial black";
}
#product-overview .sub-title{
	font-family: "arial black";
	font-size: 136%;
	font-style: italic;
	color: #d67800;
	margin-bottom: 10px;
}
#product-overview .description {
	font-size: 85%;
	margin-bottom: 30px;
}
#product-overview .plugin-list {
	margin-top: 20px;
	margin-bottom: 20px;	
}
#product-overview .plugin-list .element-title {
	font-weight: 900;
	margin-bottom: 10px;
}
#product-overview .plugin-list td{
	padding-right: 50px;	
}
#product-overview #images {
	clear: both;	
}
#product-overview #images img{
	/* border: 1px solid #eee;	*/
}
#product-overview #images .big {
	float: left;	
}
#product-overview #images .small {
	float: right;
	margin-bottom: 5px;
}

#content .sub-title {
	font-family: "arial black";
	font-size: 136%;
	font-style: italic;
	color: #d67800;
	margin-bottom: 10px;
}

#product-overview ul.features {
  margin-bottom: 20px;
  list-style-type: circle;
  list-style-position: inside;
}

#product-overview .section-title {
  font-size: 110%;
}

/********************************************/
/*************  Support   *******************/
/********************************************/
#support #faq-title {
	font-size: 110%;
	margin-bottom: 40px;
}
#support #faq .faq-question {
	margin-left: 20px;
	color: #caad00;
}
#support #faq .faq-answer {
	margin-left: 40px;
}
#support #faq .element-title {
	margin-top: 40px;
}
#support .section-list a {
	color: #d67800;
}