html, body
{
	width:100%;
	height:100%;
	margin:0;
	padding:0;	
	background-repeat:repeat-x;
	background-position:0px 92px;
}

/*//////////////////////////////// RESET ////////////////////////////////*/
html, body, input, select, textarea
{
	font-family:Arial, Tahoma, Verdana;
	color:#aaaaaa;
	color:#fff;
	font-size:11px;
}

a
{
	color:#3e3e3e;
	text-decoration:none;
}

a:hover
{
}

img, a img { border:none; }

h1, h2, h3, h4, h5, h6, p
{
	padding:0;
	margin:0 0 15px 0;
	font-weight:normal;
}

ul { list-style:none; }

ul, li, form
{
	margin:0;
	padding:0;
}
/*//////////////////////////////// RESET ////////////////////////////////*/



/*//////////////////////////////// COMMON ////////////////////////////////*/
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

a.signup
{
	float:left;
	width:396px;
	height:76px;
	
	background-image:url(signup_button.png);
	background-repeat:repeat-x;
	background-position:top left;
	text-indent:-9999px;
}

.facebook a.signup
{
	background-image:url(fb_signup_button.png);
}

/*//////////////////////////////// COMMON ////////////////////////////////*/



/*//////////////////////////////// BODY ////////////////////////////////*/
.home
{
    background-color:#fff;
	background-image:url(bg_home.jpg);
	background-position:0px 208px;
}

.facebook
{
    background-color:#3e3e3e;
	background-image:url(bg_facebook.jpg);
	background-position:center 92px;
}

.home #wrapper
{
	background-image:url(content_home.jpg);
}

.facebook #wrapper
{
	background-image:url(content_facebook2.jpg);
}

.features
{
	background-image:url(bg_features.jpg);
}

.features #wrapper
{
	background-image:url(content_features.jpg);
}
.contact #wrapper
{
	background-image:url(content.jpg);
}

.plans
{
	background-image:url(bg_plans.jpg);
}

.plans #wrapper
{
	background-image:url(content_plans.jpg);
}

/*//////////////////////////////// BODY ////////////////////////////////*/



/*//////////////////////////////// LAYOUT ELEMENTS ////////////////////////////////*/
#wrapper
{
	width:100%;
	margin:0 auto;
	position:relative;
	background-repeat:no-repeat;
	background-position:50% 92px;
	min-height:100%;
}
	.home #wrapper
	{
		background-position:50% 208px;
	}

.center
{
	width:960px;
	margin:0 auto;
	position:relative;
	/*background-color:#f00;*/
}

#header
{
	float:left;
	width:100%;
	height:105px;
	
	background-image:url(navigation.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}

#ribbon
{
	float:left;
	width:100%;
	height:117px;
	margin-top: -19px;
	background-image:url(fb_ribbon.png);
	background-repeat:no-repeat;
	background-position:center 0;
	z-index: 5555;
	position: relative;
}

#destacado
{
	background:#1f325c url(bg_facebook.png) 0 0 repeat-x;
	float:left;
	margin-top:-14px;
	width:100%;

}
	#destacado .center
	{
		background:url(content_facebook.jpg) 0 0 no-repeat;
		height:129px;
		position:relative;
		text-shadow:1px 1px 0 #7eab0f;
	}
	
		#destacado h1
		{
			margin:0 0 6px 0;
			font-size:48px;
			letter-spacing:-1.5px;
		}
		#destacado h1
		{
			background:url(facebook_ribbon.png) 0 0 no-repeat;
			width:239px;
			height:140px;
			margin:0;
			position:absolute;
			top:-6px;
			left:-38px;
			text-indent:-9999em;
		}
		#destacado h2
		{		
			font-size:36px;
			font-weight:bold;
			margin:0;
			position:absolute;
			left:200px;
			top:45px; color:white;
		}
			#destacado2 h2 img
			{
				margin-left:10px;
				vertical-align: middle;
				
			}
		#destacado a
		{
			background:url(learn_more.png) 0 0 no-repeat;
			display:none;
			position:absolute;
			right:-13px;
			top:50px;
			text-indent:-9999em;
			width:158px;
			height:38px;
			overflow:hidden;
		}

/*//////////////////////////////// LAYOUT ELEMENTS ////////////////////////////////*/

/*//////////////////////////////// RIBBON ////////////////////////////////*/
#ribbon h1
{
	font-size:40px;
	padding-top:25px;
	text-align:center;
}

/*//////////////////////////////// HEADER ////////////////////////////////*/
#header #logo
{
	float:left;
	width:297px;
	height:43px;
	text-indent:-99999px;
	
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	
	position:absolute;
	top:20px;
	left:0px;
}

#header #navigation
{
	float:right;
	margin-top:14px;
}

#header #navigation li
{
	float:left;
	height:48px;
	padding:15px 10px 0 10px;
	
	background-image:url(nav_seperator.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#header #navigation li a
{
	float:left;
	padding:0;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:1px 1px 0 #000000;
}

#header #navigation li a span
{
	float:left;
	height:24px;
	padding:7px 0 0 9px;
	margin-right:9px;
}

#header #navigation li a:hover
{
	background-image:url(nav_bg.png);
	background-position:100% 0px;
	background-repeat:no-repeat;
}

#header #navigation li a:hover span
{
	
	background-image:url(nav_bg.png);
	background-position:0% 0px;
	background-repeat:no-repeat;
}

#header #navigation li.home
{
	background:none;	
}

#header #navigation li.sign
{
	float:left;
	height:48px;
	margin-left:10px;
	padding:15px 0 0 0;
	background:none;
}

#header #navigation li.sign a
{
	width:97px;
	height:31px;
	padding:0;
	margin:0;
	background-image:url(signin_button.png);
	background-position:100% 0px;
	background-repeat:no-repeat;
	text-indent:-99999px;
}
/*//////////////////////////////// HEADER ////////////////////////////////*/



/*//////////////////////////////// INTRO ////////////////////////////////*/
#intro
{
	float:left;
	width:100%;
	margin-top:18px;
}

.facebook #intro
{
	margin-top:12px;
	height: 410px;
}

#intro h1
{
	margin:0 0 6px 0;
	font-size:48px;
	letter-spacing:-1.5px;
}

.facebook #intro h1
{
	font-size:48px;
	margin:0 0 15px 0;
}
	.facebook #intro h1 span
	{
		font-size:60px;
	}
	.facebook #intro h1 img
	{
		vertical-align:middle;
	}

#intro small
{
	float:left;
	font-size:16px;
	margin:-10px 0 0 0;
}

#intro .welcome
{
	float:left;
	width:406px;
	height:368px;
	/*background-color:#f00;*/
	/*background-image:url(welcome_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;*/
	position:relative;
	text-shadow:1px 1px 0 #7eab0f;
}

.facebook #intro .welcome
{
	height: 400px;
	text-shadow:1px 1px 0 #13234e;
}

.facebook #intro .welcome
{
	background-image:none;
}

#intro .welcome .w
{
	width:365px;
	line-height:19px;
	font-size:16px;
	margin-bottom:7px;
	padding-bottom:7px;
	
	background-image:url(welcome_hr.png);
	background-position:bottom center;
	background-repeat:repeat-x;
}

#intro .welcome .t
{
	width:100%;
	font-family:Georgia, Arial, Tahoma, Verdana;
}

#intro .welcome .t .q
{
	float:left;
	width:45px;
	padding-left:15px;
	font-family:Georgia, Arial, Tahoma, Verdana;
	font-size:72px;
}

#intro .welcome .t p
{
	float:left;
	width:305px;
	font-style:italic;
	font-size:18px;
}

#intro .welcome .t p span
{
	clear:both;
	float:left;
	margin-top:10px;
	font-style:normal;
	font-size:13px;
	color:#e6f0c0;
	text-shadow:none;
}

#intro .welcome .t p span a
{
	color:#e6f0c0;
}

#intro .welcome a.signup
{
	position:absolute;
	left:1px;
	bottom:0px;
}

.facebook #intro .welcome p
{
	font-size:16px;
	line-height:19px;
	margin:0 0 20px 0;
}


#intro .screenshots
{
	float:right;
	margin-top:6px;
	margin-right:2px;
	width:539px;
	height:362px;
	/*background:#fff;*/
}

.facebook #intro .screenshots
{
	margin:12px 1px 0 0;
}

#intro .screenshots a
{
	float:right;
	width:539px;
	height:362px;
	
	background-image:url(welcome_screenshots2.png);
	background-repeat:repeat-x;
	background-position:top left;
}

.facebook #intro .screenshots a
{
	background-image:url(fb_screenshot.jpg);
	height:393px;
}

/*//////////////////////////////// INTRO ////////////////////////////////*/

/*//////////////////////////////// FEATURES ////////////////////////////////*/
#features
{
	background:#fff;
	color:#758ab6;
	float:left;
	font-size:13px;
	width:100%;
	margin-top:46px;
}

#features p
{
	margin:0;
}

#features h2
{
	color:#8d9767;
	font-size:30px;
	font-weight:normal;
	margin-bottom:20px;
	text-transform:lowercase;
}

.facebook #features h2
{
	color:#3b5997;
}

#features .columns
{
	overflow:hidden;
}
#features .columns .column
{
	float:left;
	width:307px;
	padding-left:19px;
}
#features .columns .column:first-child
{
	padding-left:0;
}

#features .more
{
	padding-top:45px;
	overflow:hidden;
}
#features .more .slides
{
	float:left;
	width:608px;
}
#features .more .pagination
{
	float:left;
	width:32px;
}
#features .more .pagination a
{
	display:block;
	background-image:url(sprites.png);
	background-repeat:no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}
#features .more .pagination .nav,
#features .more .pagination .nav a
{
	height:32px;
	width:32px;
}
#features .more .pagination .prev
{
	padding-bottom:9px;
}
#features .more .pagination .prev a
{
	background-position:0 0;
}
#features .more .pagination .next
{
	padding-top:9px;
}
#features .more .pagination .next a
{
	background-position:-32px 0;
}
#features .more .pagination .page
{
	padding:4px 11px;
}
#features .more .pagination .page,
#features .more .pagination .page a
{
	background-position:-64px 0;
	height:10px;
	width:10px;
}
#features .more .pagination .page.current a
{
	background-position:-64px -10px;
}

#features .more .screenshots
{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:576px;
}
#features .more .screenshots li
{
	display:none;
	padding-left:9px;
	overflow:hidden;
}
#features .more .screenshots li.current
{
	display:block;
}
#features .more .screenshots li .screenshot
{
	background:url(fb_feature_screenshot.png) 0 0 no-repeat;
	float:left;
	padding:13px 13px 9px 13px;
	height:144px;
	width:225px;
}
#features .more .screenshots li .description
{
	float:left;
	padding-left:7px;
	width:309px;
}
#features .more .screenshots li .description h3
{
	color:#3b5997;
	font-size:18px;
	margin:0 0 13px 0;
}
#features .more .screenshots li .description p
{
	padding-right:30px;
	margin-bottom:25px;
}
#features .more .screenshots li .description a
{
	display:inline-block;
	color:#47639e;
	background:#eceef3;
	padding:6px 12px;
	font-weight:bold;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#features .more div.list
{
	background:url(fb_features_list_bg.png) center 3px no-repeat;
	float:left;
	overflow:hidden;
	width:352px;
}
#features .more div.list ul
{
	overflow:hidden;
	margin-bottom:20px;
}
#features .more div.list li
{
	float:left;
	height:62px;
	min-height:62px;
	padding-left:55px;
	width:116px;
}
#features .more div.list .icon
{
	background-position:12px 0;
	background-repeat:no-repeat;
}
#features .more div.list .manage
{
	background-image:url(icon_manage.png);
}
#features .more div.list .customize
{
	background-image:url(icon_customize.png);
}
#features .more div.list .market
{
	background-image:url(icon_market.png);
	background-position:12px 3px;
	clear:left;
	margin-top:15px;
}
#features .more div.list .track
{
	background-image:url(icon_track.png);
	background-position:12px 3px;
	margin-top:15px;
}
#features .more div.list a
{
	background:url(see_more.png) 0 0 no-repeat;
	display:block;
	float:right;
	text-indent:-9999em;
	width:289px;
	height:38px;
}

#features .more div.list h3
{
	color:#3b5997;
	font-size:24px;
	margin:0 0 1px 0;
	text-transform:uppercase;
}
#features .more div.list p
{
	font-size:11px;
}

#features ul.list
{
	background:#eceef1 url(fb_features.png) -19px 0 repeat-y;
	border:14px solid #eceef1;
	color:#7085b2;
	overflow:hidden;
	margin-top:30px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#features ul.list li
{
	background:url(tick_alt.png) 20px 2px no-repeat;
	float:left;
	padding:0 15px;
	width:203px;
}
#features ul.list h3
{
	font-size:22px;
	text-transform:lowercase;
	margin:0 0 10px;
	word-spacing:-4px;
	padding-left:33px;
}
#features ul.list p
{
	font-size:11px;
}

/*//////////////////////////////// FEATURED ////////////////////////////////*/
#featured
{
	float:left;
	width:100%;
	padding-top:44px;
	min-height:320px;
	
	background-image:url(footer_home.jpg);
	background-position:50% 180px;
	background-repeat:repeat-x;
}
.white
{
    background-color:#fff;
}

.facebook #featured
{
	background-color: #fff;
}

#featured h2
{
	color:#8d9767;
	font-size:30px;
	font-weight:normal;
	text-transform:lowercase;
}

.facebook #featured h2
{
	color:#3b5997;
}

#featured ul
{
	clear:both;
	float:left;
	margin-top:5px;
	padding-bottom:22px;
	border-bottom:1px solid #4c4c4c;
}

#featured ul li
{
	float:left;
	width:225px;
	/*height:144px;*/
	padding-top:13px;
	margin-right:20px;
	background-image:url(snap_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	color:#787777;
}

#featured ul li.last
{
	margin-right:0;
}

#featured ul li a
{
	float:left;
	margin-bottom:12px;
}

#featured ul li p
{
	clear:both;
	margin:0;
}

#featured ul li a.head
{
	height:25px;
	padding:0 0 0 0px;
	font-size:13px;
	font-weight:bold;
	color:#fff;
	
	background-image:url(shop_heading.png);
	background-position:100% 0px;
	background-repeat:no-repeat;
}

#featured ul li a.head span
{
	float:left;
	height:20px;
	padding-top:5px;
	padding-left:10px;
	margin-right:10px;
	background-image:url(shop_heading.png);
	background-position:0% 0px;
	background-repeat:no-repeat;
}

#featured ul li a.head:hover
{
	color:#535353;
	background-position:100% 100%;
}

#featured ul li a.head:hover span
{
	background-position:0% 100%;
}
/*//////////////////////////////// FEATURED ////////////////////////////////*/



/*//////////////////////////////// FOOTER ////////////////////////////////*/
#footer
{
	float:left;
	width:100%;
	padding-bottom:30px;
	color:#787878;
	/*padding-top:22px;*/
	background-color:#3e3e3e;
}

#footer .center
{
	padding-top:14px;
	/*border-top:1px solid #4c4c4c;*/
}

#footer a
{
	color:#aaaaaa;
}

#footer a:hover
{
	color:#fff;
}

#footer a.logo
{
	float:left;
	width:131px;
	height:30px;
	margin-right:20px;
	
	background-image:url(logo_small.png);
	background-position:top left;
	background-repeat:no-repeat;
}

#footer .notes
{
	float:left;
	margin-top:2px;
}

#footer #links
{
	float:right;
	margin-top:4px;
}

#footer #links li
{
	float:left;
	padding-top:2px;
	margin-right:28px;
}

#footer #links li a
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

#footer #links li.connect
{
	float:left;
	margin-top:0;
	margin-right:0;
	margin-left:7px;
}

#footer #links li.connect a
{
	float:left;
	width:16px;
	height:16px;
	background-image:url(icons.png);
	background-repeat:no-repeat;
}

#footer #links li.connect a.twit
{
	background-position:top left;
}

#footer #links li.connect a.facebook
{
	background-position:top right;
}
/*//////////////////////////////// FOOTER ////////////////////////////////*/












/*//////////////////////////////// FEATURES ////////////////////////////////*/
.features #intro
{
	margin-bottom:45px;
}

.features #intro .signup
{
	position:absolute;
	top:30px;
	right:0px;
}

.features #footer
{
	height:100px;
	background-image:url(footer_home.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}

.features #col
{
	float:left;
	width:100%;
	min-height:700px;
}

.features .leftcol
{
	float:left;
	width:550px;	
}

.features .leftcol li
{
	float:left;
	padding-bottom:22px;
	margin-bottom:22px;
	border-bottom:1px solid #ebf1d8;
}

.features .leftcol .preview
{
	float:left;
	width:226px;
	height:150px;
	padding:20px 8px 0 8px;
	margin-right:15px;
	background-image:url(screenshot.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	position:relative;
}

.features .leftcol .badges
{
	float:left;
	width:226px;
	height:150px;
	padding:20px 8px 0 8px;
	margin-right:15px;
	background-position:0px 8px;
	background-repeat:no-repeat;
	position:relative;
	text-align:center;
}

.features .leftcol .preview .tick
{
	width:26px;
	height:26px;
	background-image:url(tick.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}

.features .leftcol .preview .zoom
{
	width:45px;
	height:45px;
	background-image:url(zoom.png);
	background-position:top left;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}
.features .leftcol .feature
{
	float:left;
	width:285px;
	padding:10px 0;
	font-size:13px;
	color:#8e9867;
}

.features .leftcol .feature h3
{
	font-size:18px;
	color:#8d9767;
}

.features .leftcol .feature a.su
{
	float:left;
	background-image:url(features_signup.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:113px;
	height:21px;
	padding-top:4px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	color:#cad1b2;
}

.features .rightcol
{
	float:right;
	width:410px;
	margin-top:20px;
	padding:20px 0;
	background-image:url(features_list_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#8e9867;
	position:absolute;
	right:0;
}

.features .rightcol li
{
	padding:0;
	margin:0;
	background-position:top left;
	background-repeat:no-repeat;
	color:#8e9867;
	height:56px;
	cursor:hand;
	cursor:pointer;
}

.features .rightcol li div
{
	padding:10px 10px 7px 10px;
	border-bottom:1px solid #dfe5cd;
	margin:0 27px 10px 35px;
	position:relative;
}

.features .rightcol li.end, .features .rightcol li.end:hover
{
	background-color:#f5f8e7;
	background-image:url(features_list_footer.jpg);
	background-position:-11px 100%;
	background-repeat:no-repeat;
	height:25px;
	margin-left:12px;
	margin-right:2px;
	cursor:default;
}

.features .rightcol li.quote, .features .rightcol li.quote:hover
{
	background:#fff;
	cursor:default;
}

.features .rightcol li.quote .t
{
	float:left;
	width:100%;
	padding:0;
	margin:30px 0 0 0;
	font-family:Georgia, Arial, Tahoma, Verdana;
	border:none;
}

.features .rightcol li.quote .t .q
{
	float:left;
	width:45px;
	padding-left:15px;
	font-family:Georgia, Arial, Tahoma, Verdana;
	font-size:72px;
	color:#dde0d1;
}

.features .rightcol li.quote .t p
{
	float:left;
	width:300px;
	font-style:italic;
	font-size:18px;
	color:#8e9867;
	line-height:22px;
}

.features .rightcol li.quote .t p span
{
	clear:both;
	float:left;
	margin-top:10px;
	font-style:normal;
	font-size:13px;
	color:#e6f0c0;
	text-shadow:none;
}

.features .rightcol li.quote .t p span a
{
	color:#dde0d1;
}



.features .rightcol li.last div
{
	border:none;
}

.features .rightcol li div span.i 
{
	float:left;
	width:24px;
	height:24px;
	position:absolute;
	top:16px;
	right:10px;
	background-image:url(features_icon.jpg);
	background-repeat:no-repeat;
}

.features .rightcol li p
{
	padding:0;
	margin:0;
}

.features .rightcol li h4
{
	font-size:22px;
	margin:0 0 2px 0;
}

.features .rightcol li:hover, .features .rightcol li.current
{
	background-image:url(features_list_hover.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.features .rightcol li:hover div, .features .rightcol li.current div
{
    border-bottom:none;
}

.features .rightcol li div span.ai { background-position:0px 0px; }
.features .rightcol li:hover div span.ai, .features .rightcol li.current div span.ai { background-position:-24px 0px; }

.features .rightcol li div span.om { height:20px;background-position:0px -24px; }
.features .rightcol li:hover div span.om, .features .rightcol li.current div span.om { background-position:-24px -24px; }

.features .rightcol li div span.cm { height:21px;background-position:0px -44px; }
.features .rightcol li:hover div span.cm, .features .rightcol li.current div span.cm { background-position:-24px -44px; }

.features .rightcol li div span.m { height:22px;background-position:0px -65px; }
.features .rightcol li:hover div span.m, .features .rightcol li.current div span.m { background-position:-24px -65px; }

.features .rightcol li div span.d { height:25px;background-position:0px -87px; }
.features .rightcol li:hover div span.d, .features .rightcol li.current div span.d { background-position:-24px -87px; }

.features .rightcol li div span.pm { height:24px;background-position:0px -112px; }
.features .rightcol li:hover div span.pm, .features .rightcol li.current div span.pm { background-position:-24px -112px; }

.features .rightcol li div span.cp { height:21px;background-position:0px -136px; }
.features .rightcol li:hover div span.cp, .features .rightcol li.current div span.cp { background-position:-24px -136px; }

.features .rightcol li div span.fs { height:24px;background-position:0px -157px; }
.features .rightcol li:hover div span.fs, .features .rightcol li.current div span.fs { background-position:-24px -157px; }
/*//////////////////////////////// FEATURES ////////////////////////////////*/



/*//////////////////////////////// PLANS ////////////////////////////////*/
.plans #intro h1
{
	letter-spacing:-2px;
}

.plans .support
{
	clear:both;
	float:left;
	width:960px;
	height:103px;
	
	margin-top:20px;
	margin-bottom:20px;
	background-image:url(plans_support_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#fff;
}

.plans .support .call
{
	clear:both;
	float:left;
	width:520px;
	/*height:88px;*/
	padding-left:45px;
	margin-left:20px;
	margin-top:15px;
	
	/*background-color:#f00;*/
	background-image:url(support_call_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.plans .support .call h4, .plans .support .call h5, .plans .support .chat h4, .plans .support .chat h5
{
	margin:0 0 0px 0;
	text-transform:lowercase;
	letter-spacing:-1px;
}

.plans .support .call h4
{
	font-size:36px;
}

.plans .support .call h5, .plans .support .chat h5
{
	font-size:22px;
}

.plans .support .chat
{
	float:left;
	margin-left:25px;
	margin-top:15px;
	padding-left:45px;
	background-image:url(support_chat_bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.plans .support .chat h4
{
	font-size:34px;
}
.plans .support .chat a 
{
	color:#fff;
}
.plans .table_wrapper
{
	clear:both;
	float:left;
	width:100%;
	background-image:url(bg_plans.jpg);
	background-position:top center;
}

.plans .table_wrapper_inner
{
	clear:both;
	float:left;
	width:100%;
	background-image:url(plans_table_wrapper.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

.plans .table
{
	clear:both;
	float:left;
	width:100%;
	background-color:transparent;
	background-image:url(plans_table.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

.plans .table ul > li
{
	float:left;
	width:200px;
}

.plans .table ul
{
	float:left;
	position:relative;
}

.plans .table ul > li:first-child
{
	width:160px;
}

.plans .table ul > li:first-child ul
{
	float:left;
	margin-top:117px;
}

.plans .table ul > li:first-child ul li:first-child, .plans .table ul > li:first-child ul li
{
	background-color:#f4f8e6;
	background-image:none;
	width:145px;
	height:12px;
	padding:19px 15px 19px 0;
	font-size:11px;
	font-weight:bold;
	text-align:right;
}

.plans .table ul > li:first-child ul li.first
{
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	-webkit-border-top-left-radius:8px;
}

.plans .table ul > li:first-child ul li.last
{
	border-bottom-left-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-webkit-border-bottom-left-radius:8px;
}

.plans .table ul > li:first-child ul li.even
{
	background-color:#fff;
}

.plans .table ul > li:first-child ul li.shadow
{
  border:none; background-color:transparent;
  background-image:url(plans_table_shadow.png);
  background-position:top right; background-repeat:no-repeat;
  height:100%; width:145px; position:absolute; top:-8px;
  right:0px; padding-bottom:0px;
}

.plans .table ul > li ul li:first-child, .plans .table ul > li ul li.head
{
	float:left;
	width:200px;
	height:117px;
	padding:0;
	background-image:url(plans_table_head.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	border:none;
	text-align:left;
	position:relative;
}

.plans .table ul > li ul li.head h3
{
	font-size:18px;
	text-transform:uppercase;
	color:#656666;
	margin-top:6px;
	margin-bottom:10px;
	margin-left:9px;
}

.plans .table ul > li ul li.head .p
{
	margin-left:15px;
	font-size:48px;
	color:#fff;
}

.plans .table ul > li ul li.head .p span
{
	float:left;
	margin-right:5px;
	color:#666666;
}

.plans .table ul > li ul li.head .pm
{
	font-size:12px;
	color:#8d9767;
	text-transform:lowercase;
	position:absolute;
	bottom:16px;
	right:8px;
}

.plans .table ul > li ul li.head .pop
{
	float:right;
	width:76px;
	height:76px;
	background-image:url(plans_popular.png);
	background-position:top center;
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	right:0px;
}

.plans .table ul > li ul
{
	position:relative;
	float:left;
}

.plans .table ul > li ul li
{
	width:199px;
	padding:15px 0;
	height:20px;
	border-right:1px solid #fff;
	/*border-left:1px solid #fff;*/
	background:#e7edd2;
	color:#8d9767;
	font-size:18px;
	text-align:center;
}

.plans .table ul > li ul li.even
{
	background:#f4f8e6;
}

.plans .table ul > li ul li.shadow
{
  border:none; background-color:transparent;
  background-image:url(plans_table_shadow2.png);
  background-position:top left; background-repeat:no-repeat;
  height:100%; width:25px; position:absolute; top:0px; left:0px;
  z-index:10;
}

.plans .table ul > li ul li .y, .plans .table ul > li ul li .n
{
	margin:0 auto;
	width:20px;
	height:21px;
	background-image:url(plans_check.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.plans .table ul > li ul li .n
{
	background-position:bottom left;
}

.plans .table ul > li ul li.sign
{
	height:auto;
	padding:30px 0 5px 0;
	background-image:url(plans_sign_bg.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
}

.plans .table ul > li ul li.sign span
{
	clear:both;
	float:left;
	width:100%;
	margin-top:5px;
	font-size:11px;
}

.plans .table ul > li ul li .signup
{
	width:97px;
	height:31px;
	margin-left:53px;
	background-image:url(plans_signup.jpg);
}



.plans .faqs
{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:-15px;
	background-color:#fff;
	background-image:url(plans_faq.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#8d9767;
}

.plans .faqs h5
{
	margin-top:33px;
	margin-bottom:5px;
	font-size:13px;
}

.plans .faqs ul
{
	clear:both;
}

.plans .faqs ul li
{
	float:left;
	border-left:1px solid #eff4de;
	border-bottom:1px solid #eff4de;
	padding-top:15px;
	padding-left:15px;
	width:309px;
}

.plans .faqs ul li.first
{
	border-left:none;
	padding-left:0;
	margin-left:0;
}

.plans .faqs ul.bottom li
{
	border-bottom:none;
}

.plans .faqs ul li .question
{
	font-size:18px;
	margin-bottom:15px;
}

.plans .faqs ul li a
{
	color:#ff9000;
}

.plans .faqs ul li a:hover
{
	text-decoration:underline;
}
/*//////////////////////////////// PLANS ////////////////////////////////*/

/*//////////////////////////////// TOUR ////////////////////////////////*/
.plans .tourfaqs
{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:-15px;
	background-color:#fff;
	background-image:url(tour_faq.jpg);
	background-position:top center;
	background-repeat:no-repeat;

}

/*//////////////////////////////// TOUR ////////////////////////////////*/

/*//////////////////////////////// PAGES ////////////////////////////////*/
.pages #col
{
	color:#8e9867;
	font-size:14px;
	line-height:18px;
}

.pages #col p, .pages #col ul
{
	margin-bottom:30px;
}

.pages #col h2
{
	margin:0 0 10px 0;
	color:#8d9767;
	font-size:30px;
	text-transform:uppercase;
}

.pages #col h3
{
	margin:0 0 10px 0;
	color:#8d9767;
	font-size:18px;
}

.pages #col hr
{
	border:none;
	border-top:1px solid #ecf2d9;
	margin-top:20px;
	margin-bottom:25px;
}

.pages #col ul
{
	margin:0 40px 30px 40px;
}

.pages #col ul li
{
	margin:0 0 20px 0;
	padding:0 0 0 30px;
	background-image:url(li.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
/*//////////////////////////////// PAGES ////////////////////////////////*/



































/* *** Float containers fix:
http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */