* {
	-moz-box-sizing: border-box;
	/*font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;*/
	font-family: 'HelveticaNeue', 'Helvetica', sans-serif;
	/* color: white; /* */
}

body {
	background-color: black;
	margin: 0px;
	padding: 0px;
	padding: 67px 0px 0px 67px;
	color: #ffffff;
}

html {
}

a {
	text-decoration: none;
}

a:hover {
	color: #ff0229;
}

body#home {
	background-color: black;
	margin: 0;
	padding: 0;
	overflow: hidden;
	cursor: pointer;
}

div#logo {
	position: relative;
	left: 0px;
	bottom: 10px;
	width: 300px;
	height: 100px;
}

div#logoIndex {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 300px;
	height: 100px;
}

div#container {
	text-align: center;
}

div#home {
	text-align: left;
	font-size: 13px;
	line-height: 25px;
	width: 450px;
	margin: 200px auto auto auto;
}

div#home-abs-wrap {
	position: absolute;
}

div#home-border1 {
	position: absolute;
	border-top: 1px solid white;
	top: 3px;
	width: 600px;
	left:300px;
}

div#home-border2 {
	width: 275px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	top:100px;
	left: -272px;
	height: 600px;
	position: absolute;
}

div#home img {
	border: 1px solid white;
	margin-right: 3px;
}

div#home img.menuitem {
	border: none;
}

div#home table {
	margin-bottom: 20px;
}

div#home td {
	vertical-align: top;
	font-size: 20px;
}

div#main {
}

div#main table {
	width: 100%;
	height: 100%;
}

div#main img {
	border: 1px solid white;
	display: block;
}

div#main img.menuitem {
	border: none;
}

td.border-top {
	border-top: 1px solid white;
}

td.border-left {
	border-left: 1px solid white;
}


table.logo {
	border-left: 1px solid white;
}

td.border-bottom {
	width: 100px;
	border-bottom: 1px solid white;
}

td#nav {
	border-left: 1px solid white;
	padding: 10px;
	vertical-align: top;
}

td#nav a {
	text-decoration: none;
	font-size: 19px;
}

td#nav a:hover {
	color: #ff0229;
}

td#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

td#nav ul li a {
	color: #b7b7b7;
	font-size: 11px;
	font-weight: bold;
}

td#nav div {
	width:170px;
	line-height: 28px;
}

td#txt {
	vertical-align: top;
	padding: 10px 0 10px 0;
	font-size: 12px;
}

td#txt h1 {
	font-size: 20px;
}

span#top-menu {
	font-weight: bold;
	font-size: 14px;
}

div#content-scroll {
	width: 700px;
	border: 1px solid white;
	overflow: auto;
	padding: 20px;
}

div#content-scroll td h1 {
	margin-top: 0;
}

div#content-scroll td {
	vertical-align: top;
	font-size: 13px;
}

div#content-scroll a{
	color: #ffffff;
}

div#prodimg {
	margin-top: 0px;
	width: 400px;
	overflow-y: hidden;
	overflow: hidden;
	height: 115px;
}

div#prodimg img {
	display: inline;
	margin-right: 5px;
}

div#prodimg font#imgCount {
	font-family: 'Helvetica';
	font-size: 14px;
}

div#prodimg font#imgSpace {
	font-family: 'Helvetica';
	font-size: 14px;
	color: #b7b7b7;
}

div#prodinfo {
	position: absolute;
	left: 10px;
	background-color: white;
	color: black;
	overflow: auto;
	padding: 10px;
	display: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

div#prodinfo p {
	color: Black;
	margin-top: 0;
}

div#prodinfo a {
	color: black;
}

table#form fieldset {
	padding: 0px;
	border: 0px;
}

table#form input, table#form textarea, table#form select {
	color: white;
	background-color: black;
	border: 1px solid white;
}

table#form input, table#form textarea {
	font-size: 12px;
	width: 250px;
}

table#form .button {
	width: 100px;
}

table#form textarea {
	height: 100px;
}

fieldset {
	padding: 0px;
	border: 0px;
}

input, textarea, select {
	color: white;
	background-color: black;
	border: 1px solid white;
	margin: 2px;
}

input, textarea {
	font-size: 12px;
	width: 250px;
}

button {
	width: 100px;
}

textarea {
	height: 100px;
}

.fade-box {
	position: absolute;
	margin-top: 240px;
}