/*
	Copyright (c) 2008, Element Fusion, LLC. All rights reserved.
	-------------------------------------------------------------
	LICENSED FOR USE UNDER A CREATIVE LICENSE AGREEMENT
	-------------------------------------------------------------
	This document, and all creative material associated herein,
	is protected under copyright law to be used exclusively with
	the Content Management Systems of Element Fusion, LLC.
	-------------------------------------------------------------
	You can read the full creative license agreement at:
	http://www.elementfusion.com/license
	-------------------------------------------------------------
	Version 1.0 - June 24, 2008
*/


@import "style-reset.css";
@import "style-contents.css";
@import "style-template.css";
@import "style-admin.css";
#featuresColOne { float:left; margin-right:5%; width:47%; }
#featuresColTwo { float: right; width: 47%; }

/* Element Fusion LightCMS */
/* Pricing.css */
/* Created July 23, 2008 */
/* Modified July 24, 2008

/* Pricing Table
-------------------------------------- */

div.tableholder {
	padding: 0px;
	border: 2px solid #ffd887;
	margin-bottom: 1.5em;
	position: relative;
}

table.signup col.col2 {background: #FFF;}
table.signup col.col3 {background: #fff1ea;}
table.signup col.col4 {background: #ffeadb;}
table.signup col.col5 {background: #ffdfcc;}
table.signup col.col6 {background: #ffd7bd;}
table.signup col.col7 {background: #ffccae;}

table.signup th img {
	margin-top: 2px;
	border: none;
}

table.signup h3 {
	margin: 0;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 1.125em;
	line-height: 1em;
}

table.signup .heading {
	background: #ffd887;
	color: #FFF;
	padding: 0.5em 1em;
}

table.signup th {
	font-size: 1.25em;
	line-height: 1.2em;
	padding: 0.5em;
	text-align: center;
	color: #799e12;
	font-weight: bold;
	border: 1px solid #cccc00;
}

table.signup th strong {
	color: #333;
	font-size: larger;
}

table.signup th .small {
	font-size: smaller;
}


table.signup td.shadedw {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

table.signup td.shaded {

}

table.signup td.shadedleft {
	text-align: right;
	font-weight: bold;
}


table.signup td {
	text-align: center;
	line-height: 1.5em;
	padding: 0.25em 0.5em;
	border: 1px solid #cccc00;
}

table.signup td.banner {
	background-color: #FFF;
	color: #333;
	font-weight: bold;
}

table.signup td.dsmall {
	text-align: center;
	vertical-align: top;
	line-height: 1.5em;
}

.closeLink {
	outline: none;
	font-weight: bold;
}

.popup {
	position: absolute;
	visibility: hidden;
	background-color: #FFF;
	layer-background-color: #FFF;
	width: 16em;
	border: 1px solid #cccc00;
	padding: 1em 1.5em;
	z-index: 100;
	margin: 0;
	text-align: center;
}

a.signUpBtn, a.learnMoreBtn {
	width: 87px;
	text-indent: 9999em;
	overflow: hidden;
	text-decoration: none;
	background: url(i/btn_sign-up_sm.png) no-repeat left top;
	padding-top: 34px;
	height: 0px !important;
	height: 34px;
	margin: 1em auto;
	display: block;
}

a.learnMoreBtn {
	background-image: url(i/btn_learn_more.png);
	width: 121px;
}

a.signUpBtn:hover, a.learnMoreBtn:hover {background-position: left -34px;}

.tableholder .tableHead {
	background: url(i/feature_content_bg.jpg) no-repeat left -150px;
	color: #e7f5fc;
	text-align: left;
	padding: 0.5em 2em 0;
}

.tableholder .tableHead p {
	font-size: larger;
	line-height: 1.5em;
	margin-bottom: 2.5em;
}

.tableholder .tableHead h1, .tableholder .tableHead h2, .tableholder .tableHead h3, .tableholder .tableHead h4, .tableholder .tableHead h5 {
	color: #FFF;
	font-size: 2.25em;
}
   