*{
	margin: 0;
	padding: 0;
	}

html {
	font-size: 100%;
	height: 100.2%;
	text-align: center;
	}

body {
	background-color: #fff;
	color: #333;
	font-size: 88%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: auto;
	text-align: left;
	width: 960px;
	}

h1, h2, h3, h4 {
	color: #008fd4;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	line-height: 1.2em;
	padding-bottom:.5em
	}
	h1 {font-size:1.5em;}
	h2 {font-size:1.3em;}
	h3 {font-size:1.2em;}
	h4 {font-size:1.1em;}
	h5 {font-size:1em;}
	h6 {font-size:1em;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {text-decoration: none;}
	h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {text-decoration: underline;}

p {margin: 0 0 1em 0;}

table {border-collapse: collapse;}

a {
	color: #0054a6;
	text-decoration: underline;
	white-space: nowrap;
	}
	a img {border: none;}

dl.faq dt {font-weight: bold;}
dl.faq dd {margin: 0 0 1em .5em;}

#header {
	height: 110px;
	}
	#header #logo {
		height: 89px;
		padding: 11px 0 10px 10px;
		}

#navbar {
	background: #fff url(../images/bg_navbar.gif) repeat-x top left;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	height: 29px;
	}
#menu {
	float: right;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	margin-right: 20px;
	}
	#menu li {
		display: inline;
		float: left;
		list-style: none;
		position: relative;
		}
		#menu li a {
			color: #0054a6;
			display: block;
			line-height: 29px;
			padding: 0 15px;
			text-decoration: none;
			}
			#menu li a:hover, #menu :hover > a {
				background: #fff url(../images/bg_navbar_on.gif) repeat-x top left;
				color: #0054a6;
				padding: 0 15px;
				text-decoration: none;
				}
				#menu li ul {
					background-color: #fff;
					border: 1px solid #ccc;
					display: none;
					margin: 0;
					}
					#menu li:hover ul {
						background-color: #fff;
						clear: both;
						display: block;
						position: absolute;
						top: 29px;
						}
						#menu li li {
							clear: both;
							display: block;
							width: 150px;
							z-index: 3;
							}
							#menu li li a {line-height: 29px;}
								#menu li li:hover a {
									background-image: none;
									background-color: #008fd4;
									color: #fff;
									}

#splash {
	background: url(../images/splash.jpg) no-repeat;
	clear: both;
	height: 210px;
	overflow: hidden;
	width: 960px;
	}
	#splash .sp-title {
		background: transparent url(../images/splash_title.png) no-repeat top left;
		float: left;
		height: 67px;
		margin: 125px 0 0 20px;
		width: 303px;
		}
	#splash .sp-dialer56 {
		background: transparent url(../images/splash_dialer56.png) no-repeat top left;
		cursor: pointer;
		float: right;
		height: 210px;
		margin-right: 75px;
		width: 235px;
		}

#splash-dialer56 {
	background: #fff url(../images/app_dialer56.jpg) no-repeat top left;
	height: 170px;
	margin-top: 10px;
	overflow: hidden;
	padding-left: 200px;
	}
	#splash-dialer56 .heading {
		font-size: 1.1em;
		}
.appstore-badge {
	display: block;
	margin: 10px 0 10px 0;
}

#header_reflection {
	background: #fff url(../images/header_reflection.jpg) repeat-x top left;
	clear: both;
	height: 28px;
	}

#content {
	background: #fff url(../images/bg_content.gif) repeat-y top left;
	clear: both;
	}
	#content ul {margin: 0 0 1em 1.75em;}
	#content ol {margin:  0 0 1em 1.75em;}

.onecolumn {
	float: left;
	margin: 0 10px 0 10px;
	width: 620px;
	}

.twocolumn1 {
	float: left;
	margin: 0 10px 0 10px;
	width: 300px;
	}
.twocolumn2 {
	float: left;
	margin: 0 10px 0 10px;
	width: 300px;
	}

#sidebar {
	float: left;
	margin-bottom: 1em;
	width: 310px;
	}
	#sidebar .sb-section {
		border-bottom: 1px solid #eee;
		padding-left: 10px;
		}
	#sidebar .dialer56 {
		background: transparent url(../images/sb_dialer56.jpg) no-repeat top left;
		padding-left: 80px;
		}
	#sidebar .subscribe {
		padding-bottom: 1em;
		padding-top: 1em;
		}
	#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {color: #333;}
	#sidebar h3 {padding-bottom: .25em;}
	#sidebar p {font-size: .9em;}

#footer {
	background: url(../images/footer.jpg) no-repeat;
	color: #aaa;
	font-size: 90%;
	height: 60px;
	padding: 30px 30px 20px 30px;
	}

.spinner {
	display: none;
	height: 16px;
	margin-left: .5em;
	width: 16px;
	}

#contact_form label {
	padding: .25em 10px;
	font-size: .9em;
	}

table.data {
	border-collapse: collapse;
	width: 100%;
	}
	table.data th {
		border-bottom: 1px solid #666;
		font-weight: bold;
		padding: .25em .25em .1em .25em;
		}
		table.data td {
			padding: .25em;
			border-bottom: 1px solid #ccc;
			font-size: .95em;
			}

tr.alt {background-color: #eee;}

.icon-movie {
	background: transparent url(../images/icon_movie.png) no-repeat top left;
	padding-left: 24px;
	}

.fineprint {
	border-top: 1px dotted #eee;
	color: #666;
	font-size: 11px;
	line-height: 1.2em;
	margin-top: 1.5em;
	padding: .5em 0 0 1em;
	}

.hidden {display: none;}
.indent {margin-left: .5em;}
.b-space {margin: 0 0 10px 0;}
.tr-space {margin: 10px 10px 0 0;}
.indent {padding-left: .5em;}
.clear {clear: both;}


/* Forms */

input, label, button {vertical-align: middle;}
form#contact_form input.text{width:216px;}
form#contact_form select {width:216px;}
form#contact_form textarea {width:373px;height:200px;}

label, .label {font-weight:bold; font-size:.9em;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.25em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #008fd4;}
input.text, input.title {padding:.25em;}
select {height:1.75em;}
input.title {font-size:1.5em;}
input.button {margin-top:.25em;}
textarea {padding:5px;font-family:Helvetica, Arial, sans-serif;font-size:1em;}
.error, .notice, .success {padding:10px 10px 10px 36px;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#fbe3e4 url(../images/icon_error.png) no-repeat 10px 10px;color:#8a1f11;border-color:#fbc2c4;}
.notice {background:#fff6bf url(../images/icon_notice.png) no-repeat 10px 10px;color:#514721;border-color:#ffd324;}
.success {background:#d9ffd9 url(../images/icon_success.png) no-repeat 10px 10px;color:#174d18;border-color:#98d999;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
