/****************************************************/
/* (c) 2009 Invision Power Services					*/
/* By Rikki Tissier 								*/
/****************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; } 
table {	border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%;	font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }
hr { display: none; }
address{ display: inline; }

/*********** GENERIC BODY STYLES ************/


body {
	font-family: arial, helvetica, arial, tahoma, sans-serif;
	font-size: 13px;
	color: #555c62;
	margin: 0 auto;
	background: #edf0f3 url( ../images/page_bg_new.png );
}

#header {
	background: url( ../images/logo_bg.png ) repeat-x;
	margin-bottom: 55px;
}

	#masthead {
		width: 980px;
		margin: 0 auto;
		position: relative;
		padding: 13px 0;
	}
	
/* Path chooser */
/*#path_chooser { background: #000; }*/
#masthead:hover #path_chooser ul {
	opacity: 1;
}

	#path_chooser ul {
		position: absolute;
		left: 250px;
		top: 25px;
		opacity: 0.6;
	}

	#path_chooser li {
		display: inline;
		margin-right: 5px;
		font-size: 11px;
	}

	#path_chooser a {
		padding: 4px 10px;
		display: inline-block;
		color: #888888;
	}

		#path_chooser li.active a {
			background: #3a3a3a;
			color: #dedede;
			-webkit-border-radius: 8px;
			-moz-border-radius: 8px;
			border-radius: 8px;
		}

#outer_container {
	width: 980px;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	position: relative;
	/*background: url( ../images/page_bg.png ) repeat-y;*/
}

	#container {
		width: 920px;
		margin: 0;
		padding: 30px;
		background: #fff;
		/*overflow: hidden;*/		
	}

#main_menu {
	background: url( ../images/menu_bg.png ) repeat-x;
	-moz-box-shadow: 2px 0px 6px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 0px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 0px 6px rgba(0,0,0,0.3);
}

#primary_navigation {
	width: 980px;
	margin: 0 auto;
	display: block;
}

	#primary_navigation > li { float: left;	}
	
	#primary_navigation > li > a {
		display: block;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		line-height: 39px;
		padding: 0 15px;
		text-shadow: 0px 0px 0px rgba(0,0,0,0.4), 0px 2px 3px rgba(0,0,0,0.2);
	}
	
	#primary_navigation > li.more > a span {
		text-indent: -2000em;
		display: inline-block;
		width: 10px;
		height: 6px;
		vertical-align: middle;
		background: url( ../images/primary_nav_dropdown.png ) no-repeat;
	}
	
	#primary_navigation > li > a:hover {
		background: rgb(33,91,126); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(33,91,126,1) 0%, rgba(50,115,153,1) 7%, rgba(70,149,184,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,91,126,1)), color-stop(7%,rgba(50,115,153,1)), color-stop(100%,rgba(70,149,184,1))); /* Chrome,Safari4+ */
	}
	
	#primary_navigation .main_menu {
		display: block;
		background: #fff;
		border: 1px solid #15507b;
		border-top: 0;
		z-index: 12000;
		padding: 2px;
		min-width: 200px;
		-webkit-box-shadow: 0 5px 12px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 5px 12px rgba(0,0,0,0.3);
	}

		#primary_navigation .main_menu li {
			display: block;
			font-size: 12px;
			padding: 0;
			float: none;
		}
			
			#primary_navigation .main_menu li.sep {
				border-top: 1px solid #dddddd;
				padding-top: 10px;
				margin-top: 10px;
			}
			
			#primary_navigation .main_menu li.indent a {
				padding: 5px 8px 5px 20px;
			}
			
			#primary_navigation .main_menu li a {
				text-decoration: none;
				color: #354d62;
				display: block;
				padding: 8px;
				text-shadow: none;
			}

			#primary_navigation .main_menu li a:hover {
				color: #195785;
				background: #e9f0f4;
			}
/*#primary_navigation {
	width: 970px;
	height: 40px;
	margin: 0 15px;
	background: url( ../images/menu/menu_bg.jpg ) no-repeat;
	font-size: 15px;
	color: #3e3e3e;
	border-bottom: 5px solid #a4b021;
	padding: 6px 0 0 10px;
	position: relative;
	z-index: 12000;*
}

	#primary_navigation > li {
		float: left;
		margin-right: 5px;
		padding: 7px 14px 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		margin-bottom: 6px;
		cursor: pointer;
	}
	
		#primary_navigation > li > a {
			display: block;		
			color: #3e3e3e;
			text-decoration: none;
			text-shadow: #fff 0 1px 0;
			text-indent: -2000em;
			background-image: url( ../images/menu/menu_sprite.png );
			background-repeat: no-repeat;
			height: 20px;
		}
		
		body #primary_navigation > li.selected {
			background: url( ../images/menu/menu_selected_bg.png ) repeat-x;
			margin-top: -10px;
			padding: 12px 14px 10px;
			-moz-box-shadow: #94a4ab 0px 1px 4px;
		}
		
		body #primary_navigation > li.selected > a {
			color: #fff;
			text-shadow: #5a0738 0 -1px 0;
		}
		
		#primary_navigation > li:hover {
			background-color: #d9e2eb;
			color: #2a455e;
		}
		
			#primary_navigation > li.selected:hover {
				background-color: transparent;
			}
		
	#primary_navigation .main_menu {
		display: block;
		background: #fbfbfb url( ../images/menu_shadow.png ) repeat-x top;
		border: 1px solid #6e8395;
		border-top: 0;
		z-index: 12000;
		margin-top: 13px;
		padding: 10px 5px 5px;
		min-width: 200px;
		-webkit-box-shadow: #3f5c75 0 5px 12px;
		-moz-box-shadow: #3f5c75 0 5px 12px;
	}

		#primary_navigation .main_menu li {
			display: block;
			font-size: 12px;
			padding: 4px 6px;
			float: none;
		}
			
			#primary_navigation .main_menu li.sep {
				border-top: 1px solid #dddddd;
				padding-top: 10px;
				margin-top: 10px;
			}
			
			#primary_navigation .main_menu li.indent a {
				padding: 0 0 0 20px;
			}
			
			#primary_navigation .main_menu li a {
				text-decoration: none;
				color: #354d62;
				display: block;
				padding: 4px;
				text-shadow: none;
			}

			#primary_navigation .main_menu li a:hover {
				color: #980e5f;
			}
			
#primary_navigation li#nav_products > a {
	background-position: 0 top;
	width: 84px;
}
	#primary_navigation li#nav_products.selected > a {
		background-position: 0 bottom;
	}
#primary_navigation li#nav_hosted > a {
	background-position: -86px top;
	width: 166px;
}
	#primary_navigation li#nav_hosted.selected > a {
		background-position: -86px bottom;
	}
#primary_navigation li#nav_services > a {
	background-position: -255px top;
	width: 60px;
}
	#primary_navigation li#nav_services.selected > a {
		background-position: -255px bottom;
	}
#primary_navigation li#nav_support > a {
	background-position: -317px top;
	width: 73px;
}
	#primary_navigation li#nav_support.selected > a {
		background-position: -317px bottom;
	}
#primary_navigation li#nav_store > a {
	background-position: -392px top;
	width: 39px;
}
	#primary_navigation li#nav_store.selected > a {
		background-position: -392px bottom;
	}
#primary_navigation li#nav_community > a {
	background-position: -434px top;
	width: 118px;
}
	#primary_navigation li#nav_community.selected > a {
		background-position: -434px bottom;
	}
#primary_navigation li#nav_contact > a {
	background-position: -554px top;
	width: 81px;
}
	#primary_navigation li#nav_contact.selected > a {
		background-position: -554px bottom;
	}
	*/
#buy_now_wrap {
	position: absolute;
	right: 0px;
	top: 18px;
}

#header_buy_now {
	display: inline-block;
	padding: 0 40px;
	line-height: 35px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	background: #e85c12; /* Old browsers */
	background: -moz-linear-gradient(top, #ff5c07 0%, #a52e00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5c07), color-stop(100%,#a52e00)); /* Chrome,Safari4+ */
	border: 1px solid #802200;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 0px 1px rgba(255,255,255,0.6) inset, 0px 0px 7px rgba(0,0,0,0.3);
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 0.1s linear;
}

#header_buy_now:hover {
	background: #ff7530; /* Old browsers */
	background: -moz-linear-gradient(top, #ff7530 0%, #a34d2d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7530), color-stop(100%,#a34d2d)); /* Chrome,Safari4+ */
}

#user_box {
	background: #222222;
	padding: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.4) inset;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.4) inset;
	font-size: 11px;
	color: #a6a6a6;
}
	
	#user_box a { color: #a6a6a6; border-bottom: 1px solid #a6a6a6; }

.ipsUserPhoto_mini {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 5px;
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 15px 30px;
	background: #2b2b2b; /* Old browsers */
	background: -moz-linear-gradient(top, #2b2b2b 0%, #404040 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b2b2b), color-stop(100%,#404040)); /* Chrome,Safari4+ */
	color: #b6b6b6;
	font-size: 12px;
	line-height: 1.4;
}

#footer a { color: #b6b6b6; }
	#footer a:hover { color: #fff; }
#footer_nav > li { width: 175px; }
	#footer_nav li.gap { margin-top: 6px; }

#footer_nav h4 {
	font-size: 14px;
	margin-bottom: 3px;
	color: #e65b11;
}

#footer_nav ul + h4 { margin-top: 8px; }
#footer_extra { 
	width: 350px;
	border-left: 1px solid #505050;
	padding-left: 20px;
}
	
	#footer_extra h3 { font-size: 18px;	color: #fff; }	
	#footer_extra form { margin: 15px 0 10px; }
	
#footer_links {
	width: 980px;
	margin: 10px auto 20px;
	padding: 0;
	text-align: right;
	font-size: 11px;
	line-height: 150%;
	color: #597589;
}

	#footer_links a {
		margin-left: 10px;
		color: #849bab;
	}

#footer .input_text {
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #848484 #c1c1c1 #e1e1e1 #c1c1c1;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	width: 200px;
}

#footer .input_submit {
	height: 20px;
	line-height: 20px;
	padding: 0 10px;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5)); /* webkit */
	border: 1px solid #dbdbdb;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #616161;
	display: inline-block;
	white-space: nowrap;
}

/* GENERAL STYLES */
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.no_outline {
	outline: 0;
}

hr {
	border: 0;
	border-top: 1px solid #dedede;
	display: block;
	margin: 15px auto;
}

pre {
	display: inline;
}

a {
	color: #207ca7;
	text-decoration: none;
}

	a:hover {
		color: #980e5f;
	}

h1, h2, h3, h4 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
}
	
h1.cufon {
	font-size: 32px;
	color: #000;
}

h2.cufon {
	font-size: 24px;
	color: #272727;
}

	h2 {
		font-size: 18px;
		color: #272727;
	}
	
	h3 {
		font-size: 14px;
		color: #333333;
	}
	
.cufon.highlight {
	color: #980e5f;
}

.webfont {color: #fff; text-shadow: 0px 2px 2px rgba(0,0,0,0.3); }
h1.webfont { font-size: 36px; }
p.webfont { font-size: 36px; }


h4 {
	font-weight: bold;
	font-size: 15px;
}

.button {
	text-indent: -2000em;
	display: inline-block;
}

.generic {
	font-size: 14px;
	line-height: 140%;
}

	.generic.size13 {
		font-size: 13px;
	}
	
	.generic.size16, .generic.size18 {
		font-size: 16px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
		color: #292929;
	}
	
	.generic.size18 {
		font-size: 18px;
	}
	
	.generic.size12 {
		font-size: 12px;
	}
	
.embiggen {
	display: block;
	background: url( ../images/enlarge.png ) no-repeat;
	width: 30px;
	height: 30px;
	z-index: 6000;
	text-indent: -3000em;
}

.num_bullets {
	list-style-type: decimal;
}

	.num_bullets li,
	.bullets li {
		margin: 3px 0;
	}
	
.bullets {
	list-style-type: disc;
}

	.bullets .bullets {
		list-style-type: circle;
	}

.num_bullets, .bullets {
	margin-left: 40px;
}

.num_bullets.extra_pad li,
.bullets.extra_pad li,
.text_list li {
	margin-bottom: 15px;
}

.text_list {
	margin-top: 10px;
}

.sidebar {
	background: url( ../images/sidebar_bg.png ) no-repeat top left;
}

	.sidebar > div {
		padding: 15px;
		line-height: 140%;
		font-size: 11px;
	}
	
	.sidebar .menu {
		margin-top: 5px;
	}
	
		.sidebar .menu li {
			padding: 5px 0;
			font-size: 13px;
		}

.new, .updated, .app {
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	padding: 2px 5px;
	-moz-border-radius: 4px;
	vertical-align: middle;
}

.new {
	background-color: #df6400;
}

.updated {
	background-color: #00890a;
}

/* LAYOUT */
.layout .left { float: left; }
.layout .right { float: right; }

.layout .col650 { width: 650px; }
.layout .col700 { width: 700px; }
.layout .col250 { width: 250px; }
.layout .col200 { width: 200px; }

/* thirds */
.layout .col650 .layout.thirds .col { width: 200px; margin-right: 20px; }
.layout .col650 .layout.thirds .col:last-child { margin-right: 0; }

/* FRONTPAGE FEATURE */
#frontpage_feature {
	width: 980px;
	height: 380px;
	margin: -30px -30px 0;
	background: url( ../images/frontpage_bg.jpg ) no-repeat;
	position: relative;
}

	#feature_1 img {
		position: absolute;
		right: 0;
		top: 0;
	}
	
	#feature_1 .feature_content {
		position: absolute;
		top: 49px;
		left: 45px;
		max-width: 400px;
	}
	
	#feature_2 img {
		position: absolute;
		top: 40px;
		left: 13px;
	}
	
	#feature_2 .feature_content {
		position: absolute;
		top: 50px;
		right: 30px;
		width: 455px;
	}
	
	#feature_2 h2 { font-size: 48px !important;	}
		#feature_3 h2 { font-size: 56px !important;	}

		#feature_3 .feature_content {
			position: absolute;
			top: 39px;
			left: 45px;
			max-width: 800px;
		}

		#feature_3 img {
			position: absolute;
			right: 0;
			bottom: 0;
		}

	#frontpage_feature h2 {
		font-family: "PT Sans Narrow", sans-serif;
		font-size: 60px;
		color: #fff;
		text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	}

	#frontpage_feature p, #frontpage_feature ul {
		font-size: 24px;
		line-height: 1.2;
		color: #fff;
		text-shadow: 0px 2px 1px rgba(0,0,0,0.3);
	}

	#frontpage_feature p.smaller, #frontpage_feature ul.smaller { font-size: 17px; }

.new_button {
	line-height: 30px;
	padding: 0 25px;
	display: inline-block;
	font-size: 14px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top, #fafafa 0%, #dbdbdb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#dbdbdb)); /* Chrome,Safari4+ */
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid #c3c3c3;
	color: #4c4c4c;
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
}

#frontpage_feature .new_button {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
}

#frontpage_blocks {
	background: #e5e5e5; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	border: 1px solid #e5e5e5;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: -20px -10px 0;
	z-index: 20000;
	position: relative;
	padding: 10px;
	-moz-box-shadow: 0px -10px 12px rgba(0,0,0,0.15), 0px 5px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px -10px 12px rgba(0,0,0,0.15), 0px 5px 10px rgba(0,0,0,0.05);
	box-shadow: 0px -10px 12px rgba(0,0,0,0.15), 0px 5px 10px rgba(0,0,0,0.05);
}

#frontpage_blocks .frontpage_block:last-child {
	margin-right: 0;
}

.frontpage_block {
	width: 277px;
	padding: 10px;
	margin-right: 10px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #e5e5e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	height: 150px;
}

.frontpage_block:hover { -webkit-transform: scale(1.04); }

.frontpage_block h3 {
	font-size: 18px;
	font-weight: bold;
	color: #2d2d2d;
	margin-bottom: 5px;
}

.frontpage_block p {
	line-height: 1.4;
	font-size: 14px;
	color: #787878;
}

.homepage_products li {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 6px 0;
}

.homepage_products img {
	vertical-align: middle;
	margin-right: 10px;
}

#homepage_customers {
	border-top: 1px solid #cacaca;
	margin-top: 45px;
	padding-top: 15px;
}
	#homepage_customers h3 { font-weight: bold; font-size: 15px; margin-bottom: 15px; }

#block_1 { background: #fff url( ../images/frontpage/homepage_block_1.png ) no-repeat bottom right; }
#block_2 .new_button {
	width: 60%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
#block_3 { background: #fff url( ../images/frontpage/homepage_block_2.png ) no-repeat bottom right; }

.carousel_nav {
	background: #fff;
	color: #444444;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 36px;
	top: 50%; 
	margin-top: -25px; 
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	font-size: 32px;
	font-weight: bold;
	display: block;
	z-index: 20000;
}
	
	.carousel_nav:hover {
		background: #FF7530;
		color: #fff;
	}

.carousel_left { left: -10px; }
.carousel_right { right: -10px; }

#latest_news {
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: absolute;
	width: 950px;
	left: 0px;
	height: 26px;
	line-height: 26px;
	padding: 0 15px;
	top: -35px;
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
    
    #latest_news > div {
        /*border-bottom: 1px solid #e6e6e6;*/
        margin: 0 0px;
        position: relative;
    }
    
    #latest_news ul {
		position: absolute;
        left: 125px;
		top: 0;
    }
    
    #latest_news ul li {
        position: absolute;
        width: 700px;
        top: 0px;
        margin-left: 25px;
    }
    
    #latest_news .date {
        color: #8b8b8b;
        font-size: 12px;
        margin-right: 10px;
    }
    
        #latest_news a {
            font-size: 13px;
        }
		
#button_products, #button_demo {
	width: 209px;
	height: 36px;
}

#button_demo {
	background: url( ../images/button_demo.png ) no-repeat;
	margin-right: 10px;
}

#action {
	font-size: 16px;
	line-height: 34px;
}

	#action a {
		text-decoration: underline;
	}
	
.full_block {
	background: #eaf0f3;
	margin: 30px -30px 0 -30px;
	padding: 30px;
}

/*#button_moreinfo {
	background: url( ../images/products/button_findoutmore.png ) no-repeat;
}*/

#button_buynow {
	width: 159px;
	height: 36px;
	margin-right: 10px;
	background: url( ../images/products/button_buynow.png ) no-repeat top;
	vertical-align: middle;
}

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

/* PRODUCTS PAGE */

#products_header h1 {
	display: block;
	text-indent: -3000em;
	background: url( ../images/products/products_header.jpg ) no-repeat;
	margin: -30px -30px 0;
	width: 980px;
	height: 83px;
}

#products_image {
	margin: -15px 0 0 -30px;
	border-bottom: 1px solid #ebebeb;
}

/* DEMO BAR */
.demo_bar {
	background: #f5e4ee;
	padding: 8px 15px;
	font-size: 17px;
	font-weight: bold;
	color: #843a66;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #ddb9ce;
	border-bottom: 1px solid #ddb9ce;
}

.demo_bar a {
	float: left;
	display: block;
	width: 186px;
	height: 41px;
	vertical-align: middle;
	text-indent: -3000em;
	background: url( ../images/button_demo.png ) no-repeat;
	margin-right: 25px;
}

.demo_bar p {
	line-height: 39px;
}

/* POPUP */
.popupWrapper {
	background: url( ../images/trans_bg.png);
	color: #fff;
}

	.popupInner {
		background: #fff;
		color: #000;
		margin: 10px;
		width: 700px;
		overflow: auto;
		-moz-box-shadow: #454545 0px 0px 12px;
		padding: 20px;
	}

.popupClose {
	position: absolute;
	cursor: pointer;
	background: #3b3b3b;
	padding: 3px 8px;
	border: 2px solid #fff;
	color: #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	top: -6px;
	right: -6px;
	text-decoration: none;
}

.popup_footer {
	padding: 15px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.modal {
	background-color: #3e3e3e;
}

.stem {
	width: 31px;
	height: 16px;
	position: absolute;
}

	.stem.topleft {
		background-image: url(../images/stems/topleft.png);
	}
	.stem.topright {
		background-image: url(../images/stems/topright.png);
	}
	.stem.bottomleft {
		background-image: url(../images/stems/bottomleft.png);
	}
	.stem.bottomright {
		background-image: url(../images/stems/bottomright.png);
	}
	
/* PAGE HEADERS */
.section_nav {
	position: absolute;
	width: 980px;
	left: 0;
	top: -36px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
	-webkit-border-radius: 6px 6px 0 0;
	-webkit-box-shadow: -2px 0px 8px rgba(0,0,0,0.05);
	-moz-border-radius: 6px 6px 0 0;
	-moz-box-shadow: -2px 0px 8px rgba(0,0,0,0.05);
	border-radius: 6px 6px 0 0;
	box-shadow: -2px 0px 8px rgba(0,0,0,0.05);
	border: 1px solid #dfdfdf;	
}

	.section_nav li {
		display: block;
		float: left;
		line-height: 34px;
		font-size: 13px;
	}
	
	.section_nav li.active {
		background: rgb(226,226,226); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(247,247,247,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
		-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.1) inset;
		-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.1) inset;
		box-shadow: 0px 1px 4px rgba(0,0,0,0.1) inset;
	}
	
		.section_nav li.active a {
			color: #3c3c3c;
			text-shadow: 0px 1px 1px rgba(0,0,0,0.1);
			font-weight: bold;
		}
	
	.section_nav li a {
		color: #616161;
		padding: 0 15px;
	}
	
		.section_nav li a:hover {
			color: #E65B11;
		}
		
.page_header {
	display: block;
	margin: -30px -30px 0;
	width: 980px;
	height: 186px;
	position: relative;
	background: #123e59;
	/*z-index: 8000;*/
}

	.page_header.full {	height: 380px; }
	.page_header.small { height: 83px; }
	
	.page_header h1,
	.page_header p,
	.page_header h2 {
		text-indent: -3000em;
	}
	
	.page_header ul {
		position: absolute;
		right: 20px;
		top: 27px;
	}
		
		.page_header ul li:first-child,
		.page_header ul li:first-child a {
			-moz-border-radius-topleft: 6px;
			-moz-border-radius-bottomleft: 6px;
		}
		
		.page_header ul li:last-child,
		.page_header ul li:last-child a {
			-moz-border-radius-topright: 6px;
			-moz-border-radius-bottomright: 6px;
		}
		
		.page_header ul li {
			float: left;			
			color: #7494a5;
			font-size: 12px;
		}
			
			.page_header ul li a,
			.page_header ul li.active {
				color: #a2bbc8;
				display: block;
				height: 32px;
				line-height: 32px;
				padding: 0 15px;
				outline: 0;
			}
			
			.page_header ul li a {
				background: url( ../images/subnav_bg.png ) repeat-x top;
			}
			.page_header ul li a:hover {
				background: url( ../images/subnav_bg.png ) repeat-x -32px;
			}
			
			.page_header ul li.active {
				background: #0d3a56 url( ../images/subnav_bg.png ) repeat-x bottom;
				color: #fff;
			}
			
.addon_price_popup h2 {
	margin-bottom: 10px;
	font-weight: bold;
}

.addon_price_popup h3 {
	margin-bottom: 8px;
	font-weight: bold;
}

.addon_price_popup .buy_bar {
	background: #e7f2f7;
	border-top: 1px solid #c2dce9;
	padding: 10px;
	margin: 0 -20px -20px;
	text-align: center;
}

.addon_price_popup .price {
	font-size: 32px;
}
	.addon_price_popup .price.renew {
		font-size: 28px;
	}
	
/* MEMBER BLOCK */
#member_block {
	position: absolute;
	right: 0;
	top: 40px;
	min-width: 200px;
	color: #fff;
}

	#member_block a {
		color: #fff;
		border-bottom: 1px dotted #fff;
	}

	#member_block.logged_in img {
		margin-right: 15px;
	}
	
	#member_block.logged_in p {
		margin-top: 5px;
		font-size: 12px;
		white-space: nowrap;
	}

#site_callout {
	text-align: center;
	color: #fff;
	padding: 10px;
}

	#site_callout a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px dotted #fff;
	}
	
#live_chat_button {
	position: relative;
	top: -3px;
	left: 10px;
}

.new_style .page_header.small {
	background: url(../images/page_header_bg.jpg ) no-repeat !important;
	line-height: 83px;
	padding: 0 20px;
}
.new_style .page_header.medium {
	background: url(../images/page_header_med.jpg ) no-repeat !important;
}

.new_style .page_header > div {
	padding: 20px 0 0 30px;
}

.new_style .page_header h1 {
	font-family: "PT Sans Narrow", sans-serif;
	font-size: 42px;
	display: block !important;
	text-indent: 0 !important;
}

.new_style .page_header p {	text-indent: 0 !important; }
.new_style .page_desc { font-size: 18px; line-height: 1.3; color: #5b5b5b; }
.new_style h2 { margin-bottom: 4px; font-family: "PT Sans Narrow"; font-size: 28px; color: #d9500d; }
.new_style h3.subhead { font-size: 22px; margin-bottom: 5px; }


.new_style .sidebar {
	background: #e3f2fa;
	-moz-box-shadow: 0px 1px 3px rgba(195,223,239,0.6) inset;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 1px 3px rgba(195,223,239,0.6) inset;
	-webkit-border-radius: 5px;
	box-shadow: 0px 1px 3px rgba(195,223,239,0.6) inset;
	border-radius: 5px;
	border: 1px solid #c3dfef;
	padding: 10px;
	color: #3c637c;
	line-height: 1.5;
}

	.new_style .sidebar h3 {
		color: #3c637c;
		font-weight: bold;
	}
	
	.new_style .sidebar li {
		line-height: 1.8;
	}

.new_style .no_margin.left {
	margin-left: -30px;
	margin-right: 20px;
}
.new_style .no_margin.right {
	margin-right: -30px;
	margin-left: 20px;
}

.callout {
	margin: 0 -30px;
	background: rgb(227,244,253);
	background: -moz-linear-gradient(top, rgba(227,244,253,1) 0%, rgba(195,228,246,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,244,253,1)), color-stop(100%,rgba(195,228,246,1)));
	text-shadow: 0px 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,0.9) inset, 0px -1px 0px rgba(0,0,0,0.08) inset;
	padding: 30px;
}

.ipsLayout.ipsLayout_withleft { padding-left: 210px; }
.ipsLayout.ipsLayout_withright { padding-right: 210px; clear: left; }
/* Panes */
.ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right { position: relative; }
.ipsLayout_content { width: 100%; float: left; }
.ipsLayout .ipsLayout_left { width: 200px; margin-left: -210px; float: left; }
.ipsLayout .ipsLayout_right { width: 190px; margin-right: -210px; float: right; }


a:hover .screenshot {
	border: 1px solid #db9c7d;
	background: #ffece3;
	-webkit-transform: scale(1.1);
}

.screenshot {
	border: 1px solid #cfcfcf;
	background: #fff;
	padding: 5px;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.15);
}
