/*
Theme Name: Clever Advantage
Description: A custom theme for Clever Advantage
Version: 1.0
Author: BinaryM
Author URI: http://binarym.com/
Tags: binarym, awesome
*/
/* reset settings */
body{
	margin:0;
	color:#333;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:#fff url(images/bg-body.jpg) repeat-x;
}
img{border-style:none;}
a{
	color:#0066cc;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:954px;
	margin:0 auto;
	padding:354px 0 50px;
	position:relative;
}
#header{
	position:absolute;
	top:22px;
	width:954px;
	left:0;
	z-index:1;
}
#header .header-holder{
	width:954px;
	background:url(images/bg-header.png) no-repeat;
	height:332px;
}
#header .text-tell{
	width:183px;
	background:url(images/text-tell.png) no-repeat;
	height:28px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:73px 369px 0 0;
	display:inline;
	clear:right;
}
.logo{
	margin:43px 0 0 55px;
	float:left;
	overflow:hidden;
	display:inline;
	cursor:pointer;
}
.logo span{
	display:block;
	position:relative;
	background:url(images/logo.png) no-repeat;
	overflow:hidden;
	width:282px;
	height:207px;
}
.logo a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:282px;
	height:207px;
}
#header .search-box{
	float:right;
	width:276px;
	margin:53px 0 0;
}
#header .search-box .search{
	background:url(images/in-search.gif) no-repeat;
	width:194px;
	height:19px;
	overflow:hidden;
	float:left;
	margin:3px 0 0;
}
#header .search-box .search input{
	background:none;
	border:0;
	width:158px;
	margin:0 0 0 22px;
	padding:0;
}
#header .search-box .btn-go{
	background:url(images/btn-go.gif) no-repeat;
	width:40px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
#header .navigation{
	list-style:none;
	padding:4px 0 0;
	margin:0 0 0 45px;
	clear:both;
}
#header .navigation li{
	float:left;
	padding:0 5px 0 0;
	position:relative;
}
#header .navigation a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
	position:relative;
}
#header .navigation .page-item-30 a{
	width:68px;
	background:url(images/link-home.gif) no-repeat;
}
#header .navigation .page-item-60 a{
	width:108px;
	background:url(images/link-programs.gif) no-repeat;
}
#header .navigation .page-item-10 a{
	width:91px;
	background:url(images/link-cetalog.gif) no-repeat;
}
#header .navigation .page-item-77 a{
	width:146px;
	background:url(images/link-success.gif) no-repeat;
}
#header .navigation .page-item-2 a{
	width:91px;
	background:url(images/link-about.gif) no-repeat;
}
#header .navigation .page-item-5 a{
	width:98px;
	background:url(images/link-contact.gif) no-repeat;
}

#header .navigation li a:hover{background-position:0 -30px;}

#header .navigation .current_page_item a,
#header .navigation .current_page_ancestor a {background-position:0 -60px;}


/*
#header .navigation .drop-down{
	position:absolute;
	top:30px;
	z-index:980;
	left:6px;
	display:none;
}
#header .navigation .drop-down2{
	position:absolute;
	top:30px;
	z-index:980;
	left:6px;
	display:none;
}
#header .navigation .drop-down div{
	background:url(images/bg-drop-down.png) no-repeat;
	width:173px;
	height:160px;
}
#header .navigation .drop-down2 div{
	background:url(images/bg-drop-down2.png) no-repeat;
	width:140px;
	height:66px;
}
#header .navigation li:hover .drop-down2,
#header .navigation li.hover .drop-down2{display:block;}
#header .navigation li:hover .drop-down,
#header .navigation li.hover .drop-down{display:block;}
#header .navigation .drop-down ul,
#header .navigation .drop-down2 ul{
	list-style:none;
	padding:1px 0;
	margin:0 0 0 10px;
}
#header .navigation .drop-down li,
#header .navigation .drop-down2 li{
	width:100%;
	line-height:24px;
	position:relative
}
#header .navigation .drop-down a{
	background:url(images/link-navbar.gif) no-repeat 0 50%;
	color:#fff;
	height:auto;
	width:150px;
	padding:0 0 0 10px;
	text-indent:0;
	float:left;
	font-size:11px;
}
#header .navigation .drop-down a:hover,
#header .navigation .drop-down2 a:hover{
	background:url(images/link-navbar-hover.gif) no-repeat 0 50%;
	color:#ccff00;
	text-decoration:none;
}
#header .navigation .drop-down2 a{
	background:url(images/link-navbar.gif) no-repeat 0 50%;
	color:#fff;
	height:auto;
	width:105px;
	padding:0 0 0 10px;
	text-indent:0;
	float:left;
	font-size:11px;
}

	SUPERFISH!
*/

/*** ESSENTIAL STYLES ***/
#nav ul {
    list-style:none;
    margin:0;
    padding:0 0 10px 5px;
	position:		absolute;
	top:			-999em;
	width:			148px; /* left offset of submenus need to match (see below) */

/*  background:transparent url(images/drop-down-background.png) bottom right no-repeat !important;
  padding-bottom:8px;	*/

	background:transparent url(images/bg-drop-down.png) no-repeat bottom right;

}
#nav ul li {
	width:			148px;
}
#header #nav ul li a {
	background:url(images/link-navbar.gif) no-repeat 0 50%;
	color:#fff;
	height:auto;
	padding:5px 0 5px 10px;
	text-indent:0;
	float:left;
	font-size:11px;
}
#header #nav ul li a:hover {
	background:url(images/link-navbar-hover.gif) no-repeat 0 50%;
	color:#ccff00;
	text-decoration:none;
}
#nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float:			left;
	position:		relative;
}
#nav li:hover ul,
#nav li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top:			-999em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:			148px; /* match ul width */
	top:			0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top:			-999em;
}
ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
	left:			148px; /* match ul width */
	top:			0;
}
/*
.navContainer ul#nav li ul li a {
  width:140px;
  background-image:none;
  text-decoration:none;
  background-color:#430f01;
  border-bottom:1px solid #430f01;
  color:#fff;
  text-indent:0;
  height:auto;
  padding:2px 4px;
}
ul#nav li ul li a:hover {
  background-color:#55271a;	
  border-bottom:1px solid #fff;
}
*/





.welcome{
	clear:both;
	overflow:hidden;
	padding:10px 0 0;
	width:100%;
}
.welcome p{
	color:#fff;
	margin:0 0 0 62px;
	font-size:11px;
}
#main{
	overflow:hidden;
	background:url(images/bg-main2.png) repeat-y;
	padding:0 27px;
	width:900px;
}
#content{
	float:left;
	width:519px;
	background:#fff;
	padding:0 0 164px;
}
#contentWide{
	float:left;
	width:879px;
	background:#fff;
	padding:0 0 164px;
}
#content .title, #contentWide .title{
	height:1%;
	background:url(images/bg-title.gif) no-repeat 100% 0;
	padding:10px 30px 10px 0;
	overflow:hidden;
}
#contentWide .title{
	height:1%;
	background:url(images/bg-title-wide.gif) no-repeat 100% 0;
	padding:10px 30px 10px 0;
	overflow:hidden;
}
#content .title h2,#contentWide .title h2{
	margin:0;
	text-align:right;
	color:#fff;
	font-size:16px;
}
#content .articles,#contentWide .articles{
	width:100%;
	overflow:hidden;
	margin:7px 0 0;
	position:relative;
}
#content .articles h3,#contentWide .articles h3{
	margin:10px 0 0 18px;
	color:#f7911e;
	font-size:18px;
	font-weight:normal;
}
#content .articles-list,#contentWide .articles-list{
	list-style:none;
	padding:0;
	margin:14px 0 0 22px;
}
#content .articles-list li,#contentWide .articles-list li{
	float:left;
	width:245px;
	padding:0 0 11px;
}
#content .articles-list .text,#contentWide .articles-list .text{
	width:230px;
	float:left;
}
#content .articles-list .text h4,#contentWide .articles-list .text h4{
	margin:0;
	color:#4e4e4e;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
}
#content .articles-list .text p,#contentWide .articles-list .text p{
	margin:0;
	color:#4e4e4e;
	line-height:14px;
	font-size:10px;
}
#content .articles-list .text a,#contentWide .articles-list .text a{
	color:#0066cc;
	display:block;
	font-size:10px;
}
#content h3,#contentWide h3{
	color:#f7911e;
	font-size:18px;
	font-weight:normal;
	margin:8px 0 0;
}
#content p,#contentWide p{
	margin:3px 0 22px;
	line-height:22px;
}
#content .promo{
	width:490px;
	overflow:hidden;
	padding:0 0 18px;
	margin:11px 0 0 18px;
	border-bottom:1px solid #f7911e;
}
#contentWide .promo {
    width:860px;
	overflow:hidden;
	padding:0 0 18px;
	margin:11px 0 0 18px;
	border-bottom:1px solid #f7911e;
}

.navbar{
	float:left;
	width:184px;
	position:relative;
}
.navbar .menu{
	background:#fff url(images/bg-navbar-bottom.png) no-repeat 0 100%;
	width:100%;
	padding:0 0 22px;
}
.navbar .menu:after{
	content:"";
	clear:both;
	display:block;
}
.navbar .menu .title{
	background:url(images/bg-navbar-top.gif) no-repeat 0 100%;
	height:1%;
	overflow:hidden;
	padding:0 30px 9px 0;
}
.navbar .menu .title h2{
	color:#fff;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:16px;
	margin:10px 0 0;
	text-align:right;
}
.navbar .menu ul{
	width:173px;
	list-style:none;
	padding:0;
	margin:6px 0 0;
}
.navbar .menu li{
	float:left;
	width:100%;
	position:relative;
}
.navbar .menu a{
	padding:0 20px 0 10px;
	background:url(images/link-navbar.gif) no-repeat 0 50%;
	float:right;
	color:#fff;
	line-height:27px;
}
.navbar .menu a:hover{
	background:url(images/link-navbar-hover.gif) no-repeat 0 50%;
	color:#ccff00;
	text-decoration:none;
}
.navbar .menu li.page-item-98 a:hover{color:#ccff00;}
.navbar .menu li.page-item-98 a{background:url(images/btn-arrow.gif) no-repeat 95% 80%}
.navbar .menu .page-item-98 a:hover{background:url(images/btn-arrow.gif) no-repeat 95% 80%}
.navbar .menu .page-item-89 a{
	float:right;
	padding:0 30px;
	background:url(images/ico-eco.gif) no-repeat 0 30%;
	clear:both;
}
.navbar .menu .page-item-89 a:hover{background:url(images/ico-eco.gif) no-repeat 0 30%;}

.navbar .menu ul li ul{
	display:none;

    border-bottom:1px solid #f7911e;
    float:right;
    width:120px;
    margin:0 5px 5px 0;
    padding-bottom:5px;
}

.navbar .menu ul li.page-item-98 ul li a{
    font-size:11px;
    background-image:none;
    color:#fff;
}
.navbar .menu ul li.page-item-98 ul li a:hover{
    background-image:none;
    color:#f7911e;
}


.navbar .form-login{
	width:100%;
	overflow:hidden;
	background:url(images/bg-form-login-bottom.png) no-repeat 0 100%;
	padding:0 0 22px;
}
.navbar .form-login .title{
	height:1%;
	padding:17px 34px 8px 0;
	background:url(images/bg-form-login-top.gif) no-repeat;
}
.navbar .form-login .title h2{
	margin:0;
	font-size:16px;
	color:#4e4e4e;
	line-height:18px;
	font-weight:normal;
	text-align:right;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}
.navbar .form-login input{
	font-size:10px;
	width:86px;
	margin:0 0 0 22px;
	background:none;
	color:#4e4e4e;
	border:0;
	padding:2px 0 0;
}
.navbar .form-login label{
	float:right;
	line-height:16px;
	color:#4e4e4e;
}
.navbar .form-login fieldset{
	width:153px;
	overflow:hidden;
	padding:8px 0 0;
}
.navbar .form-login .login-box{padding:13px 0 0;}
.navbar .form-login .user{
	background:url(images/in-user.gif) no-repeat;
	width:112px;
	height:20px;
	overflow:hidden;
	float:right;
	clear:both;
	margin:5px 0 0;
}
.navbar .form-login .pass{
	background:url(images/in-password.gif) no-repeat;
	width:112px;
	height:20px;
	overflow:hidden;
	float:right;
	clear:both;
	margin:3px 0 0;
}
.navbar .form-login a{color:#4e4e4e;}
.navbar .form-login p{
	margin:10px 0 0 27px;
	clear:both;
	font-size:9px;
}
.navbar .form-login .btn-login{
	background:url(images/btn-login.jpg) no-repeat;
	width:57px;
	height:23px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 0 82px;
	cursor:pointer;
}
#sidebar{
	width:197px;
	float:right;
	position:relative;
}
#sidebar .sub-menu{
	list-style:none;
	padding:0;
	margin:2px 0 0 22px;
	width:155px;
}
#sidebar .sub-menu li{
	float:left;
	width:100%;
}
#sidebar .sub-menu a{
	padding:0 0 0 54px;
	display:block;
	color:#666;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	line-height:48px;
	height:49px;
	width:100px;
	float:left;
}
#sidebar .sub-menu a:hover{
	color:#4e4e4e;
	text-decoration:none;
}
#sidebar .sub-menu .page-item-93 a{background:url(images/link01.gif) no-repeat 0 50%;}
#sidebar .sub-menu .page-item-95 a{background:url(images/link02.gif) no-repeat 0 50%;}
#sidebar .sub-menu .page-item-108 a{background:url(images/link03.gif) no-repeat 0 50%;}
#sidebar .sub-menu .page-item-110 a{background:url(images/link04.gif) no-repeat 0 50%;}
#sidebar .sub-menu .page-item-11 a{background:url(images/link05.gif) no-repeat 0 20%;}

#sidebar .sub-menu .page-item-93 a:hover{background:url(images/link01-hover.gif) no-repeat 0 50%;}
#sidebar .sub-menu .page-item-95 a:hover{background:url(images/link02-hover.gif) no-repeat 0 50%;}
#sidebar .sub-menu .page-item-108 a:hover{background:url(images/link03-hover.gif) no-repeat 0 50%;}
#sidebar .sub-menu .page-item-110 a:hover{background:url(images/link04-hover.gif) no-repeat 0 50%;}
#sidebar .sub-menu .page-item-11 a:hover{background:url(images/link05-hover.gif) no-repeat 0 20%;}

#footer{
	width:100%;
	background:url(images/bg-footer2.png) no-repeat;
	height:210px;
	clear:both;
	overflow:hidden;
	font-family:Tahoma, Verdana, Arial, sans-serif;
}
#footer .copyright{
	margin:0;
	clear:both;
	text-align:center;
	color:#4b4b4b;
	font-size:11px;
}
#footer address{
	margin:80px auto 0;
	width:554px;
	font-style:normal;
	color:#fff;
	background:url(images/bg-address.png) no-repeat;
	overflow:hidden;
	padding:11px 0 16px;
}
#footer address span{
	text-align:center;
	display:block;
	line-height:15px;
	position:relative;
}
#footer address a{color:#fff;}
#footer address strong{
	color:#ffff99;
	font-weight:normal;
}

.post {
	border-bottom:1px solid #f7911e;
	margin-bottom:5px;
	padding-bottom:5px;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
iframe {
    border:0;
    width:850px;
    height:800px;
}

p#binarym {
  padding:0 35px 0 0;
  font-size:80%;
  float:right;
}
p#binarym a {
  color:#ccc;
  text-decoration:none;
}
p#binarym a strong {
  color:#999;
}
p#binarym a strong span {
  color:#666;
}
p#binarym a:hover {
  color:#333;
}
p#binarym a:hover strong {
  color:#000;
}
p#binarym a:hover strong span {
  color:#c00;
}



