﻿@charset "utf-8";
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
#body {
	margin: 0; /* it's good practice to zero the margin and padding of 
	the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	font-size: 100%;
	background: #FFFFFF;
}
#container {
	left:0;
	margin:auto;
	right:0;
	width: 100%;
	font-family: "Roboto", sans-serif;
/*	font-family: Arial, Helvetica, sans-serif;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	top:0;
	color:#000000;
}
#models p {
	margin-bottom:0.5em;
	vertical-align:middle;
}
#models a {
	font-size:90%;
	color:#0000FF;
	text-decoration:none;
}
#products img	{
	width: 100px;
}
#products td	{
	vertical-align:middle;
}
#heading h1 {	
	font-size:120%;
}
#intro {
	width:22%;
	vertical-align:top;
	font-size:80%;
}
#data tr {	
	height:20px;
}	
#data td {	
	border:solid #808080 1px;
	margin-top:0;
	margin-bottom:0;
	padding-left:5px;
	vertical-align:top;
	font-size:75%;
}	
ul.circle {
	margin: 20px;
	padding: 0;
	list-style-type: circle
}
ul.none {
	margin: 20px;
	padding: 0;
	list-style-type: none
}
#container a {
	font-size: 100%;
	font-weight:normal;
	color: #0000FF;
	text-decoration:none;
}
/* #container a:visited	{
	color:#0000FF;
	background-color:#00E9FF; /* light blue */
}
#container a:hover {
	background-color:#e08814; /* orange-pink */
	color:#FFFFFF;
}
.style1 {
	font-family: "Roboto", sans-serif;
/*	font-family:Arial, Helvetica, sans-serif;*/
}
.style2 {
	font-family: "Roboto", sans-serif;
/*	font-family:Times New Roman, Times, serif;*/
}
.style3 {
	font-family: "Roboto", sans-serif;
/*	font-family:Verdana;*/
}
img {
	padding: 5px 5px 0 5px;
	border:0;
}
.img_center {
	vertical-align:middle;
	text-align:center;
	border:0;
}
.img_middle {
	vertical-align:middle;
	border:0;
}
.img_middle img {
	width:98%;
}
.ValidateMessage	{
	color:red
}
h1 {
	font-size:174%;
	font-weight:bold;
	font-style:italic;
	color: #000080;
	margin-left: 2.5%;
	margin-top:14px;
	margin-bottom:15px;
}
h2 {
	font-size:120%;
	font-weight:bold;
	color:#000080; /* dark blue */
	margin-left:2%;
	margin-right:2%;
}
h3 {
	font-size:110%;
	font-weight:bold;
	color:#000080;
	margin-left:2%;
	margin-right:2%;
}
h4 {
	font-size:100%;
	font-weight:normal;
	color:#000080;
	margin-left:2%;
	margin-top:5px;
	margin-right:2%;
	margin-bottom:5px;
}
h5 {
	font-size:75%;
	font-weight:normal;
	color:#000080;
	margin-left:2%;
	margin-right:2%;
}
p {
	font-family: "Roboto", sans-serif;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-size:90%;
	margin-top:0;
	margin-left:15px;
	margin-bottom:5px;
	margin-right:5px;
}
ul {
	padding:0px;
	margin:15px;
}
li {
	font-size:90%;
	background-position:10px 5px;
	padding-left:10px;
}
table {
	border-collapse:collapse;
	width:99%;
	margin:auto;
	vertical-align:top;
}
th {
	border: solid #000 1px;
	background: #EF8C05;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
td {
	margin:auto;
	margin-top:0;
	margin-bottom:0;
	text-align:left;
	vertical-align:top;
	font-size:90%;
}
span.sideimg { /* this class is for the popup images */
	background: #ffeedd;
}
span.sideimg:hover {text-decoration: none; background: #ffffff; z-index: 6; 
}
span.sideimg span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;
}
span.sideimg:hover span {left: 2%; background: #ffffff;
} 
span.sideimg span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;
}
span.sideimg:hover span {margin: 0 0 0 10px; background: #ffffff; z-index:6;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. 
The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page 
The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the 
final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a.button {
  background: #e08814;
  background-image: -webkit-linear-gradient(top, #e08814, #db8318);
  background-image: -moz-linear-gradient(top, #e08814, #db8318);
  background-image: -ms-linear-gradient(top, #e08814, #db8318);
  background-image: -o-linear-gradient(top, #e08814, #db8318);
  background-image: linear-gradient(to bottom, #e08814, #db8318);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

a.button:hover {
  background: #eb8603;
  background-image: -webkit-linear-gradient(top, #eb8603, #eb8603);
  background-image: -moz-linear-gradient(top, #eb8603, #eb8603);
  background-image: -ms-linear-gradient(top, #eb8603, #eb8603);
  background-image: -o-linear-gradient(top, #eb8603, #eb8603);
  background-image: linear-gradient(to bottom, #eb8603, #eb8603);
  text-decoration: none;
}