/* global reset */
html{
	height:100%;
	padding:0 0 0 1px;
}
body{
	height:100%;
	margin:0;
	color:#333;
	font:13px Arial, Helvetica, sans-serif;
	/*background:#fff url(images/bg-body.gif) repeat-x;*/
}
img{border-style:none;}
a{
	text-decoration:underline;
	color:#0e9ab8;
}
a:hover{text-decoration:none;}    
input,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
 fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* wrapper */
#wrapper{
	width:100%;
	height:100%;
	display:table;
}
.wrapper-holder{
	width:100%;
	display:table-row;
}
.wrapper-frame{
	width:950px;
	margin:0 auto;
	position:relative;
	padding:126px 0 8px;
}
/* header */
#header{
	position:absolute;
	top:0;
	left:0;
	padding:11px 10px 0;
	width:930px;
}
/* logo */
.logo img
{
	width:304px;
	margin:0;
	height:82px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
.logo{
	margin:0;
	width:304px;
	height:82px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/logo.png) no-repeat; 
}
.logo a{
	position:relative;
	height:100%;
	display:block;
}
/* panel */
.panel{
	width:100%;
	overflow:hidden;
}
/* nav */
#nav{
	margin:0;
	padding:2px 0 0;
	list-style:none;
	float:left;
}
#nav li{
	margin:0 1px 0 0;
	float:left;
}
#nav a{
	height:1%;
	font-size:15px;
	text-decoration:none;
	color:#fff;
	padding:7px 9px 7px 10px;
	background:url(images/bg-nav.gif) repeat-x;
	float:left;
}
#nav li.active,
#nav a:hover{background-position:0 -31px;}
/* slogan */
.panel .slogan{
	font-size:25px;
	float:right;
	display:inline;
	margin:0 21px 0 0;
}
/* main */
#main{
	background:url(images/bg-main.gif) repeat-y;
	margin:0 0 7px;
}
.main-holder{background:url(images/back.gif) no-repeat;}
.main-frame{
	height:1%;
	overflow:hidden;
	padding:10px 15px;
	background:url(images/bg-main-b.gif) repeat-x 0 100%;
}
* html .main-frame{padding-bottom:0;}
#main .container{
	height:1%;
	overflow:hidden;
	padding:21px 15px 8px 13px;
}
* html #main .container{padding-bottom:18px;}
/* application */
.application-holder{
	padding:0 0 73px;
	width:100%;
}
* html .application-holder{padding:0 0 83px;}
.application{
	position:relative;
	height:1%;
}
.application:after{
	display:block;
	clear:both;
	content: "";
}
.application img{
	right:-4px;
	bottom:0;
	position:absolute;
}
/* intro */
.application .intro{
	width:305px;
	padding:33px 0 0 5px;
	margin:0;
	background:none;
	border:none;
	float:left;
	font-size:15px;
	line-height:16px;
	color:#057790;
}
.application .intro h1{
	margin:0 0 4px;
	color:#ff7c11;
}
.application .intro p{margin:0;}
/* box */
.application .box{
	position:relative;
	margin:9px 0 -70px -5px;
	display:inline;
	width:613px;
	float:left;
	background:none;
}
.box-t{
	background:url(images/bg-box-t-application.png) no-repeat;
	height:366px;
}
.box-b{
	height:97px;
	background:url(images/bg-box-b-application.png) no-repeat;
}
.box-c{
	height:1%;
	background:url(images/bg-box-application.png) repeat-y;
}
.box-c:after{
	display:block;
	clear:both;
	content: "";
}
/* information-form */
.information-form{
	position:relative;
	margin:-312px 0 -87px;
	float:left;
	width:100%;
}
.information-form .holder{
	width:100%;
	overflow:hidden;
	float:none;
}
/* text-box */
.text-box{
	width:180px;
	padding:13px 13px 0 31px;
	float:left;
	line-height:16px;
	color:#2c2c2c;
}
.text-box p{margin:0 0 16px;}
.text-box p a{color:#f08027;}
.text-box .title{display:block;}
.information-form .area{
	float:left;
	width:307px;
	padding:0 0 20px 40px;
}
.information-form .row{
	width:100%;
	overflow:hidden;
	margin:0 0 1px;
	position:relative;
}
/* block */
.information-form .block{
	overflow:hidden;
	padding:0 0 16px;
}
/* btn-holder */
.information-form .btn-holder{
	height:1%;
	padding:23px 0 0 33px;
}
.information-form .btn-holder:after{
	display:block;
	clear:both;
	content: "";
}
.information-form .btn-holder .notes{
	width:384px;
	padding:0 9px 0 0;
}
/* requirements-list */
.requirements-list{
	margin:0 0 16px;
	padding:0;
	list-style:none;
	color:#505050;
}
.requirements-list strong{color:#f08027;}
/* twocolumns */
#twocolumns{
	width:732px;
	float:left;
}
/* content */
#content{
	width:650px;
	float:left;
}
#twocolumns #content{
	width:564px;
	padding:0 4px 0 0;
	float:right;
}
/* text-block */
.text-block {
    font-size: 10px;
    line-height: 19px;
    margin: 0 40px 0;
    overflow: hidden;
}
/* products-table */
.products-table{
	width:564px;
	border-collapse:collapse;
}
.products-table th{
	color:#fff;
	text-align:left;
	background:#ff9f50;
	padding:3px 0 2px;
}
.products-table .product{font-weight:bold;}
.products-table th.product{
	width:151px;
	padding-left:9px;
}
.products-table td.product{
	width:149px;
	padding:7px 0 6px 11px;
}
.products-table td.product img{
	margin:0 10px 0 0;
	float:left;
}
.products-table td.product span{
	margin:5px 0 0;
	float:left;
}
.products-table td,
.products-table th{
	border:solid #fff;
	border-width:1px 1px 0 0;
}
.products-table .description{
	width:389px;
	padding-left:14px;
}
.products-table td{background:#b2ebf7;}
.products-table .dark td{background:#92daec;}
/* intro */
.intro{
	overflow:hidden;
	position:relative;
	height:1%;
	padding:0 0 0 288px;
	border-bottom:1px solid #d6d6d6;
}
.lp 
{
    border-bottom: 0px !important;
}
.intro img{
	left:0;
	bottom:0;
	position:absolute;
}
* html .intro img{bottom:-1px;}
/* heading */
.intro .heading{
	padding:50px 0 61px;
	position:relative;
}
.intro h1{
	color:#299bb3;
	margin:0;
	font-size:22px;
	line-height:20px;
	text-transform:uppercase;
}
.intro .area h1{margin-bottom:-2px;}
.orange{color:#ff7c11;}
.intro .slogan{
	font-weight:normal;
	font-size:20px;
	color:#057790;
	display:block;
}
.intro .heading .slogan{margin:0 0 0 90px;}
.intro .area .slogan{margin:0 0 12px;}
/* area */
.intro .area{
	position:relative;
	padding:21px 0 7px 54px;
}
/* item-list */
.item-list{
	overflow:hidden;
	height:1%;
	margin:38px 0 18px 18px;
	padding:0;
	list-style:none;
	font-size:18px;
}
.intro .item-list{margin:0 0 0 -14px;}

.item-list li{
	height:1%;
	overflow:hidden;
	margin:-1px 0 1px;
	padding:9px 0;
	/*border-top:1px solid #f3f3f3;*/
/*	background:url(images/bullet-item-list.gif) no-repeat 8px 3px;*/
}
.intro .item-list li{
	padding:5px 0 3px;
	background-position:8px 0;
}
.item-list li img
{
	display:inline;
	float:left;
	height:1%;
	margin:-5px 0 1px;
}

.item-list .title{
	color:#2a9cb5;
	float:left;
	margin:0;
	display:inline;
	width:92px;
}
.item-list .text{
	padding:0 0 0 21px;
	float:left;
	background:url(images/check-item-list.gif) no-repeat 0 0;
}
/* container */
#content .container{
	position:relative;
	line-height:19px;
	/*padding:19px 0 40px 0 !important;*/
	overflow:hidden;
	z-index:2;
}
#content h2{
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin:0 0 6px;
}
#content p
{
    margin:0 0 1px;
       
}
/* box */
.box{
	margin:10px auto 3px;
	width:673px;
	background:url(images/bg-box.gif) repeat-y;
}
* html .box{margin-bottom:13px;}
.box-holder{background:url(images/bg-box-t.gif) no-repeat;}
.box-frame{
	padding:14px 0 0 24px;
	background:url(images/bg-box-b.gif) no-repeat 0 100%;
}
.box h3{
	margin:0 0 17px 10px;
	font-size:22px;
	color:#fff;
}
/* data-form */
.data-form{
	width:100%;
	overflow:hidden;
}
.contact{
	width:50%;
	overflow:hidden;
}
.information-form h4,
.data-form h4{
	margin:0 0 4px;
	font-size:16px;
}
/* blocks */
.data-form .blocks{
	height:1%;
	overflow:hidden;
	padding:0 0 8px;
}
/* block */
.data-form .block{
	float:left;
	width:294px;
	margin:0 11px;
	display:inline;
}
.information-form .row,
.data-form .row{
	height:1%;
	overflow:hidden;
	margin:0 0 1px;
	position:relative;
}
.information-form label,
.data-form label{
	width:116px;
	padding:3px 0 0;
	float:left;
	color:#626262;
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
}
.information-form label{width:129px;}
.data-form label.long{width:169px;}
.information-form .text,
.data-form .text{
	height:21px;
	padding:0 4px;
	float:left;
	width:151px;
	background:url(images/bg-text-long.gif) no-repeat;
}
.data-form span.small{
	width:98px;
	background:url(images/bg-text-small.gif) no-repeat;
}
.information-form .text input,
.data-form .text input{
	font-size:11px;
	margin:0;
	padding:4px 0 3px;
	float:left;
	background:none;
	border:none;
	width:151px;
}
.data-form span.small input{width:98px;}
.data-form .btn-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 13px;
}
.information-form .notes,
.data-form .notes{
	padding:34px 31px 0 12px;
	width:430px;
	float:left;
	font-size:11px;
	line-height:13px;
	color:#959595;
}
.information-form .notes p,
.data-form .notes p{margin:-5px 0 0 -10px;}
.information-form .notes p a,
.data-form .notes p a{color:#959595;}
/* aside */
.aside{
	width:160px;
	float:left;
}
/* ad */
.ad img{display:block;}
/* sidebar */
#sidebar{
	width:267px;
	padding:5px 3px 0 0;
	float:right;
}
.container #sidebar{
	width:160px;
	padding:0;
}
/* box */
#sidebar .box{
	clear:both;
	width:100%;
	margin:0;
	background:url(images/bg-box-sidebar.gif) repeat-y;
}
#sidebar .box-holder{background:url(images/bg-box-t-sidebar.gif) no-repeat;}
#sidebar .box-frame{
	padding:8px 18px 13px;
	background:url(images/bg-box-b-sidebar.gif) no-repeat 0 100%;
}
#sidebar .news-box-frame{
	padding:15px 18px 13px;
	background:url(images/box-bottom.gif) no-repeat 0 100%;
    min-height:200px;
}
#sidebar .news-box-frame h2{
 display:none;
}
#sidebar .news-box-frame h3
{
	font-size:18px;
	color:#fff; 
	margin:0;
}
#sidebar .box h3{
	margin:0 0 34px;
	text-align:center;
}
/* search-form */
.search-form{
	height:1%;
	overflow:hidden;
}
/* row */
.search-form .row{
	margin:0 0 22px;
	width:100%;
	overflow:hidden;
}
.alignright{float:right; margin-right:10px;}
.alignleft{float:left;}
.search-form label{
	font-size:11px;
	color:#626262;
	font-weight:bold;
	display:block;
	clear:both;
	margin:0 0 3px;
}
.holder{float:left;}
.search-form select{
	font-size:11px;
	float:left;
}
select.small{width:86px;}
select.xsmall{width:105px;}
select.medium{width:158px;}
select.long{width:207px;}
select.day{width:43px;}
select.mon{width:50px;}
select.year{width:58px;}
.info-btn,
.validation{
	display:inline;
	margin:4px 0 0 4px;
	width:14px;
	height:14px;
	float:left;
}
.information-form .validation,
.information-form .info-btn,
.data-form .info-btn,
.data-form .validation{
	position:absolute;
	top:6px;
	right:0;
	margin:0;
}
.error{background:url(images/ico-error.gif) no-repeat;}
.passed{background:url(images/ico-passed.gif) no-repeat;}
.info-btn{
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/ico-info.gif) no-repeat;
}
.info-btn a{
	height:100%;
	display:block;
}
.cell{
	padding:0 6px 0 0;
	float:left;
}
/* radio-list */
.radio-list{
	float:left;
	margin:0;
	padding:4px 0 0;
	list-style:none;
}
.radio-list li{float:left;}
.search-form .radio-list .first{margin:0 14px 0 3px;}
.radio-list input{float:left;}
.search-form .radio-list label{
	font-weight:normal;
	float:left;
	display:inline;
	clear:none;
	margin:0 0 0 4px;
}
.search-form .btn-holder{
	margin:-9px 0 0;
	width:100%;
	overflow:hidden;
}
.information-form .submit,
.data-form .submit,
.search-form .submit{
	position:relative;
	overflow:hidden;
	cursor:pointer;
	width:90px;
	height:87px;
}
.search-form .submit{
	display:block;
	margin:0 auto;
}
.information-form .submit,
.data-form .submit{
	margin:0;
	float:left;
}
.information-form .submit{margin:-32px 0 0;}
.information-form .submit span,
.data-form .submit span
{
	color:#fff;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	width:90px;
	display:block;
	background:url(images/btn-submit-quote.png) no-repeat;
}
.search-form .submit span{
	color:#fff;
	font-size:15px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	width:90px;
	display:block;
	background:url(images/btn-submit-search.png) no-repeat;
}
.information-form .submit span,
.data-form .submit span{
	padding:21px 0 0;
	height:153px;
	position:relative;
}
.search-form .submit span
{
	padding:25px 0 0;
	height:149px;
}
.information-form .hover span,
.information-form .submit:hover span,
.data-form .hover span,
.data-form .submit:hover span{
	padding:108px 0 0;
	margin:-87px 0 0;
}
.search-form .hover span,
.search-form  .submit:hover span{
	padding:112px 0 0;
	margin:-87px 0 0;
}
.information-form .submit input,
.data-form .submit input,
.search-form .submit input{
	cursor:pointer;
	width:90px;
	height:87px;
	background:none;
	border:none;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
/* image */
#sidebar .image{
	float:left;
	position:relative;
	/*margin:0 0 0 18px;*/
	margin:0 0 0 12spx;
	padding:0 0 13px 15px;
}
#sidebar .image img{display:block;}
/* section */
.section{
	border:10px solid #f5f5f5;
	background:#f9f9f9;
	padding:8px 13px 4px;
}
/* logos-list */
.logos-list{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.logos-list li{
	float:left;
	width:128px;
	height:73px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 1px 0 0;
}
.logos-list li img,
.logos-list a{
	height:100%;
	display:block;
}
/*.logo-bupa{background:url(images/logo-bupa.gif) no-repeat;}
.logo-pruhealth{background:url(images/logo-pruhealth.gif) no-repeat;}
.logo-aviva{background:url(images/logo-aviva.gif) no-repeat;}
.logo-life{background:url(images/logo-life.gif) no-repeat;}
.logo-exeter{background:url(images/logo-exeter.gif) no-repeat;}
.logo-health{background:url(images/logo-health.gif) no-repeat;}
.logo-allianz{background:url(images/logo-allianz.gif) no-repeat;}*/
/* footer */
#footer{
	width:100%;
	display:table-footer-group;
}
* html #footer{padding:8px 0 0;}
* +html #footer{padding:8px 0 0;}
.footer-holder{
	height:1%;
	display:table-row;
}
.footer-frame{display:table-cell;}
/* footer-c */
.footer-c{
	width:950px;
	margin:0 auto;
}
/* footer-b */
.footer-b{
	height:150px;
	background:url(images/bg-footer-b.png) no-repeat 50% 0;
}
/* nav */
.nav{
	background:url(images/bg-nav-footer.gif) repeat-x;
	margin:0;
	padding:9px 0;
	list-style:none;
	text-align:center;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
}
.nav li{
	padding:0 6px 0 7px;
	background:url(images/separator-nav.gif) no-repeat 0 50%;
	display:inline;
}
.nav li:first-child{background:none;}
.nav a{
	text-decoration:none;
	color:#f3f3f3;
}
.nav a:hover{text-decoration:underline;}
/* container */
#footer .container{
	padding:17px 0 10px;
	width:100%;
	overflow:hidden;
	background:#7ed7e9 url(images/bg-footer.gif) repeat-x 0 100%;
}
.container-t,
.container-b{
	font-size:0;
	line-height:0;
}
.container-t{
	height:19px;
	background:url(images/bg-container-t.png) no-repeat;
}
.container-b
{
	height:22px;
	background:url(images/bg-container-b.png) no-repeat;
}
.container-c{
	width:100%;
	background:url(images/bg-container.png) repeat-y;
}
.container-c:after{
	display:block;
	clear:both;
	content: "";
}
.container-holder{
	position:relative;
	margin:-30px 0 -27px;
	width:882px;
	float:left;
	padding:0 34px;
}
/* block */
#footer .block{
	padding:0 25px 0 18px;
	float:left;
}
.news{width:185px;}
.providers{width:183px;}
.searches{width:182px;}
.reviews{
	width:174px;
	padding-right:0 !important;
}
#footer .block h4 a,
#footer .block h4{
	margin:0 0 9px;
	font-size:16px;
	color:#0d2e4b;
	text-decoration:none;
}
#footer .block h4 a:hover
{text-decoration:underline;}
/* links-list */
#footer .container-holder .news .sf_newsDate,
.container-holder .sf_postListing .sf_postTitle,
.container-holder .news .sf_newsTitle
{
	margin:0;
	padding:0;
	list-style:none;
	line-height:14px;
	font-size:11px;	
}
.container-holder .sf_postListing li,
.container-holder .news .sf_newsList li,
.links-list{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .container-holder .news .sf_newsDate
{
	padding:0 0 7px 14px;
	color:#fff;	
	display:block !important;
}
.container-holder .sf_postListing li .sf_postTitle,
.container-holder .news .sf_newsList li .sf_newsTitle,
.links-list li{
	height:1%;
	padding:0 0 7px 14px;
	background:url(images/bullet-links-list.gif) no-repeat 0 2px;
}
.sf_postListing a,
.sf_newsList a,
.links-list a{
	text-decoration:none;
	color:#fff;
}
.sf_postListing a:hover,
.sf_newsList a:hover,
.links-list a:hover{text-decoration:underline;}
#footer .container-holder .sf_postListing li p,
.container-holder .news .sf_newsList li p
{
  display:none;
}

/* News Page */
#content .container .sf_newsList li {
	margin:0 0 50px 0;
}
.container .sf_newsList li .sf_postTags,
.container .sf_newsList li .sf_readMore
{
  display:none;
}
.container .sf_newsList .sf_newsThumbnail
{
	margin:-120px 0 0 -60px;	
	width:50px;
}

#content .container .sf_newsList li .sf_newsTitle
{
	position:absolute;
	margin: 0px 0 10px 130px;
	font-size: 14px; 
}
#content .container .sf_newsList .sf_newsDate
{
	position:absolute;
	margin: 50px 0 10px 150px;
	width:150px;
	font-size: 14px;
}

#content .container .sf_postListing a,
#content .container .sf_newsList .sf_postCategory a,
#content .container .sf_singleNews a,
#content .container .sf_newsList .sf_readMore a,
#content .container .sf_singlePost a,
#content .container .sf_postListing .sf_postTitle a,
#content .container .sf_newsList .sf_newsTitle a
{
	color:#0073b9;
	text-decoration:underline;
}
#content .container .sf_postListing a:hover,
#content .container .sf_singlePost a:hover,
#content .container .sf_newsList .sf_postCategory a:hover,
#content .container .sf_singleNews a:hover,
#content .container .sf_newsList .sf_readMore a:hover,
#content .container .sf_postListing .sf_postTitle a:hover,
#content .container .sf_newsList .sf_newsTitle a:hover
{
	text-decoration:none;
}

#content .container .sf_pager
{
 margin-top:-20px;
 line-height:14px;
 font:12px Arial,sans-serif;
}
#content .container .sf_singlePost .sf_postTitle, 
#content .container .sf_singleNews .sf_NewsTitle
{
	font-size: 20px;
	padding:10px 0 0 ;
	color:#333;
}

#content .container .sf_singlePost .sf_postDate
{
	color:#333;
	font:13px Arial,Helvetica,sans-serif;
}

.application .textmsg
{
	background-color:Red;
	margin: 0 0 5px 250px;
	width:320px;
	font: 14px/16px Arial, sans-serif;
	text-align: center;
	color: #fff;
	height:15px;
	padding: 2px 0 2px;
	font-weight:bold;
}

.data-form .textmsg
{
	background-color:Red;
	margin-left:5px;
	width:95%;
	font: 14px/16px Arial, sans-serif;
	text-align: center;
	color: #fff;
	height:15px;
	padding: 2px 0 2px;
	font-weight:bold;
}
#yahoo{
	width:824px;
	height:51px;
	margin:0 auto;
}
#conversion
{
	width:824px;
	height:51px;
	margin:0 auto;
}

#cds-container {
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	padding:6px;
	background-color:#F2F2F2;
	border:1px solid #D3D3D3;
	}

#cds-container .cds {
	width: 100%;
	padding-right: 0px;
	}

#cds-container .cds h2 {
	color:#333333;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	}

#cds-container #cds p {
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-align:justify;
	}

#cds-container .cds ul{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	}
#cds-container .cds li
{
list-style:none outside none;
}
#cds-container .cds a{
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:none;
	}

#cds-container .cds a:hover {
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size:11px;
	color:#333333;
	text-align:left;
	text-decoration:underline;
	}

/*omer*/
.blue
{
    color:#0E9AB8 !important;	    
}

/*omer*/
.co-small
{
    width:105px !important;   
}

/*omer*/
.smallblock
{
    width:270px !important;   
}

/*omer*/
.smallboxholder
{
    background: url("images/bg-box-t1.gif") no-repeat scroll 0 0 transparent !important;
}

/*omer*/
.smallframe
{
    background: url("images/bg-box-b1.gif") no-repeat scroll 0 100% transparent !important;
}

/*omer*/
.small-note
{
    width:371px !important;   
}

/*omer*/
.small-btn-holder
{
    padding: 0 0 6px !important;
}

/*omer*/
.small-font h1
{
    font-size:18px!important;   
}

/*omer*/
.downwardimage img
{
    top:95px;
}

/*omer*/
.left-image
{
    float:left;
}

/*omer*/
.new-intro
{
    padding:0!important;
}

/*omer*/
.new-intro img
{
    position:relative !important;
}

/*omer*/
.new-intro .heading
{
    text-align:center; 
    padding: 50px 0 51px !important;
}

/*omer*/
.new-intro h1
{
    font-size:21px;
    line-height:25px;   
}

/*omer*/
.multi-filter
{
    background: url("images/usrctrl-box.png") no-repeat scroll 0 0 transparent !important;
}

/*omer*/
.multi
{
    background:none !important;   
}

/*omer*/
.multi-boxframe
{
    margin:0 0 0 2px !important;   
}

/*omer*/
.PersonalBtn
{
    left: 677px;
    position: absolute;
    top: 179px;
}

/*omer*/
.BusinessBtn
{
    left: 763px;
    position: absolute;
    top: 178px;
}

/*omer*/
.counter
{
    float:left;
    padding-left: 22px;
}
/*omer*/
.counter-text
{
    color:#969696; 
}

/*omer*/
.counter-text p
{
    font-weight:bold;
    margin: 31px 0 0 225px !important;
}

/*omer*/
#middlebox
{
   margin:0 auto;
   width:693px; 
}

#middlebox #content
{
    float:none !important;
    width:693px !important; 
}

.products-frame
{
    border-collapse: collapse;
    width: 665px;   
}

.left-heading
{
    background: url(images/Product-orange.png) repeat scroll 0 0;
    color: #FFFFFF;
    padding: 3px 0 2px;
    text-align: left; 
    width:153px;  
    padding-left: 10px;
}

.right-heading
{
    background: url(images/description.png) no-repeat scroll 0 0;
    color: #FFFFFF;
    padding: 3px 0 2px;
    text-align: left;   
    width:584px;
    padding-left: 10px;  
}

.products-frame th,td
{
    border:1px solid #FFFFFF; 
    border-bottom:0px !important;
   
}
.products-frame td
{
    color:Black !important;
    
}

.products-frame .blue-top
{
    background:none repeat 0 0 #b2ebf7;
    padding-left: 6px;
    height:40px;
}

.iframe-container {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #DCDBDB !important;
    padding-top: 11px;
}

.iframe-container .blc
{
    width:100%;
    height:155px;
}

.iframe-container .bm
{
    width:100%;
    height:140px;
}

.iframe-container .ppi
{
    width:100%;
    height:170px;
}

.image 
{
    float: left;
}

.blue-top .headings 
{
    position: relative;
    top: 0px;
    color:#299BB3;
}

 .bottom-part
{
    background-image: url(images/frame-bottom.png);
}

.bottom-part2 
{
    padding-bottom: 10px;
}

.blue-top .show {
    background-image: url("images/Get-Quote_btn.png");
    background-repeat: no-repeat;
    float: right;
    height: 38px;
    width: 93px;
    margin-top: 6px;
   
}

.blue-top .tab-text
{
    float:left;
    vertical-align:middle;
    margin-right: 110px;
}
.tab-text p
{
    position: relative;
    top: 13px;
}


.blue-top .hide {
    background-image: url("images/Get-Quote_btn.png");
    background-repeat: no-repeat;
    float:right;
    height: 38px;
    width: 96px;
    margin-top: -10px;
    
}

 .blue-top-new {
    background-color: #92daec !important;
}
.left
{
    width:141px;
}

.left-top
{
    width:158px;
}

.bottom-part
{
    border: 1px solid;
    border-radius: 4px;
}

#Loader 
{
    
    background-color: #AAAAAA;
    height: 300%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 7999;
     
}

#Loader div
{
    left: 591px;
    background:#fff;
    position: absolute;
    top: 340px;
    visibility: visible;
    
    opacity:1.0!important;
    
    
   
}

#Loader .l
{
     left: 701px;
}
.loaderText
{
    vertical-align:middle;
    margin-top:35px;
    margin-left:78px;
}

.loaderimg
{
    vertical-align:middle;
    
}

.area .bottom-section 
{
    background-image: url("images/top-holder.jpg");
    width: 373px;
    height: 108px;
    margin-left: -39px;
}

 .bot-heart 
{
    position: relative !important;
    float: left;
    top: 9px;
}

.bottom-section p {
    left: 15px;
    position: relative;
    top: 15px;
}

.bottom-section .hide {
    background-image: url("images/hide.png");
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    width: 55px;
}

.bottom-section .show {
    background-image: url("images/show.png");
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    width: 55px;
}

select.bot-med 
{
    width: 158px;
    margin-bottom: 1px;
}

.area .mynewradio 
{
    float: left;
}

.area .mynewlabel 
{
    width: 110px;
}

.area .mynewlabel1
{
    width: 25px;
} 

.bottom-section .newtext {
    margin-left: 37px;
    margin-top: -4px;
    width: 260px;
}

.data-form .bottom-lhold 
{
    background-image: url("images/holder-left.jpg");
    float: left;
    width: 156px;
    height: 52px;
}
.data-form .bottom-rhold {
    background-image: url("images/holder-right.jpg");
    background-repeat: no-repeat;
    height: 52px;
    margin-left: 156px;
    margin-top: -13px;
    width: 488px;
    padding-bottom: 15px;
}

.bottom-lhold p
{
    left: 6px;
    position: relative;
    top: 3px;
}

.bottom-rhold p {
    padding-left: 6px;
    padding-top: 11px;
    width:400px;
}

.box-lp
{
    padding: 14px 0 0 15px !important;
}

.bottom-rhold .hide {
    background-image: url("images/hide.png");
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    width: 55px;
    margin-top: 24px;
}

.bottom-rhold .show {
    background-image: url("images/show.png");
    background-repeat: no-repeat;
    float: right;
    height: 23px;
    width: 55px;
    margin-top: 24px;
}

.block .mynewlabel 
{
    width: 110px;
}

.block .mynewlabel1
{
    width: 25px;
} 

.block .mynewradio 
{
    float: left;
}

.submit-new
{
    margin-left: 8px !important;
}

.row-new
{
    padding-bottom: 7px;
}

.top-bar 
{
    border: 10px solid #f5f5f5;
    overflow: auto;
}

.top-bar .leftimage {
    float: left;
    margin-top: 50px;
}

.top-bar .heading-text {
    float: left;
    left: 40px;
    margin-top: 40px;
    position: relative;
}

.top-bar .rightimage {
    float: left;
    margin-left: 80px;
}

 .leftside 
{
    border: 10px solid #f5f5f5;
    float: left;
     padding-left: 6px;
    padding-right: 6px;
}

.leftside .quidimg 
{
}

.leftside p
{
    text-align: center;
}

 .rightside 
{
    border: 10px solid #f5f5f5;
    float: right;
    width: 430px;
}

.main-landing 
{
    background: none;
}

div.clear { clear: both; } 

.thanksheading
{
     padding: 10px 0 39px !important;
}

.thanksimg
{
    top:0px!important;
}
