/*
Theme Name: Thinldentity
Version: 1.0.3

*/
/*GLOBAL OPTIONS*/
html {font-size: 100.1%;}
body {
	font: 74% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	background: url(/helpers/themes/thinidentity/images/bg-body.gif) repeat-x;
	padding-bottom: 20px;
}
form {
	display: inline;
	padding: 0;
	margin: 0;
}
fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border-style: none;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active, a:link, a {outline: none;}

img {border-style: none;}
.clear {clear: left; display: block;}
/*text to image replacment*/
.hidden-text,
.btn-search,
.btn-virtual-tour,
.btn-request,
.btn-learn,
.btn-request-demo{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
/*MAIN CONTAINER*/
#main {
	margin: 0 auto;
	width: 960px;
	padding-top: 112px;
	position: relative;
}
/*HEADER*/
#header {
	height: 112px;
	background: url(/helpers/themes/thinidentity/images/bg-header.jpg) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.portal #header {background: url(/helpers/themes/thinidentity/images/bg-header-portal.jpg) no-repeat;}
/*logo*/
.logo {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 10px;
	background: url(/helpers/themes/thinidentity/images/logo.gif) no-repeat;
	width: 226px;
	height: 39px;
}
.logo a {
	height: 100%;
	width: 100%;
}
/*main navigation*/
.main-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 23px;
	top: 86px;
	background: transparent;
}
.main-nav li {
	float: left;
	padding: 0 0 10px 6px;
	background: url(/helpers/themes/thinidentity/images/img-main-nav-separator.gif) no-repeat 1px 3px;
	width:  auto;
}
.main-nav > li:first-child {
	background: transparent;
	padding-left: 0;
}
.main-nav li a, .btn-test {
	float: left;
	padding-left: 7px;
	line-height: 18px;
	font-size: 12px;
	color: #000;
	text-decoration: none !important;
}
.btn-test {font-size: 10px; float: right;}
.main-nav li a span, .btn-test span {
	padding: 0 7px 0px 0;
	float: left;
	cursor: pointer;
}
.main-nav  li.hover a, .main-nav li.current_page_item  a, .main-nav  li.current_page_parent  a, .btn-test {background: url(/helpers/themes/thinidentity/images/bg-main-nav-hover.gif) no-repeat;color: #fff;}
.main-nav  li.hover a span, .main-nav li.current_page_item a span,.main-nav li.current_page_parent a span, .btn-test span {background: url(/helpers/themes/thinidentity/images/bg-main-nav-hover.gif) no-repeat 100% 0;}

.main-nav li.hover ul li a, .main-nav li.current_page_item ul li  a, .main-nav  li ul li.current_page_parent  a {background: #0082da;}
.main-nav li.hover ul li a span, .main-nav li.current_page_item ul li a span,.main-nav li ul li.current_page_parent a span {background: none;}


.main-nav li ul { visibility: hidden; clear: both; float: none; position: absolute; top: 23px; margin: 0 0 0 7px; padding: 0; border: 2px solid #47b0ef; z-index: 999;background:  #47b0ef;}
.main-nav li ul li{list-style: none;float: none; display: block; clear:both; width: 160px; margin: 0; padding: 0; background: transparent; border: 2px solid #333; border-left: 2px solid #0061bc; border-top: none;}
.main-nav li ul li:first-child {border-top: 2px solid #0061bc;}
.main-nav li ul li a {background: #0082da; display: block; padding: 0 7px; margin: 0; float: none; color: #fff;}
.main-nav li ul li a:hover {background: #014ca7; color: #ffe030;}
.main-nav li ul li a span {background: none; float: none; }
.main-nav li.hover ul, .main-nav li ul:hover {visibility: visible;}
/*portals*/
.portal .main-nav li {	background: url(/helpers/themes/thinidentity/images/img-main-nav-separator-portal.gif) no-repeat 1px 3px;}

.portal .main-nav  li.hover a,
.portal .main-nav li.current_page_item  a,
.portal .main-nav  li.current_page_parent  a {background: url(/helpers/themes/thinidentity/images/bg-main-nav-hover-portal.gif) no-repeat;color: #4b4b4b;}
.portal .main-nav  li.hover a span,
.portal .main-nav li.current_page_item a span,
.portal .main-nav li.current_page_parent a span {background: url(/helpers/themes/thinidentity/images/bg-main-nav-hover-portal.gif) no-repeat 100% 0;}
.portal .main-nav > li:first-child {background: none;}

.portal .main-nav li a,
.portal .btn-test {color: #fff;}

.portal .btn-test {background: url(/helpers/themes/thinidentity/images/bg-search-portal.gif) no-repeat;color: #fff;}
.portal .btn-test span {background: url(/helpers/themes/thinidentity/images/bg-search-portal.gif) no-repeat 100% 0;}

.portal .main-nav li.hover ul li a,
.portal .main-nav li.current_page_item ul li  a,
.portal .main-nav  li ul li.current_page_parent a {background: #0082da; color:  #fff;}

.portal .main-nav li.hover ul li a span,
.portal .main-nav li.current_page_item ul li a span,
.portal.main-nav li ul li.current_page_parent a span {background: none;}

.portal .main-nav li ul li a:hover {background: #014ca7; color: #ffe030;}


/*profile-menu*/
.profile-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 35px;
	right: 0;
	width: 160px;
}
.profile-menu li {
	background: url(/helpers/themes/thinidentity/images/bull-yellow-arrow.gif) no-repeat 0 50%;
	font-size: 12px;
	line-height: 14px;
	padding-left: 15px;
}
.profile-menu a {color: #fff;}
.portal .profile-menu, #partner-portal .profile-menu {width: 200px;}
.portal .profile-menu li, #partner-portal .profile-menu li {color: #fff; background: url(/helpers/themes/thinidentity/images/bull-blue-arrow.gif) no-repeat 0 50%;}
/*search-form*/
.search-form {
	position: absolute;
	right: 16px;
	top: 85px;
	width: 200px;
}
.search-form input {
	float: right;
	width: 120px;
	height: 14px;
	background: url(/helpers/themes/thinidentity/images/bg-input.gif) repeat-x #fff;
	border: 2px solid #848484;
	padding: 0;
	margin-left: 16px;
	font-size: 11px;
}
.btn-search {
	width: 51px;
	height: 13px;
	float: right;
	background: url(/helpers/themes/thinidentity/images/btn-search.gif) no-repeat;
}
/*CONTAINER*/
#container {
	width: 100%;
	overflow: hidden;
}
/*visual-box1*/
.visual-box1 {
		/* background: url(/helpers/themes/thinidentity/images/bg-visual1.jpg) no-repeat; */
	height: 300px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.visual-box1 p {
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	margin: 0 0 10px;
	width: 220px;
}
/*.btn-virtual-tour*/
.btn-virtual-tour {
	width: 124px;
	height: 20px;
	background: url(/helpers/themes/thinidentity/images/btn-virtual-tour.gif) no-repeat;
}
/*head-line*/
.head-line {
	height: 32px;
	line-height: 32px;
	background: url(/helpers/themes/thinidentity/images/bg-headline.gif) repeat-x;
	overflow: hidden;
	padding: 0 28px;
	color: #2c2c2c;
	font-size: 11px;
}
.head-line p {margin: 0;}
.head-line span {float: right;}
.head-line span a {color: #0f3e8a;}
/*boxes-holder*/
.boxes-holder {
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: #fff;
	padding-top: 15px;
}
.boxes-holder .box {
	float: left;
	width: 299px;
	height: 80px;
	padding: 0;
	margin-left: 14px;
	display: inline;
}
.boxes-holder .box p {
	font-size: 11px;
	line-height: 16px;
	color: #4b4b4b;
	margin: 8px 0 0 22px;
}
.boxes-holder .box p strong {color: #272727;}
.box .btn-test {float: left; margin: 3px 0 0 22px; font-size: 12px; color:; #000;}
.box .btn-test {background: url(/helpers/themes/thinidentity/images/goldButtonBG1.0.png) no-repeat;color: #4b4b4b;}
.box .btn-test span {background: url(/helpers/themes/thinidentity/images/goldButtonBG1.0.png) no-repeat 100% 0;}
/*btn-more*/
.btn-more {
	background: url(/helpers/themes/thinidentity/images/bull-blue-arrow.gif) no-repeat 0 50%;
margin: 5px 0 0 22px;	
padding: 0 0 0 12px;
	position: relative;
	float: left;
	font-size: 12px;
	color: #0f3e8a;
}
/*columns-holder*/
.columns-holder {
	height: 1%;
	overflow: hidden;
	background: url(/helpers/themes/thinidentity/images/bg-tab-content.gif) repeat-x 0 30px;
	padding: 30px 22px 10px;
}
.columns-holder p {
	color: #4b4b4b;
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 10px;
}
.columns-holder p a {
	color: #0f3e8a;
	text-decoration: underline;
}
.columns-holder p a:hover {text-decoration: none;}
/*column1*/
.column1 {
	float: left;
	width: 590px;
}
#container h1 {
	font-size: 14px;
	color: #0f3e8a;
	margin: 0 0 10px;
	font-weight: normal;
}
#container h1 strong {color: #4b4b4b;font-weight: bold;}
.sub-columns {
	width: 100%;
	overflow: hidden;
}
.sub-columns .subcolumn1 {
	float: left;
	width: 241px;
}
.sub-columns .subcolumn2 {
	float: right;
	width: 283px;
}
/*FOOTER*/
#footer {
	background: url(/helpers/themes/thinidentity/images/bg-footer.gif) repeat-x;
	line-height: 21px;
	color: #2c2c2c;
	font-size: 10px;
	padding: 0 28px;
	overflow: hidden;
	height: 21px;
}
#footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
#footer li {
	display: inline;
	padding-left: 22px;
	background: url(/helpers/themes/thinidentity/images/img-footer-separator.gif) no-repeat 10px 50%;
}
#footer li:first-child {
	padding-left: 0;
	background: none;
}
#footer a {color: #0f3e8a;}
/*#footer p*/
#footer p {margin: 0;}
/*btn-subscribe*/
.btn-subscribe {
	float: left;
	padding: 2px 0 2px 25px;
	background: url(/helpers/themes/thinidentity/images/bull-blue-white-arrow.gif) no-repeat 0 50%;
	margin-left: 15px;
	color: #0f3e8a;
	font-size: 12px;
	font-weight: bold;
}
/*tab-nav*/
.tab-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(/helpers/themes/thinidentity/images/bg-tab-top.gif) no-repeat 0 100%;
	height: 32px;
	overflow: hidden;
}
.tab-nav li {
	float: left;
	margin-right: 2px;
}
.tab-nav a {
	display: block;
	width: 105px;
	line-height: 22px;
	background: url(/helpers/themes/thinidentity/images/bg-tab.gif) no-repeat;
	font-size: 12px;
	color: #0f3e8a;
	font-weight: bold;
	text-indent: 13px;
	overflow: hidden;
}
.tab-nav a.active {padding-bottom:1px;}
/*tab-box*/
.tab-box {
	background: url(/helpers/themes/thinidentity/images/bg-tab-content.gif) repeat-x;
	border: 1px solid #4b4b4b;
	border-width: 0 1px;
	overflow: hidden;
	height: 1%;
	padding: 0 12px 10px;
}
.tab-box h2 {
	margin: 0 0 3px;;
	font-size: 12px;
	color: #0f3e8a;
}
/*tab-holder*/
.tab-holder {
	width: 285px;
	float: right;
}
/*tab-box*/
.tab-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.tab-box li {
	padding: 0 0 10px 14px;
	background: url(/helpers/themes/thinidentity/images/bull-blue-arrow.gif) no-repeat 0 4px;
	font-size: 10px;
	line-height: 12px;
	color: #4b4b4b;
}
.tab-box li a {color:#0F3E8A;text-decoration:underline;}
.tab-box li a:hover {text-decoration:none;}
/*tab-box-bottom*/
.tab-box-bottom {
	height: 2px;
	overflow: hidden;
	background: url(/helpers/themes/thinidentity/images/bg-tab-bottom.gif) no-repeat;
}
/*btn-request*/
.btn-request {
	width: 132px;
	height: 29px;
	background: url(/helpers/themes/thinidentity/images/btn-request-demo.gif) no-repeat;
}
.btn-learn {
	width: 132px;
	height: 29px;
	background: url(/helpers/themes/thinidentity/images/btn-learn-more.png) no-repeat;
	margin: 20px auto;
}

/*btn-request-demo*/
.btn-request-demo {
	width: 124px;
	height: 20px;
	background: url(/helpers/themes/thinidentity/images/btn-request-demo2.gif) no-repeat;
	text-align: left;
	margin: 20px auto;
}
/*visual-box2*/
.visual-box2 {
	padding: 0 24px;
	height: 215px;
	position: relative;
	background: url(/helpers/themes/thinidentity/images/bg-visual2.png) no-repeat;
}
.visual-box2 strong, .portal .sidebar strong {
	color: #ffc122;
	font-size: 12px;
	display: block;
	padding: 5px 0;
}
.visual-box2 p {font-size: 11px;}
.visual-box2 ul, .portal .sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
}
.visual-box2 li, .portal .sidebar li {
	width: 100%;
	overflow: hidden;
	vertical-align: top;
	line-height: 20px;
}
.visual-box2 li a, .portal .sidebar li a {
	display: block;
	color: #4b4b4b;
	font-size: 11px;
	padding-left: 20px;
	background: url(/helpers/themes/thinidentity/images/bull-white-arrow2.gif) no-repeat 0 5px;
}
.visual-box2 li.current_page_item a,
.visual-box2 li a:hover, .portal .sidebar li.current_page_item a, .portal .sidebar li a:hover, #blog .visual-box2 li.page-item-56 a  {color: #0f3e8a;background: url(/helpers/themes/thinidentity/images/bull-yellow-arrow2.gif) no-repeat 0 5px;}
/*promo-area*/
.promo-area {
	position: absolute;
	width: 694px;
	height: 215px;
	overflow:  hidden;
	top: 0;
	right: 0;

}
/*content-holder*/
.content-holder {
	width: 100%;
	overflow: hidden;
	margin-bottom: 35px;
}
.content-holder .content {
	float: right;
	width: 509px;
	padding: 28px 130px 0 0;
}
.content-holder .content p {
	color: #4b4b4b;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px;
}
.content-holder .content p a {
	color: #0f3e8a;
	text-decoration: underline;
}
.content-holder .content p a:hover {text-decoration: none;}
#container .content h1, #container .content h2, #container .content h3 {
	font-size: 16px;
	color: #0f3e8a;
	margin: 0 0 10px;
	font-weight: normal;
}
#container h1 strong, #container .content h1 a strong, #container h2 strong, #container h3 strong {color: #4b4b4b;font-weight: bold;}
#container .content h2 {font-size: 14px; font-weight: bold;}
#container .content h3 {font-size: 12px;}
/* #container .content h1.news { font-variant: small-caps;} */
#container .content h1 a,
#container .content h1 a:visited,
#container .content h1 a:hover {color: #0f3e8a;}

#container .content ul {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
#container .content li {
	list-style: none;
	padding-left: 13px;
	background: url(/helpers/themes/thinidentity/images/bull-blue-arrow.gif) no-repeat 0 5px;
	font-size: 11px;
	line-height: 16px;
	color: #4b4b4b;
}
#container .post {background: #fafafa; margin-bottom: 15px; padding: 5px;}

/*sidebar*/
.sidebar-blue {
	float: left;
	padding: 10px 12px 30px 24px;
	width: 230px;
	background: #000101 url(/helpers/themes/thinidentity/images/bg-blue-box.gif) repeat-x;
}
.sidebar-blue h2 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 15px;
	font-weight: bold;
}
.sidebar-blue h2 strong {color: #d3d4d6;}
.sidebar-blue p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 12px;
	color: #fff;
}
.sidebar-grey {
	float: left;
	padding: 10px 10px 30px 22px;
	width: 230px;
	background: #f1f4f6 url(/helpers/themes/thinidentity/images/bg-grey-box.gif) repeat-x;
	border:  2px solid #a0aeb9;
}
.sidebar-grey h2 {
	color: #0f3e8a;
	font-size: 16px;
	margin: 0 0 15px;
	font-weight: bold;
}
.sidebar-grey h2 strong {font-weight: bold;}
.sidebar-grey p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 12px;
	color: #4b4b4b;
}
.sidebar-grey a {color: #0f3e8a;}
.sidebar-grey img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
.sidebar ul {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
.sidebar-grey li {
	list-style: none;
	padding-left: 13px;
	background: url(/helpers/themes/thinidentity/images/bull-blue-arrow.gif) no-repeat 0 5px;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px 0;
	color: #4b4b4b;
}
.sidebar img.alignnone {display:  block; float:  none;}
.sidebar img.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
.sidebar img.alignright {
	float: right;
	margin: 10px 10px 10px 0;
}
.sidebar img.aligncenter {
	float: none;
	margin: 10px auto;
}
/*btn-sign-up*/
.sidebar-blue .btn-sign-up {
	background: url(/helpers/themes/thinidentity/images/bull-sign-up.gif) no-repeat 0 50%;
	color: #fff;
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold;
}.sidebar-grey .btn-sign-up {
	background: url(/helpers/themes/thinidentity/images/bull-blue-white-arrow.gif) no-repeat 0 50%;
	color: #0f3e8a;
	padding-left: 18px;
	font-size: 12px;
	font-weight: bold;
}

.blogside {
	float: left;
	padding: 10px 10px 30px 22px;
	width: 262px;
	background: #f1f4f6 url(/helpers/themes/thinidentity/images/bg-grey-box.gif) repeat-x;
	border:  2px solid #a0aeb9;
}
.blogside li.title {background: none;}
.blogside h2 {color: #0f3e8a;
	font-size: 16px;
	margin: 10px 0 0 0;
	font-weight: normal;}
.blogside li {margin: 0 0 0 10px; font-size: 12px; color: #4b4b4b;}
.blogside a {color: #0f3e8a;}
#container .content h1.pagetitle {color: #4b4b4b;}
#container .content .search small{font-size: 12px;}
#container .content .search p {font-size: 12px;}
#container .content .search h2 {margin-bottom: 5px; border-bottom: 1px dotted #0f3e8a;}
#container .content .search h2 a,
#container .content .search h2 a:visited,
#container .content .search h2 a:hover {color: #0f3e8a; text-decoration: none;}
.border-box {float: left; border: 2px solid #0f3e8a; border-top: none; width: 262px;}
.border-box img {padding: 0 0 10px 5px;}
/* .portal */
.portal .promo-area {left: 0; padding: 0 24px 0 0;}
.portal .top-content {float: right; height: 215px; overflow: hidden; padding: 0 20px 0 26px; margin: 0; width: 218px; background: url(/helpers/themes/thinidentity/images/bg-visual2.jpg);}
.portal .visual-box2 {padding: 0;}
.portal .visual-box2 p {padding: 0 0 0 6px; margin: 0;}
.portal .visual-box2 ul {width: 100%;}
.portal .visual-box2 strong {color: #0f3e8a; white-space: nowrap;}
.portal .content-holder .content {float: left; width: 653px; padding: 28px 0 0 17px;}
.portal .sidebar {float: right; margin: 0 30px 0 0; padding: 0 24px; width: 212px;}
.filler {top: 327px; bottom: 40px; position: absolute;}
* html .filler {right: 0; height: 250px;}
.form-frame {border: none; background: #fff; height: 600px;}