
/* Days of Change css*/
#left a.signup-green {
    color: #ff8738;
	text-shadow: rgb(61, 68, 74) 1px 1px 2px;
	background: url(/ii-inc/img/sign-up-left-green.png) top no-repeat;
	/*background: rgb(96, 106, 116);*/
    display: block;
	height: 25px;
    line-height:1.5em;
	text-indent: -9999px;
	}	

#left a:hover.signup-green, #left a:active.signup-green, #left a:focus.signup-green {
    background: url(/ii-inc/img/sign-up-left-green.png) bottom no-repeat;
	}		

/* End Days of Change css*/


/* Global layout related rules. */


html {
	min-width: 1000px;
	height: 100%;
	overflow: auto;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: white;
}
body.left_background {
	background-image: url(../img/content-right-nav-bg.png);
	background-position: left top;
	background-repeat: repeat-y;
}

#envelope {
	min-height: 100%;
	width: 100%;
	background: url(../img/content-left-nav-bg.png) right top repeat-y;
}

#content {
	width: 100%;
	margin: 0;
	padding: 30px 0 109px 0;
}

 .push {
     height: 2em;
 }

#left {
	float: left;
	width: 196px;
	display: inline;
	margin: -30px 30px 0 0;
	padding: 0;
	color: white;
	background: rgb(96, 106, 116);
}

#left h1, #left h2, #left h3 {
	font-size: 1em !important;
	background: rgb(112, 119, 127);
	margin: 0;
	padding: 20px 30px 10px;
	width: 136px;
	height: 1.7em;
}

#left ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgb(139, 145, 151);
}

#left li {
	font-size: 11px;
	padding: 0;
	border-top: 1px solid rgb(139, 145, 151);
	margin: 0;
	line-height: 1.5em !important;
}

#left li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 4px 30px;
	height: auto !important;
	height: 1.5em;
}

#left li a:hover, #left li a:active, #left li a:focus {
	background: rgb(87, 97, 102);
}
#left a {
	text-shadow: rgb(61, 68, 74) 1px 1px 2px;
	 color: #ff8738;
	}	

#left a.signup {
    color: #ff8738;
	text-shadow: rgb(61, 68, 74) 1px 1px 2px;
	background: url(../img/sign-up-left.png) top no-repeat;
	/*background: rgb(96, 106, 116);*/
    display: block;
	height: 25px;
    line-height:1.5em;
	text-indent: -9999px;
	}	

#left a:hover.signup, #left a:active.signup, #left a:focus.signup {
    background: url(../img/sign-up-left.png) bottom no-repeat;
	}		

#left .content {
	color:white;
	display:block;
	height:auto !important;
	padding:4px 30px;
	border-top: 1px solid #8B9197;
	border-bottom: 1px solid #8B9197;
	text-decoration:none;
	font-size: 11px;
	line-height: 1.5em !important;
	text-shadow:1px 1px 2px #3D444A;
}	

#main {
	margin: 0 30px 55px 30px;
}
body.left_background #main {
	margin-left: 230px;
	max-width: 780px;
}
body.right_background #main {
	margin-right: 230px;
	max-width: 780px; 
}
body.left_background.right_background #main {
	max-width: 600px;
}

.right_banner {
	position: absolute;
	display: block;
	top: 134px;
	right: 0;
	bottom: 0;
	width: 176px;
	background-repeat: no-repeat;
	background-position: right top;
}

#right {
	float: right;
	width: 	176px;
	display: inline;
	margin: -30px 0 0 0;
	padding: 0;
}

#right_flash {
    float: right;
    width: 165px;
    display: inline;
    margin: -30px ;
    padding: 0;
}


#right h2, #right h3, #right h4, #right h5, #right h6, #right div, #right p {
	margin-left: 10px;
	margin-right: 10px;
}


#right h2 {
	font-size: 1.3em;
	line-height: 1.3em;
}

#right h3 {
	font-size: 1.3em;
	line-height: 1.3em;
}
sup { 
	font-size: 0.6em; 
}
/*********************************
Product index pages css
*********************************/
.content_division {
	width: 250px;
	float: left;
}
.float_products_index h2 {
	width: 250px; 
	display: block;
}
.float_products_index {
	float: left;
	width: 250px;
	height: 300px;
}
.left_products_index {
	margin-left: 18px;
}
#main .ie_clear_all_hack {
	clear: left;
}
#main > .ie_clear_all_hack {
	clear: none;
}

/*Buttons*****************************/
.BoBPlans {
    width: 124px;
    height: 29px;
    display: block;
    background: url("/img/BoB-plans-btn-300809.jpg") left top no-repeat;
    float: left;
	margin-left: 10px;
}

	.BoBPlans:hover {
		background: url("/img/BoB-plans-btn-300809.jpg") left bottom no-repeat;
	}

.FindMeAPlan {
    width: 108px;
    height: 29px;
    display: block;
    background: url("/img/find-me-a-plan-btn.jpg") no-repeat;
    float: left;
    margin-top: 32px;
    margin-left: 10px;
}
.FindMeAPlan:hover, .FindMeAPlan:active, .FindMeAPlan:focus {
    background: url("/img/find-me-a-plan-btn.jpg") bottom no-repeat;
}


.upgradeToBob {
    width: 108px;
    height: 46px;
    display: block;
    background: url(/img/upgrade-now-btn-100709.png) left top no-repeat;
	margin-left: 10px;
    margin-top: 15px;
    float: left;
}

.upgradeToBob:hover {
	background: url(/img/upgrade-now-btn-100709.png) left bottom no-repeat;
}
.signupToBob {
    width: 108px;
    height: 46px;
    display: block;
    background: url(/img/sign-up-now-btn-100709.png) left top no-repeat;
	margin-left: 10px;
    margin-top: 15px;
    float: left;
}

.signupToBob:hover {
	background: url(/img/sign-up-now-btn-100709.png) left bottom no-repeat;
}

.PurchaseBob {
    width: 124px;
    height: 29px;
    display: block;
    background: url(/img/purchase-bob-btn-080709.png) left top no-repeat;
    float: left;
}

.PurchaseBob:hover {
	background: url(/img/purchase-bob-btn-080709.png) left bottom no-repeat;
}

.RentBob {
    width: 124px;
    height: 29px;
    display: block;
    background: url(/img/rent-bob-button.png) left top no-repeat;
    margin-left: 10px;
    float: left;
}

.RentBob:hover {
    background: url(/img/rent-bob-button.png) left bottom no-repeat;
}


.ViewPlans {
    width: 108px;
    height: 29px;
    display: block;
    background: url(/img/view-plans-btn.jpg) left top no-repeat;
    float: left;
}

	.ViewPlans:hover {
		background: url(/img/view-plans-btn.jpg) left bottom no-repeat;
	}

.TechSpecs {
    width: 100px;
    height: 29px;
    display: block;
    background: url(/img/tech-specs-btn.jpg) left top no-repeat;
    float: left;
}

	.TechSpecs:hover {
		background: url(/img/tech-specs-btn.jpg) left bottom no-repeat;
	}

/*Content Styles***********************/
.BoBPlansBg {
    background:transparent url(../../img/BoB-plans-bg.jpg) repeat-x scroll 0 0;
    font-size:1em;
    height:auto !important;
    margin:5px 0 0;
    min-height:30px;
    padding:10px;
}

	.BoBPlansBg p {
		width: auto;
		margin: 0 !important;
	}

.ViewPlansLink {
cursor:pointer;
font-size:12px;
font-weight:bold;
padding:10px;
position:relative;
height: 29px;
}

.ViewPlansBody {
	border-bottom: 1px solid #dedede;
	padding: 10px;
	width: 560px;
}



/*BoB pages header styles****************/

h1.discoverBob {
background:url(/img/discover-bob-page-title-290609.png) no-repeat ;
height: 39px;
width: 249px;
text-indent: -9999px;
}


h1.rentBob {
background:url(/img/rent-bob-banner.png) no-repeat ;
height: 301px;
width: 601px;
text-indent: -9999px;
}

h1.plansBob {
background:url(/img/bob-plans-page-title-100809.png) no-repeat ;
height: 44px;
width: 188px;
text-indent: -9999px;
}


h1.specsBob {
background:url(/img/bob-techspecs-page-title-290609.png) no-repeat ;
height: 44px;
width: 281px;
text-indent: -9999px;
}

h1.faqBob {
background:url(/img/bob-faqs-page-title-290609.png) no-repeat ;
height: 44px;
width: 166px;
text-indent: -9999px;
}

h1.viewBob {
background:url(/img/view-bob-page-title-290609.png) no-repeat ;
height: 39px;
width: 189px;
text-indent: -9999px;
}


h1.tvcsBob {
background:url(/img/bob-tvc-title-210709.png) no-repeat ;
height: 39px;
width: 400px;
text-indent: -9999px;
}


/*BoB banner on discoverBob*************/

#rentBobBanner {
	width: 100%;
	height: 115px;
}

#rentBobBanner .left {
    width: 50%;
    float: left;
    margin-top: 10px;
}

#rentBobBanner .right {
    width: 50%;
    float: right;
	left: 621px;
	position: absolute;
	top: 165px;
}


#business-free-bob-promo-postit {
	position:absolute; 
	top: 165px; 
	left: 500px; 
	z-index: 10;
}
#res-free-bob-promo-postit {
	position:absolute; 
	top: 145px; 
	left: 500px; 
	z-index: 10;
}

