/*
Telly Adder X - www.tellyadder.com - CSS 
Nov. 27 2008
Alex Winter
So my HTML/CSS could be cleaner... wanna fight about it?!
*/

/* reset and body */

* {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(images/bg.gif);
	font-family:Times New Roman, Times, Georgia, serif;
	font-size:12px;
	color:#000000;

}

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal;
	color:#0b334e;
} 

h1 { 
	font-size:24px;
}

h2 {
	font-size:18px;
}

a {
	color:#6b6b6b;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

img {
	border:0;
}

.style1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	color:#6b6b6b;
}

.red {
	color:red;
}

.green {
	color:green;
}

.clear {
	clear:both;
}

#hz {
	height:15px;
	width:100%;
	background:#d7e7f2;
}

/* layout */

#container {
	background-color:#fdfdfd;
	border:1px solid #6b6b6b;
	border-top:10px solid #6b6b6b;
	border-bottom:5px solid #6b6b6b;
	width:790px;
	margin:0 auto;
}

#content {
	margin: 0px 35px 0px;
}

#header {
	height:100px;
}

#headerLogo {
	width:400px;
	float:left;
}

#headerLogo img.tellyadder {
	margin:20px 0px 0px 0px;
}

#headerLogo img.vline {
	position:relative;
	left:4px;
}

.logoText {
	display:inline;
	position:relative;
	top:-11px;
	left:10px;
}

#headerNav {
	width:320px;
	height:75px;
	float:left;
}

#headerNav ul {
	position:relative;
	top:37px;
	margin:0px 0px 0px 70px;
	list-style:none;
	display:inline;
}

#headerNav li {
	display:inline;
}

#headerNav a {
	background:#f5f5f5;
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	padding:4px;
	border:1px solid #6b6b6b;
}

#headerNav a:hover {
	background:#f1f6f9;
	background-image:url(images/navblue.gif);
	background-repeat:repeat-x;
	padding:4px;
	border:1px solid #6b6b6b;
	color:#000000;
}

.space5 {
	width:100%;
	height:5px;
}

.space10 {
	width:100%;
	height:10px;
}

.space {
	width:100%;
	height:15px;
}

.space20 {
	width:100%;
	height:20px;
}

.space25 {
	width:100%;
	height:20px;
}

.spaceFeatures {
	width:100%;
	height:15px;
	border-top:1px dashed #6b6b6b; 
	margin-left:30px;
}

#footer {
	width:790px;
	margin:0 auto;
}

#footer p {
	margin:10px 0px 0px 0px;
}

#footerLeft {
	width:395px;
	height:40px;
	text-align:left;
	float:left;
}

#footerRight {
	width:395px;
	height:40px;
	text-align:right;
	float:left;
}

/* (home) about */

#about {
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	height:140px;
}

#aboutTitle {
	width:100%;
	border-top:1px dashed #ececec;
	border-bottom:1px dashed #ececec;
	margin:20px 0px 0px 0px;
}

#aboutTitle h2 {
	text-align:center;
	color:#c3c3c3;
}

.about1 {
	width:240px;
	padding: 20px 0px 0px;
	float:left;
}

.about1 a {
	margin:0px 0px 0px 30px;
	color:#0b334e;
}

.about1 a:hover {
	color:#000000;
	background:#d8e1f2;
}

.about1 p {
	margin:10px 15px 0px 30px;
}

.about2 {
	width:240px;
	padding: 20px 0px 0px;
	float:left;
}

.about2 a {
	margin:0px 0px 0px 15px;
	color:#0b334e;
}

.about2 a:hover {
	color:#000000;
	background:#d8e1f2;
}

.about2 p {
	margin:10px 15px 0px 15px;
}

.about3 {
	width:240px;
	padding: 20px 0px 0px;
	float:left;
}

.about3 a {
	margin:0px 0px 0px 15px;
	color:#0b334e;
}

.about3 a:hover {
	color:#000000;
	background:#d8e1f2;
}

.about3 p {
	margin:10px 10px 0px 15px;
}

/* (home) whatis */

#whatis {
	height:235px;
	padding:15px 0px 0px;
	background:url(images/whatisbg.gif); background-repeat:no-repeat;
}

#whatisLeft {
	width:440px;
	float:left;

}

#whatisLeft h1 {
	margin:0px 0px 0px 15px;
}

#whatisLeft p {
	margin:0px 0px 0px 15px;
	line-height:20px;
}

.shrink {
	width:380px;
}

#whatisDownload {
	width:370px;
	height:57px;
}

#whatisDownloadLeft {
	width:171px;
	height:57px;
	float:left;
}

.downloadStyle {
	padding:10px 0px 0px 0px;
	font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	color:#6b6b6b;
	line-height:normal;
	
}

.downloadStyle1 {
	font-family:Georgia, Times New Roman, Times, serif;
	font-style:italic;
	color:#333333;
	font-size:10px;
	line-height:normal;
}

#whatisDownloadRight {
	width:199px;
	height:57px;
	float:left;
}

#whatisDownloadRight a {
	background:#f5f5f5;
	background-image:url(images/navbig.gif);
	background-repeat:repeat-x;
	padding:20px;
	border:1px solid #6b6b6b;
	margin:0px 0px 0px 15px;
	float:left;
}

#whatisDownloadRight img {
	position:relative;
	top:1px;
	left:-5px;
}

#whatisDownloadRight a:hover {
	background:#f1f6f9;
	background-image:url(images/navbigblue.gif);
	background-repeat:repeat-x;
	padding:20px;
	border:1px solid #6b6b6b;
	color:#000000;
}

#whatisLeft ul {
	margin:0px 0px 0px 30px;
	list-style:none;
	display:inline;
	width:150px;
}

#whatisLeft li {
	display:inline;
	width:150px;
}

#whatisRight {
	width:266px;
	height:221px;
	float:left;
	border:1px solid #6b6b6b;

}

#whatisRightImg:hover{
	background-position: -241px 0;
	display:block;
	width:258px;
	height:213px;
}

.video{
	background:transparent url(images/video.png) top left no-repeat;
	display:block;
	margin:4px 0px 0px 4px;
	width:258px;
	height:213px;
}

.video:hover{
	background-position: -258px 0;
	display:block;
	width:258px;
	height:213px;
}

/* (home) alert */

#alert {
	background:#faf4b0;
	border-top:2px solid #c9b800;
	border-bottom:2px solid #c9b800;
	height:160px;
	padding:10px 20px 20px 20px;
}

/* (home) checkitout */

#checkitout {
	background:#f5f5f5;
	border:1px solid #6b6b6b;
	height:335px;
	padding:30px 0px 30px;
}

#checkitoutLeft {
	width:475px;
	float:left;
}

#checkitout img {
	margin:0px 0px 0px 30px;
}

#checkitoutRight {
	width:243px;
	float:left;
}

#checkitoutRight h2 {
	margin:0px 0px 0px 20px;
}

#checkitoutRight p {
	margin:0px 30px 10px 20px;
	line-height:20px;
}

#checkitoutRight ul {

}

#checkitoutRight li {
	list-style-image:url(images/yes.png);
	list-style-position:outside;
	list-style-type:circle;
	margin:0px 0px 0px 40px;
}

#checkitoutRight li p {
	margin:0px 30px 10px 2px;
}

/* (download) dlAbout */

#dlAbout {
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	height:85px;
}

#dlAbout p {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:20px 0px 0px 0px;
}

/* (download) download */

#download {
	height:100%;
	margin:0px 0px 0px 0px;
}

#downloadLeft {
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	width:450px;
	padding:20px 0px 20px 0px;
	float:left;
}

#downloadLeft h1 {
	margin:0px 0px 0px 30px;
}

#downloadLeft p {
	margin:0px 0px 0px 30px;
}

#downloadLeft ul {
	margin:20px 0px 0px 30px;
	list-style:none;
}

#downloadLeft li {
	display:inline;
}

#downloadRight {
	width:270px;
	padding:20px 0px 20px 0px;
	float:left;
}

#downloadRight p {
	margin:0px 0px 0px 30px;
}

#downloadRight h2 {
	margin:0px 0px 0px 20px;
}

.tableDownload {
	margin:0px 0px 0px 30px; 
	padding:0; 
	width:390px;
	background-color:#f1f1f1;
}

.tableDownload tr {
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#3F3F3F;
	padding:5px 5px 5px 5px;
}

.tableDownload td {
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#3F3F3F;
	padding:5px 5px 5px 5px;
}

.tableDownload th {
	text-align:left;
	font-weight:normal;
	font-size:10px;
	color:#3F3F3F;
	padding:0px 5px 0px 5px;
}

.tableDownloadSubmit {
	width:auto;
	background:#353535;
	border-bottom:0; 
	border-right:0;
	overflow:hidden;
}

.downloadnowButton {
	background:transparent url(images/downloadnow.gif) top left no-repeat;
	border:none;
	width:212px;
	height:52px;
}

.downloadnowButton:hover {
	background-position: -212px 0;
}

/* (download) compare */

#compare {
	background:#f5f5f5;
	border:1px solid #6b6b6b;
	height:430px;
}

#compareLeft {
	width:300px;
	float:left;
}

#compareLeft h2 {
	margin:10px 0px 0px 30px;
}

#compareLeft p {
	margin:0px 0px 0px 30px;
}


#compareRight {
	width:400px;
	float:left;
}

#compareRight h2 {
	margin:10px 0px 0px 30px;
}

#compareRight p {
	margin:0px 30px 20px 0px;
	line-height:20px;
}

.tableSpecs {
	margin:6px 0px 0px 30px; 
	padding:0;
	background:#e6e6e6; 
	border:1px solid black;
	width:360px;
}

.tableSpecs th {
	text-align:center;
	font-weight:normal;
	color:#3F3F3F;
}

.tableSpecs td, .tableSpecs th, .tableSpecs tr {
	padding:2px 2px 2px 2px;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-top:1px solid #D7D7D7;
	text-align:center;
}

.tableSpecsText {
	width:auto;
	background:#353535;
	border-bottom:0; 
	border-right:0;
	overflow:hidden;
	font-weight:normal;
	font-size:9px;
	text-align:left; 
	color:#9abc57;
}

.tableSpecsAlt {
	text-align:left;
	background:#eeeeee;
}

.alt {
	background:#eeeeee;
}

/* (purchase) pAbout */

#pAbout {
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	height:85px;
}

#pAbout p {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:20px 0px 0px 0px;
}

/* (purchase) purchase */

#purchase {
	height:380px;
	padding:0px 0px 15px 0px;
}

#purchaseLeft {
	width:472px;
	float:left;
}

#purchaseLeft h1 {
	margin:0px 0px 0px 30px;
}

#purchaseRight {
	width:248px;
	height:225px;
	float:left;
}

#purchaseRightContainer {
	height:310px;
}

#purchaseRight h2 {
	margin:5px 0px 0px 0px;
}

#purchaseRight p {
	margin:0px 0px 0px 0px;
}

.tablePurchase {
	margin:5px 0px 0px 30px; 
	padding:0;
	background:#e6e6e6; 
	border:1px solid black;
	width:400px;
}

.tablePurchase th {
	text-align:left;
	font-weight:bold;
	color:#3F3F3F;
}

.tablePurchase td, .tablePurchase th, .tablePurchase tr {
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #D7D7D7;
	border-left:1px solid #D7D7D7;
	border-right:1px solid #D7D7D7;
	border-top:1px solid #D7D7D7;
	text-align:left;
}

.tablePurchaseText {
	width:auto;
	background:#353535;
	border-bottom:0; 
	border-right:0;
	overflow:hidden;
	font-weight:normal;
	font-size:11px;
	text-align:left; 
	color:#0096d1;
}

.tablePurchaseSubmit {
	width:auto;
	background:#353535;
	border-bottom:0; 
	border-right:0;
	overflow:hidden;
	font-weight:normal;
	font-size:11px;
	text-align:left; 
	color:#0096d1;
}

/* (purchase) unnamed */

#unnamed {
	background:#f5f5f5;
	border:1px solid #6b6b6b;
	height:90px;
}

#unnamed h2 {
	padding:10px 0px 0px 30px;
}

#unnamed p {
	padding:0px 0px 0px 30px;
}

/* (contact) contact */

#contact {
	height:100%;
	margin:0px 0px 0px 0px;
}

#contactLeft {
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	width:450px;
	padding:20px 0px 20px 0px;
	float:left;
}

#contactRight {
	width:270px;
	padding:8px 0px 20px 0px;
	float:left;
}

#contactRight p {
	margin:0px 0px 0px 30px;
}

#contactRight img {
	margin:0px 0px 20px 20px;
}

.tableContact {
	margin:0px 0px 0px 30px; 
	padding:0; 
	width:200px;
}

.tableContact tr {
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#3F3F3F;
	padding:5px 5px 5px 5px;
}

.tableContact td {
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#3F3F3F;
	padding:5px 5px 5px 5px;
}

.tableContact th {
	text-align:left;
	font-weight:normal;
	font-size:10px;
	color:#3F3F3F;
	padding:0px 5px 0px 5px;
}

/* (confirm) confirmDL */

#confirmDL {
	background:#ffffff;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	height:350px;
}

.cDL1 {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:60px 0px 0px 0px;
}

.cDL2 {
	font-weight:normal;
	font-size:16px;
	text-align:center;
	padding:0x;
}

/* (downloadnow) downloadnow */

#downloadnow {
	background:#ffffff;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	height:350px;
}

.dn1 {
	font-weight:bold;
	font-size:16px;
	text-align:center;
	padding:60px 0px 20px 0px;
}

.dn2 {
	font-weight:normal;
	font-size:16px;
	text-align:center;
	padding:0x;
}

#downloadnow a {
	background:#f5f5f5;
	padding:4px;
	border:1px solid #6b6b6b;
}

/* (features) features */

#features {
	height:100%;
	margin:0px 0px 0px 0px;
}

#featuresLeft {
	width:360px;
	float:left;
}

#featuresRight {
	width:360px;
	float:left;
}

#featuresRight p {
	margin:0px 0px 0px 30px;
}

#featuresRight h1 {
	margin:0px 0px 0px 30px;
}

#featuresRight img {
	margin:10px 0px 20px 30px;
	padding:1px;
	border:1px solid #6b6b6b;
}

#featureRightTop {
	width:100%;
	height:50px;
}

#featureRightDescription {
	width:100%;
	height:100%;
}

#featureRightDescription p {
	margin:10px 0px 0px 30px;
}

.blueSection {
	color:#0046d5;
}

.redSection {
	color:#8b0000;
}


/* (changesubscription) changeAccount */

#changeAccount {
	height:100%;
	margin:0px 0px 0px 0px;
}

#changeAccount h1 {
	margin:0px 0px 0px 30px;
}

#changeAccount p {
	margin:0px 0px 0px 30px;
}

#changeAccount a {
	margin:0px 0px 0px 30px;
}

/* (tos) tos */

#tos {
	background:#ffffff;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	height:100%;
}

#tos p {
	margin:0px 0px 0px 30px;
}

/* (help) faq */

#faq {
	height:100%;
	margin:0px 0px 0px 0px;
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
}

#faq h2 {
	margin:0px 0px 0px 30px;
}

#faqLeft {
	background:#f5f5f5;
	width:300px;
	height:200px;
	height:inherit;
	padding:10px 0px 20px 0px;
	float:left;
}

#faqLeft li {
	list-style:none;
	margin:0px 0px 0px 30px;
}

#faqRight {
	background:#fdfdfd;
	width:420px;
	height:200px;
	padding:10px 0px 20px 0px;
	float:left;
}

#faqRight p {
	margin:0px 30px 0px 30px;
}

#faqRight img {
	margin:0px 0px 20px 20px;
}

/* (help) cloud */

#cloud {
	height:100%;
	padding:10px 30px 10px 30px;
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	text-align:center;
}

.cloud1 {
	font-size:14px;
	color:#039faf; 
}

.cloud2 {
	font-size:18px;
	color:#039faf; 
}

.cloud3 {
	font-size:14px;
	color:#de2159;
}

.cloud4 {
	font-size:18px;
	color:#de2159;
}

.cloud5 {
	font-size:14px;
	color:#87a800;
}

.cloud6 {
	font-size:18px;
	color:#87a800;
}


/* (help) lostReg */

#lostReg {
	height:100%;
	margin:0px 0px 0px 0px;
}

#lostRegLeft {
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	width:450px;
	padding:20px 0px 20px 0px;
	float:left;
}

#lostRegRight {
	width:270px;
	padding:8px 0px 20px 0px;
	float:left;
}

#lostRegRight p {
	margin:0px 0px 0px 30px;
}

#lostRegRight img {
	margin:0px 0px 20px 20px;
}

.tablelostReg {
	margin:0px 0px 0px 30px; 
	padding:0; 
	width:350px;
}

.tablelostReg tr {
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#3F3F3F;
	padding:5px 5px 5px 5px;
}

.tablelostReg td {
	text-align:left;
	font-weight:normal;
	font-size:12px;
	color:#3F3F3F;
	padding:5px 5px 5px 5px;
}

.tablelostReg th {
	text-align:left;
	font-weight:normal;
	font-size:10px;
	color:#3F3F3F;
	padding:0px 5px 0px 5px;
}

/* (help) install */

#install {
	height:100%;
	margin:0px 0px 0px 0px;
}

#installLeft {
	background:#f5f5f5;
	border-top:1px solid #6b6b6b;
	border-bottom:1px solid #6b6b6b;
	width:450px;height:150px;
	padding:20px 0px 20px 0px;
	float:left;
}

#installRight {
	width:270px;
	padding:8px 0px 20px 0px;
	float:left;
}

#installRight p {
	margin:0px 0px 0px 30px;
}

#installRight img {
	margin:0px 0px 20px 20px;
}

/* (404) 404 */

#fourofour {
	margin: 0 auto;
	padding:25px 0px 0px 0px;
	background-image:url(images/404.gif);
	background-repeat:no-repeat;
	width:388px;
	height:250px;
}

#fourofour h1 {
	margin:0px 0px 0px 0px;
	text-align:center;
	color:#ffffff;
}

#fourofour p {
	margin:0px 5px 0px 5px;
	text-align:center;
	color:#ffffff;
}

#fourofour a {
	background:#f5f5f5;
	background-image:url(images/nav.gif);
	background-repeat:repeat-x;
	padding:4px;
	border:1px solid #6b6b6b;
}
