/* Gilad selected colors: light->dark
Red: #ea5959 -> #b61e1e
Blue: #c0e5f3 -> #34b8e2
White: #f8feeb
*/
@charset "UTF-8"; 

* {
   margin: 0;
   padding: 0;
   font-family: verdana, helvetica, arial,sans-serif;
   font-size: 13px;
}

html, body {height:100%; margin:0; padding:0; background: #C8CBD1;}
#page-background {position:fixed; top:0; left:0; width:100%; height:100%;z-index: -20000;}
body {
   font-family: verdana, helvetica, arial,sans-serif;
   font-size: 15px;
   font-weight: normal;
   color: black;
   background-color: #C8CBD1;/*#B1C3C6;*/
   overflow-x: hidden; 
   color: #242628;
}

h1 {
   color: #5D5650;
   font-size: 22px;
   font-weight: bold;
   letter-spacing: -0.05em;
   margin: 0;
   padding: 0 1em 0.5em 0.5em;
   background-color: transparent;
}

h2 {
   color: black;
   background-color: transparent;
   font-size: 18px;
   font-weight: bold;
   letter-spacing: -0.05em;
   margin: 0 0 0.5em 0;
   padding: 0;
}

h3 {
   font-size: 15px;
   font-weight: bold;
   margin: 0 0 0.5em 0;
   padding: 0;
   color: black;
}

p, div.body {
   margin: 0;
   padding: 0 0 0.8em 0;
}

a {
   color: #4D0101;
   background-color: transparent;
   text-decoration: underline;
}

a:hover {
   text-decoration: underline;
   /*background-color: transparent;*/
}

form {
   display: inline;
}

input[type=button], input[type=submit], input[type=text], input[type=password], select, textarea {
   /*width: 20em;*/
   width: 255px;
   font-family: verdana, helvetica, sans-serif;
   font-size: 13px;
}

option {
   padding-right: 1em;
}

input[type=text]:focus, input[type=password]:focus, input[type=checkbox]:focus, input[type=radio]:focus, select:focus, textarea:focus {
   background-color: #f9f0d3;
}

input[type=button].invalid, input[type=submit].invalid, input[type=text].invalid, input[type=password].invalid, input[type=radio].invalid, select.invalid, textarea.invalid {
   background: light red;
   border: 1px solid red;
}

input[readonly] {
   background: #efefcf;
}

table.std {
   width: 100%;
   border: none;
   border-spacing: 0;
}

table.std tr > td, table.std tr > th {
   margin: 0.2em 0;
   text-align: center;
   vertical-align: top;
}

table.std tr th {
   background: url(../img/headerbg.png) repeat-x #dff14f;
   padding: 0.2em 0.4em;
   font-weight: bold;
   margin-bottom: 0.5em;
}

table.std tr > td {
   border-bottom: 0.05em solid #e7e7e7;
}

table.std tr.selected > td {
   background: #ffefcc url(../img/selected_bg.png) repeat-x bottom;
}

table.std tr:hover {
   background-color: #fff0d1;
}

table.std tr.selectable:hover {
   background-color: #ffe2a6;
   color: #4D0101;
}

table.layout {
   width: 0;
}

table.layout tr > td {
   margin: 0;
   text-align: left;
   border: 0;
}

table.layout tr:hover {
   background-color: inherit;
}

ul, ol {
   margin: 0 0 0 2em;
}

ol.alpha {
   list-style: upper-alpha;
}

ol.decimal {
   list-style: decimal;
}

.left {
   text-align: left;
}

.right {
   text-align: right;
}

.center {
   text-align: center;
}

.small {
   font-size: 9px;
}

.medium {
   font-size: 11px;
}

.large {
   font-size: 15px;
}

.tt {
   font-family: "courier new", courier;
}

.nowrap {
   white-space: nowrap;
}

div.body {
   margin-bottom: 1em;
}

ul.spacing2 > li + li, ol.spacing2 > li + li {
   margin-top: 1em;
}

ul.arrows {
   list-style: none outside url(../img/icons/bullet_go.gif);
}

ul.bullet-black {
   list-style: none outside url(../img/icons/bullet_black.gif);
}

.warning {
   color: #733;
}

.message {
   color: #733;
   font-weight: bold;
   padding: 0.5em;
   margin: 0 0 0.5em 0;
   width: auto;
   float: left;
   -moz-border-radius: 0.5em;
}

.error-message {
   color: #f33;
   font-weight: bold;
}

.disabled {
   color: #777;
   opacity: 0.40;
   -moz-opacity: 0.40;
   filter: alpha(opacity=40);
}

.hidden {
   display: none;
}

.invisible {
   visibility: hidden;
}

.-underline {
   border-bottom: 0.05em solid #e7e7e7;
}

.-italic {
   font-style: italic;
}

img {
   border: none;
}

img.icon16 {
   width: 16px;
   height: 16px;
   position: relative;
   top: 3px;
}

img.icon16 + span {
   margin-left: 4px;
}

.button {
   font-weight: normal;
   font-size: 1em;
   letter-spacing: -0.05em;
   text-decoration: none;
   margin-right: 0.5em;
   cursor: pointer;
}

a.button:hover, label.button:hover {
   text-decoration: underline;
}

a.button.disabled:hover, label.button.disabled:hover {
   cursor: default;
   text-decoration: none;
}

form div.submit {
   margin-left: 0;
}

input[type=text], input[type=password], select, textarea {
   border: solid 1px #73581d;
}

.centerlayout {
   margin: 0;
   /*padding: 0 480px;*/
   text-align: center;
  /* z-index:1;*/
}


#welcome {
   line-height: 24px;
   font-size: 11px;
   font-weight: bold;
   text-align: left;
   white-space: nowrap;
   color: #FFFFFF;
   /*margin-right: 20px;*/
   padding-left: 15px;
}

#welcome a, a:visited{
   font-size: 11px;
   color: #FFFFFF;
}

#welcome a:hoover{
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: underline;
}

#content2 {
   /*margin: 0 -480px;*/
   min-height: 470px;
   padding: 6px 12px;
   clear: none;
}

#footer {
   /*margin: 0 -480px;*/
   /*float: left;*/
   font-size: 11px;
   line-height: 20px;
   color: #FFFFFF;
   width: 100%;
   background:url(images/footerbar_bg.gif) bottom center repeat-x;
   height: 25px;
   float: left;
   margin-top: 10px;
}

#footer a {
   color: #FFFFFF;
}

#footer #copyright {
   /*font-family: "Andale Mono", "courier new", monospace;*/
}

#debug {
   margin: 8em 0 0 0;
   font-size: 0.8em;
   /*background: white;*/
}

#debug pre {
   background: #dfdfdf;
   margin: 0.2em 1em;
   padding: 0.2em;
}

.container {
   padding: 0;
   margin: 0 auto;
   text-align: left;
   width: 960px;
}

#footer .container {
   margin-top: 1em;
   padding: 5px 0px 0px 20px;
   text-align: left;
}

#login_top {
   display: block;
   line-height: 24px;
   vertical-align: middle;
   float: right;
   font-size: 9px;
   white-space: nowrap;
}

#login_top input {
   width: 70px;
   font-size: 9px;
}

#login_top input[type=submit] {
   width: 40px;
   margin-right: 6px;
}

/*#welcome {
   font-weight: bold;
   padding-bottom: 2em;
}*/

ul#breadcrumb {
   display: block;
   margin: 0 0 1em 0;
   font-size: 11px;
}

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

div.survey_view_responses div.list {
   float: left;
   padding-right: 1em;
   min-width: 10em;
   max-height: 20em;
   overflow: auto;
}

div.survey_view_responses div.view {
   float: left;
   max-height: 20em;
   overflow: auto;
}

a.block {
   display: block;
   text-decoration: none;
}

a.block:hover {
   text-decoration: underline;
   background-color: #ffe2a6;
}

.faq .q {
   font-weight: bold;
}

.faq .a {
   margin-bottom: 0.5em;
}

div.input {
   padding: 0 0 0.1em 0;
   clear: left;
}

label {
   cursor: pointer;
}

div.input label, label.input {
   display: block;
   float: left;
   clear: left;
   width: 11.5em;
   padding-right: 0.5em;
   border-bottom: 0.05em solid #e7e7e7;
   letter-spacing: -0.05em;
}

div.submit {
   clear: left;
   padding: 0 0 0.5em 0;
}

input[type=radio] + label, input[type=checkbox] + label {
   padding-left: 6px;
}

a.dp-choose-date {
   height: 16px;
   padding: 0;
   width: 16px;
}

a.dp-choose-date img {
   width: 16px;
   height: 16px;
}

.ui-tabs + .ui-tabs {
   margin-top: 6px;
}

.float {
   float: left;
}

.floatoppose {
   float: right;
}

/* Progress bar element */
div.progressbar {
   width: 300px;
   font-size: 9px;
   direction: ltr;
   text-align: left;
}

/* Progress bar frame and background */
div.progressbar div.progressbar_frame {
   height: inherit;
   border: 1px solid black;
   background-color: #eee;
}

/* Progress bar meter value */
div.progressbar div.bar {
   background-color: #777;
   height: inherit;
}

/* -no-border style */
div.progressbar.-no-border div.progressbar_frame {
   border: none;
   /*background-color: transparent;*/
}

/* -stripes style */
div.progressbar.-stripes div.progressbar_frame {
   background: #eee url(../img/bg_hash_50b.png) repeat left top;
   -moz-border-radius: 1em 0.5em 1em 0.5em;
}
div.progressbar.-stripes div.bar {
   background: #b61e1e url(../img/bg_pattern3_red1.png) repeat left top;
   -moz-border-radius: 1em 0.5em 1em 0.5em;
}

div.ajaxload {
   position: absolute;
   text-align: center;
   margin: 0;
   padding: 0;
   opacity: 0.6;
   background-color: #f8feeb;
}

div.ajaxload > img {
   position: relative;
   width: 220px;
   height: 19px;
}

fieldset {
   padding: 1em;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	/*background: #F5F5F5;*/
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	background: #F5F5F5;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:960px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

#langbar {
	float: right;
	clear:right;
    font-size:11px;
    font-weight:bold;
    line-height:24px;
    margin-right:30px;
	margin-top:10px;
} 
/* Top nav boxes */
#nav {
		float:right;
		font-size:15px;
		line-height:20px;
		position: relative;
		top: 0;
		right: 0;
		width: 474px;
		height: 56px;
		background:url(images/topblackbar_bubble.gif) no-repeat;
	}
	
	#innernav {
	  float: left;
	  padding-top: 25px;
	  padding-left: 15px;
	}
	
	#nav ul {
		margin:0;
		padding:0 0 0 10px;
		list-style:none;
	}
	#nav li {
		float:right;
		margin:0 10px 0 -1px;
		padding:0 0 0 6px;
		/*background:url(images/tab_bg.gif) no-repeat;
		width: 113px;
		height: 27px;*/
	}
	#nav li:hover {
		/*background-position:-6px 100%;*/
		/*background:url(images/tab_bg_over.gif) no-repeat;
		width: 113px;
		height: 27px;*/
	}
	#nav a {
		float:left;
		display:block;
		color:#FFFFFF;
		font-size:15px;
		font-weight:bold;
		text-align: center;
		/*font-family:Georgia,Times,"Times New Roman",serif;*/
		/*background:url(images/tab_bg.gif) 100% 100% no-repeat;
		padding:5px 14px 12px 8px;*/
		text-decoration:none;
	}
	#nav li:hover a {
		/*background-image:url(images/tab_bg_over.gif);*/
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#0891C8;
		text-decoration:underline;
	}
/*	#home #nav #t1,
	#features #nav #t2,
	#about #nav #t3,
	#about #nav #t4,
	#contact #nav #t5 {
		background-position:-12px 100%;
		padding-left:26px;
		margin:0 2px 0 1px;
	}
	#home #nav #t1 a,
	#features #nav #t2 a,
	#projects #nav #t3 a,
	#about #nav #t4 a,
	#contact #nav #t5 a {
		background-image:url(images/tab_bg.gif);
		padding-left:0;
		padding-right:19px;
	}
	#nav #t1,
	#home #nav #t1 {
		margin-left:0;
	}
	#nav #t5,
	#contact #nav #t5 {
		margin-right:0;
	}*/
/* End of top nav boxes */

/* Image Drop down CSS */
.dd {
	/*display:inline-block !important;*/
	text-align:left;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:left;
}
.dd .ddTitle {
	background:#f2f2f2;
	border:1px solid #c3c3c3;
	padding:3px;
	text-indent:0;
	cursor:default;
	overflow:hidden;
	height:16px;
}
.dd .ddTitle span.arrow {
	background:url(images/dd_arrow.gif) no-repeat 0 0; float:right; display:inline-block;width:16px; height:16px; cursor:pointer;
}

.dd .ddTitle span.textTitle {text-indent:1px; overflow:hidden; line-height:16px;}
.dd .ddTitle span.textTitle img{text-align:left; padding:0 2px 0 0}
.dd .ddTitle img.selected {
	padding:0 3px 0 0;
	vertical-align:top;
}
.dd .ddChild {
	position:absolute;
	border:1px solid #c3c3c3;
	border-top:none;
	display:none;
	margin:0;
	width:auto;
	overflow:auto;
	overflow-x:hidden !important;
	background-color:#ffffff;
}
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {padding-left:10px}
.dd .ddChild a {
	display:block;
	padding:3px 0 3px 3px;
	text-decoration:none;
	color:#000;
	overflow:hidden;
	white-space:nowrap;
	cursor:pointer;
}
.dd .ddChild a:hover {
	background:#66CCFF;
}
.dd .ddChild a img {
	border:0;
	padding:0 2px 0 0;
	vertical-align:middle;
}
.dd .ddChild a.selected {
	background:#66CCFF;
	
}
.hidden {display:none;}
/* End of Image Drop down CSS */

/* Customize the top bar */

.container {
   /*background: #F5F5F5;*/
}

.container h1 {
  margin: 0;
  padding: 10px 0px 0px 0px;
  font-size: 21px;
  color: #5585aa;
  float: left;
}

#personal_menu {
 float: right;
 width: 300px;
}

.int_container {
	width: 940px;
}

#header {
  /* padding: 0 12px;*/
   /*margin: 0 -480px;*/
   /*height: 75px;*/
}

#header img.logo {
   display: inline;
   float: left;
   position: relative;
   top: 25px;
   width: 320px;
   height: 73px;
}

#header a {
   font-weight: bold;
}

#topnav {
   text-align: right;
   float: right;
}

#topnav ul {
   margin: 0;
   padding: 0;
   float: right;
   list-style: none inherit inherit;
}

#topnav li {
   display: inline;
   float: right;
   width: 8em;
   margin: 0;
}

#topnav a {
   text-decoration: none;
}

#topnav a:hover {
   background-color: #ffe2a6;
   color: #2D2530;
   -moz-border-radius: 0.25em;
}

#topnav li a {
   display: block;
   text-align: center;
   padding: 4px 4px 4px 0;
}

#topnav2 {
   font-size: 13px;
   float: right;
}

#topnav2 ul {
   margin: 0;
   padding: 10px 0px 0px 0px;
   float: right;
   list-style-type: none;
}

#topnav2 li {
   display: block;
   float: right;
   width: 100px;
}

#topnav2 a:hover {
   /*background-color: #ffe2a6;*/
   /*background-color: #F1F2E5;*/
   text-decoration:underline;
   /*-moz-border-radius: 0.25em;*/
}

#topnav2 li a, #topnav2 li form {
   display: block;
   color: #FFFFFF;
   text-align: center;
   text-decoration: none;
   padding: 4px 4px 4px 0;
}

#topnav3 {
   font-size: 13px;
   float: left;
   padding-left: 5px;
}

#topnav3 ul {
   margin: 0;
   padding: 0px 0px 0px 0px;
   float: left;
   list-style-type: none;
}

#topnav3 li {
   display: block;
   float: left;
}

#topnav3 a:hover {
   /*background-color: #ffe2a6;*/
   /*background-color: #F1F2E5;*/
   text-decoration:underline;
   /*-moz-border-radius: 0.25em;*/
}

#topnav3 li a, #topnav3 li form {
   display: block;
   color: #1A1B1D;
   text-align: center;
   font-size: 15px;
   text-decoration: none;
   padding: 0px 10px 0px 10px;
}

#header .container {
  width: 100%;
  margin: 0;
  padding: 0;
}

#topcontainer {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

#bluecontainer {
  padding: 0;
  margin: 0 auto;
  text-align: left;
  width: 960px;
}

#toptop {
  background:url(images/topblackbar_bg.gif) top center repeat-x;
  height: 26px;
  width: 100%;
}

#bluebar {
  background:url(images/blue_menu_bg.gif) bottom center repeat-x;
  height: 83px;
  width: 100%;
}

#bluenav {
		float:right;
		font-size:15px;
		line-height:20px;
		position: relative;
		top: 0;
		right: 0;
		width: 312px;
		height: 83px;
		background:url(images/blue_menu_bubble.gif) no-repeat;
	}
	
#bluecontainer h1 {
  margin: 0;
  padding: 45px 0px 0px 0px;
  font-size: 21px;
  color: #FFFFFF;
  float: left;
}

.hpcontent {
  width: 95%;
  /*border-bottom: 2px dotted #9e9e9e;*/
  padding-left: 10px;
  font-size: 15px;
  background: #F5F5F5;
}

.hpcontent h1 {
  margin: 0;
  padding-bottom: 5px;
  width: 100%;
  color: #0077b5;
}

.bigbutton {
 color: #FFFFFF;
 width: 398px;
 height:  38px;
 background:url(images/wide_button_bg.gif) no-repeat;
 margin-bottom: 10px;
 font-size: 16px;
 font-weight: bold;
 padding-top: 10px;
}

.smallbutton {
 color: #FFFFFF;
 width: 216px;
 height:  39px;
 background:url(images/short_button_bg.gif) no-repeat;
 margin-bottom: 10px;
 font-size: 16px;
 font-weight: bold;
 padding-top: 10px;
}

.comparetable { 
     font-family:arial;
     font-size:12px;
     border-style:solid;
     border-color: #007FBC;
     border-width:2px;
	 line-height: 25px;
}

.comparetabletitle { 
     font-family:arial;
	 font-weight: bold;
     font-size:14px;
     border-style:solid;
     border-color: #007FBC;
     border-width:2px;
	 line-height: 35px;
}

a.buttonclick {
  text-decoration: none;
}

div.homebullets {
  line-height: 25px;
  float: left;
  padding-top: 15px;
}

.slideshow { height: 290px; width: 320px; float: right; padding-right: 50px; }
.slideshow img { padding: 15px; border: 1px solid #ccc; background-color: #eee; }
