body {
	background: #333;
	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. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	-webkit-box-shadow:10px 0px 24px #000;
	-moz-box-shadow:10px 0px 24px #000;
}
.oneColFixCtrHdr #header {
	width: 100%;
	height:150px;
	background-repeat: no-repeat;
	background-position: left top;	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #163A6C;
	background-image: url(../images/fastlane_logo_dh.png);
}

#header #menu{
	position: relative;
	top: 180px;
	background-color: #003A6C;
}
ul#main-nav {
	font-family:helvetica,arial,sans-serif;
	margin:0;
	padding:0;
	float:left;
	width:100%;}
ul#main-nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin:0 0.3em 0 0;}
ul#main-nav li a {
	text-decoration:none;
	display:block;
	padding:0.3em 0.6em;
	color:white;
	border-bottom:0.5em solid #fff;
	background-color: #163A6C;
}
ul#main-nav li a:hover {
	background:#369;
	border-bottom:0.5em solid #036;
	}
ul#main-nav li a.selected{
	padding-bottom:0.5em;
	background-color:white;
}
ul#main-nav li .selected{
	background-color:white;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top:30px;
}
#video {
	text-align:center;
	width:320px;
	float:right;
	margin: 4px;
	padding: 4px;
	border: thin solid #666;
	clear: both;
}
#announcements {
	float: right;
	clear: both;
	text-align: center;
}

.oneColFixCtrHdr #footer {
	background:#163A6C;
	clear: both;
	padding: 10px 10px 0px 20px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.customer {
	margin: 5px;
	padding: 12px;
	width: 25%;
	border: thin solid #009;
	display: block;
	text-align: center;
}

#examples{
}
#examples b{
  display: none;
}

#examples li{
	width: 47.5%;
	float: left;
	text-align: center;
	list-style:none;
	text-decoration:none;
}
#examples li.mobile{
  /* This makes the spacing 
  width: 35.5%;*/
}
#examples li a{
	display: block;
	-moz-text-shadow: 0px 0px 1px #fff;
	text-decoration: none;
	margin-bottom:20px;
}

#examples a:hover,
#examples li a:focus{
}
#examples li a:hover{
}
#examples li a:active{
}
#examples li.simple a{

}
#examples li.mobile a{

}
#examples li.simple span{
  display: none;
}

#announcements {
}
#rightcolumn {
	float: right;
	width: 25%;
	display: inline;
	position: relative;
	top: -55px;
}
#headerlinks {
	float: right;
	margin: 5px 20px;
	color: white;
	font-size: 0.75em;
	text-align: right;
}
#tagline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	clear: right;
	float: right;
	text-align: right;
	padding-right: 20px;
}
#header #topnav {
	position: relative;
	top: 100px;
	left: 20px;
}
#header #socialmediaicons {
	position: relative;
	top: 110px;
	left: 787px;
	width: 200px;
}
#footernav a, #headerlinks a {
	color: #FFF;
	text-decoration: none;
}

#footernav a:hover, #headerlinks a:hover {
	color:#9C0;
	text-decoration:underline;
}
#footernav {
	display: inline;
	list-style-type: none;
	font-size: .8em;
	color: #FFF;
	padding-bottom:2em;
}
#footernav li {
	list-style-type: none;
}


#footernav div {
/*display:;/* Firefox 2 and under*/
display:inline-block;/* FF3, Opera, Safari */
width:12em;
margin:0 0.5em 1em 0;
padding:0;
vertical-align:top;/* align to top */
/*border:1px solid #009;*/
}

#footernav ul {
	margin:0;
	padding:0;
}

/*#footernav div.last{margin:0}/* remove right margin from last element so that they are all centered*/
#footernav h3{
	text-align:left;
	padding:0;
	margin:0;
	}
/*[if lt IE 8]>*/
.cols div{display:inline}
#footernav #copyright {
	width:auto;
	float:right;
	clear:both;
}

.download h1,  .article h1 {
	font-size: 1.5em;
	color: #163A6C;
}
.download {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #839C02;
	display: block;
	margin: 10px;
	padding: 10px;
}
.download .size {
	float: right;
	display: inline;
}
.download h2 {
	font-size: 1em;
	color: #163A6C;
}
#leftcolumn {
	width: 70%;
}
#leftcolumn .article {
	margin: 10px;
	padding: 10px;
}
.contentheader {
	font-family: "Arial Black", sans-serif;
	font-size: 2em;
	color: #003A6C;
	font-weight: normal;
}
.feature {
	float: none;
	padding: 0;
	width: 480px;
	margin: auto;
}
#featurenav {
	float: left;
	width: 23.85%;
	padding:0;
}
#featurenav ul{
	list-style-type: none;
	line-height: 2em;
	padding:0;
	margin:0;
}
#featurenav ul li {
	text-decoration: none;
	font-size: 1em;
	font-weight:bolder;
}
#featurenav ul li a {
	text-decoration: none;
	display:block;
	padding-left:1em;
	color: #003A6C;
}
#featurenav ul li a:hover {
	background-color:#829E02;
	color: #FFF;
}
#featurenav ul li a:selected {
	background-color:#829E02;
	color: #FFF;
}
/*.feature #comparison, #customers {
	font-size: 1em;
	border: thin solid #000;
	width: 120%;
	text-align: center;
	padding:10px;
	margin-top: 2em;
	margin-bottom: 2em;
	-webkit-box-shadow:10px 10px 24px #000;
	-moz-box-shadow:10px 10px 24px #000;
	box-shadow:10px 10px 24px #000;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;

}

.feature #comparison td, #customers td {
	border:thin solid #CCC;
	padding:0;
	margin:0;
}
.feature #comparison th, #customers th {
	background-color: #003A6C;
	color: #FFF;
}*/
table#comparison {
	width:120%;
}

table {
	/*width: 120%;*/
	text-align: center;
	/*font-size: 1em;*/
	border: thin solid #000;
	-webkit-box-shadow:10px 10px 24px #000;
	-moz-box-shadow:10px 10px 24px #000;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

	padding:5px;
	
	margin-top: 0px;
	margin-bottom: 2em;

}

td {
	border:thin solid #CCC;
	padding:5;
	margin:0;
}
th {
	background-color: #003A6C;
	color: #FFF;
	padding:5px;
}
.upperleft {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px; 
}
.upperright {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px; 
}
.lowerleft {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px; 
}
.lowerright {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px; 
}

#MenuBar2 li ul li {
	font-size: 0.8em;
}
#contact {
	list-style-type: none;
}
#contact li {
	line-height: 2em;
}

#kagi-product_layout
{
	font-size: .75em;
	background: #fff;
	margin: 45px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#kagi-product_layout th
{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#kagi-product_layout td
{
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#kagi-product_layout tbody tr:hover td
{
	color: #009;
}
