@charset "utf-8";
/* CSS Document */


.con{
         width:1000px;
         margin:0 auto;
    }

.con_1{
        margin-top:50px;
        margin-bottom:15px;
        width:100%;
        background-color:#ffffff;
        height:705px;
        -moz-border-radius:1em;
        -webkit-border-radius:1em;
      }

.box{width:20%;
     float:left;
     background-color:#fff;
     margin-top:10px;

    }
.box_1{width:16%;
     float:left;
     background-color:#fff;
     margin-top:10px;

    }
.silver{

    background-color:#DFE5FF;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
.singup{
        width:100%;
        }
.singup a{background-image:url(/images/home/images/signup/signup_grey.png);
        background-repeat:no-reapet;
        height:34px;
        width:142px;
        text-decoration:none;
        display:block;
        background-position:center center;
        }
.singup a:hover{background-image:url(/images/home/images/signup/signup_blue.png);
        background-repeat:no-reapet;
        height:34px;
        width:142px;
        text-decoration:none;
        background-position:center center;
        }

.plat{font-family:arial;
      color:#999;
      font-size:22px;
      text-align:center;
      font-weight:bold;
      
      margin-top:10px;
}
.dolor{font-family:arial;
      color:#343434;
      font-size:27px;
      text-align:center;
      font-weight:bold;
}
.dollorsymbol{
    font-size:20px;
}
.par{font-family:arial;
      color:#343434;
      font-size:10px;
      text-align:center;
      font-weight:bold;
}
.top_of{font-family:arial;
      color:#5F7F2C;
      font-size:12px;
      text-align:center;
      font-weight:bold;
      height:20px;
}
.blank{text-align:center;
       height:40px;
       line-height:40px;
       border-bottom:1px solid #EFEFEF;
       margin-right:2px;
       }
 .blank img{ margin-top:10px;}
.te{font-family:arial;
      color:#999;
      font-size:12px;
      text-align:left;
      font-weight:bold;
      padding-left:10px;
      height:41px;
      line-height:40px;
      /*border-bottom:1px solid #EFEFEF;*/
      margin-left:2px;
    }


  .te a {

      color:#999;

      border-bottom: 1px dotted #ba0000;
    }

   .te a:hover {
      color:#999;

     border-bottom: 1px solid #ba0000;

     cursor: help;
     
   }










/*---------------------------Genrael Clases---------------------------------------*/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#333333;
	background: #F2F2F2 url(http://www.clutterpad.com/images/home/images/index_bg.jpg) repeat-x;
}
* {
	margin:0px;
	padding:0px;
}
#signin_menu {
        -moz-border-radius:5px;
        -webkit-border-radius:5px; 
        background-color:#EFF1F4;
        border:1px none transparent;
        color:#778899;
        font-size:11px;
        margin-left:-8px;
        margin-top:5px;
        padding:10px;
        position:absolute;
        text-align:left;
        width:210px;
        z-index:100;
}
#login_nav a.signin_menu_open {
    -moz-border-radius:4px;
    -webkit-border-radius:4px; 
    background:#EFF1F4 none repeat scroll 0 0 !important;
    color:#666666 !important;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    /*font-weight:bold;*/
    padding:0px 10px 6px;
    text-decoration:none;
}


#signin_menu {
    color:#778899;
    font-size:13px  !important;
    text-align:left;
}
#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
    color:#000000 !important;
}

#signin_submit {
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
    background:#3399DD url(/images/clutterpad/btn-bg.png) repeat-x scroll 0 0;
    border:1px solid #3399DD;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    margin:0 5px 0 0;
    padding:4px 10px 5px;
    text-shadow:0 -1px 0 #3399DD;
}

.signup_submit:hover, .signup_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
    color:#000000 !important;
}

.signup_submit {
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
    background:#3399DD url(/images/clutterpad/btn-bg.png) repeat-x scroll 0 0;
    border:1px solid #3399DD;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    margin:0 5px 0 0;
    padding:4px 10px 5px;
    text-shadow:0 -1px 0 #3399DD;
    width:128px;
    margin-left:5px;
    margin-bottom:10px;
}


#signin_menu input[type="text"], #signin_menu input[type="password"] {
   -moz-border-radius:4px;
   -webkit-border-radius:4px;
    border:1px solid #AACCEE;
    display:block;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:200px;
}
#signin_menu p.remember {
  padding:10px 0;
}
#signin_menu p {
 margin:0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#login_nav a.signin {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#D6DDE2 none repeat scroll 0 0;
    color:#000000;
    /*font-weight:bold;*/
    padding:0px 10px 3px;
    text-decoration:none;
}
#login_nav a.signin:hover {
    background:#33B6F0 none repeat scroll 0 0;
    color:#000000 !important;
  
}
#signin_menu .forgot a:hover {
      color:#000000 !important;
}
a.signin_menu_open  span {
    background-image:url(/images/clutterpad/toggle_up.png);
    color:#778899;
    background-position:100% 50%;
    background-repeat:no-repeat;
    padding:4px 16px 6px 0;
}

a.signin span {
    background-image:url(/images/clutterpad/toggle_down.png);
    background-position:100% 50%;
    background-repeat:no-repeat;
    padding:4px 16px 6px 0;
}


.name-header {
background:transparent url(/images/clutterpad/main-header-bg.gif) repeat-x scroll 0 0.5em;
}
.name-header {
    clear:left;
    margin-left:5px;
    margin-top:12px;
    margin-bottom:12px; 
}
.name-header h2 {
    display:inline;
    letter-spacing:-0.03em;
    line-height:0;
    margin:0 0 6px 116px;
    padding:0 10px;
}

.name-header h2 span{
    background:#FFFFFF none repeat scroll 0 0;
    color:#000066;
    display:inline;
    font-size:17px;
    font-weight:bold;
    letter-spacing:-0.03em;
    line-height:0.7;
    text-decoration:none;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clr {
	clear:both;
}
ul, li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
}
img {
	border:none;
}
/*---------------------------Layout Content Clases---------------------------------*/

#Layout {                /*------------------------For Page Main Width------------------------------------*/
	width:1024px;
	margin:auto;
}
/* HEADER */

#header {
	height: 88px;
	clear:both;
	overflow:hidden;
}
#header .logo {
	float: left;
	width: 294px;
	height: 90px;
	margin-left: 20px;
	margin-top: 0px;
}
/* NAVIGATION */

ul.nav {
	float: right;
	margin: 34px 20px 0 0;
	height:40px;
}
ul.nav li {
	font-size: 15px;
	margin-right: 10px;
	margin-left: 8px;
	display: inline;
}
ul.nav li a {
	color: #6783a8;
	text-decoration: none;
}
ul.nav li a:hover, ul.nav li a.active {
	color: #ffffff !important;
	text-decoration:none;
}
/* LEADERBOARD */

#leaderboard {
	clear: both;
	margin-top: 2px;
	width:100%;
	height:260px;
	_overflow:hidden
}
#leaderboard .avatar {
	width: 333px;
	padding-top: 43px;
	padding-left: 107px;
	float:left;
}
#leaderboard .intro {
	float:left;
	margin-left: 20px;
	margin-top: 70px;
	width: 520px;
}
#leaderboard .slide-top-text {
	FONT-SIZE: 24px; LEFT: 530px; COLOR: #ffffff; LINE-HEIGHT: 25px; FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; POSITION: absolute; TOP: 70px; width:500px;
}
#leaderboard .slide-bottom-text {
	FONT-SIZE: 18px; LEFT: 530px; COLOR: #7e94af; LINE-HEIGHT: 20px; FONT-FAMILY: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; POSITION: absolute; TOP: 150px;  width:500px;

}
#slideIcon {
	background: url(images/index/icons/icons_bg.jpg) no-repeat;
	width:960px;
	height:80px;
	margin-left:32px;
}
#nav_left {
	height: 34px;
	margin-left:598px;
	margin-top:29px;
}
#nav_left ul li {
	float: left;
	height: 32px;
	list-style:none;
	width:53px;
}
#nav_left li a {
	overflow:hidden;
	float: left;
	height: 32px;
	width:58px;
	position:absolute;
}
#nav_left li a:hover img {
	margin-top:-32px;
}
#nav_left a.activeSlide img {
	margin-top: -65px !important;
}
/*Content*/

#content {
	clear: both;
	padding-top: 0px;
	width:988px;
	margin-left:34px;
	margin-top:7px;
}
#home-content-top {
	width:988px;
	height:13px;
	overflow:hidden;
	background:url(http://www.clutterpad.com/images/home/images/about/about_top.jpg) no-repeat;
}
#home-content-middle {
	width:988px;
	background:url(http://www.clutterpad.com/images/home/images/about/about_bg.jpg) repeat-y;
}
#home-content-bottoom {
	width:988px;
	background:url(http://www.clutterpad.com/images/home/images/about/about_bottom1.jpg) repeat-y;
	height:13px;
	overflow:hidden;
}
.content-box-outer {
	padding-left:10px;
	padding-top:5px;
}
#content .index-content-box {
	width:230px;
	padding-left:7px;
	float:left;
	background: url(http://www.clutterpad.com/images/home/images/index/boxes/line1.jpg) no-repeat center right;
}
#content .second-last {
	width:243px;
	padding-right:5px;
}
#content .lastbox {
	background:none;
}
#content .about-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#333333;
}
#content .about-small-title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
	color:#333333;
	margin:3px 2px;
}
#content .about-body-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
	color:#333;
	margin:2px 0px 10px 2px;
	line-height:20px;
}
#content .index-content-box h3 {
	height:30px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; /*Arial, Helvetica, sans-serif;*/
	font-size:15.5px;
	font-weight:bold;
	padding-left:7px;
	padding-top:15px;
	margin:0 0px;
	color:#333333;
}
#content .index-content-box p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; /*Arial, Helvetica, sans-serif;*/
	font-size:12px;
	color:#333333;
	padding-left:7px;
	line-height:18px;
	text-align:justify;
	padding-right:14px;
}
/* FOOTER */

#footer {
	background: #000000 url(http://www.clutterpad.com/images/home/images/footer_bg.jpg) repeat-x;
	width: 100%;
	height: 210px;
	margin-top: 24px;
	font-family: "Lucida Sans";
	clear:both;
}
#footer h2 {
	padding: 0;
	margin: 0;
	color:#FFFFFF;
	font-family: "Lucida Sans";
	font-size:16px;
}
#footer .footerList {
	margin-top: 25px;
	margin-left: 30px;
	padding-right: 12px;
	padding-top: 10px;
	float: left;
}
#footer .footerWrap {
	width: 1024px;
	margin: 0 auto;
}
#footer .footerList li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:11px;
}
#footer .footerList li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:11px;
}
#footer .copyright {
	clear: both;
	margin-left: 51px;
	padding-top: 25px;
	font-size: 10px;
}
#footer .footerList li {
	color: #89a3c5;
	list-style-position:inside;
	list-style:square
}
#footer .footerList li a {
	color: #89a3c5;
}
#footer .copyright {
	color: #89a3c5;
}
/* signup start */
.relative {
	position:relative;
}

/* //////////////////////////////////////// Siginup New Page Css / /////////////////////// */

/* ////////////////////// Signup Confirmation ///////////////// */
.myraid28 {font-family: "Myriad Pro", Arial, Verdana; font-size:24px; font-weight:100%; color:#0e151d;}

.myraid14{font-family: "Myriad Pro", Arial, Verdana; font-size:15px; font-weight:120%; color: #666666}
.myraid_blue {font-family: Arial, Helvetica, sans-serif; font-size:18px; font-weight:120%; color: #073975}
.myraid_18_black {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.signup_confirmation{
    width:850px; margin-right:auto; margin-left:auto;margin-top:5%;
}

/* ////////////// end /////////////////////// */
 a.signup-buttons{
      display: block;
      width: 223px;
      height: 61px;
      margin: 0 auto;
      padding:0;
 }
 a.cp-signup-buttons {
     background-image: url("/images/home/images/signup-new.jpg");
     background-position: 0 0px;
 }
 a.cp-get-exicted {
     background-image: url("/images/home/images/get-exicted.jpg");
     background-position: 0 0px;
 }
 a.signup-buttons:hover {
        background-position: 0 -61px;
     }
 a.signup-buttons:hover {
        background-position: 0 -61px;
 }
 a.signup-buttons .alt{ display: none; }
 
#box_container {
	width: 950px;
	margin-top:40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/home/images/signup/fullplans3.png);
	background-repeat: no-repeat;
	padding: 5px;

}
#box1 {
	height: 308px;
	width: 170px;
	margin-left: 5px;
	float: left;
	margin-top: 32px;
	margin-right: 7px;
	padding-left: 35px;
}

.yellow_text {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFCC00;
	text-shadow: #333333 1px 1px 2px;
	font-weight: bold;
}

.white_text {
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-shadow: #333333 1px 1px 2px;
	font-weight: normal;
}

#heading_body{
	padding-top: 75px;
}
img{
border:0px;
}

#box2 {
	width: 202px;
	margin-left: 5px;
	float: left;
	margin-top: 12px;
	margin-right: 15px;
}
.yellow_text2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFCC00;
	text-shadow: #333333 1px 1px 2px;
	font-weight: bold;
}

.white_text2 {
	text-align: center;
	font-family: Tahoma, Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-shadow: #333333 1px 1px 2px;
	font-weight: normal;
}
.clu_plan_11black{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.clu_plan_14black{
	font-family: "Lucida Sans", Arial;
	font-size: 14px;
	color: #333333;
}

.clu_plan_14blue {
	color: #0066CC;
	font-weight: bold;
}


.clu_plan_11blue ,.clu_plan_11blue a{
	color: #0066CC;
	text-decoration: underline;
}


/*//////////////////////////////////////////// End ////////////////////////////////////// */

#signup {
	width:960px;
	margin-top:40px;
}
#signup-top {
	width:960px;
	height:13px;
	margin: 0px;
	padding: 0px;/*background:url(../img/about/about_top.jpg) no-repeat;*/
}
#signup-middle {
	width:960px;
	background:url(http://www.clutterpad.com/images/home/images/signup/bg.jpg) no-repeat;
	height:430px;
}
#signup-middle .signup-content-box {
	width:178px;
	padding-top:42px;
	height:354px;
	float:left;/*background: url(../img/signup/sign-box-bg.jpg);*//* background: url(../img/index/boxes/line.jpg) no-repeat bottom right;*/
}
#signup-middle .signup-content-box-silver {
	position:absolute;
	width:215px;
	margin-top: -6px;
	margin-left:-15px;
	padding:0px;
	height:368px;/*background: url(../img/signup/sign-box-bg.jpg);*//* background: url(../img/index/boxes/line.jpg) no-repeat center right;*/
}
#signup-middle .signup-content-box-silver h1 {
	margin:10px 0 0 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color: #666666;
}
#signup-middle .signup-content-box-silver p {
	margin: 10px 0 0 0px;
	padding:0px;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color: #9b9b9b;
}
#signup-middle .signup-content-box-body {
	position:absolute;
	width:220px;
	margin-top: -17px;
	margin-left:-2px;
	padding:0px;
	height:412px;
	/*background:#FFFFFF;*/
  /*border: 1px solid #006699;*/
 /* background-image:url(img/signup/signup-bg.jpg);*/
   background-repeat:no-repeat;/*background: url(../img/signup/sign-box-bg.jpg);*//* background: url(../img/index/boxes/line.jpg) no-repeat center right;*/
}
.sign_up_title {
	margin: 0px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:500;
	color: #FFF;
}
#signup-middle .signup-content-box h1 {
	margin: 0px 0px 0px 0px;
	padding:10px 0px 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color: #000000;
}
#signup-middle .signup-content-box p {
	margin: 10px 0 0 0px;
	padding:0px;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color: #9b9b9b;
}
#signup-middle .signup-content-box ul li {
	margin: 2px 6px 2px 3px;
    /*margin: 2px 6px 2px 0px;*/
	margin: 2px 6px 2px 0px\9;
	padding:0px;
	font-family: Tahoma;
	font-size:12px;
	font-size:11px\9;
	font-weight:normal;
	color: #666666;
	border-bottom:1px solid #F9F9F9;
	line-height:25px;
}
#signup-middle .signup-content-box ul li strong {
	margin: 12px 0 0 0px;
	padding:0px;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color: #466faf;
}
#signup-middle .signup-content-box p span {
	margin: 10px 0 0 0;
	padding:0px;
	font-family: Tahoma;
	font-size:12px;
	font-weight:bold;
	color: #db9500;
	text-transform:uppercase;
}
#signup-middle .signup-content-box p strong {
	margin: 10px 0 0 0px;
	padding:0px;
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color: #466faf;
}
#signup-middle .signup-bottom-content {
	width:100%;
	margin:0px;
	padding:0px;
}
#signup-middle .signup-bottom-content2 {
	width:912px;
	margin:20px 0 0 22px;
	padding:0px;
}
#signup-middle .signup-bottom-content2 .signup-bottom-content2-top {
	width:912px;
	margin:0px;
	padding:0px;
	height:11px;
	background:url(http://www.clutterpad.com/images/home/images/signup/signUp-bottom-top.jpg) no-repeat;
}
#signup-middle .signup-bottom-content2 .signup-bottom-content2-middle {
	width:912px;
	margin:0px;
	padding:10px 0 0 0;
	height:100px;
	background:#f5f6f8;
}
#signup-middle .signup-bottom-content2 .signup-bottom-content2-middle .logo-box {
	width:872px;
	margin:0 0 0 20px;
	padding:0px;
	height:80px;
	background:#f5f6f8;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
#signup-middle .signup-bottom-content2 .signup-bottom-content2-bottom {
	width:912px;
	margin:0px;
	padding:0px;
	height:11px;
	background:url(http://www.clutterpad.com/images/home/images/signup/signUp-bottom-bottom.jpg) no-repeat;
}
#signup-middle .signup-bottom-content h1 {
	margin:60px 0 0 0;
	padding:0 30px 0 30px;
	font-family: Tahoma;
	font-size:35px;
	color:#9b9b9b;
	font-weight:normal;
}
#signup-bottom {
	width:960px;
	height:13px;
	margin: 0px;
	padding: 0px;/*background:url(../img/about/about_bottom.jpg) no-repeat;*/
}
#signup-middle .signup-content-box .blueHead {
	margin-bottom:14px;
}
#signup-middle .signup-content-box .blueHead h1 {
	color:#FFFFFF;
	font-family:Verdana;
	font-size:30px;
	font-weight:500;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:5px;
}
#signup-middle .signup-content-box .blueHead p {
	margin-top:6px;
}
#signup-middle .signup-content-box li {
	list-style:square;
	list-style-position:inside;
}
#signup-middle .platinum {
	padding-left:12px;
}
#signup-middle .gold {
	padding-left:3px !important;
	margin-right:19px;
}
#signup-middle .silver {
	margin-right:29px;
}
#signup-middle .silver .blueHead {
	margin-bottom:36px;
}
#signup-middle .silver .action {
	padding-top:9px;
}
#signup-middle .silver li {
	text-align:left;
}
.signup-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	padding-left:20px;
	padding-top:10px;
	line-height:15px;
	width:450px;
	float:left;
	text-align:justify;
	overflow:hidden;
	margin-bottom:15px;
}
.box-text-signup-security {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:0px;
	line-height:15px;
	width:920px;
	text-align:justify;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-top:0px;
	margin-bottom:5px;
}
.box-text-signup-security2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin-left:20px;
	padding-top:10px;
	padding-bottom:0px;
	line-height:15px;
	width:920px;
	float:left;
	text-align:justify;
}
.singuptextouter {
	padding-bottom:10px;
}
.box-text-signup-security .bottom_title {
	padding-top:10px;
	display:block;
	margin-bottom:5px;
}
/* scignup END */
#templete-content {
	background:url(http://www.clutterpad.com/images/home/images/templete-bg.jpg);
	width:958px;
	margin-top:38px;
	_margin-top:31px;
}
#templete-content .templete-inner {
	background:url(http://www.clutterpad.com/images/home/images/templete-top.jpg) no-repeat left top;
}
#templete-content .templete-body {
	background: url(http://www.clutterpad.com/images/home/images/templete-bottom.jpg) no-repeat bottom left;
	min-height:300px;
	_height:300px;
	padding-top:20px;
	padding-bottom:9px;
}
.about-us {
}
.algingRight {
	padding-left:30px;
	padding-right:10px;
	margin-bottom:10px;
}
.algingRight img {
	float: right;
	margin-left:25px;
}
.about-us h3.top {
	padding-top:25px;
	font-size:30px;
}
.about-us h3 {
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:20px;
	margin-bottom:25px;
}
.about-us h3 span {
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	color:#000000;
	font-weight:bold;
}
.about-us p {
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	font-size:12px;
	margin-bottom:20px;
}
.algingLeft {
	padding-left:8px;
	padding-right:10px;
	margin-bottom:10px;
}
.algingLeft img {
	float: left;
	margin-right:25px;
}
#buckets {
	border-top: 1px solid #e5e5e5;
	clear: both;
	float: left;
	padding:18px 0 0 50px;
	width:893px;
	margin-left:8px;
}
#buckets .boxes {
	width:140px;
	float:left;
	margin-left:18px;
}
#buckets .boxes a {
	color: #333;
	display: block;
	float: left;
	margin-bottom: 32px;
	text-decoration: none;
}
#buckets .boxes a:first-child {
	border: none;
	clear: both;
}
#buckets .boxes a .title {
	display: block;
	font-size: 12px;
	font-weight: bold;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	line-height:20px;
}
#buckets .boxes a:hover .title {
	color: #08c;
}
#buckets .boxes a .description {
	display: block;
	font-size: 11px;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	line-height:17px;
}
#buckets .boxes a img {
	/*border: 1px solid #e5e5e5;*/
}
.menu {
	list-style:none;
	color:#999999;
	width:100%;
}
.menu:hover li a {
	color:#000;
}
.menu li {
	height:35px;
	display:block;
	color:#999999;
	overflow:hidden;
}
.menu li a {
	text-align:left;
	height:40px;
	padding:10px 0px 0px 0px;
	font:12px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	color:#999999;
	display:block;
	background:url(http://www.clutterpad.com/images/home/images/verMenuImages.png) 0px 0px no-repeat;
	text-decoration:none;
}
.menu li a:hover {
	background:url(http://www.clutterpad.com/images/home/images/verMenuImages.png) 0px -40px no-repeat;
	color:#0066FF;
	height:30px;
	text-decoration:none;
}
.menu li a.active, .menu li a.active:hover {
	background:url(http://www.clutterpad.com/images/home/images/verMenuImages.png) 0px -80px no-repeat;
	color:#000;
}
.menu li a span {
	line-height:40px;
}
.menu li img {
	float:left;
	margin:-4px 20px 0px 15px;
}
.featurepage {
	padding-left:8px;
	padding-right:23px;
}
.featurewelcom {
	padding:10px 10px 10px 30px;
	font-size:1.3em;
	line-height:20px;
	color:#666666;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	border-bottom:1px solid #EAEAEA;
	margin:0 8px;
	position:relative;
}
.featurewelcom img {
	margin-left:20px;
}
.featurepage h2, .featurewelcom h2 {
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
	font-size:3.0em;
	font-weight:normal;
	line-height:17px;
	line-height:23px;
	margin-bottom:20px;
	color:#000000;
}
#nav_features {
	float:left;
	width:244px;
	overflow:hidden;
}
#featurDetail {
	float:left;
	width:670px;
	border-left:#EAEAEA solid 1px;
}
.featureContent {
	padding:20px 20px 20px 40px;
	font-family:Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
}
.featureContent h3 {
	background-position:0 0;
	background-repeat:no-repeat;
	line-height:1;
	padding:12px 0 10px 55px;
	font-size:35px;
	font-weight:normal;
	margin-top:15px;
	height:36px;
	color:#000000;
	margin-bottom:20px;
}
.featureContent .text {
	clear:both;
	margin-bottom:5px;
}
.featureContent p {
	margin-bottom:15px;
	padding-top:5px;
}
.featureContent p.top {
	padding-top:50px;
}
.featureContent img {
	margin:0 10px;
}
#overview {
	background-image:url(http://www.clutterpad.com/images/home/images/overview_title_icon.png);
	height:36px;
}
#writepad {
	background-image:url(http://www.clutterpad.com/images/home/images/writepad_title_icon.png);
	height:36px;
}
#timetracking {
	background-image:url(http://www.clutterpad.com/images/clutterpad/time-title-icon.png);
	height:36px;
}
#todo {
	background-image:url(http://www.clutterpad.com/images/home/images/todolist_title_icon.png);
	height:36px;
}
#messsage {
	background-image:url(http://www.clutterpad.com/images/home/images/messages_title_icon.png);
	height:36px;
}
#contact {
	background-image:url(http://www.clutterpad.com/images/home/images/contact_title_icon.png);
	height:36px;
}
#chat {
	background:url(http://www.clutterpad.com/images/home/images/chat_title_icon.png) no-repeat;
	height:36px;
}
#file {
	background-image:url(http://www.clutterpad.com/images/home/images/folder_title_icon.png);
	height:36px;
}
#calender {
	background-image:url(http://www.clutterpad.com/images/home/images/calender_title_icon.png);
	height:36px;
}
#video_title {
	width:280px;
	float:left;
	/*background-color:#F8F8F8;*/
	margin-left:15px;
	padding:10px;
}
#video_box {
	width:550px;
	height:350px;
	float:right;
	/*background-color:#333;*/
	margin:30px 80px 0px 0;
 #margin:45px 80px 20px 0;
	margin:45px 80px 20px 0\9;
	border:2px solid #999999;
}
#vedio_thamble {
	width:865px;
	height:133px;
	/*background-color:#EAEAEA;*/
	background-image:url(http://www.clutterpad.com/images/home/images/tourThamnail.jpg);
	background-repeat:no-repeat;
	margin-right:40px;
	margin-left:45px;
	margin-top:0px;
}
.vedioTitle {
	font-family:Arial, Verdana, sans-serif;
	font-size:30px;
	font-weight:bold;
}
.vedioDetails {
	font-family:Arial, Verdana, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:20px;
}
.container_s {
	width:800px;
	height:100px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
	left:5px;
	top:25px;
	top:7px;
}
.slides {
	position:absolute;
	top:0;
	left:0;
}
.slides div {
	position:absolute;
	top:0;
	width:800px;
	display:none;
}
.slides li {
	float:left;
	width:100px;
}
.slides div li p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding-top:3px;
	text-align:center;
}
#loopedSlider {
	margin:18px auto;
	width:800px;
	position:relative;
	clear:both;
}
a.previous {
	position:absolute;
	top:50px;
	left:-28px;
}
a.next {
	position:absolute;
	top:50px;
	right:-28px;
}
#tour{
padding-bottom:20px;
color:#000000;
}

.media{
margin-top:60px;
}

#media_page #content{
	clear: both;
	padding-top: 0px;
}

.wide .attention.media{ 
	width: 500px;
	float:left;
}


.wide{
padding-left:30px;
padding-right:35px;
}
.wide .laptop{
	/*background: transparent url(../../img/media/laptop.jpg) no-repeat;*/
	width: 225px;
	height: 62px;
	float: right; 
	margin: 0px 0px 0 0;
}

.wide .laptop img{
	/*padding-left: -36px;
	padding-top: -7px;*/
}

.wide .txt{
	margin-left: 22px;
}


.wide .galleryList div{
	background: url(http://www.clutterpad.com/images/home/images/media/image_holder.jpg) no-repeat;
	width: 218px;
	height: 158px;
	float: left;
	margin-right: 2px;
	padding-bottom: 10px;
	padding-right: 5px;
}

.wide .galleryList img{
	padding-left: 11px;
	padding-top: 12px;
}

.wide .galleryPrev{
	background: url(http://www.clutterpad.com/images/home/images/media/previous_normal.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
	float: left;
}

.wide .galleryPrev:hover{
	background: url(http://www.clutterpad.com/images/home/images/media/previous_hover.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
}

.wide .galleryNext{
	background: url(http://www.clutterpad.com/images/home/images/media/next_normal.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
	float: right;
	margin-right: 6px;
}

.wide .galleryNext:hover{
	background: url(http://www.clutterpad.com/images/home/images/media/next_hover.jpg) no-repeat;
	width: 87px;
	height: 25px;
	cursor: pointer;
}

#galleryNav {float: right; margin-top:-35px; margin-right:16px; z-index: 99;}

	.nav1{
	/*background: url(../../img/image-gallery-top-nav-1.jpg) no-repeat;
		width: 90px;
		height: 31px;
		cursor: pointer;*/
	text-indent:-9999px;
	float: left;}
	
	.nav2{/*background: url(../../img/image-gallery-top-nav-2.jpg) no-repeat;
		width: 90px;
		height: 31px;
		cursor: pointer;*/
	text-indent:-9999px;
	float: left;}
	
	.nav3{/*background: url(../../img/image-gallery-top-nav-3.jpg) no-repeat;
		width: 90px;
		height: 31px;
		cursor: pointer;*/
	text-indent:-9999px;
	float: left;}
	
#GallerySlide {margin: 0 0 0 2px; padding: 0;}


.media_clutterpadExp{
position:relative;
top:25px;
left:0px;
line-height:10px;
/*line-height:25px;*/
color:#7E94AF;

 float:left;
}

.media_clutterpadExp u{
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; /*Times New Roman;*/
	font-size:24px; font-weight:bold;
	font-style:normal; 
	text-decoration:none;
	color:#333333;
}
	
.media_clutterpadExp i{

 font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif; /*Times New Roman;*/
 font-size:16px; font-weight:400;
 text-decoration:none; font-style:normal; color:#666666; line-height:40px;

	}
    


.cuttersignup{
float:right;
padding-top:20px;
margin-right:6px;
}


 /* Clutterpad New Media View */
