

/* @override http://localhost:8888/spoofcard/css/layout.css */
html { text-align: center; }

body {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 18px; }

#homepage {
	background-image: url(/images/background_bigtop.png);
	background-color: #2A5CA9;
	background-position: top center;
	background-repeat: repeat-x; }

#interior {
	background-image: url(/images/background.jpg);
	background-color: #2A5CA9;
	background-position: top center;
	background-repeat: repeat-x; }

/* !BRANDING */
/* !NAVIGATION */
#nav_main {
	padding-top: 20px;
	text-align: left;
	background-image: url(/images/background_nav.png);
	background-repeat: no-repeat;
	background-position: 285px 45px; }

	#nav_main ul {
		margin-left: 300px;
		position: absolute;
		top: 53px; }

	#nav_main li {
		display: inline;
		font-weight: bold;
		text-transform: uppercase;
		background-image: url(/images/background_navitem.png);
		background-repeat: no-repeat;
		background-position: right;
		height: 35px;
		padding: 10px 12px 10px 10px; }

	#nav_main .first { padding-left: 0px; }

	#nav_main .last {
		padding-right: 0px;
		background: none; }

	#nav_main .livechat_button {
		font-weight: bold;
		text-transform: uppercase;
		position : relative;
		margin-bottom : -30px;
		top : -90px;
	
		text-align:right;
	}
	
	#nav_header {
	float:left;
	color: #fff;
	font-weight: normal;
	}

		#nav_main .livechat_button a { color: red; }

			#nav_main .livechat_button a:hover { color: red; }

	#nav_main .current { color: #666666; }

	#nav_main a { color:#444444; }

		#nav_main a:hover {
			color: #2a5ca9;
			background-color: transparent; }

/* !CONTENT */
#content { }

#content_homepage {
	height: 375px;
	width: 850px;
	text-align: left; }

#content_interior {
	height: 175px;
	width: 850px;
	text-align: left; }

#content_testimonial_teaser p {
	padding: 10px 15px;
	background: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px; }

.interior {
	height: 175px;
	overflow: hidden;
	position: relative;
	left: 50px; }

.courtside {
	background-image: url(/images/background_courtside.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 375px;
	overflow: hidden;
	position: relative;
	left: 50px; }

	.courtside p {
		width: 450px;
		margin-left: 80px; }

.shopping {
	background-image: url(/images/background_shopping.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 375px;
	overflow: hidden;
	position: relative;
	left: 50px; }

	.shopping p {
		width: 450px;
		margin-left: 190px; }

.mickeymouse {
	background-image: url(/images/background_mickeymouse.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 375px;
	overflow: hidden;
	position: relative;
	left: 20px; }

	.mickeymouse p {
		width: 490px;
		margin-left: 0px; }

#story {
	padding: 15px;
	background-color: #FFFFFF;
	width: 500px;
	margin-top: -250px;
	z-index: 10;
	position: absolute; }

#readthis_btn {
	margin-left: 325px;
	background-color: transparent; }

#readmore_btn {
	margin-left: 325px;
	position: relative;
	top: -50px;
	background-color: transparent; }

#tryitnow_btn {
	position: absolute;
	background-color: transparent; }

.global_content_banner {
	color : #FFF;
	font-size : 30px;
	height : 50px;
	margin : 0px;
	text-align : left;
	padding-top : 30px; } 

#content_testimonial { }

#content_main {
	background: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left; }

#content_sub {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	color: #FFFFFF; }

	#content_sub li {
		float: left;
		width: 235px;
		text-align: left; }

#purchase_li {
	background-image: url(/images/minutes_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-right: 10px; }

#affiliate_li {
	background-image: url(/images/affiliate_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-right: 10px; }

#login_li {
	background-image: url(/images/login_icon.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 40px;
	margin-right: 10px; }

#footer {
	clear: both;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 25px; 

	}

#footer_logo {
	position: relative;
	top: 13px;
	margin-right: 10px; }

#footer_asseenon {
	padding-top:50px;
	text-align:right;
	vertical-align:middle; }

#copyright { float: left; }

#footer_links {
	float: right;
	padding-top: 20px; }

/*=====================================================

                         boxes

  - - - - - - - - - - - - - - - - - - - - - - - - - - */
.faq_box {
	margin-bottom:15px;
	width:600px; }

	.faq_box h2.heading {
		background-color:#3676d8;
		color:#fff;
		font-size:12px;
		font-weight:normal;
		margin:0;
		padding:5px 10px; }

		.faq_box h2.heading label {
			font-size:13px;
			margin-right:8px; }

	.faq_box .inside {
		padding:15px;
		font-size:13px;
		line-height:19px;
		color: #333; }

	.faq_box div.footing {
		background:#DFDFDF;
		font-size:12px;
		font-weight:normal;
		margin:0;
		padding:5px 5px; }

#faqs h2 { font-size:12px; }

/*===================================================== */
.stories-wide-bttm {
	width:800px;
	margin:20px 0; }

	.stories-wide-bttm .qb-mid {
		background:#ededed;
		padding:16px 30px;
		font-size:14px; }

	.stories-wide-bttm .qb-top {
		height:8px;
		width:100%;
		font-size:1px;
		line-height:1px;
		overflow:hidden;
		background:url(/images/quotebubble.gif) no-repeat left -19px; }

	.stories-wide-bttm .qb-bttm {
		height:30px;
		width:100%;
		font-size:1px;
		line-height:1px;
		overflow:hidden;
		background:url(/images/quotebubble.gif) no-repeat left -35px; }

.stories-filter {
	margin:20px 0;
	text-align:right; }

.stories-filter {
	font-size:13px;
	color:#a7a7a7; }

ul#features {
	position : absolute;
	top : 150px;
	margin: 0 0 0 5px; }

	ul#features li { padding : 10px 0px 10px 15px; }

		ul#features li:hover {
			background-image : url(/images/tab.png);
			background-repeat : repeat-x;
			cursor : pointer; }

		ul#features li div {
			display: none;
			position: absolute;
			font-size: 18px;
			background: #fff;
			top: -90px;
			height: 330px;
			width: 550px;
			z-index: 10000;
			background: url(/images/frame.png);
			background-position : 0 10px;
			background-repeat : no-repeat;
			color : #333;
			margin: 0 0 0 250px;
			padding : 20px;
			font-family : georgia;
			line-height : 140%; }

		ul#features li img {
			vertical-align:middle;
			padding : 0px 5px 0px 0px; }

		ul#features li.default div,

			ul#features li:hover div {
			display : block;
			margin-top:50px; }

		ul#features li h3 {
			color : #000;
			display : inline-block;
			font-size : 14px;
			width : 250px; }

		ul#features li div em {
			display : block;
			font-size : 19px;
			margin-bottom : 20px;
			font-family : Georgia, Times, serif;
			font-style : italic; }

.big_button {
	display:block;
	width:250px;
	height:50px;
	text-indent:-9999px;
	margin-top:45px; }

	.big_button a {
		display:block;
		width:100%;
		height:100%;
		background:transparent url(/images/btn_buy.png) no-repeat top left;
		outline:none; }

		.big_button a:hover { background-position:0 -50px; }

.newIndicator {
	font-size: 8px;
	color: #fff;
	text-transform: uppercase;
	line-height: 13px;
	background: #3872b7;
	-moz-border-radius: 1px;
	-webkit-border-radius: 2px;
	padding: 0 3px;
	display: inline-block;
	vertical-align: top;
	margin-top: 1px; }

.orangeButton div { margin-top:60px; }

.orangeButton a {
	background: url(/images/btn_center.gif) top left repeat-x;
	display: block;
	height: 41px;
	font-weight: bold;
	text-decoration: none; }

	.orangeButton a span {
		cursor: pointer;
		display: block;
		height: 41px;
		float: left;
		color: #FFF;
		font-size: 17.4px;
		text-decoration: none; }

	.orangeButton a .center {
		padding: 11px 10px 0 0;
		height: 30px; }

	.orangeButton a span.left {
		background: url(/images/btn_left.gif) top left no-repeat;
		width: 16px;
		margin-left: -10px;
		position: relative; }

	.orangeButton a:hover {
		background-position: left -41px;
		text-decoration: none; }

	.orangeButton a span.right {
		background: url(/images/btn_right.gif) top left no-repeat;
		width: 59px;
		margin-right: -10px;
		position: relative; }

	.orangeButton a:hover span { background-position: left -41px; }

div.productInfoVisual {
	margin-top: -23px;
	position: relative;
	z-index: 10;
	width: 327px; }

#infobox div.contentbox p {
	padding: 5px;
	font-size:12px; }

#infobox div.contentbox.yellow { background-color: #e2f2fe; }

	#infobox div.contentbox.yellow div.boxheading {
		background-color: #9dd6ff;
		font-size: 1.185em;
		font-size-adjust: none;
		font-stretch: normal;
		color: #2c2c2c;
		padding:5px; }

#upgradeProBox {
	width:390px !important;
	margin-left:-10px; }

.floatr { float: right; }

.clearer {
	clear: both;
	font: 1px/1px monospace;
	height: 1px;
	width: 1px; }

/* Account Forms - widebar */
.wide form {
	background: #ebf2f8;
	padding: 15px 14px;
	margin : 0 auto 25px auto;
}

	.wide form ul li {
		position: relative;
		background: url(/images/input_text.png) no-repeat;
		margin-bottom: 5px;
		color: #7ba3b6;
		clear:both;
		width: 100%;
		height: 38px; }

		.wide form ul li.selectBox {
			position: relative;
			background: url(/images/input_select_widebar.png) no-repeat;
			margin-bottom: 5px;
			color: #7ba3b6;
			clear:both;
			width: 100%;
			height: 38px; }

		.wide form ul li.oops label { }

		.wide form ul li .oopsDescription {
			height:20px;
			color:#c32424;
			font-weight:700;
			font-size:12px;
			padding: 4px 0 0 25px;
			margin: 0 0 0 125px;
			background:url(images/icons/oops.png) no-repeat; }

		.wide form ul li.errorMessage {
			background: transparent;
			padding:0 0 0 70px;
			font-size:16px;
			color:#c32424; }

		.wide form ul li label {
			font-weight:bold;
			font-size: 14px;
			text-indent: 10px;
			line-height: 36px;
			display:block;
			float:left;
			width: 195px;
			color:#5c7c98; }

		.wide form ul li label#tos {
			font-size:12px;
			width:auto;
			font-weight:normal;
			text-indent:2px; }

			.wide form ul li label#tos a {
				color:#4c99db;
				font-weight:700; }

		.wide form ul li input {
			float:left;
			width: 375px;
			background: none;
			border:none;
			margin: 10px;
			font-size: 14px;
			color: #5D7D99;
			letter-spacing:1px; }

		.wide form ul li.checkbox input {
			float:left;
			width: 15px;
			background: none;
			border:none;
			margin: 10px;
			font-size: 14px;
			color: #5D7D99;
			letter-spacing:1px; }

		.wide form ul li select {
			margin:0;
			width:395px;
			height:30px;
			padding:7px 5px 5px 5px;
			font-size:12px;
			font-weight:700;
			font-family:Helvetica, Arial, sans-serif;
			color:#26333f; }

		.wide form ul li.area {
			background: url(/images/input_area_widebar_middle.png) repeat-y;
			height:auto; }

			.wide form ul li.area label {
				display:block;
				float:none;
				background: url(/images/input_area_widebar_top.png) no-repeat top left;
				width: 100%; }

			.wide form ul li.area textarea {
				width: 96%;
				background: transparent;
				border:none;
				height: 150px;
				margin: 0% 2%;
				display:block;
				clear:both;
				color: #7ba3b6;
				letter-spacing:1px; }

			.wide form ul li.area .bottom {
				clear:both;
				background: url(/images/input_area_widebar_bottom.png) no-repeat bottom left;
				height: 7px; }

	.wide form button.submit {
		background: url(/images/submit.png) no-repeat;
		width: 100px;
		height: 43px;
		margin:0 auto;
		display:block; }

		.wide form button.submit:hover { background-position: bottom left; }

		.wide form button.submit span { display:none; }

	.wide form ul li.checkbox { background: none; }

		.wide form ul li.checkbox label { width: 550px; }

		.wide form ul li.checkbox .description { margin-left: 45px; }

	.wide form h4 {
		font-size: 16px;
		font-weight: normal;
		margin: 0 0 20px 0;
		color: #304C65; }

/* FAQ  */
#cCol {
	width: 193px;
	float: right; }

.gradBox {
	width: 193px;
	background: url(/images/rc.gradient.gif) no-repeat bottom left; }

	.gradBox .body { padding: 0 15px 10px 15px; }

	.gradBox h1 {
		font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
		color: #024376;
		margin: 0 0 15px 0; }

	.gradBox p {
		font-size: 1.1em;
		color: #0070c6;
		margin: 0 0 16px 0; }

	.gradBox b {
		margin: 0 0 5px 0;
		color: #666;
		display: block; }

	.gradBox ul {
		list-style: none;
		padding: 0;
		margin: 0 0 20px 0;
		line-height: 16px; }

		.gradBox ul li { margin: 0 0 5px 0; }

#acloginpod {
	width:390px;
	background:#ebebeb url(/images/acloginpodbg.gif) repeat-x;
	border:1px solid #d3d3d3;
	-webkit-border-radius:7px;
	-moz-border-radius:7px; }

	#acloginpod .acloginform { margin:22px; }

	#acloginpod form, #acloginpod fieldset {
		margin:0 !important;
		padding:0 !important; }

	#acloginpod legend em {
		position:absolute;
		left:-9999em; }

	#acloginpod label {
		display:block;
		font-size:15px;
		color:#444;
		margin-bottom:3px; }

	#acloginpod input.textinput {
		width:100%;
		border:1px solid #d3d3d3;
		background:#fff url(/images/textinputbg.gif) repeat-x;
		font-size:15px;
		color:#000;
		text-indent:7px;
		padding:7px 0;
		margin-bottom:10px; }

	#acloginpod input:focus { border-color:#77b2ee; }

	#acloginpod input.error, #acloginpod input.error:focus { border-color:#8d1c1c; }

	#acloginpod .acloginbttn {
		display:block;
		float:right;
		width:117px;
		height:42px;
		background:url(/images/acloginpodbttn.gif) no-repeat;
		margin-top:10px; }

	#acloginpod .getpassbttn {
		display:block;
		float:right;
		width:117px;
		height:42px;
		background:url(/images/recover_login.gif) no-repeat;
		margin-top:10px; }

	#acloginpod .acloginbttn:hover, #acloginpod .acloginbttn:focus { background-position:right top; }

	#acloginpod .getpassbttn:hover, #acloginpod .getpassbttn:focus { background-position:right top; }

	#acloginpod .aclogin-action label {
		font-size:12px;
		color:#777;
		border-bottom:1px solid #d3d3d3;
		padding:0 0 5px;
		margin:0 0 7px; }

		#acloginpod .aclogin-action label input { vertical-align:middle; }

.lcol {
	float:left;
	width:440px; }

.rcol {
	width:360px;
	float:right;
	padding:0 0 0 25px;
	margin-right:0;
	border-left:1px solid #d3d3d3; }

.pagecontent {
	margin:0;
	padding:0; }

body#getpass #acloginpod h2 {
	font-size:20px;
	letter-spacing:-1px;
	padding:0 0 0.5em;
	font-weight:normal;
	color:#005e8f; }

#acloginpod p { padding:0 0 2em; }

	#acloginpod p strong {
		color:#8d1c1c;
		font-weight:normal; }

.pagecontent { margin:0 60px 0 5px; }

	.pagecontent p {
		font-size:12px;
		line-height:18px;
		margin-bottom:1.5em; }

		.pagecontent p.intro {
			font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
			font-size:17px;
			line-height:26px;
			color:#005e8f; }

	.pagecontent h4 {
		font-size:14px;
		margin-bottom:1em; }

	.pagecontent ul {
		font-size:12px;
		list-style:outside disc; }

	.pagecontent ol {
		list-style-type:decimal;
		list-style-position:outside;
		font-size:16px;
		font-weight:bold;
		color:#8d1c1c;
		margin:0 0 0 3em; }

		.pagecontent ol li p {
			font-size:11px;
			font-weight:normal;
			color:#555;
			margin:0 0 1.5em 0.5em; }

			.pagecontent ol li p strong {
				display:block;
				font-size:14px;
				color:#005e8f; }



/* LAYOUT
------------------------------------------- */


   #intro { overflow: hidden; width: 850px; margin: auto; padding: 15px 10px 0px; color: #555; }
    #intro div.main { float: left; width: 400px; padding: 15px 0 0; margin-right:15px; }
     #intro div.main h1 { margin-bottom: 10px; color: #000; font: 26px Georgia,serif; letter-spacing: -0.5px; text-align: center; }
     #intro div.main div.paper { width: 387px; margin: 5px auto; padding: 10px 0 1px; background: url(/images/intro-sides.png) no-repeat; text-align: center; }
      #intro div.main div.paper p.subheader { width: 360px; margin: 0 auto; font: 15px Georgia,serif; color:#111; }

  

  #content div.wrap { overflow: hidden; width: 850px;  height:300px; margin-left: 0px; margin-top:19px; padding: 0px 0 0px;}
  #content div.single-a { padding-top: 0px; background: none;  }


/* columns */

div.cols-two-a { overflow: hidden; width: 100%; margin: 0 -5px; padding: 0 5px; }
 div.cols-two-a div.primary,
 div.cols-two-a div.secondary { display: inline; float: left; width: 390px; margin: 0 0 0 0px; }
 div.cols-two-a div.primary { margin-left: 0; }

div.cols-four-a { overflow: hidden; width: 100%; }
 div.cols-four-a div.primary,
 div.cols-four-a div.secondary,
 div.cols-four-a div.tertiary,
 div.cols-four-a div.quaternary { display: inline; float: left; width: 160px; margin: 0 0 0 7px; }
 div.cols-four-a div.primary { margin-left: auto; margin-right:auto; }
 div.cols-four-a H3{ color:#fff; font-size: 14px;  border-bottom: 1px solid #4f9fb8; line-height: 28px; }


div.content-a { padding: 0 0px; }


div.subscribe-a { width: 100%; margin: 9px 0 0px; padding: 0px 0 0; }
 div.subscribe-a div.inner { position: relative; height: 275px; padding: 25px 25px 0 5px; text-align: center; }
  div.subscribe-a div.inner p.image { position: absolute; right: 0px; top: 0px; }
   div.subscribe-a div.inner p.image img { display: block; }
  div.subscribe-a div.inner p { color: #fff; font-size: 12px; font-weight: normal; text-align:left; padding-left:10px; }
   div.subscribe-a div.inner p a { color: #66c9e4 !important; text-decoration: none !important; }
   div.subscribe-a div.inner p strong { color: #1f414e; }





.shadow-box-b { background-color: #000 !important; }



.sep-a { margin-top: 10px !important; padding-top: 0px !important; }

/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png', sizingMethod='scale');*/



