/*
	wurfl specific css
*/

 a, a:visited { text-decoration:none}
 a:hover {text-decoration:underline;}

.copyright {
  float: right;
}
.copyright p {
  font-size: 11px;
}

/*
	navbar
*/

#navbar ul {
	list-style: none;
	background: transparent;
}

#navbar a {
	text-decoration: none;
	color: #000;
}

#header {
	padding-top: 10px;
}

#top_logo {
	padding-top: 10px;
}

#top_lead {
	height: 116px;
}

.lead {
	margin-top: 10px;
	font-size: 22px;
	font-weight: 600;
	font-family: 'Open Sans', arial, sans-serif;
}

.open {
	font-size: 14px;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
}

#sci_logo {
	margin-top: 30px;
	width: 300px !important;
}

td {
	border: 1px solid black;
}

th, td {
	padding: .5em;
}

table {
	border-spacing: 2px;
}

.wtitle {
	font-size: 14px;
	font-family: verdana;
}

#navbar li {
	float: left;
	display: block;
	border-right: 1px solid white;
/*	border-bottom: 1px solid white; */
	width: 170px;
	margin: 0;
	height: 100px;
	background-image: linear-gradient(bottom, rgb(202,220,235) 7%, rgb(255,255,255) 77%);
	background-image: -o-linear-gradient(bottom, rgb(202,220,235) 7%, rgb(255,255,255) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(202,220,235) 7%, rgb(255,255,255) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(202,220,235) 7%, rgb(255,255,255) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(202,220,235) 7%, rgb(255,255,255) 77%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, rgb(202,220,235)),
		color-stop(0.77, rgb(255,255,255))
	);	
}

#navbar li:hover {
	background-image: linear-gradient(bottom, rgb(176,196,222) 7%, rgb(255,255,255) 77%);
	background-image: -o-linear-gradient(bottom, rgb(176,196,222) 7%, rgb(255,255,255) 77%);
	background-image: -moz-linear-gradient(bottom, rgb(176,196,222) 7%, rgb(255,255,255) 77%);
	background-image: -webkit-linear-gradient(bottom, rgb(176,196,222) 7%, rgb(255,255,255) 77%);
	background-image: -ms-linear-gradient(bottom, rgb(176,196,222) 7%, rgb(255,255,255) 77%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.07, rgb(176,196,222)),
		color-stop(0.77, rgb(255,255,255))
	);	
}

#navbar li.omega {
	border-right: 0px;	
	width: 175px;
}

#navbar .logo {
	border-left: 0px;
	border-bottom: 0px;
	width: 80px;
}

#navbar .title {
	display: block;
	padding: 10px 0 0 10px;
}

#navbar .description {
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0 0 10px;
}

/*
	subnav
*/

#nav {
	background: #14508c;
	height: 44px;
	margin-bottom: 5px;
}

#nav ul {
	text-align: center;
	list-style: none;
	margin-top: 12px;
}

#nav li {
	display: inline;
	font-weight: bold;	
}

#nav li a {
	color: white;
	text-decoration: none;
}

#getwurfl {
	margin-top: 30px;	
}

.dlbutton {
    background: #F90;
    padding: 20px 15px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	border: 1px solid #CD661D;
    color: white;
	line-height: 1.2;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);	
	font-family: 'Open Sans', arial, sans-serif;
    text-decoration: none;
    vertical-align: middle;
}

.wurfldate {
	margin-top: 20px;
	color: black;
	text-align: center;
}

.sm_banner {
	text-align: center;
}

.callout_box_content {
	background: #EEF4F7;
	padding: 3px;
	text-align: center;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
}

.callout_box_header {
	margin-top: 15px;
	padding: 3px;	
	background: #CADCEB;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}

.callout_box_header .title {
	font-size: 18px;
	font-weight: bold;
	padding-left: 5px;
}

.customer {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#faq_sections {
	background: #14508C;
	color: white;
	height: 30px;
	display: block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding-top: 8px;
}

#faq_sections ul {
	list-style: none;
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;	
}

#faq_sections ul li {
	display: inline;
	float: left;
	margin: 0 30px 0 0;
	list-style: none;
}

#faq_sections ul li a {
	color: white;
	text-decoration: underline;
}

#footer {
	background: #191925;
	border-top: 5px #F90 solid;
}

#footer .footerlogo {
	margin-top: 5px;
}

#footer ul {
	margin-top: 5px;
	list-style: none;
}

#footer li {
	margin-left: 0px;
	padding-top: 6px;
	font-size: 11px;
}

#footer li a {
	text-decoration: none;
	color: white;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer h4 {
	color: #4E7BA8;
	padding-top: 10px;
	padding-bottom: 0px;
}
.tyntec_ad {
	border: 1px solid black;
}

.rounded {
	font-size: 1em;
	padding-left: 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.banner-wrapper{
	width: 600px;
	height: 110px;
	float: left;
	margin: 0 0 20px 0;
	border: 1px solid #14508c;
	padding-top: 5px;
}
.banner-text{
	margin: -18px 0 0 0 !important;
}
.cycle2{
	display:none;
}
.wurfl-js-logo{
	height: 107px;
	margin: -5px 0 0 -10px;
}