body {
	font: .7682308em/1.4em "Helvetica", Arial, sans-serif; /* 16/13.5 = .7682308 */
/* 	background-color: #000000; */
	
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}
/* Content */
#wrapper {
	width: 95%;
	max-width: 100%;
	min-width: 50%;
	margin: auto;
}
#header {
	height: 101px;
	margin: 10px 10px 1em 10px;
	width: 100%;
	max-width: 100%;
}
#header-pages {
	height: 86px;
	margin: 10px 10px 5px 10px;
}
#content {
	width: 100%;
	max-width: 100%;
	padding-bottom: 10px;
	margin-bottom: 1em;
	margin-left: 1.5em;
	min-height: 200px;
	background-color: #FFF;
	position: relative;
	padding-top: 100px;
	z-index: 90;
}
/*.shadow {
	background: #FFF url(../images/content-bg.png) no-repeat top center;
}*/
#logo {
	margin-top: 10px;
}
#slider {
	height: 400px;
	margin-bottom: 40px;
	position: relative;
	z-index: 200;
}
.slider_text {
	width: 300px;
}
#footer {
	width: 100%;
	color: #FFF;
	padding: 20px 0;
}
#footer h1 {
	text-shadow: 0px 1px 1px #000000;
}
#footer ul {
	margin-top: 10px;
	list-style: none;
}
#footer ul li {
	border-top: solid 1px #414141;
	padding: 3px 0;
}
#footer ul.social-icons li {
	display: inline;
	margin-right: 5px;
	border: none;
}
#footer ul.social-icons {
	margin-bottom: 20px;
}
#tail {
	width: 100%;
	max-width: 100%;
	min-height: 20px;
	color: #000;
	background-color: #FFF;
	padding: 15px 0;
	margin-left: 1.5em;
	margin-top: 1em;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
h1 {
	text-align: center;
}
a {
	color: #2DA8F8;
}
a:hover {
	color: #FF0000;
}
spacer {
	height: 20px;
}
.main-section {
	background-color: #FFF; clear:both;
	margin-left: 1.5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 98.9%;
	max-width: 100%;
	padding-bottom: 1em;
	padding-top: 1em;
	padding-left: 1em;
}
/* Headings */
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
p {
	margin: 10px 0;
	font-size: 1.1em;
}
/* Testimonials section */
div.testimonials {
	font: 20px/26px Georgia, Times, serif;
	color: #3e4548;
	text-align: left;
	margin: 1em 7em 1em 4em;
}
span.testimonial-message {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 26px;
}
.newsmessage {
	font-size: 16px;
	list-style: none;
}
#submit-form input[type="text"] {
	width: 120px;
}
#submit-form input[type="submit"] {
	background: url("../images/subscribe-single.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	cursor: pointer;
	height: 27px;
	position: relative;
	top: 2px;
	text-indent: -9999px;
	width: 90px;
}
/* Menu */
#menu {
	position: relative;
	z-index: 300;
}
#menu ul {
	list-style: none;
	float: right;
	margin: 20px 0 0 0;
}
#menu ul li ul {
	list-style: none;
	float: right;
	margin: 0px;
	background-color: #FFF;
}
#menu ul li ul li {
	font: 12px "Helvetica", Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0px 3px 1px 3px;
}
#menu ul li {
	margin-right: 10px;
	display: inline;
}
/*#menu ul li a.active {
border-bottom: 3px solid #2DA8F8;
}
*/

div#menu li:hover {
	background: #666;
}
div@menu li.submenu:hover {
background-color:#CCC;
}
#menu ul li {
	font: 22px/26px "Helvetica", Arial, sans-serif;
	color: #D2D2D2;
	text-shadow: 0px 1px 1px #000000;
	text-decoration: none;
	padding-bottom: 3px;
}
div#menu>ul a {
	width: auto;
}
div@menu ul ul {
position:absolute;
display:none;
}
#menu ul li a {
	color: #D2D2D2;
	text-shadow: 0px 1px 1px #000000;
	text-decoration: none;
	padding-bottom: 3px;
}
ul li.dir:hover {
	background-color: #FFF;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
#menu ul li.last {
}
/* Side menu */
.sidebar_width {
	width: 25%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#sidebar ul {
	margin-top: .5em;
	margin-bottom: 1em;
}
#sidebar ul li {
	padding: .1em 0 0 0;
	margin-left: 1.5em;
	width: 15em;
}
/* frame for images */
.frame {
	float: left;
	padding: 3px;
	border: 1px solid #AAAAAA;
	margin: 0px 10px 10px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/* gallery styles */
#gallery .frame:hover {
	-moz-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
}
#gallery br {
	margin-bottom: 20px;
}
/*contact form */
input[type="text"] {
	height: 22px;
	border: 1px solid #CCCCCC;
	width: 325px;
}
#contact_form {
	margin: 10px 0px;
	width: 430px;
}
#contact_form textarea {
	border: 1px solid #CCCCCC;
	width: 325px;
}
#contact_form label {
	float: left;
	width: 100px;
}
#contact_form input[type="submit"] {
	float: right;
}
.map {
	margin: 10px 0px;
}
/* bullets */
.new-bullets ul {
	list-style: none outside none;
	margin-bottom: 20px;
	margin-top: 10px;
}
.new-bullets ul li {
	background: url("../images/797.png") no-repeat scroll left center transparent;
	padding: 3px 0 0 10px;
}
/* Icons on text homepge */
h1.image-info {
	background: url(../images/info_button_32.png) no-repeat left center;
	padding: 10px 0px 0px 40px;
	height: 32px;
}
h1.image-search {
	background: url(../images/search_32.png) no-repeat left center;
	padding: 10px 0px 0px 40px;
	height: 32px;
}
h1.image-home {
	background: url(../images/home_32.png) no-repeat left center;
	padding: 10px 0px 0px 40px;
	height: 32px;
}
.Bold {
	font-weight: bold;
}
.padd_top_bot {
	padding-top: 1em;
	padding-bottom: .5em;
}
.bullets {
	/*list-style: none;*/
	margin-left: 3em;
	padding-bottom: .5em;
	padding-top: .5em;
}
hr {
	background-color: #444;
	border-width: 0;
	color: #444;
	height: 2px;
	line-height: 0;
	margin: 2em 10px 1.5em 30px;
	page-break-after: always;
	text-align: center;
	width: 80%;
}
.boxes {
	max-width: 40%;
	min-width: 25%;
	width: 40%;
	margin: auto;
	min-height: 19em;
	max-height: 25em;
	-webkit-box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.55);
	box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.55);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	float: left;
	padding: 0 3em 5em 2em;
	margin-bottom: 2em;
}
.storeboxes {
	max-width: 70%;
	width: 70%;
	margin: auto;
	-webkit-box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.55);
	-moz-box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.55);
	box-shadow: 6px 6px 7px rgba(50, 50, 50, 0.55);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 0 3em 5em 2em;
}
.titles {
	font-size: 1em;
	padding-bottom: .5em;
	color: #03F;
}
.store_margin {
	margin-left: 4em;
}
.store_headline {
	margin: auto 5em;
	padding-bottom: 2em;
}
.Store_left {
	margin-left: 4em;
}
img {
	border: none;
}
.align_text_center {
	text-align: center;
}
.android_device_align {
	text-align: center;
	clear: left;
	color: #85bf0c;
}
.apple_device_align {
	float: left;
	margin-right: 1em;
	width: 31%;
}
.apple_device_display {
	margin-left: 3em;
}
.mobile_subhead {
	text-align: center;
	padding-bottom: 2em;
}
.support {
	background: #fff;
	border: 8px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px #4e707c;
	-webkit-box-shadow: 0 0 10px #4e707c;
	box-shadow: 0 0 10px #4e707c;
	text-align: center;
	padding: 1em;width:80%;
	margin: 2em;
}

.support_height{ height: 15em;}
.support h1 {
	background: #283279;
	color: #fff;
	text-shadow: #007dab 0 1px 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: .8em 1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 .5em 0;
	border-bottom: 1px solid #007dab;
}
.support ul li {
	margin: 1em 2em;
	list-style: none;
}
.support_title {
	padding-bottom: 1.5em;
	font-weight: bold;
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.h1space {
	padding-bottom: .5em;
	padding-top: 1em;
}
.center {
	margin: auto;
}
.border_radius5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.scroll_box {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 250px;
}
.spacing_2em {
	margin-top: 2em;
}
.home_spacing {
	clear: left;
	padding-top: .5em;
}
.Press_Room_Title {
	padding-bottom: 5em;
}
.Press_Room_Table {
	margin-left: 8em;
	margin-bottom: 4em;
	width: 100%;
	border: 0;
}
.table_caption {
	color: #09C;
	font-size: 1.5em;
	margin: 1em 0 1em 3em;
}
.table_date {
	text-align: right;
	font-weight: bold;
}
.table_text {
	padding-left: .75em;
	padding-bottom: .5em;
}
.pad_bottom1 {
	padding-bottom: 1em;
}
.noborder {
	border: none;
}
.NewsReleaseDevider {
	width: 20%;
	margin-left: 1em;
	height: 1px;
	color: #999;
}
.font85 {
	font: .85em;
}
.front_page_hr {
	width: 20%;
	margin: 2em auto;
}
.product_page_content {
	float: right;
	width: 57%;
	padding-top: 2em;
}
.note {
	width: 60%;
	height: 8em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #006;
	border-bottom: 3px solid #007dab;
	border-right: 3px solid #007dab;
	background-color: #CCCCCC;
	padding: 1.5em;
	margin: 1.5em auto;
}
ul#ticker {
	width: 80%;
	height: 100px;
	overflow: hidden;
}
ul#ticker li {
	width: 78%;
	height: 90px;
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}
ul#ticker li a {
	color: #666;
}
ul#ticker li span {
	display: block;
	color: #06C;
}
/*Drop Menu*/
nav {
	width: 98%;
}
/* VISUAL STYLINGS - CHANGE AT WILL */
/* add class 'vertical' to nav for vertical top level menu */
/* font and colors*/
.drop_menu {
	font: 1.4em helvetica, arial, sans-serif; 	/* font color and size */
	position: relative;
	z-index: 300;
	margin-top: 1.2em;
}
.drop_menu a {
	color: #FFF; 							/* text color */
	background-color: #000; 					/* background color */
	padding: .2em .5em;						/* padding around link text */
	/*border-width: 1px; 						/* divider width */ /*	border-color: transparent; 				/* divider color - can be 'transparent' */
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.drop_menu li:hover > a {
	color: #f5Fe01; 							/* hover text color */
	background-color: #69b7c0;					/* hover background color */
}
.drop_menu li a:active {
	background: #fff; 						/* b/g hilite when clicked */
	color: #ccc;								/* text color hilite when clicked */
	background-clip: padding-box;			/* prevents border hiliting */
}
.drop_menu li ul {
	width: 9em;
} 		/* width of 2nd, 3rd level menus */
.drop_menu li li a {
	border-right-style: none;
	border-top-style: solid;
}
.drop_menu li li li a {
	border-left-style: solid;
}
/* for vertical top level menu - add 'vertical' class to nav */
.drop_menu.vertical {
	width: 8em;
} 	/* top level menu width (vertical only) */
.drop_menu.vertical li a {
	border-right-style: none;
	border-top-style: solid;
}
.drop_menu.vertical li li a {
	border-left-style: solid;
}
/* "MECHANICAL" STYLINGS - ADJUST WITH CARE! */
/* menu mechanics */
/* level 1 */
.drop_menu * {
	margin: 0;
	padding: 0;
}
.drop_menu ul {
	float: right;
} /* forces ul to enclose floated li elements */
.drop_menu li {
	float: left; /* makes menu horizontal */
	list-style-type: none; /* removes default bullets off lists */
	position: relative; /* position context for child list */
}
.drop_menu li a {
	display: block; /* makes link fill li */
	border-right-style: solid; /* adds a right border on the links */
	background-clip: padding-box; /* background only under padding, not border */
	text-decoration: none; /* removes link underlining */
}
.drop_menu li:last-child a {
	border-right-style: none;
}
/* level 2*/
.drop_menu li ul {
	display: none; /* hides levels 2, 3, etc. */
	position: absolute; /* position relative to parent menu */
	left: 0; /* aligns left of sub-menu to parent */
	top: 100%; /* aligns to bottom of parent */
}
.drop_menu li:hover > ul {
	display: block; /* displays menu when parent hovered */
}
.drop_menu li li {
	position: relative; /* position context for child list */
	float: none; /* kills inherited float - makes list stack */
}
/* level 3 */
.drop_menu li li ul {
	position: absolute; /* position relative to parent menu */
	left: 100%; /* aligns menu with right of parent */
	top: 0; /* aligns with parent menu choice top */
}
/* for vertical top level, add 'vertical' class to nav */
.drop_menu.vertical ul, .drop_menu.vertical li {
	float: none; /* makes top level menu vertical */
}
.drop_menu.vertical li ul {
	left: 100%; /* aligns level 2 menu to right of level 1 */
	top: 0; /* aligns sub-menu with top of menu choice */
}
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.red {
	color: #F00;
}
