/* -------------------------------- */
/* TOUR */
#page_board_tour .page_header h1 {
	text-align: center;
	padding-top: 15px;
	font-size: 62px;
}
#page_board_tour .page_header p {
	text-align: center;
	font-size: 22px;
	margin-top: -5px;
}
#tour_nav { 
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(226,226,226,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(226,226,226,1)));
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	margin-top: -50px;
	position: relative;
}
#tour_nav li { float: left; width: 25%;}
#tour_nav a { 
	display: block;
	padding: 22px 0;
	text-align: center;
	border-right: 1px solid #d7d7d7;
	color: #123E59; 
	font-size: 17px;
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.9) inset;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,0.9) inset;
	box-shadow: 0px 1px 0px rgba(255,255,255,0.9) inset;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.9);
}
#tour_nav a:hover { background: #f6f6f6; }
#tour_nav li:first-child a { 
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-top-left: 8px;
	-moz-border-radius-bottom-left: 8px;
	border-radius-top-left: 8px;
	border-radius-bottom-left: 8px;
}
#tour_nav li:last-child a {
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-top-right: 8px;
	-moz-border-radius-bottom-right: 8px;
	border-radius-top-right: 8px;
	border-radius-bottom-right: 8px;
	border-right: 0;
}
#tour_nav li.active a { 
	background: #fff;
	font-weight: bold;
	-webkit-box-shadow: 0px 0px 30px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 30px rgba(255,255,255,1);
	box-shadow: 0px 0px 30px rgba(255,255,255,1);
}
#tour_nav li.active span {
	background: #D9500D;
	color: #fff;
	-webkit-box-shadow: 0px 0px 6px rgba(217,80,13,0.6);
	-moz-box-shadow: 0px 0px 6px rgba(217,80,13,0.6);
	box-shadow: 0px 0px 6px rgba(217,80,13,0.6);
}
#tour_nav span {
	display: block; 
	margin: 0 auto 8px;
	padding: 5px;
	width: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #e4e4e4;
	background: #fff;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0,0.3) inset;
	box-shadow: 0px 1px 0px rgba(0,0,0,0.3) inset;
}

.tour_callout {
	padding: 10px;
	background: rgb(249,249,249);
	background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(242,242,242,1)));
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.tour_callout p.generic { color: #606060; }
.tour_callout > div { width: 48%; }
.tour_callout h3 { font-weight: bold; font-size: 16px; margin-bottom: 5px; }
.tour_callout .screenshot { background: #fff; margin-right: 15px; padding: 2px; }

/* -------------------------------- */
/* FEATURE LIST */
#full_feature_list { margin-top: 25px; }
#full_feature_list .left, #full_feature_list .right { width: 450px; margin-bottom: 25px; }
#full_feature_list li { line-height: 1.4; margin-bottom: 7px; }

#full_feature_list li.less_important { font-size: 13px; color: #7f7f7f; }

.highlight, .highlight_2, .highlight_3 {
	background: #fff8f4;
	color: #703e26;
	padding: 1px 4px;
	display: inline-block;
	-webkit-box-shadow: 1px 1px 0px rgba(247,223,209,0.8);
	-moz-box-shadow: 1px 1px 0px rgba(247,223,209,0.8);
	box-shadow: 1px 1px 0px rgba(247,223,209,0.8);
}

#product_board .page_header {
	background: url( ../images/ipboard/board_header.jpg ) no-repeat;
	text-align: center;
}

#product_board .page_header h1 { font-size: 70px; padding-top: 20px; }
#product_board .page_header p { font-size: 28px; margin-top: -10px; }

#board_callout {
	text-align: center;
	font-size: 18px;
	color: #272727;
}

#board_callout .new_button {
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
}

#suite_callout {
	line-height: 1.5;
	padding: 0 0 10px 30px;
	margin: 0px 0px 0 30px;
	width: 250px;
	border-left: 4px solid #d4d4d4;
}

#suite_callout h3 { font-size: 18px; }

#key_reasons {
	margin: 10px -30px;
	/*border-top: 1px solid #e0e3e5;*/
	background: rgb(239,246,250);
	background: -moz-linear-gradient(top, rgba(239,246,250,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,246,250,1)), color-stop(100%,rgba(255,255,255,1)));
	-webkit-box-shadow: 0px 2px 2px rgba(52,81,101,0.2) inset;
	-moz-box-shadow: 0px 2px 2px rgba(52,81,101,0.2) inset;
	box-shadow: 0px 2px 2px rgba(52,81,101,0.2) inset;
	padding: 20px 30px;
	text-align: center;
}

#key_reasons #reason1 { padding-left: 0; }
#key_reasons #reason4 { padding-right: 0; }
#key_reasons .reason {
	width: 22%;
	padding: 0 2%;
	line-height: 1.5;
	float: left;
	color: #575b5e;
	text-align: left;
}

#key_reasons .reason h3 { font-size: 18px; font-weight: bold; margin-top: 5px; }
#key_reasons img {
	width: 195px;
}

.see_more {
	font-size: 16px;
	color: #8b8b8b;
}

#who_for, #convert {
	width: 92%;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
}

#convert { font-size: 16px; margin: 0 auto; }

#strap {
	background: #FFF8F4;
	padding: 15px;
	color: #703E26 !important;
	margin: 20px 0 35px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px rgba(247,223,209,0.8);
	-moz-box-shadow: 1px 1px 4px rgba(247,223,209,0.8);
	box-shadow: 1px 1px 4px rgba(247,223,209,0.8);
}

#more_reasons {
	border-top: 1px solid #e4e4e4;
	padding-top: 20px;
}

#more_reasons .reason {
	width: 31.3%;
	padding: 0 1.5%;
	float: left;
	line-height: 1.5;
}

#more_reasons .reason:first-child { padding-left: 0; }
#more_reasons .reason:last-child { padding-right: 0; }

#more_reasons h3 {
	font-size: 15px;
	font-weight: bold;
	margin-left: 42px;
}

#more_reasons p {
	margin-left: 42px;
}
/*#product_board .page_header {
	background: url( ../images/ipboard/ipboard_header.jpg ) no-repeat;
	height: 300px;
}*/

#product_board #action {
	height: 62px;
	margin: 0 -30px 15px;
	background: url( ../images/ipboard/info_bar_bg.png ) repeat-x;
	padding: 12px 0 12px 20px;
}

	#product_board #action .info {
		font-size: 12px;
		font-weight: normal;
		position: relative;
		top: -1px;
		color: #698493;
	}
	
		#product_board #action a {
			color: #698493;
		}
	
	#product_board #action .price {
		font-size: 18px;
		font-weight: bold;
		color: #09293d;
	}
	
	#product_board #action p {
		font-size: 11px;
		line-height: 140%;
		margin-top: 2px;
		color: #5a7380;
	}
	
	#product_board #action img {
		margin: -12px 0;
	}

	#button_buy {
		width: 159px;
		height: 36px;
		background: url( ../images/addons/button_buynow.png ) no-repeat top;
		margin-right: 15px;
	}
	
		#button_buy:hover {
			background: url( ../images/addons/button_buynow.png ) no-repeat bottom;
		}

#board_info {
	float: left;
	width: 580px;
}
	
	#board_info #board_callout {
		font-size: 18px;
		line-height: 130%;
		color: #292929;
	}
	
#board_sidebar {
	width: 300px;
	float: right;
}
	
	#board_benefits {
		padding: 15px;
	}
		
		#board_benefits li img {
			margin: 2px 0 0 -3px;
		}
		
		#board_benefits li h3,
		#board_benefits li p {
			margin-left: 22px;
		}
		
	#board_31 {
		background: #e7f2f7;
		border-top: 1px solid #c2dce9;
		border-bottom: 1px solid #c2dce9;
		padding: 15px;
	}
		
		#button_whatsnew {
			text-indent: -2000em;
			background: url( ../images/ipboard/button_whatsnew.png ) no-repeat top;
			display:  block;
			width: 125px;
			height: 31px;
		}
		
			#button_whatsnew:hover {
				background-position: bottom;
			}

#feature_spotlight {
	background: #e7f2f7;
	border-top: 1px solid #c2dce9;
	border-bottom: 1px solid #c2dce9;
}

#button_allfeatures {
	text-indent: -2000em;
	background: url( ../images/ipboard/spotlight/button_allfeatures.png ) no-repeat top;
	display: block;
	height: 31px;
	width: 205px;
	margin: 0 auto 15px;
}

	#button_allfeatures:hover {
		background-position: bottom;
	}
	
#feature_spotlight h2 {
	font-size: 15px;
	font-weight: bold;
	background: #1d3652 url( ../images/ipboard/spotlight/bar_bg.png ) no-repeat right -30px;
	color: #fff;
	padding: 6px 10px;
}

#board_features {

	overflow: hidden;
}

#board_features li {
	width: 160px;
	float: left;
	overflow: hidden;
	padding: 16px;
	text-align: center;
	position: relative;
}

	#board_features .updated {
		position: absolute;
		top: 78px;
		right: 15px;
	}
	
	#board_features h4 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	#board_features p {
		/*display: none;*/
	}
	
	#board_features img {
		margin-bottom: 5px;
		border: 1px solid #818b91;
	}

#product_board_whatsnew .page_header {
	background: url( ../images/ipboard/ipboard_whatsnew.jpg ) no-repeat;
}

	#whatsnew_info {
		background: url( ../images/ipboard/whatsnew_info_bg.png ) repeat-x;
		height: 201px;
		margin: 0 -30px;
	}
	
	#whatsnew_info p {
		padding: 30px 0 0 30px;
		width: 420px;
		line-height: 150%;
		float: left;
		text-shadow: #fff 1px 1px 1px;
	}

	#product_board_whatsnew h2 {
		margin-bottom: 5px;
	}
	
	#product_board_whatsnew p {
		line-height: 150%;
	}
	
	#product_board_whatsnew #buy {
		background: #e7f2f7;
		border-top: 1px solid #c2dce9;
		font-size: 18px;
		font-weight: bold;
		padding: 8px;
		line-height: 37px;
		text-align: center;
	}
	

#ipb_menu {
	float: right;
	width: 250px;
	padding: 15px;
	background: #f4f7f9;
	border-left: 1px solid #dbe5ec;
	border-bottom: 1px solid #dee7ed;
	border-top: 1px solid #dbe5ec;
	margin: 0 -30px 0 0;
}
	
	#ipb_menu ul {
		margin-top: 5px;
	}
	
	#ipb_menu li {
		padding: 8px 5px;
	}

.feature {
	width: 200px;
	float: left;
	margin-right: 15px;
}

	.feature h4 {
		margin-bottom: 4px;
	}
	
.feature_row .feature:last-child {
	margin-right: 0;
}

.feature_row {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
	
#header_subtext {
	background: url( ../images/ipboard/header_shadow.png ) repeat-x;
	padding: 30px 70px;
	font-size: 16px;
	text-align: center;
	margin: 0 -30px;
	line-height: 140%;
	position: relative;
}
	
	#header_subtext img {
		position: absolute;
		top: 29px;
		left: 22px;
		display: none;
	}
	
#product_board_features .page_header {
	background: url( ../images/ipboard/features_header.jpg ) no-repeat;
}

#features_menu {
	margin: 0px 0 0 -30px;
	width: 200px;
	float: left;	
}

#features_menu ul {
	background: #f4f7f9;
	border-right: 1px solid #dbe5ec;
	border-bottom: 1px solid #dee7ed;
}

#features_menu li {
	padding: 14px 15px;
}
	
	#features_menu li.active, #features_menu li.active.section {
		background: #fbfbfb;
		border-top: 1px solid #dbe5ec;
		border-bottom: 1px solid #dbe5ec;
		margin-right: -1px;
		padding-left: 25px;
		font-weight: bold;
	}
	
		#features_menu li.active a {
			color: #555c62;
		}
	
	#features_menu li.section {
		font-weight: bold;
		background: #eaf0f4;
		border-top: 1px solid #dee7ed;
	}
	
	#features_menu img {
		margin-right: 8px;
		vertical-align: middle;
		display: none;
	}
	
#features_content {
	width: 700px;
	float: left;
	padding: 20px 30px;
	margin-right: -30px;
}
	
	#features_content h2.feature_name {
		color: #000;
		font-size: 18px;
		margin-bottom: 5px;
	}
	
	#features_content .feature_nav {
		border-top: 1px solid #dfdfdf;
		margin-top: 40px;
		padding: 15px 0;
		clear: both;
	}
	
		#features_content .feature_nav a {
			font-weight: bold;
		}
		
.feature {
	width: 330px;
	overflow: auto;
}

	.feature.left {
		margin-right: 20px;
	}

span.code {
	font-family: "monoco", "courier new", "courier", monospace;
}

#button_features_buy {
	width: 139px;
	height: 36px;
	margin: 0 auto;
	display: block;
	background: url( ../images/ipboard/button_buynow.png ) no-repeat top;
}

	#button_features_buy:hover {
		background-position: bottom;
	}

#overview_screenshot {
	margin-left: -17px;
	margin-bottom: 4px;
}

#branding_header, #profile_header {
	margin-left: -10px;
}

#header_base {
	background: #10253d url( ../images/ipb/ipb_header.jpg ) no-repeat;
	height: 239px;
	position: relative;
	width: 960px;
	margin: 0 auto;
}

.license_info .price {
	display: block;
	border-top: 1px solid #eaeaea;
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
	
