/*----- Start "Main CSS" -----*/
* {
    padding:0;
    margin:0;
}

/* to get rid of page shift in Firefox/opera/safari */
html { min-height: 100%; margin-bottom: 1px; }

body {
    background: #FFF;
    font-family: 'Lucida Grande',Verdana,sans-serif;
    font-size:12px;
    line-height:18px;
    color:#626262;
}

.clear, .cl {
    line-height: 0;
    font-size: 0;
    height: 0;
    display: block;    
    clear: both;
}

a {
    color: #F7941D;
    text-decoration: none;
}
a:hover {
    color: #abd300;
    text-decoration: none;
    cursor:pointer;
}

a {
  outline: none;
}


#page {
    width: 960px;
    margin: 0 auto;
}

h1, h2, h3 {
    color: #666;
    font-weight: bold;
    margin-bottom: 1em;
}

h1 {
    color:#999;
    font-family:Helvetica,Arial,sans-serif;
    font-size:22px;
    font-weight:normal;
}

h2 {
    font-size: 13px;
}

h3 {
    font-size: 12px;
}

p {
    margin-bottom: 1em;
    margin-top: 1em;
}

hr {
    border-color: #b5dc10;
    border-style: solid;
    border-width: 0 0 1px;
}

li {
    list-style-image: url(../images/raquo.gif);
}
ul, ol {
    padding-left: 2.5em;
}

img {
    border: none;
}

img.float-right {
    float: right;
}

dt, dl {
    margin:1em;
}
dd {
    margin-left:3em;
    font-style:oblique;
}


/* to replace <nobr> tags and avoid errors when validating XHTML 1.0 */
.nobr {
    white-space: nowrap
}
/*----- End "Main CSS" -----*/

/* STAGING */
div#staged-notify {
    width: 100%;
    float: center;
    position: absolute; top:0;
    color: red;
    font-size: 14pt;
    font-weight: bold;
    padding:5px;
}

/*----- Start "Forms" -----*/
/*  Formy - CSS Framework 0.8
    http://code.google.com/p/formy-css-framework/ */

fieldset, form, label, legend
 { margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline; }

fieldset
	{ margin: 0 0 1.5em 0; padding: 1.4em;  }

legend
	{ padding: 0 .4em; font-size:1.2em;  }

label	 
	{ font-size:11px; margin-top:7px; float:none; display:block; clear:left; margin:0.5em 0 0.5 0; text-align:left; cursor:hand; }

textarea, input, select, button, optgroup
	{ margin-top:1px; }

input[type="checkbox"] ,input[type="radio"]
	{ margin-bottom:7px; }	

fieldset
	{ }
	
legend
	{ background-color: #e3dfdf; color: #626262; }
	
label
	{ color:#626262; }
	
textarea
	{ border: 1px solid #C2E3EF; width:260px; height:100px; }

textarea:focus, input[type="text"]:focus  
	{ border: 1px solid #abd300; }

select
	{  background-color: #fff; color: #626262; }

input[type="text"], input[type="password"]
	{ border: 1px solid #C2E3EF; padding:4px; width:250px; }

input[type="submit"]
	{   }

input[type="checkbox"]
	{ color: #626262; }

input[type="radio"]
	{  background-color: #fff; color: #626262; }

option
	{ background-color:#fff; color:#626262; }

optgroup
	{ background-color:#ccc; color:#626262; }

button
	{ background-color: #ccc; color: #626262; }

/*----- Start "Forms" -----*/

#contact-form {
    width: 310px;
	margin: 0 0 1.5em 0; padding: 1.4em;
    /*overflow: hidden;*/
    font-size: 8pt;
}

#contact-form li
	{ list-style: none; text-align: center; color: #ff0000; font-weight: bold;}

#contact-form p.error input
	{ border: 1px solid #FF0000; background-color:#ffdfdf; }


/*----- Start "Main Sections" -----*/
#header {
    border-bottom:1px solid #CCCCCC;
    display:block;
    height:103px;
    position: relative;
    z-index: 30;
}
#main {
    border-bottom:3px solid #E1EFF4;
    border-top:3px solid #E1EFF4;
    clear:both;
    display:block;
    padding-bottom: 1em;
}
/*------ End "Main Sections" ------*/

/*----- Start "Logo" -----*/
h1#logo {
    float:left;
    height:74px;
    margin:0;
    padding:15px 0 15px 10px;
    width:168px;
}
h1#logo a {
    display:block;
    font-size:14px;
    line-height:20px;
    height:74px;
    width:168px;
    background: url(../images/logo.gif) no-repeat 0 0;
    text-indent:-4000px;
}
h1#logo a:hover {
    text-indent:0;
}
/*------ End "Logo" ------*/

/*----- Start "Navigation" -----*/
/* Basic styles for the top nav bar */
/* These also get inherited for lower levels */
#nav-primary {
    background-color:#FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
ul.topnav {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.topnav li {
    list-style: none;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
	position: relative;
    z-index:30;
}
ul.topnav li.last { padding: 0; }
ul.topnav li a{
    color:#11393E;
    display:block;
    float:left;
    font-size:11px;
    font-weight:bold;
    letter-spacing:1px;
    line-height:40px;
    padding:0 3px;
    text-decoration:none;
}
ul.topnav li a:hover {
    color:#abd300;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	background:transparent url(../images/subnav_btn.png) no-repeat scroll 0 94%;
    float:left;
    height:15px;
    margin-top:11px;
    width:17px;
}
ul.topnav li span.subhover {background-position: 0 49%; cursor: pointer;} /*--Hover effect for trigger--49%*/
ul.topnav li span.subhover_active {background-position: 0 2%; cursor: pointer;} /*--Hover effect for trigger--49%*/
ul.topnav li ul.subnav {
    background:#FFFFFF none repeat scroll 0 0;
    border-color:#FFFFFF #E1EFF4 #E1EFF4;
    border-style:solid;
    border-width:3px;
    display:none;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0 0 0 -8px;
    margin:0;
    padding:5px;
    position:absolute;
    top:38px;
    left:0px;
    white-space:nowrap;
}
ul.topnav li.last ul.subnav {
    margin:0;
}
ul.topnav li ul.subnav li {
    clear:both;
    display:block;
    margin:0;
    padding:0;
}
html ul.topnav li ul.subnav li a {
    background-color:#FFFFFF;
    line-height:25px;
    padding:0 5px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	color:#abd300;
}

#nav-utility {
    color:#666666;
    display:block;
    float:right;
    height:58px;
    margin:5px 5px 0 0;
}
#nav-utility ul { 
    font-size:9px; 
    padding: 0;
}
#nav-utility ul li {
    list-style: none;
    display: inline; 
    padding-bottom: 10px;
}
#nav-utility ul li a {
    display: inline; 
    color:#666666;
    font-size:9px;
    margin:0 5px;
    text-decoration:none;
}

#nav-utility ul li a.active { }
#nav-utility ul li.first a.active { }
#nav-utility ul li.last a.active { }

#nav-utility ul li:hover > a { }

#nav-utility ul a:hover { color:#B5DC10; visibility:visible; position:relative; z-index:20; }
#nav-utility ul li:hover { position:relative; z-index:20; }

/* special cases */
#nav-utility ul li.news-feeds-li {
    background: transparent url(/media/images/rss3.gif) no-repeat scroll right 0;
    padding-right: 10px;
    margin-right: 10px;
}
#nav-utility ul li a.support-a { font-weight: bold; }
#nav-utility ul li a.partner-program-a { font-weight: bold; }

/*------ End "Navigation" ------*/

/*----- Start "Sidebar" -----*/
#sidebar {
    border-left:1px dotted #CCCCCC;
    display:block;
    float:right;
    width:239px;
}
#sidebar div.events {
    margin-top: 30px;
}
.events .event a {
    color: #abd300;
    font-weight:bold;
}
.events li.event {
    list-style-image: url(../images/calc.gif);
}

.events .event {
    padding-bottom: 1em; /*20px;*/
}
.events .event span {
    color: grey;
}

.linedbox {
    float: left;
    width: 300px;
    padding-right: 8px;
    border-right: solid 1px #b5dc10;
    margin-right: 11px;
    margin-top: 30px;
    height: 250px;
}
.orangelist {
    font-size: 18px;
    line-height: 25px;
    color: #ff9900;
    padding-left: 15px;
}
.orangelist a {
    color: #ff9900;
}
.banner {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    display: block;
    height: 139px;
    width: 300px;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
#product-finder { background-image: url(../images/side1.gif); }
#white-papers { background-image: url(../images/side2.gif); margin-bottom: 30px; }
/*------ End "Sidebar" ------*/

/*----- Start "Content" -----*/
#content {
    float:left;
    padding:20px 10px;
    width:699px;
}

#left_column {
    display:block;
    float:left;
    width:720px;
}

.img-left, .img-shadow {
    float:right;
    display:block;
}

.img-shadow {
    background: url(../images/shadowAlpha.png); no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 15px 0 0 15px !important;
    margin: 15px 0 0 10px;
    z-index: 10;
}
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
} 


/*------ End "Content" ------*/

/*----- Start "Sidebar Right" -----*/
#sidebar_right {
    float:right;
    margin-top: 2em;
}
/*----- End "Sidebar Right" -----*/

/*----- Start "Sidebar Left" -----*/
#sidebar_left {
    width:155px;
    float:left;
}

.promo_button {
    background:transparent url(/media/images/cyclists.jpg) repeat scroll 0 0;
    border-bottom:1px solid #CCCCCC;
    border-top:1px solid #CCCCCC;
    display:block;
    text-align:center;
}

.promo_button a {
    color:#abd300;
    display:block;
    font-weight:bold;
    font-size:larger;
    line-height:40px;
}

.promo_button a:hover {
    background-color:#ABD300;
    color:#FFF;
}

#left_nav {
    padding:5px;
}

#left_nav h2 a { color:#F7941D; }

#left_nav ul {
    padding: 0;
    margin-bottom: 2em;
}

#left_nav ul li {
    list-style: none;
    list-style-image: none;
    padding:5px 5px;
}

#left_nav a {
    display: block;
    color: #999;
    line-height:20px;
}
#left_nav a:hover {
    color: #abd300;
    text-decoration:none;
}
#left_nav a.active,
#left_nav a.active:hover {
    color: #abd300;
}

#btn_contact_us { background-image: url(../images/btn_contact_us.gif); }
#btn_demo { background-image: url(../images/btn_demo.gif); }
#btn_flash_intro { background-image: url(../images/btn_flash_video.gif); }
/*------ End "Sidebar Left" ------*/

/*------ Start "Homepage" ------*/
#homepage_banner {
    background:transparent url(../images/curve_tunnel2.jpg) repeat scroll right 93%;
    display:inline-block;
    height:200px;
    width:719px;
}
#homepage_banner h1 {
    color:#ABD300;
    padding:47px 50px 0;
}
#homepage_banner h2#sub_headline {
    color:#FFFFFF;
    display:block;
    font-size:15px;
    font-weight:normal;
    line-height:25px;
    padding:0 160px 20px 50px;
}
#homepage_solutions {
    display:block;
    margin:15px 0;
}
.homepage_solution {
    background-color: #ffffff;
    color: #626262;
    display:block;
    float:left;
    height:150px;
    margin:0 9px 15px 0;
    padding:15px;
    width:200px;
    font-size:11px;
    border: 3px #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.homepage_solution:hover {
    opacity:1;
    color: #11393E;
    background-color: #e1eff4;
}
.homepage_solution:hover h2 {
    color: #11393E;
}

#clients {
    display:block;
    margin:0 auto;
    padding:20px;
    width:199px;
}
#clients img {
    height:61px;
    margin:0 30px;
    width:140px;
}
#clients h2 {
    font-size:11px;
    margin:0;
    padding:0;
}
#clients p {
    font-size:11px;
    margin:0;
}
.homepage_feature {
    padding:20px 20px 0;
    font-size:11px;
}
/*------ End "Homepage" ------*/

/*----- Start "Content Right" -----*/
#content_right {
    float: left;
    width: 760px;
    background: white none repeat scroll 0 0;
    padding-right: 20px;
    padding-left: 20px;
    border-left: solid 1px #EFEFEF;
}

#content_right h1,
#content_right h2,
#content_right h3 {
    margin-top: 1em;
}

/* this table styling is needed because of the *
 * coverage table in news_coverage.html        */
#content_right table td {
    padding: 5px;
    vertical-align: top;
}
#content_right table td.A {
    text-align:right;
}
#content_right table td.B {
    margin-left:10px;
    padding-left:14px;
}

.btn_download {
    font-size: 12px;
    font-weight: bold;
    color:#265665;
    /*text-indent: 45px;*/
    padding-left: 45px;
    padding-right: 100px;
    height: 60px;
    width: 320px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(../images/btn_download.gif);
    display: block;
    text-align: left;
    margin-top: 10px;
    padding-top: 17px;
}
.btn_download a {
    color: #265665;
}
.btn_download p {
    margin-top: 1ex;
    font-weight: normal;
}

#get_adobe {
    position: relative;
    display: block;
    float: right;
    padding-top: 17px;
    margin-top: 10px;
}
/*------ End "Content Right" ------*/

/*------ Start "Footer" ------*/
#footer {
    border-top:1px solid #CCCCCC;
    font-size:11px;
    padding:5px 0 50px;
}

#footer a {
    color: #666;
    text-decoration: none;
}
#footer a:hover {
    color:#abd300;
}

#footer ul {
    padding:0 5px;
}

#footer ul li {
    list-style: none;
    display: inline;
}

#copyright { display:block; float:left; }
ul#nav-footer { display:block; float:right; }
/*------ End "Footer" ------*/

/* ----- Start "Rotating Banner" ---- */
.rotating_banner {  
    height: 288px;
    width: 630px;
    padding: 0;  
    margin:  0;
}
 
.rotating_banner img {  
    background-color: #eee;
    height: 288px;
    width: 630px;  
    top:  0; 
    left: 0;
} 
/* ------- End "Rotating Banner" ------ */

#breadcrumbs ul {
    padding-left:0;
}
#breadcrumbs li {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url(../images/raquo_small.gif) no-repeat scroll 1px 1px;
    color:#005568;
    font-size:smaller;
    display:inline;
    opacity:0.3;
    padding-left:13px;
}
#breadcrumbs a {
    color:#005568;
    text-decoration:none;
}
#breadcrumbs a:hover {
    color:#F7941D;
}

#sharing ul {
    margin-left: 1ex;
}

#sharing ul li {
    margin: 0;
    padding: 0;
}

#sharing img {
    width: 16px;
    height: 16px;
    margin:0;
    padding:0;
}
#sharing a { display:table-cell; margin:0; padding:2px; }
.IE #sharing a { display: inline; }

.boldlink {
    font-weight: bold;
    color: #11393E;
}
/*
.customer_story a, .whitepaper a {
    font-weight: bold;
    color: #11393E;
}
*/
.customer_story img, .whitepaper img {
    margin-left: 1ex;
    vertical-align: bottom;
}
.whitepaper, .customer_story {
    padding: 2em;
}

#library_table td {
   margin: 2em; 
   padding: 2em; 
}

#library_table h1 {
    text-align: center;
}

#customers {
    text-align: center;
    margin-top: 2em;
}

.blue_border {
    border: 2px solid #e1eff4;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.pdf_link {
    background: transparent url(../images/pdf_icon.gif) no-repeat scroll 0 3px;
    padding-left: 22px;
    padding-bottom: 20px;
    font-weight: bold;
    color: #11393E;
    display: block;
}

.pdf_link_list {
    padding-left: 0;
    list-style: none;
}
.pdf_link_list li {
    list-style: none;
    list-style-position: outside;
    list-style-type: none;
    background: transparent url(../images/pdf_icon.gif) no-repeat scroll 0 3px;
    padding:0;
    padding-left: 24px;
    padding-bottom: 1em;
}
.pdf_link_list li a {
    display:block;
    font-weight: bold;
    color: #11393E;
}
.pdf_link_list li a:hover {
    color: #ABD300;
}

.right_box {
    padding: 0 1em 0 1em; 
    margin: 1em -1em 1em 1em; 
    width:240px;
}

label.check { display: inline; }

/* Google Custom Search styles */

#cse .gsc-control-cse {font-family: inherit; font-size: inherit;}
#cse .gsc-tabHeader {display: none;}
#cse .gsc-resultsHeader {display: none;}
#cse .gsc-branding {display: none;}
#cse .gsc-trailing-more-results {display: none;}
#cse .gs-visibleUrl {display: none;}
#cse .gs-title {color: #F7941D;}
#cse .gs-title b {color: #F7941D;}
#cse .gs-title:hover {color: #ABD300;}
#cse .gs-title:hover b {color: #ABD300;}

