/* Keen Mobility Global CSS */

body {
	background: #fff url(../images/bg.jpg) top repeat-x;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a, a:active, a:visited {
	color: #3b6f8f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	width: 790px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	width: 790px;
	height: 111px;
	margin: 0px;
	padding: 0px;
}

#logo {
	background: url(../images/logo.jpg) no-repeat;
	width: 207px;
	height: 90px;
	float: left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#signup {
	width: 190px;
	float: right;
	padding: 0px;
	font-size: 18px;
	font-style: italic;
	color: #2d6c9e;
	text-align: left;
	margin-top: 34px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}

#signup form {
	margin: 5px 0 0 0;
	padding: 0px;
}

.input {
	padding: 3px;
	background: #fff;
	color: #569bbd;
	border: 1px solid #729eb7;
	font-size: 12px;
	font-family: arial;
}

#go { 
	background: #2d6c9e;
	padding: 3px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border: 1px solid #3f7292;
	font-size: 10px;
	font-family: arial;
}
	

/* Navigation */

#nav {
	background: #569bbd;
	width: 790px;
	height: 40px;
	border-top: 1px solid #dfecf3;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

#nav li {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

#nav li a {
	width: 131px;
	display: block;
	height: 40px;
	border-left: 1px solid #abcdde;
	line-height: 40px;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	text-indent: 0px;
}

#nav li a:hover {
	background: #1d3747;
	text-decoration: none;
}

#nav li.navAt a, #nav li.navAt a:hover {
	background: url(../images/navAt.gif) repeat-x;


}

#nav li.first a {
	border-left: 0px solid #c8dfea !important;
	width: 130px;
}

/* IE 6 Specific */

* html #nav li.first a {
	width: 130px !important;
}
	

#banner {
	background: url(../images/banner.jpg) no-repeat;
	width: 790px;
	height: 342px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #babeba;
	position: relative;
}

/* Content */

#content { 
	background: #fff url(../images/content_home.jpg) top no-repeat;
	width: 790px;
	min-height: 292px;
	margin: 0px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #c4d4dd;
}

body.subPage #content {
	background: #fff url(../images/content_subpage.gif) top right no-repeat !important;
	min-height: 350px !important;
}

#contentInnerWrapper {
	float: right;
	width: 570px;
	margin: 10px 10px 0 0;
	padding: 0px;
	font-size: 13px;
}

#contentInnerWrapper h1 {
	font-size: 32px;
	line-height: 36px;
	color: #3b6f8f;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	position: relative;
}

#contentInnerWrapper h1 span {
	font-weight: normal;
}

#contentInnerWrapper h1 span.tm {
	font-size: 12px;
	display: inline;
	position: absolute;
	top: -5px;
}

#contentInnerWrapper h2 {
	font-size: 18px;
	line-height: 20px;
	color: #3b6f8f;
	font-weight: normal;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}

#contentInnerWrapper h3 {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 14px;
	color: #3B6F8F;
	float: right;
	margin-top: -15px;
}

#contentInnerWrapper h4 {
	font-size: 16px;
	font-family: Arial;
	color: #3B6F8F;
	margin: 0px;
	padding: 0px;
}

/* Columns */

#leftColumn {
	float: left;
	width: 45%;
	margin: 0px;
	padding: 10px 0;
	text-align:center;
}

#leftColumn p,#leftColumn h4 {
	text-align:left;	
}

#leftColumn img {
	padding:20px 0 10px;
}

#rightColumn {
	float: right;
	width: 50%;
	margin: 0px;
	padding: 10px 0;
}

#leftColumn hr, #rightColumn hr {
	width: 100%;
	height: 3px;
	margin: 20px 0;
	background: #3b6f8f;
	clear: both;
	border: 0px;
}

/* Pagination */

#pagination {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: arial;
}

#pagination li {
	float: left;
	display: inline;
	margin: 5px;
	padding: 0px;
}

#pagination li a {
	background: url(../images/pagination.jpg) no-repeat;
	display: block;
	width: 23px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 24px;
	color: #3b6f8f;
	font-size: 12px;
	text-decoration: none;
}

#pagination li a:hover {
	background: url(../images/pagination_over.jpg) no-repeat;
	color: #fff;
	text-decoration: none;
}

#pagination li.navAt a, #pagination li.navAt a:hover {
	background: url(../images/pagination_over.jpg) no-repeat;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* IE 6 Specific */

* html #content {
	height: 292px !important;
}

* html body.subPage #content {
	height: 350px !important;
}

/* Sidebar */

#sidebarContainer {
	background: url(../images/sidebarBG.jpg) repeat-y;
	margin: 35px 0 0 0;
	padding: 0px;
	float: left;
	position: relative;
}

#sidebarStretch {
	background: url(../images/sidebarBottom2.jpg) bottom no-repeat;
	width: 186px;
	min-height: 515px;
	padding: 0px;
	margin: 0px;
}

* html #sidebarStretch {
	height: 515px;
}


#sidebar {
	background: url(../images/sidebar.jpg) no-repeat;
	width: 171px;
	height: 515px;
	margin: 35px 0 0 0;
	padding: 0px;
	float: left;
	position: relative;
}

#sidebarKeen {
	background: url(../images/sidebar_keen.jpg) no-repeat;
	width: 185px;
	height: 705px;
	margin: 35px 0 0 0;
	padding: 0px;
	float: left;
	position: relative;
}

#sidebarInnerWrapper {
	text-align: left;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 13px;
	margin-bottom: 0;
	margin-left: 0;
}

#sidebarKeenInnerWrapper {
	text-align: left;
	font-size: 12px;
	margin-top: 11px;
	margin-right: 27px;
	margin-bottom: 0;
	margin-left: 0;
}

#sidebarKeenInnerWrapper div.padding, #sidebarInnerWrapper div.padding {
	padding: 10px;
}

#sidebarKeenInnerWrapper div.info {
	font-family: Arial;
	color: #3B6F8F;
	font-size: 11px;
	position: absolute;
	left: 0px;
	bottom: 50px;
	height: -20px;
}

#sidebarInnerWrapper div.info {
	font-family: Arial;
	color: #3B6F8F;
	font-size: 11px;
	position: absolute;
	left: 0px;
	bottom: 45px;
	visibility: 60;
}

#sidenav {
	margin: 0px;
	padding: 0px;
	width: 100%;
	padding: 0 0 150px 0;
}

#sidenav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#sidenav li a {
	display: block;
	width: 138px;
	line-height: 20px;
	padding: 5px 0 5px 20px;
	color: #fff;
	text-decoration: none;
	font-family: Arial !important;
	border-bottom: 1px solid #ddecf3;
}

/*#sidenav li.tall a {
	line-height: 20px;
	padding: 5px 0 5px 20px;
}*/

#sidenav li a:hover {
	background: #1d3747;
	color: #FFFFFF;
	text-decoration: none;
}

#sidenav li.navAt a, #sidenav li.navAt a:hover {
	background: #ddecf3 url(../images/arrow.gif) left center no-repeat;
	color: #336690;
	text-decoration: none;
	border-bottom: 1px solid #1d3747 ;
}

#sidenav li li.last {
	/* border-bottom: 5px solid #fff !important; */
}


#sidenav li li {
	text-indent: 0px !important;
	font-family: Arial !important;
	font-style: normal !important;
	font-weight: normal !important;
	margin: 0 0 0 -40px !important;
	font-size: 14px;
}

#sidenav li li a {
	background: url(../images/navAt.gif) repeat!important;
	width: 133px !important;
	display: block;
	line-height: 16px;
	padding: 5px 0 5px 25px;
	color: #fff !important;
	text-decoration: none;
	border-bottom: 1px solid #ddecf3;
	border-left: 0;
	border-right:0;
}

#sidenav li li a:hover {
	color: #FFFFFF!important;
	text-decoration: none !important;
	background-color: #1d3747 !important;
	background-image: none !important;
	z-index: 100;
}


#sidenav li.navAt_top a, #sidenav li.navAt_top a:hover {
	color: #336690;
	text-decoration: none;
	background-color: #ddecf3;
	background-image: url(../images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom: 1px solid #1d3747 ;
	
}


#sidenav li.navAt_top .navAt a, #sidenav li.navAt_top .navAt a:hover {
	background: #ddecf3 url(../images/arrow.gif) 5px center no-repeat !important;
	color: #336690 !important;
	text-decoration: none;
}



body.homePage #content #products {
	background: url(../images/products_home.jpg) no-repeat;
	float: right;
	margin: 7px 7px 0 0;
	width: 309px;
	height: 245px;
}

/* IE 6 Specific */

* body.homePage #content #products {
	margin-right: 5px !important;
}

#vision {
	width: 235px;
	float: left;
}

#mission {
	width: 235px;
	float: left;
}

#vision h1, #mission h1 {
	color: #3B6F8F;
	font-size: 20px;
	font-style: italic;
	margin: 0 0 10px 0;
	padding: 0px;
}

#vision div.padding, #mission div.padding {
	padding: 25px;
}

#footer {
	width: 790px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	text-align: right;
	font-family: Arial;
	color: #999999;
}

#footer h1 {
	width: 790px;
	line-height: 30px;
	font-size: 18px;
	color: #3B6F8F;
	border-bottom: 1px solid #ebf0f4;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#footer div.padding {
	padding: 10px 0;
}

/* Components */

#startLearning {
	background: url(../images/start_learning.gif) no-repeat;
	display: block;
	width: 148px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 310px;
	bottom: 20px;
}

#learnMore {
	background: url(../images/learnMore.gif) no-repeat;
	display: block;
	width: 101px;
	height: 26px;
	margin: 0px;
	padding: 0px;
}

#purchase {
	background: url(../images/purchase.jpg) no-repeat;
	display: block;
	width: 264px;
	height: 49px;
	margin: 20px 0 0;
	padding: 0;
}

.description {
	font-family: arial;
	line-height: 18px;
}

#breadCrumb {
	width: 100%;
	height: 50px;
	color: #44491f;
	font-size: 11px;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
}

#breadCrumb a {
	color: #3B6F8F;
	text-decoration: none;
	font-weight: normal;
}

#breadCrumb a:hover {
	text-decoration: underline;
}

table.specs {
	font-size: 12px;
}

table.specs tr {
}

table.specs td {
	padding: 5px 0;
	border-bottom: 1px solid #e3e4d7;
}

tr.label {
	font-weight: bold;
}

.clear {
	clear: both;
}
	
/* Goro's schtuff */

.features {
	padding-left:1em;
}

.features ol li {
	margin-bottom:5px !important;	
}
	
#contentInnerWrapper h1 sup {
	font-size: 20px;
}
#home_icon {
	background: url(../images/home_icon.jpg) no-repeat;
	width: 50px;
	height: 20px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	position: absolute;
	top: 70px;
	left: 5px;
	float: left;
}

#learnMore_cushions {
	background: url(../images/learnMore.gif) no-repeat;
	display: block;
	width: 101px;
	height: 26px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}



#sidebarInnerWrapper div.learnmore_cushions {
	font-family: Arial;
	position: absolute;
	left: 0px;
	bottom: 145px;
	visibility: 60;
}
#sidebarInnerWrapper div.learnmore_cushions a {
	font-family: Arial;
	margin-top: 4px;
}
.stage {font-family: "Times New Roman", Times, serif}