@charset "UTF-8";
/* 
----------------------------
CSS Document for SpoofCard
Version 1.0
Date: DEC 21
----------------------------

 */
 
/* General Formatting
-------------------------------------------------------- */

html, body, h1, h2, h3, h4, h5, ul, li, p, table, td, tr {
	padding: 0;
	margin: 0;
}

body {
	background: #2b3949 url(../images/landing/main_bg.png) repeat-x;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
} 

img {
	border: none;
}

.clear, .clearfix {
	clear: both;
}

.clearfix {
	font-size: 0px;
}

.fright {
	float: right;
}

.fleft {
	float: left;
}

a:link, a:visited {
	text-decoration: underline;
	color: #7993b4;
}

a:hover, a:active {
	text-decoration: none;
	color: #7993b4;
}

.centered {
	text-align: center;
}


/* Main Layout
-------------------------------------------------------- */

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#footer_wrap {
	background-color: #697988;
	width: 100%;
}

.bottom20 {
	margin-bottom: 20px;
}

/* Header Layout
-------------------------------------------------------- */

#header {
	width: 700px;
	margin: 0 auto;
}

#header h1 a {
	width: 700px;
	height: 143px;
	text-indent: -9999px;
	background: url(../images/landing/header.jpg) no-repeat center;
	display: block;
	margin-bottom: 25px;
}

#header h2 {
	width: 700px;
	height: 70px;
	text-indent: -9999px;
	background: url(../images/landing/sub_header.png) no-repeat center;
	margin-bottom: 0;
	margin-top: -25px;
}

#header p {
	margin-bottom: 0;
	text-align: center;
	color: #b7b6b6;
	font-size: 13px;
}



/* Content Layout
-------------------------------------------------------- */

#column_a {
	width: 385px;
	float: left;
	margin-left: 25px;
}

#column_b {
	width: 299px;
	float: right;
	margin-right: 25px;
	margin-bottom: 35px;
	background: #232f3d url(../images/landing/col_foot_bg.png) bottom no-repeat center;
}


/* Column A Content
-------------------------------------------------------- */

#column_a h3 {
	text-indent: -9999px;
	width: 400px;
	height: 21px;
	margin-top: 20px;
}

h3.form_amount {
	background: url(../images/landing/h3_selectamount.gif) no-repeat;
}

h3.form_method {
	background: url(../images/landing/h3_paymentmethod.gif) no-repeat;
}


h3.form_personal {
	background: url(../images/landing/h3_personalinfo.gif) no-repeat;
}

h3.form_payment {
	background: url(../images/landing/h3_payment.gif) no-repeat;
}


#column_a table {
	margin-left: 20px;
}

#column_a em {
	font-style: normal;
	color: #7993b4;
}

#column_a strong {
	color: #00aeff;
	font-weight: normal;
}

input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

label {
	line-height: 18px;
	margin-bottom: 5px;
	display: block;
}

.textfield, .zip, select, .billing, .country {
	margin-top: 3px;
	border: 1px solid #000;
	background: #f5f5f5 url(../images/landing/form_bg.gif) repeat-x;
	padding: 3px;
}

.textfield {
	width: 145px;
}

.billing {
	width: 325px;
}

.btn {
	margin-top: 15px;
}

.security {
	width: 100px;
}

.card {
	margin: 0px 5px 10px 5px;
	padding-left: 0px;
}

h2.buyminutes a {
	text-indent: -9999px;
	background: url(../images/landing/h2_buyminutes.png) no-repeat;
	width: 347px;
	height: 79px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-left: 5px;
	display: block;
}

/* Column B Content
-------------------------------------------------------- */


h2.totally {
	background: url(../images/landing/h2_totallys.png) no-repeat;
	width: 100%;
	height: 39px;
	text-indent: -9999px;
	margin-top: 10px;
}

.faq h3 {
	background: url(../images/landing/h3_faq.gif) no-repeat;
	width: 299px;
	height: 21px;
	text-indent: -9999px;
	margin-top: 15px;
}

.faq p {
	color: #b4b4b4;
	padding: 20px 15px 0 15px;
	line-height: 17px;
	font-size: 12px;
}

.faq strong {
	color: #fff;
}

h3.about {
	background: url(../images/landing/head_about.png) no-repeat top center;
	height: 71px;
	width: 300px;
	text-indent: -9999px;
}

h2.features {
	background: url(../images/landing/h2_features.png) no-repeat top center;
	height: 170px;
	width: 300px;
	text-indent: -9999px;
}

img.watchad {
	margin: 20px 0 10px 0;
}

img.totally {
	margin: 5px 0 0 0;
}

img.featured {
	margin: 0 0 25px 0;
}


/* Free Trial Content
-------------------------------------------------------- */

#freetrial_wrap {
	background: url(../images/landing/banner_bg.jpg);
	height: 130px;
	padding-bottom: 5px;
}

#freetrial {
	margin: 0 auto;
	width: 700px;
}



/* Footer Content
-------------------------------------------------------- */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 15px 15px 35px 15px;
	background: url(../images/landing/footer_logo.gif) 630px 15px no-repeat;
	color: #8297aa;
	font-size: 11px;
}

#footer p {
	line-height: 15px;
}

#footer a {
	color: #fff;
}

#footer em, #footer em a {
	font-style: normal;
}



/* BUY Re-Formatting
-------------------------------------------------------- */

body#buy #column_b {
	margin-top: 25px;
}
