* {
  margin: 0;
  padding: 0;
  outline: none;
}  

.lightbox img {
  border: none;
}

div.screen-shot-wrapper {
  margin-bottom: 20px;
  float: left;
}

div.screen-shot-wrapper div {
  width: 200px; 
  float: left;
}

div.screen-shot-wrapper .screen-shot-desc {
  width: 350px; 
  margin-left: 10px;
  float: left;
}

.scrollbar .jScrollPaneTrack {
	background: url(../images/track.gif) repeat-y;
}
.scrollbar .jScrollPaneDrag {
	background: url(../images/thumb_middle.gif) no-repeat 0 50%;
}
.scrollbar .jScrollPaneDragTop {
	background: url(../images/thumb_top.gif) no-repeat;
	height: 4px;
}
.scrollbar .jScrollPaneDragBottom {
	background: url(../images/thumb_bottom.gif) no-repeat;
	height: 4px;
}
.scrollbar a.jScrollArrowUp {
	height: 17px;
	background: url(../images/arrow_up.gif) no-repeat 0 0;
}
.scrollbar a.jScrollArrowUp:hover {
	background-position: 0 -20px;
}
.scrollbar a.jScrollArrowDown {
	height: 17px;
	background: url(../images/arrow_down.gif) no-repeat 0 0;
}
.scrollbar a.jScrollArrowDown:hover {
	background-position: 0 -20px;
}
.scrollbar a.jScrollActiveArrowButton, .scrollbar a.jScrollActiveArrowButton:hover {
	background-position: 0 -40px;
}

h2 {
  font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 4px 0px 4px 0px;
  padding: 0;
  text-transform: uppercase;
}

.news p {
 margin-bottom: 18px; 
}

.nav {
  width: 100%;
  background-color: #eea858;
  position: relative;
  margin: 0;
	padding: 0;
  z-index: 1;
  overflow: hidden;
  color: black;
  list-style-type: none;
  list-style-position: outside;
  
  border: 0;  

  overflow: -moz-scrollbars-none;  
  display: table;
  table-layout: fixed;

  text-align: center;
}

.over {
}

li.selected {
  font-weight: bold;
  color: #FEFAF5;
  background: url(../images/menu_selected.png) repeat-x 0px 0px;
}

li.unselected {
  font-weight: bold;
  color: #6a1300;
  background: url(../images/menu_unselected.png) repeat-x 0px 0px;
}

.nav li {
  text-align: center;
	height: 29px;
  padding-top: 6px;

  padding-bottom: 0px; 
  padding-right: 0px; 
  padding-left: 0px; 
	border-left: 1px solid #000;
	width: 105px;
	margin: 0;
  float: left;
  
  display: table-cell;
  cursor: pointer;

  white-space: nowrap; 
  
  text-decoration: none;
  overflow: hidden;
  font-size: 16px;
}

.nav li.left-menu-item {
	border-left: 0px;
}

.nav li.right-menu-item {
}

.nav li a:link, .nav li a:visited {
    top: 0;
    text-decoration: none;
    overflow: hidden;
    color: black;
    font-size: 16px;
    height: 35px;
}
.nav li a:hover, .nav li a:focus {
}
.nav li a:active {
}

.menu {
	height: 35px;
	width: 635px;
	overflow: hidden;
  background-color: #8e8a85;
  font-size: 14px;
  padding: 0;
  
  color: #fefaf5; 
} 

body {
	background-color: #959595;
	background-image: url(../images/background_sprayed_small.png);
	background-repeat: repeat-x;

  text-align: center;
  font-family: "Trebuchet MS", "Trebuchet", "Helvetica", "Arial", "Verdana", "sans-serif";
  font-size: 18px;
  letter-spacing: 0px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
}

html {
  overflow-y: scroll;
}

h1 {
  margin: 0px 4px 0px 0px;  
  font-weight: bold;
  font-size: 18px;
}

ul.features {
  margin-top: 4px;  
  margin-left: 2px;  
  list-style-type: none; 
  line-height: 18px;
}

ul.triangle li {
	background: url(../images/list_item.gif) no-repeat top left;
  padding-left: 10px; 
  vertical-align: baseline;
}

.logo {
	height: 209px;
	width: 635px;
	position: relative;
	top: 0px;
	background-color: #ffffff;
  background-image: url(../images/acid64logo_gold_636.png);
	background-repeat: no-repeat;
	
}

#container {
  margin-left: auto;
  margin-right: auto;  
  padding: 0;
  margin-bottom: 40px;
	top: 40px;
  position: relative;
  text-align: left;
  width: 635px;
}

.header {
  line-height: 43px;
	height: 50px;
	width: 635px;
  background: #ffffff url(../images/bg_header2.png) repeat-x scroll 0 0;
  text-align: center;
  position: relative;
  top: 5px;
  font-size: 20px;

  color: #6a1300; 
}

.topheader {
  line-height: 5px;
	height: 5px;
	width: 625px;
  background-color: #f2dfc6;
  float: left;
  top: 0px;
  left: 5px;
  position: absolute;
}

.footer {
  background: url(../images/bottom_center.gif) repeat-x scroll 0 0; 
	width: 625px;
  margin-bottom: 40px;
  float: left;
  line-height: 5px;
  height: 5px;
}

.contentWrapper {
	height: 660px;
	width: 635px;
  margin: 0px;
  padding: 0;
  background-color: #fefaf5;
  float: left;
  overflow: visible;
}   

#content {
	height: 650px;
	width: 619px;
  background-color: #fefaf5;
  font-size: 14px;
  padding: 10px 8px 0px 8px;
  
  color: #6a1300; 
  display: block;
}      

.pageEnd {
	height: 40px;
  line-height: 40px;
	width: 635px;
	position: relative;
}      

.bl-rounded-corner {
  background: transparent url(../images/bl.gif) 0 0 no-repeat; 
  float: left;
  height: 5px;
  width: 5px;
 }
.br-rounded-corner {
  background: transparent url(../images/br.gif) 0 0 no-repeat; 
  float: left;
  height: 5px;
  width: 5px;
}

.tl-rounded-corner {
  background: transparent url(../images/tl.gif) 0 0 no-repeat;
  float: left;
  line-height: 5px;
  height: 5px;
  width: 5px;
  top: 0px;
  left: 0px;
  position: absolute;
}
.tr-rounded-corner {
  background: transparent url(../images/tr.gif) 0 0 no-repeat; 
  float: left;
  height: 5px;
  width: 5px;
  top: 0px;
  left: 630px;
  position: absolute;
} 

a:link {
  color: #C46906;
  text-decoration: none;
  font-style: italic; 
}

a:visited {
  color: #C46906;
  text-decoration: none;
  font-style: italic; 
}

a:active {
  color: #A84600;
  text-decoration: none;
  font-style: italic; 
}

a:hover {
  color: #A84600;
  text-decoration: none;
  font-style: italic; 
}

