/****************************************************/
/* (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: #293d4f;
}

#header {
	background: url( ../images/header_bg.jpg ) no-repeat;
	width: 980px;
	height: 75px;
	margin: 0 auto;
	padding: 30px 0 0 12px;
	position: relative;
}

	#header #masthead {
		margin-left: -10px;
	}

#outer_container {
	width: 1010px;
	margin: 0 auto;
	background: url( ../images/page_bg.png ) repeat-y;
}

	#container {
		width: 920px;
		margin: 0 15px;
		padding: 30px;
		overflow: hidden;
	}
	
#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;
	}

#footer_wrap {
	width: 980px;
	margin: 0 auto;
	padding: 21px 15px 0;
	background: white url( ../images/footer_bg.png );
	height: 142px;
}

.footer_block {
	width: 260px;
	height: 85px;
	border-right: 1px solid #b7c7d4;
	border-left: 1px solid #fff;
	float: left;
	padding: 15px 28px;
}

	.footer_block h2 {
			font-size: 14px;
			color: #13344e;
	}

	.footer_block .input_text {
		padding: 4px;
		background: #fff;
		border: 1px solid #b4c6d6;
	}
	
	.footer_block fieldset {
		margin-top: 10px;
	}
	
	.footer_block .phone {
		font-size: 22px;
		line-height: 140%;
	}
	
		.footer_block .phone.sub {
			font-size: 16px;
		}
	
/*	.footer_block .input_submit {
		color: #66707c;
		font-size: 10px;
		font-family: helvetica, arial, tahoma, sans-serif;
		text-align: center;
		padding: 7px;
		font-weight: bold;
		text-decoration: none;
		text-indent: 0;
	}*/
	
	#button_newsletter {
		width: 91px;
		height: 26px;
		background: url( ../images/button_subscribe.png ) no-repeat;
		border: 0;
	}
	
#footer_wrap .footer_block:first-child {
	border-left: 0;
}
#footer_wrap .footer_block:last-child {
	border-right: 0;
}

#footer_links {
	width: 980px;
	margin: 0 auto 20px;
	padding: 0;
	text-align: right;
	font-size: 11px;
	line-height: 150%;
	color: #597589;
}

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


/* GENERAL STYLES */
.clear {
	clear: both;
}
.clearfix {
	overflow: hidden;
}
.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;
}

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 {
		font-size: 16px;
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
		color: #292929;
	}
	
	.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 {
	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: 1000px;
	height: 380px;
	margin: -30px -30px 0;
	background: url( ../images/frontpage_bg.jpg ) no-repeat;
	position: relative;
}

	#frontpage_feature h1 {
		text-indent: -2000em;
	}

#homepage_customers {
	margin-top: 10px;
	text-align: center;
}

#homepage_action {
	line-height: 32px;
	font-size: 16px;
}

#blog_feed h3 {
	font-size: 14px;
}

	#blog_feed li {
		margin-bottom: 10px;
		margin-top: 5px;
	}
	
	#blog_feed .date {
		font-size: 11px;
	}

#latest_news {
	background: #e5ecf1 url( ../images/frontpage_shadow.png ) repeat-x;
	margin: 0 -30px;
	font-size: 14px;
	color: #656565;
}
	
	#latest_news > div {
		/*border-bottom: 1px solid #e6e6e6;*/
		margin: 0 15px;
		padding: 12px 15px;
		position: relative;
	}
	
	#latest_news ul {
		position: absolute;
		top: 12px;
		left: 125px;
	}
	
	#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 */
.page_header {
	display: block;
	margin: -30px -30px 0;
	width: 980px;
	height: 186px;
	position: relative;
	background: #123e59;
	z-index: 8000;
}

	.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;
	}