  body {
	margin: 0px;
	background: url('imgs/bg.jpg') repeat-x top center #f2f2f2;
	font-family: "Lucida Sans";
  }
  
  table, td{
  	font-family: "Lucida Sans"; 
	
  }
  
  
  a.rounded, .button {
    outline: none;
    border: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
  }
  
  .button {
    color: #666666;
    background-color: #e5e5e5;
    padding: 5px 7px;
  }

  .button:hover {
    background-color: #bcbcbc;
  }
  
  a.tab {
    background-color: #c1c1c1;
    color: #303030;
    font-size: 11pt;
	letter-spacing:0px;
    padding: 6px 13px 6px 13px;
    margin: 16px 3px 20px 3px;
    border: 0;
  }

  a.tab:hover {
    background-color: #545454;
    color: #f2f2f2;
  }
  
  a.tab_selected {
    background-color: #6c6c6c;
	color: #f2f2f2;
	   font-size: 11pt;
	letter-spacing:0px;
    padding: 6px 13px 6px 13px;
    margin: 16px 3px 20px 3px;
    border: 0;
  }
  
   a.tab_selected:hover {
    background-color: #545454;
    color: #f2f2f2;
  }

a:link {
	color:#303030;
	}

a:visited {
	color: #303030; 
	text-transform: none;
	}

a:active {
	color:#303030;
	}

a:hover {
	color: #545454; 
	text-decoration: underline;
	text-transform: none;
	}
  
  #featureTabsContainer {
    display: none;
  }
  
  #featureElementsContainer {
  }
  
  .feature {
  	text-align:center;
	font-size: 8pt;
	color: #303030;
	line-height:20px;
  }
  
  .text{
      padding: 10px 40px 30px 40px;
  }
  
  .feature strong{
  	font-size:11pt;
	font-weight:normal;
  }
  

  
  .title{
   background-color: #bcbcbc;
	color: #57808e;
   font-size: 11pt;
	width: 670px;
	height: 50px;
	text-align:center;
	vertical-align:middle;
	border-bottom: 0px solid #57808e;
  }

  
  .title a:link, .title a:active, .title a:visited{
  	color: #FFFFFF;
	font-size:11pt;
	text-decoration:none;
  }
  
  .title a:hover{
  	color: #FFFFFF;
	font-size:11pt;
	text-decoration:underline;
  }
  
.add {
	height:99px;
	width:820px;
	background: url('imgs/addbg.jpg') no-repeat top left;
	vertical-align:middle;
	text-align:right;
} 
 
  
  .top{
  	background: url('imgs/topbg.jpg') no-repeat top right;
	width: 830px;
	height: 391px;
	vertical-align:bottom;
	text-align:center;
  }
  
  .main{
  	width: 670px;
	vertical-align:top;
	padding:20px 30px 20px 30px;
  }
  
  .video{
  	text-align:center;
	padding:17px 0 0 0;
  }
  
  .preview {
  	width:180px;
	vertical-align:top;
	text-align:center;
	padding: 8px;
	line-height:17px;
  }
  
  .preview img{
  	padding: 6px;
	border: 1px solid #57808e;
	background: #6c6c6c;
	margin: 10px 0 10px 0;
  }
  
  .preview strong{
  	    font-size: 11pt;
  }
  
  .st{
  	width:700px;
	vertical-align:top;
	text-align:center;
	padding: 8px;
	line-height:17px;
  }
  
 
.preview a:link, .preview a:active, .preview a:visited{
    background-color: #bcbcbc;
    color: #6c6c6c;
    font-size: 7pt;
	 text-transform: uppercase;
	 font-weight:bold;
	 text-decoration: none;
	 letter-spacing:0px;
    padding: 2px 7px 2px 7px;
    margin: 5px 2px 5px 2px;
    border: 0;
  }
  
  .fake,  .st a:link, .st a:active, .st a:visited{
  	line-height:17px;
    background-color: #6c6c6c;
    color: #bcbcbc;
    font-size: 7pt;
	 text-transform: uppercase;
	 font-weight:bold;
	 text-decoration: none;
	 letter-spacing:0px;
    padding: 2px 7px 2px 7px;
    margin: 5px 2px 5px 2px;
    border: 0;
  }
  
  
.preview a:hover, .st a:hover{
    background-color: #303030;
    color: #FFFFFF;
    font-size: 7pt;
	 text-transform: uppercase;
	 font-weight:bold;
	 text-decoration: none;
	 letter-spacing:0px;
    padding: 2px 7px 2px 7px;
    margin: 5px 2px 5px 2px;
    border: 0;
  }
  
  .dwnl{
  	margin: 0px 0 20px 0;
	width:700px;
	vertical-align:top;
	text-align:center;
	padding: 8px;
	line-height:17px;
  }
  
  .dwnl a:link, .dwnl a:active, .dwnl a:visited {
  	 line-height:17px;
    background-color: #303030;
    color: #FFFFFF;
    font-size: 11pt;
	 text-decoration: none;
	 letter-spacing:0px;
    padding: 8px 13px 8px 13px;
    margin: 5px 2px 5px 2px;
    border: 0;
  }
  
  .dwnl a:hover{
  	background-color: #57808e;
  }
  
  .credits{
  	text-align:center;
	color: #A7A7A7;
	font-size: 8pt;
	margin:20px 0 0 0;
}

.credits a:link, .credits a:active, .credits a:visited{
		color: #A7A7A7;
		text-decoration:none;
		font-style: italic;
}

.credits a:hover{
		color: #666666;
		text-decoration:underline;
		font-style: italic;
}