/* Main stylesheet for layout and common elements */
html		{ height:100%; margin-bottom:1px; } /* forces scrollbars in Firefox */
/*body		{ opacity:0.9999; } */	/* Fix for mac firefox anti-alias popping */
body		{ margin:0px; padding:0px; background-color:#1f2b33; text-align:center; }
body		{ font:normal 12px Arial, Verdana, Geneva, Helvetica, sans-serif; color:#dddddd; text-align:center; }
img			{ border:0px; }
form		{ margin:0px; padding:0px; }
input		{ border:1px solid #7fabc7; background-color:#313c43; color:#A7A9AA; padding:3px 5px; font:normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif; }
select		{ border:1px solid #7fabc7; background-image:none; background-color:#313c43; color:#A7A9AA; padding:1px; font:normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif; }
textarea	{ border:1px solid #7fabc7; background-color:#313c43; color:#A7A9AA; padding:2px 0px 2px 5px; font:normal 11px Arial, Verdana, Geneva, Helvetica, sans-serif; }
.checkbox	{ border:none; margin:0px; padding:0px; height:12px; background-color:transparent; }
.radio		{ border:none; margin:0px; padding:0px; background-color:transparent; }
.file		{ border:none; background-color:inherit; }
a			{ color:#80c5ea; }
.link		{ color:#80c5ea; text-decoration:underline; cursor:pointer; }
a.bare		{ text-decoration:none; }
a.bare:hover{ text-decoration:underline; }
.button		{ cursor:pointer; }
.spacer		{ clear:both; width:1px; height:1px; line-height:1px; font-size:1px; }
.typo		{ border:1px solid #dc7b46; color:#dc7b46; background-color:#332821; }
.white		{ color:#ffffff; }
.blue		{ color:#8ec2e3; }
.green		{ color:#54da8b; }
.red		{ color:#ff8076; }
.orange		{ color:#ffc076; }
.offwhite	{ color:#dddddd; }
.bold		{ font-weight:bold; }
a.add		{ background:url(/images/add.png) left no-repeat; padding:3px 0px 3px 26px; text-decoration:none; color:#54da8b; display:block; margin-top:3px; }
a.add:hover	{ text-decoration:underline; }
tr.row_a	{ background-color:#51606b; }
tr.row_b	{ background-color:#495661; }
object		{ outline:none; }

input.white 		{ background-color:#ffffff; color:#333333; }
select.white 		{ background-color:#ffffff; color:#333333; }
select.white option	{ background-color:#ffffff; color:#333333; }
select.white option.white	{ background-color:#ffffff; color:#333333; }

.small input, .small select, .small textarea { font-size:11px; }

table.align_top tr td { vertical-align:top; }

h3			{ color:#80c5ea; font-size:16px; font-weight:bold; margin:0px; padding:0px; position:relative; }
h4			{ color:#ffffff; font-size:13px; font-weight:bold; margin:0px; padding:0px; position:relative; }

.error			{ background:#FFDB7A url(/images/error_back.png) top left repeat-y; width:951px; margin:0px auto 10px auto; }
.error .top		{ background:url(/images/error_top.png) top left no-repeat; width:951px; height:18px; line-height:1px; font-size:1px; }
.error .content { background:url(/images/error_left.png) top left no-repeat; padding-left:75px; font-size:12px; color:#a91c05; }
.error .title 	{ font-size:16px; color:#a91c05; font-weight:bold; }
.error .bot 	{ background:url(/images/error_bot.png) no-repeat; width:951px; height:11px; line-height:1px; font-size:1px; }

.message		{ background:#42895C url(/images/message_back.png) top left repeat-y; width:951px; margin:0px auto 10px auto; }
.message .top	{ background:url(/images/message_top.png) top left no-repeat; width:951px; height:18px; line-height:1px; font-size:1px; }
.message .content { background:url(/images/message_left.png) top left no-repeat; padding:6px 0px 8px 75px; font-size:12px; color:#ffffff; }
.message .bot	{ background:url(/images/message_bot.png) no-repeat; width:951px; height:11px; line-height:1px; font-size:1px; }

.info			{ background:#42895C url(/images/info_back.png) top left repeat-y; width:951px; margin:0px auto 10px auto; }
.info .top		{ background:url(/images/info_top.png) top left no-repeat; width:951px; height:18px; line-height:1px; font-size:1px; }
.info .content	{ background:url(/images/info_left.png) top left no-repeat; padding:6px 0px 8px 75px; font-size:12px; color:#ffffff; }
.info .bot		{ background:url(/images/info_bot.png) no-repeat; width:951px; height:11px; line-height:1px; font-size:1px; }

.print			{ margin-right:20px; float:right; }

.btn			{ color:#54da8b; border:1px solid #516673; background:url(/images/btn_back.png) right repeat-x; background-color:#213c58; cursor:pointer; font-size:11px; font-weight:normal; height:22px; }
.btn_green		{ color:#54da8b; border:1px solid #516673; background:url(/images/btn_green_back.png) right no-repeat; background-color:#213c58; padding-right:15px; cursor:pointer; font-size:11px; font-weight:normal; height:22px; }
.btn_green_left	{ color:#54da8b; border:1px solid #516673; background:url(/images/btn_green_left_back.png) left no-repeat; background-color:#213c58; padding-left:15px; cursor:pointer; font-size:11px; font-weight:normal; height:22px; }
.btn_green_bare	{ color:#54da8b; border:1px solid #516673; background:url(/images/btn_green_back.png) left no-repeat; background-color:#213c58; cursor:pointer; font-size:11px; font-weight:normal; height:22px; }
.btn_red		{ color:#ff8076; border:1px solid #516673; background:url(/images/btn_red_back.png) right no-repeat; background-color:#213c58; padding-right:15px; cursor:pointer; font-size:11px; font-weight:normal; height:22px; }
.btn_red_bare	{ color:#ff8076; border:1px solid #516673; background:url(/images/btn_red_back.png) left no-repeat; background-color:#213c58; cursor:pointer; font-size:11px; font-weight:normal; height:22px; }

.table_edit td		{ height:25px; vertical-align:middle; }
.table_view td		{ height:18px; vertical-align:middle; }
.table_edit .key, .table_view .key	{ font-weight:bold; font-size:12px; text-align:right; }
.table_edit .val, .table_view .val	{  }


tr.height16 td		{ height:16px; }

.table_gen			{ border:1px solid #77858f; }
.table_gen td,
.table_gen th		{ padding: 2px; font-size:11px; }
.table_gen thead	{ background-color: #77858f; font-weight:bold; color:#ffffff; }
.table_gen .thead	{ background-color: #77858f; font-weight:bold; color:#ffffff; }
.table_gen thead a, .table_gen .thead a, .table_gen thead .link, .table_gen .thead .link { color:#ffffff; }
.table_gen thead input	{ margin:0px; height:16px; font-size:11px; }
.table_gen .tr_header	{ background-color: #dddddd; color:#585858; }
/*.table_gen .key		{ color:#2b598d; text-align:right; padding-right:8px; font-size: 12px; }*/
.px12 th, .px12 td	{ font-size:12px; }
.tr_a				{ background-color: #586671; border-bottom: 1px slid #cccccc; }
.tr_b				{ background-color: #65727d; border-bottom: 1px slid #cccccc; }

#layout						{ width:971px; margin:0px auto; text-align:left; }

#layout_status				{ background:url(/images/status_back.png) bottom left repeat-x; background-color:#31414b; color:#ffffff; font-size:11px; font-weight:bold; line-height:23px; height:27px; display:block; float:right; }
#layout_status div			{ float:left; }
#layout_status .left		{ background:url(/images/status_left.png) bottom left no-repeat; height:27px; width:5px; }
#layout_status .right		{ background:url(/images/status_right.png) bottom left no-repeat; height:27px; width:5px; }
#layout_status img			{ display:block; float:left; margin-left:5px; }
#layout_status input		{ float:left; font:bold 10px Arial, Helvetica, sans-serif; padding:0px 0px 0px 5px; float:left; margin:1px 2px; height:13px; }
#layout_status .status_input{ border:1px solid #3f6480; background-color:#212c33; color:#46a7dc; }
#layout_status .text		{ margin:0px 5px; }

#layout_logo				{ clear:both; height:67px; position:relative; }
#layout_logo #image			{ position:absolute; left:0px; bottom:0px; }
#layout_logo #slogan		{ position:absolute; right:0px; }

#layout_top					{ background:#31414B url(/images/layout_top.png) top left no-repeat; width:971px; height:9px; display:block; clear:both; line-height:1px; font-size:1px; }

#layout_nav					{ background:url(/images/layout_back.png) top left repeat-y; background-color:#31414b; height:42px; }
#layout_nav .items			{ background:url(/images/nav_back.png) top left repeat-x; width:957px; background-color:#000000; margin-left:7px; height:29px; }
#layout_nav div.item		{ background:url(/images/nav_separator.png) top right no-repeat; float:left; padding-right:1px; position:relative; }
#layout_nav div.item_over	{ background:url(/images/nav_separator.png) top right no-repeat; float:left; padding-right:1px; position:relative; }
#layout_nav img				{ display:block; }
#layout_nav #input_site_search	{ background-color:#313c43; color:#a7a9aa; border:1px solid #739bb5; font:normal 11px Arial, Helvetica, sans-serif; margin:3px 5px 0px 0px; width:150px; height:16px; text-align:center; padding:4px 0px 0px 0px; }
#layout_nav .bottom			{ background:url(/images/nav_bottom.png) top left no-repeat; width:971px; height:4px; display:block; clear:both; line-height:1px; font-size:1px; }
#layout_nav div#n6		{ background:none; padding-right:0;}

#layout_main				{ background:#31414B url(/images/layout_back.png) top left repeat-y; }
#layout_main .dark_back		{ background:url(/images/layout_back_dark.png) top left repeat-y; }
#layout_main .fade_back		{ background:url(/images/layout_back_fade.jpg) top left no-repeat; }

#layout_main .section					{ background:#4B5964 url(/images/main_back.png) top left repeat-y; width:951px; margin:0px auto 5px auto; }
#layout_main .section div.top			{ background:#213C58 url(/images/main_top.png) top left no-repeat; width:951px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section .bot				{ background:#4B5964 url(/images/main_bot.png) top left no-repeat; width:951px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section h1				{ background:#213C58 url(/images/main_title_back.png) top left repeat-y; font:normal 20px Arial; color:#80c5ea; padding:5px 12px 4px 50px; margin:0px; }
#layout_main .section h1.top			{ font:normal 20px Arial; color:#5dfc96; padding:0px 12px 3px 50px; margin:0px; }
#layout_main .section h2				{ font:bold 16px Arial; color:#80c5ea; margin:0px; padding:10px 0px; }
#layout_main .section .inner_content	{ padding:20px 50px 20px 50px; }


#layout_main .section_small					{ background:#4B5964 url(/images/main_small_back.png) top left repeat-y; width:667px; float:right; position:relative; right:10px; }
#layout_main .section_small div.top			{ background:#213C58 url(/images/main_small_top.png) top left no-repeat; width:667px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section_small .bot			{ background:#4B5964 url(/images/main_small_bot.png) top left no-repeat; width:667px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section_small h1				{ background:#213C58 url(/images/main_small_title_back.png) top left repeat-y; font:normal 20px Arial; color:#80c5ea; padding:5px 12px 4px 50px; margin:0px; z-index:1; }
#layout_main .section_small h1.top			{ font:normal 20px Arial; color:#80c5ea; padding:0px 12px 3px 50px; margin:0px; z-index:1; }
#layout_main .section_small h2				{ font:bold 16px Arial; color:#80c5ea; margin:0px; padding:10px 0px; }
#layout_main .section_small .inner_content	{ padding:20px 50px 20px 50px; }

#layout_main .left_side					{ background:#4B5964 url(/images/left_back.png) top left repeat-y; width:284px; float:left; position:relative; left:10px; }
#layout_main .left_side div.top			{ background:#213C58 url(/images/left_top.png) top left no-repeat; width:284px; height:11px; font-size:1px; line-height:1px; }
#layout_main .left_side .bot			{ background:#4B5964 url(/images/left_bot.png) top left no-repeat; width:284px; height:11px; font-size:1px; line-height:1px; }
#layout_main .left_side h1				{ background:#213C58 url(/images/left_title_back.png) top left repeat-y; font:normal 20px Arial; color:#80c5ea; padding:5px 12px 4px 25px; margin:0px; z-index:1; }
#layout_main .left_side h1.top			{ font:normal 20px Arial; color:#80c5ea; padding:0px 12px 3px 25px; margin:0px; z-index:1; }
#layout_main .left_side h2				{ font:bold 16px Arial; color:#80c5ea; margin:0px; padding:10px 0px; }
#layout_main .left_side .inner_content	{ padding:20px 25px 20px 25px; }

#layout_main .section_about					{ background:#4B5964 url(/images/main_about_back.png) top left repeat-y; width:756px; float:right; position:relative; right:10px; }
#layout_main .section_about div.top			{ background:#213C58 url(/images/main_about_top.png) top left no-repeat; width:756px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section_about .bot			{ background:#4B5964 url(/images/main_about_bot.png) top left no-repeat; width:756px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section_about h1				{ background:#213C58 url(/images/main_about_title_back.png) top left repeat-y; font:normal 20px Arial; color:#80c5ea; padding:5px 12px 4px 50px; margin:0px; z-index:1; }
#layout_main .section_about h1.top			{ font:normal 20px Arial; color:#80c5ea; padding:0px 12px 3px 50px; margin:0px; z-index:1; }
#layout_main .section_about h2				{ font:bold 16px Arial; color:#80c5ea; margin:0px; padding:10px 0px; }
#layout_main .section_about .inner_content	{ padding:20px 50px 20px 50px; }

#layout_main .section_company					{ background:#4B5964 url(/images/main_about_back.png) top left repeat-y; width:756px; float:right; position:relative; right:10px; }
#layout_main .section_company div.top			{ background:#213C58 url(/images/main_about_top.png) top left no-repeat; width:756px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section_company .bot			{ background:#4B5964 url(/images/main_about_bot.png) top left no-repeat; width:756px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section_company h1				{ background:#213C58 url(/images/main_about_title_back.png) top left repeat-y; font:normal 20px Arial; color:#80c5ea; padding:5px 12px 4px 50px; margin:0px; z-index:1; }
#layout_main .section_company h1.top			{ font:normal 20px Arial; color:#80c5ea; padding:0px 12px 3px 50px; margin:0px; z-index:1; }
#layout_main .section_company h2				{ font:bold 16px Arial; color:#80c5ea; margin:0px; padding:10px 0px; }
#layout_main .section_company .inner_content	{ padding:15px 0px 0; font-size: 14px; }
#layout_main .section_company .company_products		{ width: 643px; background: url(/images/about/gradient-bg.png) no-repeat left top; margin: 0 auto; margin-bottom: 8px; }
#layout_main .section_company .company_products_inner	{ padding: 16px 65px 10px 23px; }
#layout_main .section_company h3.company_products	{ font-size: 18px;}
#layout_main .section_company ul			{ padding-left: 20px; }
#layout_main .section_company ul li		{ margin-bottom: 13px; }
#layout_main .section_company .digital_version_platinum { width:80px; height:18px; display:block; text-indent:-9999px; outline: none; float:left; margin-top:218px; margin-left:34px; }
#layout_main .section_company .digital_version_gold { width:60px; height:18px; display:block; text-indent:-9999px; outline: none; float:left; margin-top:218px; }



#layout_main .about_side				{ background:url(/images/left_about_back.png) top left repeat-y; width:180px; float:left; position:relative; left:10px; }
#layout_main .about_side .top			{ background:url(/images/left_about_top.png) top left no-repeat; width:180px; height:14px; font-size:1px; line-height:1px; }
#layout_main .about_side a.nav			{ background:url(/images/left_about_nav.png) 0px 0px no-repeat; width:180px; height:19px; padding:5px 0px 0px 30px; color:#78e4af; display:block; cursor:pointer; text-decoration:none; }
#layout_main .about_side a.nav:hover	{ background:url(/images/left_about_nav.png) 0px -24px no-repeat; width:180px; height:19px; padding:5px 0px 0px 30px; color:#78e4af; display:block; cursor:pointer; text-decoration:none; }
#layout_main .about_side .nav_bot		{ background:url(/images/left_about_nav_bot.png) top left no-repeat; width:193px; height:10px; font-size:1px; line-height:1px; }
#layout_main .about_side .bot			{ background:url(/images/left_about_bot.png) top left no-repeat; width:193px; height:11px; font-size:1px; line-height:1px; }

#layout_bot					{ background:#31414B url(/images/layout_bot.png) top left no-repeat; width:971px; height:7px; display:block; clear:both; line-height:1px; font-size:1px; }
#layout_bot_dark			{ background:url(/images/layout_bot_dark.png) top left no-repeat; width:971px; height:7px; display:block; clear:both; line-height:1px; font-size:1px; }

#layout_footer				{ padding-top:5px; display:block; clear:both; text-align:center; font-size:10px; color:#a2c8e6; }
#layout_footer a			{ color:#a2c8e6; }
#layout_footer .links		{ padding-top:2px; display:block; clear:both; text-align:center; color:#7fabce; }
#layout_footer .links a		{ color:#678ca8; }

#layout_footer #products	{ color:#80c5ea; font-size: 14px; font-weight: normal; border-bottom: 1px solid #31424e; padding: 10px 20px 10px 20px; }
#layout_footer #products .divider { width: 4px;  background: url(http://www.elitemeetings.com/images/footer_divider.png) top center no-repeat; display: inline; padding: 20px 15px 20px 15px;}
#layout_footer #products .icon { padding: 3px;}

#layout_main .section_dark			{ background:#4B5964 url(/images/dark_back.png) top left repeat-y; width:951px; margin:0px auto 5px auto; }
#layout_main .section_dark div.top	{ background:#213C58 url(/images/dark_top.png) top left no-repeat; width:951px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section_dark .bot		{ background:#4B5964 url(/images/dark_bot.png) top left no-repeat; width:951px; height:11px; font-size:1px; line-height:1px; }
#layout_main .section_dark .inner_content	{ padding:20px 50px 20px 50px; }

#crumbs					{ margin:0px 20px 10px 15px; }

/* Styles for featured property banner */
#featured				{ background:#0E1116 url(/images/community/home_featured_back.jpg) top left no-repeat; width:583px; height:152px; margin-left:10px; }
#featured .padding		{ padding:15px; }
#featured_image			{ border:1px solid #666877; float:left; }
#featured .col_1		{ float:left; width:225px; margin-left:20px; background:none; }
#featured .title		{ font-size:20px; }
#featured .name			{ font-size:14px; font-weight:bold; }
#featured .desc			{ font-size:11px; font-weight:normal; }
#featured .col_2		{ float:right; width:119px; padding:0px; }
#featured .button		{ background:url(/images/community/btn_home_back.png) top left no-repeat; width:116px; height:19px; margin-bottom:5px; }
#featured .button a		{ text-decoration:none; padding:3px 0px 0px 0px; display:block; font-size:11px; text-align:center; }


/* Styles for menu */
.menu	{ width: 150px; position: absolute; left: 0px; top: 0px; display: none; visibility: hidden; border: 1px solid #3f3a3a; background-color:#585252; }

/* Styles for nav items in sub menus */
.menu .item			{ font:bold 11px "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif; color:#80c5ea; padding:3px; width:144px; border-bottom:1px solid #424a4e; background-color:#101519; }
.menu .item_over	{ font:bold 11px "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif; color:#54da8b; padding:3px; width:144px; border-bottom:1px solid #424a4e; background-color:#1f2b33; }
.menu .item a		{ color:#80c5ea; width:150px; text-decoration:none; display:block; }
.menu .item_over a	{ color:#54da8b; width:150px; text-decoration:underline; display:block;}


/* Search suggestions */
#suggestions			{ position:absolute; border:1px solid #31414B; background-color:#1E2B33; width:275px; z-index:200; text-align:left; }
#suggestions_content	{ border:1px solid #56636B; }
#suggestions .title		{ padding:3px 5px; font-weight:bold; font-size:12px; color:#dddddd; background-color:#31414B; }
#suggestions .item		{ border-bottom:1px solid #31414B; padding:2px 5px; cursor:pointer; }
#suggestions .over		{ background:#283741 url(/images/suggest_arrow.png) center right no-repeat; }
#suggestions .item .name			{ font-size:11px; color:#8EC2E3; }
#suggestions .item .address			{ font-size:10px; color:#A7A9AA; }
#suggestions .item .name .address	{ margin-left:5px; }
#suggestions .highlight	{ font-weight:bold; background-color:#354a58; }

#suggestions.homepage	{ position:absolute; border:1px solid #3D5F80; background-color:#ffffff; width:295px; z-index:200; text-align:left; }
.homepage #suggestions_content	{ border:1px solid #cccccc; }
#suggestions.homepage  .title		{ padding:3px 5px; font-weight:bold; font-size:12px; color:#ffffff; background-color:#777777; }
#suggestions.homepage  .item		{ border-bottom:1px solid #dddddd; padding:2px 5px; cursor:pointer; }
#suggestions.homepage  .over		{ background:#eeeeee url(/images/suggest_arrow_home.png) center right no-repeat; }
#suggestions.homepage  .item .name			{ font-size:11px; color:#545454; }
#suggestions.homepage  .item .address		{ font-size:10px; color:#888888; }
#suggestions.homepage  .item .name .address	{ margin-left:5px; }
#suggestions.homepage  .highlight	{ font-weight:bold; background-color:#dddddd; }

/* Table column sorting Icons */
.sort_asc { margin:0px 1px; width:7px; height:14px; vertical-align: bottom; background: url(/images/sort_asc.gif) no-repeat center; }
.sort_desc { margin:0px 1px; width:7px; height:14px; background:url(/images/sort_desc.gif) no-repeat center; vertical-align:bottom; }


/* debugging */
#debugger {
	display: none;
}
#debugger .debug { 
	padding: 10px; 
	margin:1px; 
	background-color: #efefef; 
	text-align:left;
	width:955px;
	color:#000000; 
}
#debugger .debug .error { 
	color: red;
}
.debug_toggle { 
	font-size: 11px;
}


/*
 * For Printing
 * 
 */
@media print {
	body				{ background-color:white; }
	#layout_logo 		{ height:auto; }
	#layout_logo #image	{ position:relative; }
	#layout				{ width:700px; padding:0px; margin:0px; }
	#layout_status		{ display:none; padding:0px; margin:0px; }
	#layout_top			{ display:none; padding:0px; margin:0px; }
	#layout_nav			{ display:none; padding:0px; margin:0px; }
	#layout_main		{ width:700px; padding:0px; margin:0px; background:none; }
	#layout_footer		{ width:700px; padding:0px; margin:0px; }
	#layout_main .section			{ width:700px; padding:0px; margin:0px; background:none; }
	#layout_main .section .top		{ display:none; }
	#layout_main .section .bot		{ display:none; }
	#layout_main .section_dark		{ width:700px; padding:0px; margin:0px; }
	#layout_main .section_dark .top	{ display:none; }
	#layout_main .section_dark .bot	{ display:none; background:none; }
	#layout_main .section_dark .inner_content { width:700px; padding:0px; margin:0px; background:none; }
	.inner_content	{ padding:0px; margin:0px; }
	#slogan			{ display:none; }
}

/** For flop up **/
#web-tour {
	background: url(../images/webtour/popup-bg.png) no-repeat left top;
	width: 496px;
	height: 322px;
	position: fixed;
	top: 20%;
	left: 30%;
	z-index: 100;
}

#web-tour  #new_account {
	padding-left: 25px;
}

#web-tour h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}

#web-tour .web-desc {
	color: #727373;
	font-size: 15px;
	text-align: center;
	padding-right: 0!important;
}

#web-tour .key {
	width: 175px;
	font-size: 15px;
}

#web-tour .grey {
	padding: 5px 8px;
}

#fade {
	background-color:#000000;
	display:block;
	height:100%;
	left:0;
	opacity:0.8;
	position:fixed;
	top:0;
	width:100%;
	z-index:10;
}

#web-tour #show-after {
	display: none;
}

#web-tour #show-after h2 {
	margin-top: 25%;
	margin-bottom: 10px;
}

#web-tour #show-after .web-desc {
	font-size: 18px;
	line-height:18px;
	margin: 0 auto;
	width: 280px;
}

