  body {
    margin: 0px;
	background: url('imgs/bg.jpg') repeat-x top center #dfd8d2;
	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: #3d3d3d;
    background-color: #2f2f2f;
    padding: 5px 7px;
  }

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

  a.tab:hover {
    background-color: #34778e;
    color: #dfd8d2;
  }
  
  a.tab_selected {
    background-color: #6c6c6c;
	color: #dfd8d2;
	   font-size: 11pt;
	letter-spacing:0px;
    padding: 6px 13px 6px 13px;
    margin: 16px 3px 20px 3px;
    border: 0;
  }
  
   a.tab_selected:hover {
    background-color: #34778e;
    color: #dfd8d2;
  }
  
  #featureTabsContainer {
    display: none;
  }
  
  #featureElementsContainer {
  }
  
  .feature {
  	text-align:center;
	font-size: 8pt;
	color: #1d6b84;
	line-height:20px;
  }
  
  .text{
      padding: 10px 40px 30px 40px;
  }
  
  .feature strong{
  	font-size:11pt;
	font-weight:normal;
  }
  

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

  
  .title a:link, .title a:active, .title a:visited{
  	color: #46585e;
	font-size:11pt;
	text-decoration:none;
  }
  
  .title a:hover{
  	color: #46585e;
	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 #1b5d76;
	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: #a6b7bb;
    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: #a6b7bb;
    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: #1d6b84;
    color: #b3b3b3;
    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: #1d6b84;
    color: #b3b3b3;
    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: #1b5d76;
  }
  
  .credits{
  	text-align:center;
	color: #5a5e5e;
	font-size: 8pt;
	margin:20px 0 0 0;
}

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

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