body {
	margin: 0;
	font: 11px/18px Arial, Helvetica, sans-serif;
	color: #505050;
	background: #FFF;
}
img {border-style: none;}
a {color: #3398CC;}
a:hover {text-decoration: none;}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	line-height:15px
}
input, textarea, select {
	font: 11px/16px Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #505050;
}
.hidden {display: none;}
#wrapper {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	border-left:1px solid #B2D1ED;
	border-right:1px solid #B2D1ED
}
#header {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 228px;
	width: 960px;
	background: url('../images/bg-header.jpg') no-repeat;
}
.top-nav {
	float: right;
	margin: 0;
	padding: 1px 0 0;
	list-style: none;
}
* html .top-nav {margin: 0 2px 0 0;}
.top-nav li {
	float: left;
	padding: 0 4px 2px 4px;
	background: url('../images/sep-top-nav.gif') no-repeat 0 4px;
}
.top-nav li:first-child {background: none;}
.top-nav li a {
	float: left;
	color: #505050;
}
.top-nav li a.hieroglyph {
	overflow: hidden;
	margin: 3px 0 0;
	height: 13px;
	width: 50px;
	text-indent: -9999px;
	background: url('../images/hieroglyph.gif') no-repeat;
}
.top-nav li a.hieroglyph:hover {
	height: 11px;
}
.logo {
	position: absolute;
	z-index: 2;
	top: 17px;
	left: 118px;
	margin: 0;
	width: 211px;
	text-indent: -9999px;
}
.logo a {
	display: block;
	overflow: hidden;
	height: 96px;
	background: url('../images/logo.jpg') no-repeat;
}
.slogan {
	margin:150px 0 5px;
	padding: 0 50px 6px;
	width: 860px;
	text-align: right;
	font: bold 24px/31px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #FFF;
}
.slogan strong {
	line-height: 34px;
	font-size: 28px;
}
.slogan span {
	position: relative;
	top: -8px;
	line-height: 20px;
	font-size: 16px;
	font-weight: normal;
}
#header .holder {
	height: 30px;
	width: 100%;
	background: url('../images/bg-nav.jpg') no-repeat;
}

#header .holder2 {
	height: 60px;
	width: 100%;
	background: url('../images/bg-nav.jpg') no-repeat;
}
#header .holder:after {
	content: "";
	display: block;
	clear: both;
}

#header .holder2:after {
	content: "";
	display: block;
	clear: both;
}

.search-form {
	float: right;
	width: 285px;
}
.search-form .text {
	float: left;
	margin: 6px 0 0;
	border: 1px solid #B7D5E9;
	padding: 1px 5px;
	width: 131px;
	background: #FFF;
}
* html .search-form .text {
	padding: 0 6px 2px;
	width: 129px;
} 
*+html .search-form .text {
	padding: 0 6px 2px;
	width: 129px;
} 
.search-form .submit {
	display: inline;
	float: left;
	margin: 3px 0 0 7px;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 85px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-search.gif') no-repeat;
	cursor: pointer;
}
.search-form .submit:hover,
.search-form .submit.hover {background-position: 0 -24px;}
.nav {
	margin: 0;
	list-style: none;
	margin-left:-6px
}
.nav li {
	display: inline;
	position: relative;
	float: left;
	margin: 0 6px;
	font: bold 15px/18px "Century Gothic", Arial, Helvetica, sans-serif;
}
.nav li.active {margin: 0 3px 0 15px;}
.nav li a {
	float: left;
	padding: 0 0 0 14px;
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.nav li a span {
	float: left;
	cursor: pointer;
	padding: 7px 14px 5px 0;
}
.nav li a:hover {
	background: #afd1e8;
	/*background: url('../images/glow.gif') no-repeat;*/
}
.nav li a:hover span {
	background: none;
	/*background: url('../images/glow.gif') no-repeat 100% 0;*/
}
.nav li.active a:hover {text-decoration: none;}
.nav li.active a:hover span {text-decoration: none;}
.nav li.active a,
.nav li.active a:hover {
	position: relative;
	margin: -4px 0 0;
	padding: 0 0 0 14px;
	color: #3398CC;
	background: url('../images/bg-nav-active.gif') no-repeat;
}
.nav li.active a span,
.nav li.active a:hover span {
	padding: 11px 14px 5px 0;
	background: url('../images/bg-nav-active.gif') no-repeat 100% 0;
}
.nav ul {
	position: absolute;
	top: 31px;
	left: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 750px;
	list-style: none;
}
.nav ul li {
	display: inline;
	position: static;
	margin: 0 1px 0 -1px;
	padding: 0 2px 0 3px;
	white-space: nowrap;
	background: url('../images/sep-nav.gif') no-repeat 0 50%;
}
.nav ul li:first-child {background: none;}
.nav ul li a,
.nav li.active ul li a {
	position: static;
	margin: 0;
	padding: 0 0 0 14px;
	color: #FFF;
	background: none;
}
.nav ul li a:hover,
.nav li.active ul li a:hover {
	margin: 0;
	color: #FFF;
	background: #afd1e8;
	/*background: url('../images/glow2.gif') no-repeat;*/
}
.nav ul li a:hover span,
.nav li.active ul li a:hover span {
	padding: 5px 7px 7px 0;
	background: none;
	/*background: url('../images/glow2.gif') no-repeat 100% 0;*/
}
.nav ul li a span,
.nav li.active ul li a span {
	padding: 5px 7px 7px 0;
	background: none;
}
.nav ul li.active {
	position: relative;
	margin: 0 -1px 0 0;
	padding: 0;
}
.nav ul li.active a,
.nav li.active ul li.active a,
.nav li.active ul li.active a:hover {
	margin: 0;
	padding: 0 0 0 14px;
	color: #3398CC;
	background: url('../images/bg-nav-l2-active.gif') no-repeat;
}
.nav ul li.active a:hover,
.nav li.active ul li.active a:hover {text-decoration: none;}
.nav ul li.active a:hover span,
.nav li.active ul li.active a:hover span {text-decoration: none;}
.nav ul li.active a span,
.nav li.active ul li.active a span,
.nav li.active ul li.active a:hover span {
	padding: 5px 7px 14px 0;
	background: url('../images/bg-nav-l2-active.gif') no-repeat 100% 0;
}
#main {
	margin-top:240px
}

#main2 {
	margin-top:260px
}

.main-holder {
	background: url('../images/bg-main-holder.jpg') repeat-y;
}
.main-wrap {
	overflow: hidden;
	width: 861px;
	padding: 5px 49px 3px 50px;
	background: url('../images/bg-main-wrap.jpg') no-repeat;
}
#content {
	float: left;
	width: 581px;
}
.content-block {
	margin: 0 0 15px;
	width: 100%;
}
.content-block .t,
.content-block .b {
	overflow: hidden;
	height: 53px;
}
.content-block .t {background: url('../images/bg-content-block-t.png') no-repeat;}
.content-block .b {background: url('../images/bg-content-block-b.png') no-repeat;}
.content-block .m {
	width: 100%;
	background: url('../images/bg-content-block-m.png') repeat-y;
}
.content-block .m:after {
	content: "";
	display: block;
	clear: both;
}
.content-block .holder {
	position: relative;
	float: left;
	margin: -52px 0 -52px;
	padding: 0 1px;
	width: 579px;
}
.content-block .alignleft {float: left;}
.content-block .intro {
	float: right;
	padding: 26px 29px 8px 0;
	width: 380px;
	text-align: justify;
}
.heading {
	overflow: hidden;
	width: 100%;
}
.content-block .intro .heading {padding: 0 0 13px;}
.content-block .info .heading {padding: 0 0 9px;}
.side-box .heading {padding: 0 0 10px;}
.heading h2 {
	float: left;
	margin: 0;
	border-bottom: 4px solid #AFD1E8;
	padding: 0 0 2px;
	font: bold 18px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #1B6392;
}

h2.thanks {
  color:#1B6392;
  font:18px Arial,Helvetica,sans-serif;}

.content-block .intro p {margin: 0 0 6px;}
.intro span.more {margin: -6px 0 0;}
span.more {
	display: block;
	text-align: right;
	font-size:11px
}
.content-block .info {
	padding: 20px 29px 27px 30px;
	width: 520px;
	text-align: justify;
	background: none repeat scroll 0 0 transparent;
  border: medium none;
}

.content-block .image-holder {
	overflow: hidden;
	padding: 0 0 49px;
	width: 100%;
}
.content-block .aligncenter {
	float: left;
	margin: 0 0 0 43px;
}
.content-block .list {
	margin: 0 0 9px -2px;
	padding: 0;
	list-style: none;
}
.content-block .list li {
	position: relative;
	padding: 3px 0 9px 44px;
	font-weight: bold;
	background: url('../images/bullet-list.gif') no-repeat;
}
#sidebar {
	float: right;
	width: 265px;
}
.side-box {
	margin: 0 0 16px;
	width: 100%;
}
.side-box .t {
	overflow: hidden;
	height: 58px;
	background: url('../images/bg-side-box-t.png') no-repeat;
}
.side-box .b {
	overflow: hidden;
	height: 3px;
	background: url('../images/bg-side-box-b.png') no-repeat;
}
.side-box .m {
	width: 100%;
	background: url('../images/bg-side-box-m.png') repeat-y;
}
.side-box .m:after {
	content: "";
	display: block;
	clear: both;
}
.side-box .holder {
	position: relative;
	float: left;
	margin: -57px 0 -2px;
	padding: 0 1px;
	width: 263px;
}
#sidebar h3 {
	margin: 0;
	border-bottom: 4px solid #AFD1E8;
	padding: 0 0 2px;
	font: bold 18px/19px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #1B6392;
}
#sidebar .heading h3 {float: left;}
.contact-box {padding: 20px 28px 14px 29px;}
.contact-form label {display: block;}
.contact-form label span {color: #F00;}
.contact-form .row {
	overflow: hidden;
	padding: 0 0 5px;
	width: 100%;
}

.contact-box p  {
  margin-top:0}

.contact-form .textarea {
	overflow: hidden;
	border: 1px solid #B8D6EB;
	width: 204px;
}
.contact-form .textarea textarea {
	overflow: auto;
	float: left;
	margin: 0;
	border-style: none;
	border: 0;
	padding: 0 0 0 5px;
	height: 102px;
	width: 199px;
	max-width: 199px;
}
.contact-form .text {
	float: left;
	margin: 0;
	border: 1px solid #B8D6EB;
	padding: 4px 5px;
	width: 194px;
}

.contact-box .more-articles {
	display: inline;
	float: right;
	margin:0 2px 14px 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-more-articles.gif') no-repeat;
	cursor: pointer;
	
	
}
.contact-box .more-articles:hover,
.contact-box .more-srticles.hover {background-position: 0 -24px;}

.contact-form .code {padding: 6px 0 16px;}
.contact-form .code img {display: block;}
.contact-form .submit,
.contact-box .submit {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-contact_us.gif') no-repeat;
	cursor: pointer;
}

.submit-comment {
	display: inline;
	float:none !important;
	margin-top:20px !important;
	border:none !important;
	margin: 10px 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-comment.gif') no-repeat;
	cursor: pointer;
}

.contact-form .submit:hover,
.contact-form .submit.hover,
.contact-box .submit.hover,
.submit-comment:hover
 {background-position: 0 -24px;}


.order-box {padding: 36px 29px 20px;}

.order-box .decor {
	display: inline;
	position: relative;
	float: right;
	margin:-42px -67px 0 0;
	height: 117px;
	width: 116px;
	background: url('../images/img04.png') no-repeat;
}

.order-box .decor2 {
	     background: url('../images/img-calc.png') no-repeat scroll 0 0 transparent;
    display: inline;
    float: right;
    height: 117px;
    margin: -42px -47px 0 0;
    position: relative;
    *margin-left:-60px;
    width: 99px;
}

.order-box h3 {
  margin-top:-10px !important}

#sidebar .order-box h3 {
	margin: 0 0 9px;
	border-style: none;
	padding: 0 0 6px;
	background: url('../images/strange-divider.gif') no-repeat 0 100%;
}
.order-box p {margin: 0 0 12px;}

.order-box .link {
	display: block;
	height: 36px;
	width: 163px;
	text-indent: -9999px;
	background: url('../images/btn-contact_us2.gif') no-repeat;
}
.order-box .link:hover {background-position: 0 -36px;}


.order-box .link2 {
	display: block;
	height: 36px;
	width: 163px;
	text-indent: -9999px;
	background: url('../images/calculate-btn.gif') no-repeat;
}
.order-box .link2:hover {background-position: 0 -36px;}

.link3  {
  width:95px;
  height:24px;
  background:url(../images/watch-now.jpg) no-repeat;
  text-indent:-9999px;
  display:block;
  margin-top:-38px
  }
  
a.link3:hover   {
  background-position:0 -24px}
  
img.discimg  {
  float:left;
  margin-right:17px;
  margin-bottom:10px}



.add-box .frame {
	margin: 0 0 41px;
	padding: 30px 28px 0 29px;
	font: bold 16px/22px "Century Gothic", Arial, Helvetica, sans-serif;
	color: #AFD1E8;
}
.add-box .frame p {margin: 0;}
.add-box img {
	display: block;
}
.news-block {
	overflow: hidden;
	border-bottom: 30px solid #EBF3F7;
	padding: 0 0 6px 22px;
	width: 938px;
}
.news-block .box {
	float: left;
	padding: 25px 0 0 29px;
	width: 270px;
	color: #1B6392;
}
.news-block .heading {margin: 0 0 15px;}
.news-block .heading h4 {
	float: left;
	margin: 0;
	border-bottom: 2px solid #B2D3E9;
	padding: 0 0 2px; 
	line-height: 18px;
	font-size: 14px;
	font-weight: normal;
}
.news-block h4 a {
	color: #1B6392;
	text-decoration: none;
}
.news-block h4 a:hover {color: #002D6A;}
.news-block .title {
	line-height: 16px;
	font-size: 12px;
	color: #1B6392;
	text-decoration: none;
}

.articles-title {
  font-weight:bold;
  color:#505050;
  text-decoration:none}
  
.textwidget .sub-nav  {
  font-size:9px;
  font-weight:bold !important;
  margin-bottom:-3px;
  color:#1B6392 !important}

.news-block .title:hover {text-decoration: underline;}
.news-block .sub-nav {
	overflow: hidden;
	margin: 0;
	padding: 2px 0 0;
	width: 100%;
	list-style: none;
	color: #505050;
}
.news-block .sub-nav li {
	float: left;
	margin: 0 4px 0 -4px;
	padding: 0 3px 0 5px;
	background: url('../images/sep-sub-nav.gif') no-repeat 0 5px;
}
.news-block .sub-nav li a {
	color: #505050;
	text-decoration: none;
}
.news-block .sub-nav li a:hover {text-decoration: underline;}
.news-block p {margin: 0 0 16px;}
.news-block .alignleft {
	float: left;
	margin: 9px 0 0 34px;
	outline: none;
}
.news-block .alignleft img {display: block;}
#footer {
	width: 100%;
	background: #1B6392;
}
.features-block {
	padding: 11px 0 0 50px;
	color: #FFF;
	background: url('../images/bg-features-block.jpg') repeat-y;
}
.features-block .holder {
	overflow: hidden;
	width: 100%;
}
.features-block .box {
	float: left;
	margin: 0 31px 0 0;
	padding: 0 0 19px;
	width: 268px;
	text-align: justify;
}
.features-block h4 {
	margin: 0 0 11px;
	line-height: 18px;
	font-size: 14px;
}
.features-block h5 {
	margin: 0 0 7px;
	line-height: 14px;
	font-size: 11px;
	color:white;
	text-decoration:none
}

.features-block a h5 {
	margin: 0 0 7px;
	line-height: 14px;
	font-size: 11px;
	color:white;
	text-decoration:none
}



.features-block p {margin: 0;}
.features-block .more {font-weight: bold;}
.features-block .more a {
	padding: 0 14px 0 0;
	color: #FFF;
	background: url('../images/bullet-more.gif') no-repeat 100% 50%;
}
.bottom-nav {
	margin: 0;
	padding: 5px 0 6px;
	list-style: none;
	text-align: center;
}
.bottom-nav li {
	display: inline;
	padding: 0 38px 0 40px;
	line-height: 16px;
	font-size: 12px;
	font-weight: bold;
	background: url('../images/sep-bottom-nav.gif') no-repeat 0 50%;
}
.bottom-nav li:first-child {background: none;}
.bottom-nav li a {
	text-decoration: none;
	color: #FFF;
}
.bottom-nav li a:hover {text-decoration: underline;} 
.bottom-box {
	overflow: hidden;
	padding: 6px 0 5px;
	width: 960px;
	border-bottom: 4px solid #FFF;
	background: #EBF3F7;
}
.bottom-box .by {
	position: relative;
	float: right;
	margin: 0 10px 10px 5px;
	text-decoration: none;
	font-size:10px
}

div.aonach  {
  float:right !important;
  width:96px;
  display:block;
  margin-top:-27px}

.bottom-box a.by:hover {text-decoration: underline;}
.bottom-box ul {
	margin: 0;
	padding: 0 0 0 120px;
	list-style: none;
	text-align: center;
}
.bottom-box ul li {
	display: inline;
	padding: 0 7px 0 9px;
	font-size: 10px;
	color: #3398CC;
	background: url('../images/sep-bottom-box-nav.gif') no-repeat 0 50%;
}
.bottom-box ul li:first-child {background: none;}
.bottom-box ul li a {
	color: #3398CC;
	text-decoration: none;
}
.bottom-box ul li a:hover {text-decoration: underline;}


/* CONTACT FORM */

.contact-form .submit {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-contact_us.gif') no-repeat;
	cursor: pointer;
}
.contact-form .submit:hover,
.contact-form .submit.hover,
.wpcf7-f3-p26-o1 .submit:hover {background-position: 0 -24px;}

.contact-box .submit,
.contactform2 .submit,
.wpcf7-f3-p26-o1 .submit
 {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-contact_us.gif') no-repeat;
	cursor: pointer;

}

.contactform3 .submit {
	display: inline;
	float: right;
	margin: 0 2px 0 0;
	border-style: none;
	padding: 0;
	height: 24px;
	width: 112px;
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	background: url('../images/btn-order-brochure.gif') no-repeat;
	cursor: pointer;

}

.contact-box .submit:hover,
.contactform2 .submit:hover,
.contactform3 .submit:hover {background-position: 0 -24px;}

.contactform3 .submit {
  position:absolute;
  margin-left:170px;
  margin-top:-20px}

.wpcf7-validates-as-required  {
  width:180px;
  margin-top:5px;
  border:1px solid #B8D6EB;
  }
  
.contact-box textarea,
.contactform2 textarea {
  width:200px;
  margin-top:5px;
  border:1px solid #B8D6EB;}
  
  
.captcha2 {
      border: 1px solid #B8D6EB;
    display: inline;
    height: 18px;
    margin-left: 120px;
    margin-top: -49px;
    width: 80px;
    *margin-top:-35px}
  
.contact-box span.star,
.contactform2 span.star  {
  color:red}
  
span.red  {
  color:red}
  

  
.captchadiv {
  margin-left:0}
  
.span.wpcf7-not-valid-tip  {
background:none repeat scroll 0 0 #FFFFFF !important;
border:1px solid #FF0000 !important;
font-size:10pt !important;
padding:2px !important;
position:absolute !important;
top:20% !important;
width:200px !important;
z-index:100 !important;
}

.contactform2 p {
  margin:0px !important}
  
.contactform2 textarea  {
  width:400px}
  
.contactform2 .submit,
.contactform2 .submit:hover {
  float:left}
  
.form2captcha {
  border:1px solid #B8D6EB;
  height:17px;
  margin-left:120px;
  margin-top:-78px;
  *position:absolute;
  *margin-top:-40px;
  *margin-left:120px !important;  
  width:100px;
  }
  
.textwidget ul    {
  margin-left:0;
  padding-left:0;
  margin-top:-5px
  }
  
.textwidget ul li   {
  list-style:none;
  }
  
.textwidget ul li a   {
  list-style:none;
  display:block;
  margin-left:0;
  padding-left:0;
  text-decoration:none;
  border-bottom: 1px solid #ACD1EB;
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  font-size:12px;
  padding-bottom:5px;
  margin-top:5px
  }
  
.textwidget ul li a:hover {
  color:#1B6392}
  
li.current-cat a  {
  color:#1B6392}
  
  /* page navigation */
  
.navigation {
  text-align:center;
  margin-bottom:15px}
  
textarea.address  {
  width:280px;
  height:150px;
  }
    
.entry img,
.info img  {
  padding-right:20px;
  padding-bottom:20px;
  padding-top:5px;
  }
  
.contactform3 {
  float:left;
  *width:400px
 }
  
.contactimage {
  float:right;
  margin-right:-20px;
  margin-top:-30px;
  position:absolute !important;
  margin-left:300px;   
 *margin-left:-90px}
 
small {
  color:#1B6392;
  font-size:10px;
  padding-right:5px}
  
.textwidget ul.sub-nav {
color:#505050;
list-style:none outside none;
margin:0;
overflow:hidden;
padding:2px 0 0;
width:100%;
}

.textwidget ul.sub-nav li {
background:url("../images/sep-sub-nav.gif") no-repeat scroll 0 5px transparent;
float:left;
margin:0 4px 0 -4px;
padding:0 3px 0 5px;
}


h2  {
  font-size:16px}
  
  
h3.calk {
  background:none !important;
  border-bottom: 4px solid #AFD1E8 !important;
  padding-bottom:3px;
  width:154px}


h3.discovery {
  background:none !important;
  border-bottom: 4px solid #AFD1E8 !important;
  padding-bottom:3px;
  width:184px}
  
form#actool {
  margin-top:30px}  
  
form#actool input {
  *margin-top:-20px}
    
 #actool span.warning  {
    color: red;
    display: block;
    float: right;
    font-size: 11px;
    margin-bottom: 20px;
    margin-top: -18px;
    background:url(../images/danger.gif) no-repeat;
    padding-left:20px}
    
    
  div#form  { 
    width:420px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    margin-top:30px;
    border:1px solid #25549E;
    background:#B7D4FF;
    padding:30px;
    border-radius:20px;
    -moz-border-radius:20px ;
    height:550px }
    
    
  #actool input {
    float:right;}  
    
  #actool p {
    clear:both;
    font-size:14px}
    
  #actool small {
    font-size:10px}
    

    
  #actool input#submit  {
    margin-top:20px;
    margin-bottom:30px;
    }
    
  #actool input.enabled {
    border:1px solid #4E85AD;
    width:140px;
    height:18px;
    padding-left:5px;
    margin-bottom:20px}
    
  #actool input.disabled {
    border:1px solid #DBDBDB;;
    background:#EFF0F2;
    filter:alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity:0.8;
    width:140px;
    height:18px;
    padding-left:5px;
    margin-bottom:20px}
    
    
    span.right-value  {
      color:grey !important;
      background:none !important;
      float:right;
      width:20px;
      margin-top:10px !important;
      margin-left:10px;
      *margin-top:-10px !important;
      *padding-top:0 !important      }
      
   span.right-value-long  {
      color:grey !important;
      background:none !important;
      float:right;
          text-align: right;
    width: 200px;
      margin-top:-20px !important}
    
    
    #actool input#submit  {
    background: url("../images/calc.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    height: 36px;
    margin-left: 120px;
    margin-right: 27px;
    text-indent: -9999px;
    width: 163px;}
    
    
    #actool input#submit:hover  {
      background-position:0 -36px}
      
      
      input.clearvalues {
    background: url("../images/clear.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 36px;
    margin-bottom: 30px;
    margin-top: 20px;
    text-indent: -9999px;
    width: 210px;
    border:none
}
        
      input.clearvalues:hover {
        background-position:0 -36px}
    
  div.errorMsg  {
    margin-left:40px;
    text-align:right}
    
        a.no-underline:hover, a:hover.no-underline, a.no-underline:hover h5, a:hover.no-underline h5, a.no-underline h5:hover  {
    text-decoration:underline !important}
  
  
  a.no-underline, a.no-underline h5  {
    border-bottom:none !important;
    text-decoration:none !important}
    
    
    
    
    
    		.tooltip {
		
			cursor: help; text-decoration: none;
			position: relative;
			width:16px;
			height:16px
		}
		
		
		.tooltip img.little {
      width:16px;
      height:16px}
      
		.tooltip span {
			margin-left: -999em;
			position: absolute;
			margin-top:-30px;
			z-index:1000;
			background:white !important;
      display:block			
		}
		.tooltip:hover span {
			border-radius: 10px 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; 
      width: 250px;
			font-size:12px;
			z-index:1000;
			background:white !important;
			
			
		}
		.tooltip:hover img.infomark {
			border: 0; margin: -10px 0 0 -55px;
			float: left;
			padding-bottom:0
		}
		.tooltip:hover em {
			font-family: Candara, Tahoma, Geneva, sans-serif; font-size: 1.4em; font-weight: bold;
			display: block;
			*font-size:13px
		}

		* html a:hover { background: transparent; }
		.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
		.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
		.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
		a.tooltip span.info { position:absolute; background: white; border: 1px solid #6BA3C8; text-align:left	 !important; border-radius: 10px 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
		.warning { background:white }
		
		
		a.tooltip span.info   {
    color: #505050;
    font: 11px/18px Arial,Helvetica,sans-serif;
    padding:10px 10px 10px 30px;
    line-height:14px;
    background:white;
    }
		
		a.tooltip span.info em  {
      color:#1B6392;
       font: bold 14px/18px "Century Gothic",Arial,Helvetica,sans-serif;
       margin-bottom:0;
       padding-bottom:0}
       
       
       h3 {
        *font-size:13px}
        
        .holder h2  {
          *margin-bottom:10px}                        
    


