/********************************
* Basic CSS styles for Zontec SPC
* Copyright 2007-2008 Magnate Interactive
*********************************/

/*Reset*/
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,em,strong,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;}

* html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 10px 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
html, body {
	background-color: #FFF;
}
img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p {
	margin: 0 0 1.2em 0;
}
a:link, a:active {
	color: #352C66;
}
a:visited {
	color: #352C66;
}
a:hover {
	color: #30AED3;
}
strong {
	font-weight: bold;
}
/*Clear fix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.noshow, .tooltip_content {
	display: none;
}
/***************
* Header Styles
****************/
#header_container {
	width: 960px;
	margin: 0 auto;
}
#header_content {
	padding: 0;
	background-color: #352C66;
}
#company_logo {
	float: left;
	width: 170px;
	height: 60px;
}
a.header_logo, a.header_logo img {
	display: block;
	margin: 0;
}
#site_search {
	float: right;
	width: 300px;
	margin: 20px 16px;
	text-align: right;
}
#site_search form, #site_search td { }
.searchinputfield { width: 180px; }

/*******************
* Body Styles
********************/
#page_container {
	width: 960px;
	margin: 0 auto;
    background-color: #FFF;
	text-align: left;
}
#content_wrapper {
	padding-top: 2px;
}

.replaced { height: 0; display: block; overflow: hidden; }

#hero {
	margin: 0 0 2px 0;
}

#hero.goalie {
	background: transparent url('/images/home/hero_goalie_img.jpg') no-repeat top left;
}
#hero.archer {
	background: transparent url('/images/home/hero_archer_img.jpg') no-repeat top left;
}
#hero.football {
	background: transparent url('/images/home/hero_football_img.jpg') no-repeat top left;
}
#hero.javelin {
	background: transparent url('/images/home/hero_javelin_img.jpg') no-repeat top left;
}
#hero_content {
	background: transparent url('/images/home/hero_bg_curve.png') no-repeat top left;
	width: 960px;
	height: 200px;
}
#home #hero_copy {
	padding-top: 200px;
	background: transparent url('/images/home/home_hero_content.png') no-repeat top left;
}


#hero img, img.ldr_img {
	display: block;
}
#content {
	margin: 0;
	text-align: left;
}
#main_content {
	margin: 0;
	padding: 0;
}
/* Headings and text */

h2 + p, h3 + p, h4 + p {
	margin-top: 0;
}

/*******************
* Content containers
********************/
.onecol, .twocol, .threecol {
	width: 960px;
	padding-bottom: 16px;
	margin-bottom: 2px;
}
.onecol .colone {
	width: 100%;
    float: left;
}

.twocol .colone {
	width: 490px;
	float: left;
}
.twocol .colone, .twocol .coltwo, .threecol .colone, .threecol .coltwo, .threecol .colthree {
	float: left;
}
.coltitle {
	padding: 5px 12px 2px 12px;
    margin-bottom: 5px;
}
.colcontent {
	margin: 0 12px;
	padding: 0;
}
.coltitle h3, h3 {
	margin-bottom: 0;
	color: #FFF;
}
.onecol p, .twocol p, .threecol p {
	color: #333;
	font-size: 11px;
    line-height: 18px;
}
#side_bar {
	color: #3E3F40;
}
div.hr {
	border: 0;
	margin: 8px 0 6px 0;
	padding: 0;
	font-size: 1px; /*IE 6 hack to prevent empty div from being too tall*/
	height: 2px;
	width: 100%;
	background: transparent url(/images/hr/hr.gif) repeat-x top left;
}
/*******************
* Footer Styles
********************/
#footer_container {
	text-align: left;
	width: 960px;
	padding: 15px 0;
	margin: 0 auto;
	background: transparent url('/images/skin/footer_bg.gif') no-repeat top left;
}

#footer_container .content {
	padding: 10px 10px;
}
#footer_container #copyright_info {
	padding: 6px 0;
}
#footer_container p, #footer_container a {
	font-size: 12px;
	color: #000;
}
#copyright_info p, #copyright_info a {
	font-size: 12px !important;
	color: #333;
}
#footer_container a:hover {
	color: #0086B3;
}
/***********************
* Nav, header and footer 
************************/
#footer_nav_container ul, #nav_container ul {
	list-style-type: none;
}
#footer_nav_container ul li, #nav_container ul li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#footer_nav_container ul li.first, #nav_container ul li {
	padding-left: 0;
	border: none;
}
#nav_container ul li.last {
	padding-right: 0;
}
#footer_nav_container .replaced, #nav_container .replaced {
	overflow: hidden;
	height: 0 !important;
	display: block;
}
#footer_nav_container .replaced {
	padding-top: 18px;
}
#nav_container .replaced {
	padding-top: 36px;
}
#nav_container {
	margin: 0;
	padding: 0;
	background: #009BC9 url('/images/skin/top_nav_bg.jpg') repeat-x top left;
	border-top: 1px solid #151038;
}
#nav_menu {
	height: 36px;
}
#products_btn {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat 0 0;
}
#support_btn {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -146px 0;
}
#customers_btn {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -576px 0;
}
#company_btn {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -292px 0;
}
#contact_btn {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -438px 0;
}
/* Rollover highlight states */
#products_btn:hover {
	background: transparent url(/images/ui/top_nav.jpg) no-repeat 0 -36px;
}
#support_btn:hover {
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -146px -36px;
}
#customers_btn:hover {
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -576px -36px;
}
#company_btn:hover {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -292px -36px;
}
#contact_btn:hover {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -438px -36px;
}
/* Page specific highlight states */
#products #products_btn {
	background: transparent url(/images/ui/top_nav.jpg) no-repeat 0 -72px;
}
#support #support_btn {
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -146px -72px;
}
#customers #customers_btn {
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -576px -72px;
}
#company #company_btn {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -292px -72px;
}
#contact #contact_btn {
	width: 146px;
	background: transparent url(/images/ui/top_nav.jpg) no-repeat -438px -72px;
}
#subnav_container .replaced {
	padding-top: 16px;
}

.dl_arrow { padding-left: 24px; background: transparent url('/images/ui/dl_arrow.gif') no-repeat 2px 2px; }

/*********************
* Page specific style
**********************/
/* HOME */
.threecol {
	background: transparent url('/images/skin/col_bgs/home_threecol_bg.jpg') no-repeat top left;
}

#home .product_selector_content { padding-right: 155px; }
#home .product_selector_content ul li { margin-bottom: .85em; }

#content_container { padding-bottom: 2.5em; }
#home #content_container .colone .coltitle {
	background: transparent url('/images/skin/hdr_bg_purple.gif') repeat-x top left;
}
#home #content_container .coltwo .coltitle {
	background: transparent url('/images/skin/hdr_bg_blue.gif') repeat-x top left;
}
#home #content_container .colthree .coltitle {
	background: transparent url('/images/skin/hdr_bg_orange.gif') repeat-x top left;
}
.twocol .colone, .threecol .colone {
	width: 228px;
	margin-right: 2px;
}
.threecol .coltwo {
	width: 458px;
	margin-right: 2px;
}
.twocol .coltwo {
	width: 730px;
}
.threecol .colthree {
	width: 270px;
}

#support #content_container .colthree h5 { font-size: 12.5px; font-weight: bold; color: #352C66; margin-top: 0; }


/*****************************
* Secondary page column titles 
******************************/
.secondary_pg .threecol {
	background: transparent url('/images/skin/col_bgs/subpage_threecol_bg.jpg') repeat-y top left;
}
.secondary_pg .twocol {
	background: transparent url('/images/skin/col_bgs/subpage_twocol_bg.jpg') repeat-y top left;
}
#company #content_container .colone .coltitle,
#customers #content_container .colone .coltitle,
#products #content_container .colone .coltitle,
#support #content_container .colone .coltitle,
#contact #content_container .colone .coltitle,
#content_container .colone .coltitle {	background: transparent url('/images/skin/hdr_bg_purple.gif') repeat-x top left; }
#company #content_container .coltwo .coltitle,
#customers #content_container .coltwo .coltitle,
#products #content_container .coltwo .coltitle,
#support #content_container .coltwo .coltitle,
#contact #content_container .coltwo .coltitle,
#content_container .coltwo .coltitle { background: transparent url('/images/skin/hdr_bg_purple.gif') repeat-x top left; }
#company #content_container .colthree .coltitle,
#customers #content_container .colthree .coltitle,
#products #content_container .colthree .coltitle,
#support #content_container .colthree .coltitle,
#contact #content_container .colthree .coltitle,
#content_container .colthree .coltitle { background: transparent url('/images/skin/hdr_bg_orange.gif') repeat-x top left; }

#products #content_container .coltwo .coltitle { background: #332A62 url('/images/skin/hdr_bg_purple.gif') repeat-x top left; }

#products .prod_list_colone { float: left; width: 210px; margin-top: 20px; margin-right: 7px; }
#products .prod_list_coltwo { float: left; width: 210px; margin-top: 20px; }
#products .prod_list_singlecol { margin-top: 20px; }

#products .prod_list_colone p, #products .prod_list_coltwo p, #products .prod_list_singlecol p { font-size: 10px; line-height: 13px; }

.threecol h3.pre_ldr_img.coltitle, .pre_ldr_img.coltitle { margin-bottom: 1px; padding: 5px 12px 0 12px; }
.coltwo .ldr_img { margin: 0 0 20px 0; }
.coltwo p { font-size: 13px; }
span.ldr_txt { font-size: 1.25em; color: #352C66; }
.toggle_btn { margin-bottom: .5em; }
.toggle_btn a.off { display:block; padding: 0 0 0 16px; background: transparent url('/images/ui/toggle_btn_off.gif') no-repeat 0 2px; } 
.toggle_btn a.on { display:block; padding: 0 0 0 16px; background: transparent url('/images/ui/toggle_btn_on.gif') no-repeat 0 2px; } 
.toggle_cnt { margin-bottom: .75em; }
.bordered_section.btm, .bordered_section .btm { border-bottom: 1px solid #CCC; padding-bottom: .75em; margin-bottom: .75em; }
/************************
* Headings
*************************/
.date { color: #352C66; font-size: 13px; }
.news_item h5, .news_item h5 a { font-size: 14px; }
.news_item h5 a:hover { }
.news_item h5 { margin: 2px 0 6px 0; }
.news_item p, .news_item p a { }
.news_item { margin: 0 0 1em 0; }
#company #content_container h4.article_title { font-size: 17px; margin-bottom: 10px; }
#content_container h4, #content_container .coltwo h4 { font-size: 14.5px; font-weight: bold; color: #352C66; }
#content_container .coltwo h4.product_title { font-size: 19.5px; }
#content_container #directions h4, #content_container h4.date { font-weight: normal; }
/************************
* Results tables
*************************/
.search_results th { font-size: 12px; font-weight: bold; background-color: #CECEE1; }
#content_container .search_results h4 { font-size: 13px; font-weight: normal; }
tr.result_row_one { }
tr.result_row_two td { background-color: #E5E5EF; }
.search_results th, .search_results td { padding: 5px; }
/************************
* List items
*************************/
#content_container ul, #content_container ol { padding-left: 0; margin-top: 0; }
#content_container .colone ul, #content_container .colone ol { margin-top: .5em; }
#content_container .colone li, #content_container .coltwo li {
	list-style: url(/images/skin/li_chevron.gif); padding: 0 0 6px 0; }
#content_container li {
	list-style: square; font-size: 12px; margin-bottom: .5em; }
#content_container .coltwo li { margin-bottom: .1em; }
#content_container li h4, #content_container li h4 a { font-size: 14px; font-weight: normal; }
#content_container li h4 a:hover { color: #0086B3; }
#content_container ol, #content_container ol li { list-style: outside; list-style-type: decimal; margin-left: 1em; }
#content_container ul.sysreqs { margin-top: .1em !important; }
#content_container ul { margin-left: .25em; }
#content_container ul li { margin-left: 1em; }

#content_container #trial_downloads li p { margin-bottom: 0; }

#content_container ul.doc_list li { list-style: url('/images/ui/doc_icon.gif'); }

/************************
* Milestones
*************************/
.milestones .yr { width: 110px; font-size: 20px; color: #352C66; }
.milestones td {  padding: 1em 0; }
.milestones td { border-top: 1px solid #CCC; }
.milestones tr.first td { border-top: none; }
.milestones p { font-size: 11px; }

/************************
* Footnotes
*************************/
span.footnote { color: #009BC9; }
p.footnote { font-size: .7em; font-style: italic; }

.paginate_container { margin: 5px 0; }
.paginate_container p { margin: 0; padding: 0; }
.paginate_container.top { border-bottom: 1px solid #CCC; }
.paginate_container.btm { border-top: 1px solid #CCC; }

/************************
* Product detail page styles
*************************/

.product_fullwidth { margin: 8px 0 14px 0; }
.laptop_screen, .product_box, .product_shot { float: right; margin: 0 0 5px 5px; }
.quotation { font-size: 1.25em; font-style: italic; line-height: 1.5em; }

.product_col { float: left; width: 132px; margin: 0 6px; }
.product_col h5 { font-size: .85em; font-weight; bold; text-align: center; }
.product_col p { font-size: .75em; text-align: center; }
#content_container .product_col li { font-size: 10.5px; }

.prod_screenshots { width: 418px; padding: 6px; margin-bottom: 16px; background: transparent url('/images/skin/screenshot_container.gif') no-repeat top left; }
.screenshot_thumb { float: left; width: 80px; margin: 6px; }

/*************************
* Whitepapers
**************************/

.whitepapers h4.section_title { margin: .5em 0; }

/************************
* Trial and Info Requests 
*************************/
.coltwo h5 { font-size: 13px; margin: 8px 0; font-weight: bold; color: #333; }
table.howheard td { padding: 0 3px; }
.required { color: #990000; }

/*************************
* Comparison Table
**************************/
table.comparison { margin: 6px; }
table.comparison tr.row_b td { background-color: #EDEEF3; }
table.comparison td.leader, table.comparison th.section_leader { text-align: left; }
table.comparison th.section_leader { font-weight: bold; font-size: 14px; }
table.comparison td, table.comparison th { padding: 5px; font-size: 12px; text-align: center; line-height: normal; }
table.comparison th { border-bottom: 1px solid #626566; }

/*************************
* Sitemap
**************************/

.sitemap_container { margin-top: 20px; }

#content_container ul.sitemap {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 240px;
}
#content_container ul.sitemap li {
    padding: 0 0 10px 0;
}
#content_container ul.sitemap ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 8px;
}
#content_container ul.sitemap ul li { font-size: 12px; }

#content_container ul.sitemap ul li div.industries_list ul li h4 a { font-size: 11px; }


/************************
* Tooltips
*************************/
/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -10px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
  background: transparent url(/images/skin/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}
.cluetip-rounded #cluetip-outer {
  background: transparent url(/images/skin/tl.gif) no-repeat 0 0;
  margin-top: 12px;
}
.cluetip-rounded #cluetip-title {
  /*background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;*/
  display: none;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(/images/skin/tr.gif) no-repeat 100% 0;
  top: -12px;
  right: 0;
  /*z-index: 100;*/
  width: 12px;
  height: 30px;
  padding: 12px 0 12px 0;
  margin: 6px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(/images/skin/br.gif) no-repeat 100% 100%;
  padding: 8px 12px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
  
}
.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: -9px -14px 0 0;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}
/* rounded arrows */
.clue-right-rounded .cluetip-arrows {
  background-image: url(/images/skin/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(/images/skin/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(/images/skin/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(/images/skin/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active .colone h2 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 24px;
	padding: 0;
	line-height: 1em;
}

.sIFR-active .colone h4.product_title  {
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 15px;
	line-height: 1em;
}
.sIFR-active h3.coltitle, .sIFR-active .coltitle h3 { 
    visibility: hidden;
	letter-spacing: -2px;
	font-size: 13px;
	line-height: 1em; }
.sIFR-active .secondary_pg h4.section_title { 
    visibility: hidden;
	letter-spacing: -1.5px;
	font-size: 18px;
	line-height: 1.2em; }

