body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: #113042;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: #0d4a68;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}

body {
	background-color: #113042;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #ddf;
}

img {
  vertical-align: middle;
  margin: auto;
  margin-bottom: 2px;
  margin-top: 2px;
}

p {
  font-size: 16px;
}

hr {
	color: #286f99;
	background-color: #286f99;
	border-color: #286f99;
}

li {
  margin: 10px 0;
  text-align: left;
}

.button {
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow: inset 0px 1px 0px 0px #97c4fe;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #286f99), color-stop(1, #113042) );
	background: -moz-linear-gradient( center top, #286f99 5%, #113042 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#286f99', endColorstr='#113042');
	background-color: #113042;
	border: 2px solid #ffffff;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 20px;
	font-weight: normal;
	padding: 2px 36px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #1570cd;
	-moz-text-shadow: 1px 1px 0px #1570cd;
	-webkit-text-shadow: 1px 1px 0px #1570cd;
}

.button:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff8833), color-stop(1, #d95a00) );
	background: -moz-linear-gradient( center top, #ff8833 5%, #d95a00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8833', endColorstr='#d95a00');
	background-color: #d97127;
}

.button:active {
	position: relative;
	top: 1px;
}

.smallbutton {
	font-size: 12px;
	padding: 4px 16px;
	border-radius: 10px;
}

.roundbutton {
	border-radius: 12px;
	padding: 4px 28px;
}

.container {
	clear:both;
	width: 954px;
	height: auto;
  padding-left: 0;
  margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.product {
	margin-left: 20px;
	text-align: left;
	font-size: 11px;
	vertical-align: middle;
}

.product_img {
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}

.alignLeft { float:left; margin-right: 1em; vertical-align: middle}

.content {
  text-align: left;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
  color: #ddd;
}

.content a:link {
	color: #4090FF;
}

.content a:visited {
	color: #4090FF;
}

.banner {
	width: auto;
	height: 114px;
	background-image: url(../images_new/fsdt_main_banner.png);
	background-repeat: repeat-x;
	background-position: center;
}

.navi {
}

.html5splash {
}

.foot {
	font-size: 12px;
	color: #ffffff;
	width: 954px;
	float: left;
}

h1 {
	font-weight: bold;
	color: #ff8833;
  font-size: 24px;
}

h2 {
	font-weight: bold;
	color: #ff8833;
}

h3 {
	font-weight: bold;
	color: #ff8833;
}

.homepage a:link {
	color: #4090FF;
}

.homepage a:visited {
	color: #4090FF;
}

.productsleft {
	width: 230px;
	float: left;
	text-align: center;
	
}

.screenshots {
	clear:both;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	width: auto;
}

.right {
  width: auto;
	height: auto;
  margin-left: 240px;
	margin-right: 0px;
}
