/************************************
* Compliance Publishing Corporation *
*************************************/

@import url('css/reset.css');
@import url('css/prettyPhoto.css');

body {
	background: url(images/bg-body.jpg) repeat-x 0 0 #51749e;
	font-family:Lucida Grande, Helvetica, sans-serif;
	line-height: 22px;
	color: #707070;
}

/**** Common Styles
-------------------------------------------------------------- */

#footer a,
#pager a:hover,
#header .menu  li a,
#header .login a,
#copyright a,
a,
#checkout input[type="text"],
#signup input[type="text"] {
    -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
	-o-transition:background-color 0.3s ease-out, color 0.3s ease-out;
	-moz-transition:background-color 0.3s ease-out, color 0.3s ease-out;
}

.login a,
a.btn-grey-25,
#pager a,
#pageTitle a.btn,
.iconBoxDark,
.homeBox,
#prev,
#next,
#signup,
#checkout,
#contact input[type="text"],
#contact textarea,
#signup input[type="text"],
#checkout input[type="text"],
#signup input[type="password"],
#checkout input[type="password"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.btn-grey-50,
a.btn-red-50,
#contact,
#contact input.btn-grey-50,
#checkout input.btn-grey-50,
#signup input.btn-grey-50,
#checkout input.btn-grey-50 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/**** Typography
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizelegibility;
    font-weight: 300;
}

h1 {
	font-size: 20px;
	color: #4f5f6c;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #6f7c84;
	margin-bottom: 10px;
}

h3 {
	color: #52616f;
	margin: 15px 0;
	font-size: 16px;
}

h4 {
	color: #52616f;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 800;
}

p {
	font-size: 14px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #4d8edc;
}

a:hover {
	text-decoration: none;
	color: #51749E;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

blockquote {
    border-left: 2px solid #4D4D4D;
    color: #4D4D4D;
    font-style: italic;
    margin: 1.5em 3em;
    padding-left: 1em;
}

/**** Global Styles
-------------------------------------------------------------- */

.h {
	display: none;
}

#wrapper {
	width: 1010px;
	margin: 0 auto 20px;
	padding: 0 0 15px;
}

#headerWrap {
    background: url("images/bg-header.png") no-repeat scroll left top #0F1217;
	width: 980px;
	margin: 0 auto;
    height: 170px;
}

#headerWrap h3 {
	color: #FFFFFF;
    float: left;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0;
}

#header {
	width: 980px;
	margin: 0 auto;
	height: 55px;
	position: relative;
}

#header .one_fifth {margin-right:3%;}
#header .four_fifth {width: 80.2%;}

#mainMenu {
	float: right;
	height: 65px;
	position: relative;
}

#pageHeading {
    margin: 0 auto;
    text-align: center;
    width: 980px;
    clear: right;
}

#pageHeading h1 {
	font-size: 32px;
	color: #e3e3e3;
	font-weight: 100;
	line-height: 28px;
    text-shadow: 0 -1px 0 #101010;
    margin-bottom: 0;
}
#pageHeading p {
	font-weight: 100;
	line-height: 28px;
    text-shadow: 0 -1px 0 #101010;
    font-size: 20px;
	color: #4f5f6c;
}

#pageTitle {
    height: 50px;
    padding-top: 15px;
    width: 980px;
    clear: right;
}

#pageTitle .text {
    width: auto;
    float: left;
}

#pageTitle .text img {
    position: relative;
}

#pageTitle .text h1 {
	font-size: 32px;
	color: #e3e3e3;
}

#pageTitle .buttons {
	min-width: 200px;
    float: left;
}

#pageTitle .seperator {
	width: 1px;
	background: #30383e;
	border-right: 1px solid #1b2227;
	height: 40px;
    margin: -8px 20px 0;
    float: left;
}

#contentWrap {
	width: 980px;
	border-top: 1px solid #e6e7e7;
	background: #ffffff;
	margin: 0 auto;
	padding: 18px 0 40px;
}

#pageBanner {
	width: 940px;
	height: 360px;
	margin: 0 auto;
}

#pageContent {
	width: 900px;
	margin:  0 auto;
    padding-top: 20px;
}

#footer {
    background: url("images/bg-footer.png") repeat-x scroll left top #161C22;
    height: 155px;
    margin: 0 auto;
    padding: 10px 40px 20px;
    width: 900px;
}

#copyright {
	background: #000000;
	border-top: 1px solid #1a1a1a;
    padding: 20px 20px 5px;
    width: 940px;
	margin: 0 auto;
	line-height: 18px;
}
.marketingFooter {
	background-color: #cc574c;
    background-image:url('images/bg-buynow.png');
    background-repeat:repeat-x;
    background-position:center bottom;
    width: 900px;
    padding: 20px 40px;
    margin: 0 auto;
}
.marketingFooter p {
	font-size:20px;
}
.marketingFooter .copy {
	color:#fff;
	font-size:20px;
	width: 590px;
	display: inline-block;
}
.marketingFooter .copy h1 {
	color:#000;
	font-size:30px;
}
.marketingFooter .action {
	float:right;
}
.marketingFooter .action a {
    background: url("images/order_now_button_large.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    height: 69px;
    line-height:30px;
    width: 202px;
    padding-left:17px;
    padding-top: 8px;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #000;
}
.marketingFooter .action a:hover {
	background: url("images/order_now_button_large.gif") no-repeat scroll 0 0 transparent;
	background-position: 0 -77px;
}
#buyNowContainer {
    background-color: #cc574c;
    background-image:url('images/bg-buynow.png');
    background-repeat:repeat-x;
    background-position:center bottom;
    display: inline-block;
   	padding: 20px;
    width: 860px;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    margin:20px 0;
}
#buyNowContainer p {
	font-size:20px;
}
#buyNowContainer .copy {
	float:left;
	color:#fff;
	font-size:20px;
	width: 590px;
}
#buyNowContainer .copy h1 {
	color:#000;
	font-size:30px;
}
#buyNowContainer .action {
	float:right;
}
#buyNowContainer .action a {
    background: url("images/order_now_button_large.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 24px;
    height: 77px;
    line-height:73px;
    width: 202px;
    padding-left:17px;
    
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #000;
}
#buyNowContainer .action a:hover {
	background: url("images/order_now_button_large.gif") no-repeat scroll 0 0 transparent;
	background-position: 0 -77px;
}
.clear {
	clear: both;
}

.hr {
	background: url(images/horizontal-rule.jpg) repeat-x 0 0 #ffffff;
	width: 3px;
	height: 7px;
	margin: 25px 0;
	width: 100%;
}

/**** CSS Column Layout
-------------------------------------------------------------- */

.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .one_seventh, .two_sixth,  .three_sixth, .five_sixth {
	margin-right: 4%; 
	position:relative; 
	float:left; 
}
.one_half { width:48%; }
.one_third {width:30.6666%;}
.one_fourth {width:22%; }
.one_fifth {width: 16.8%;}
.one_sixth {width: 13.3333%;}
.one_seventh {width: 10.8%;}

.two_third {width: 65.3332%;}
.two_fourth {width: 48%;}
.two_fifth {width: 37.6%;}
.two_sixth {width: 30.6666%;}

.three_fourth {width:74%;}
.three_fifth {width: 58.4%;}
.three_sixth {width: 47.9998%;}

.four_fifth {width: 79.2%;}
.four_sixth {width: 65.3332%;}

.five_sixth {width: 82.6665%;}
.last { margin-right:0 !important; clear:right; }

/**** Footer Specific CSS
-------------------------------------------------------------- */

#footer h4, #footer h4 a {
	font-weight: 100;
	color: #e6e6e6;
	font-size: 14px;
	margin: 0 0 18px;
    text-shadow: 0 -1px 0 #101010;
}

#footer h4 a:hover {
	color: #57646f;
	text-shadow: 0 0 3px #202020;
}

#footer p {
	color: #57646f;
	font-size: 11px;
}

#footer ul li {
    border-bottom: 1px dotted #1D242C;
	height: 25px;
}

.hover {
	background: url(images/footer-menu-arrow.jpg) no-repeat 0 center transparent;
}

#footer a {
	color: #57646f;
	font-size: 11px;
	text-decoration: none;
	display: block;
}

#footer a:hover {
	color: #e6e6e6;
    text-shadow: 0 0 3px #202020;
}

/**** Copyright Specific CSS
-------------------------------------------------------------- */

#copyright p {
	color: #404040;
	font-size: 12px;
	margin-bottom: 10px;
}

#copyright a {
	color: #757575;

}

#copyright a:hover {
	color: #e3e3e3;
    text-shadow: 0 0 3px #202020;
}

#copyright span {
	color: #757575;
	font-size: 22px;
    position: relative;
    text-shadow: 0 0 3px #202020;
    top: -5px;
}

/**** jCycle Slideshow CSS (http://jquery.malsup.com/cycle/)
-------------------------------------------------------------- */

#slideshow { position:relative; z-index:10; }
#slideshow ul { position:relative; width:940px; height:360px; overflow:hidden; margin-bottom:0; list-style:none; z-index:15; }
#slideshow ul li { width:940px; height:360px; position:relative; }
#slideshow ul li img { position:absolute; top:0; left:0; z-index:20; }
	
#slideshow ul li .slidetext {
    background-color: #000000;
    opacity: .90;
    filter:alpha(opacity=90);
    bottom: 12px;
    left: 12px;
    top: 12px;
    overflow: hidden;
    padding: 20px;
    position: absolute;
    width: 250px;
    height: 296px;
    z-index: 25;
}

.slidetext .heading { 
	font-size: 19px;
	line-height: 22px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}
.slidetext p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}	
.slidetext .slidetext_partner p {
	/*position: absolute;
	bottom: 20px;*/
	margin: 10px 0 5px;
}
.slidetext a.btn-grey-25 {
    margin: 10px 20px 0 0;
}
.slidetext a { color:#fff; text-decoration:underline; }	

								
#pager {   
	z-index:35; 
	position:absolute; 
	right:12px; 
	bottom:12px;
}

#pager a { 
	background: url(images/sprite-pager.jpg) repeat-x left top transparent;
	text-align:left;  
	width:23px; 
	height:23px; 
	text-align: center;
    display: block;
    float: left;
	margin-right: 5px;
	color:#e3e3e3; 
	text-decoration: none; 
}

#pager a:hover { 
	background: url(images/sprite-pager.jpg) repeat-x left center transparent;
}

#pager .activeSlide { 
	background: url(images/sprite-pager.jpg) repeat-x left bottom transparent;
	color: #f5f5f5;
}

.demo_video {
	width: 870px;
	float: left;
}
.video_text {
	float: left;
	margin-left: 20px;
	width: 318px;
}
.video_text p {
	margin: 10px 0;
}
.train_player {
	width:532px;
	height:296px;
	float:left;
}

/**** Main Menu
-------------------------------------------------------------- */

.menu {
    height: 55px;
    position: relative;
}
.menu ul {list-style:none; z-index:10; position:absolute; z-index:100;}
.menu li {float:left}

.menu li a {
    color: #82878C;
    display: block;
    float: left;
    font-size: 12px;
    height: 30px;
    letter-spacing: 0;
    margin: 23px 8px 0;
    outline: medium none;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 10;
}

.menu li .selected {
	color: #e6e6e6;
    text-shadow: 0 0 3px #202020;
}      

.menu li a:hover, .menu li a:active {
    border: none;
	color: #e6e6e6;
    text-shadow: 0 0 3px #202020;
}

#slide {position:absolute; bottom:0; height:5px; background:#6f777b; z-index:10}

/**** Login Button
-------------------------------------------------------------- */ 

.login {
	width: 68px;
	height: 28px;
	float: right;
	margin-top: 5px;
}

.login a {
    background: url("images/icon-login.jpg") no-repeat scroll 7px center #CCCCCC;
    color: #4A4F53;
    display: block;
    font-size: 13px;
    height: 23px;
    padding: 1px 0 0 25px;
    width: 42px;
}

.login a:hover {
	color: #5b646a;
	background: url(images/icon-login.jpg) no-repeat 7px center #c5c5c5;
}

/**** Sub Nav Buttons
-------------------------------------------------------------- */

#pageTitle a.btn {
	background: url(images/sprite-btn-25.jpg) repeat-x left top transparent;
	display: block; 
	height: 24px;
	text-align: center;
	color: #e5e5e5;
	font-size: 13px;
    min-width: 80px;
    padding: 0 5px;
	float: left;
	margin-right: 12px;
	
    box-shadow: 0 0 2px #202020;
    -moz-box-shadow: 0 0 2px #202020;
    -webkit-box-shadow: 0 0 2px #202020;
}

#pageTitle a.btn:hover {
	background: url(images/sprite-btn-25.jpg) repeat-x left center transparent;
}

#pageTitle a.btn:active {
	background: url(images/sprite-btn-25.jpg) repeat-x left bottom transparent;
	border: 1px solid #222b31;	
	border-bottom: 1px solid #2f3437;
    min-width: 78px;
		    
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/**** Small Grey Buttons
-------------------------------------------------------------- */

a.btn-grey-25 {
    background: url("images/sprite-button-grey-25.jpg") repeat-x scroll left bottom transparent;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    height: 24px;
    margin-top: 15px;
    padding: 1px 5px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #6D6D6D;
    	
    box-shadow: 0 0 2px #202020;
    -moz-box-shadow: 0 0 2px #202020;
    -webkit-box-shadow: 0 0 2px #202020;
}

a.btn-grey-25.view_demo_video {
	margin-right: 0;
}

a.btn-red-50 {
	display: block;
	float: left;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    height: 20px;
    line-height: 14px;
    margin: 9px 0 0 2px;
    min-width: 75px;
    padding: 7px 5px 1px;
    width: 75px;
    background-color: red;
    background-image: none;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 2px #d9d9d9;
    -moz-box-shadow: 0 0 2px #d9d9d9;
    -webkit-box-shadow: 0 0 2px #d9d9d9;
    color: #fff;
    text-align: center;
}

a.btn-red-50:hover {
	background-color: #ac5b5b;
	color: #fff;
}

.slidetext a.btn-red-50 {
	margin-left: 50px;
}

.lr-box a.btn-red-50, .center-box a.btn-red-50 {
	float: none;
	margin: 0 auto;
	border: 1px solid #000;
	box-shadow: 0 0 2px #333;
    -moz-box-shadow: 0 0 2px #333;
    -webkit-box-shadow: 0 0 2px #333;
}

a.btn-grey-25:hover {
	background: url(images/sprite-button-grey-25.jpg) repeat-x left top transparent;
    text-shadow: 0 0 1px #909090;
}

/*a.btn-grey-25:active {
	margin-top: 16px;
}*/

/**** Bigger Call To Action Buttons
-------------------------------------------------------------- */

a.btn-grey-50 {
    background: url("images/sprite-btn-50.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 17px;
    height: 40px;
    margin-top: 15px;
    min-width: 150px;
    padding: 10px 8px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #5c6263;
    text-transform: uppercase;
    font-weight: 100;

    box-shadow: 0 0 2px #d9d9d9;
    -moz-box-shadow: 0 0 2px #d9d9d9;
    -webkit-box-shadow: 0 0 2px #d9d9d9;
}

a.btn-grey-50:hover {
	background: url(images/sprite-btn-50.jpg) repeat-x left bottom transparent;
}

a.btn-grey-50:active {
	margin-top: 16px;
}

a.btn-grey-50 span { /* Styles The Arrow */
	font-size: 25px;
}


/**** Contact Form
-------------------------------------------------------------- */

#contact {
	margin: 0 auto;
	padding: 20px;
	background-color: #d6dce1;
}

#contact p {
	margin-bottom: 3px;
}

#contact label {
	margin: 5px 0;
	color: #4F5F6C;
}

#contact input.btn-grey-50 {
    background: url("images/sprite-btn-50.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    height: 40px;
    margin: 0 auto 0;
    width: 120px;
    padding: 6px 0 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #5c6263;
    text-transform: uppercase;
    font-weight: 100;
    float: left;
    border: medium none;
    cursor: pointer;
}

#contact input.btn-grey-50:hover {
	background: url(images/sprite-btn-50.jpg) repeat-x left bottom transparent;
}

#contact input.btn-grey-50 span { /* Styles The Arrow */
	font-size: 25px;
}

#contact input[type="text"] {
	font-family:Helvetica, sans-serif;
    border: medium none;
    font-size: 16px;
    margin: 5px 0 7px;
    padding: 10px 0 8px 5px;
    text-shadow: 0 0 1px #FFFFFF; 
    color: #707070;
}

#contact textarea {
	font-family:Helvetica, sans-serif;
    border: medium none;
    font-size: 16px;
    margin: 5px 0 15px;
    padding: 5px;
    text-shadow: 0 0 1px #FFFFFF; 
    color: #707070; 
}

#contact fieldset {
    margin: 10px 0 0;
}


#contact textarea:focus {
    box-shadow: 0 0 4px #919da7;
    -moz-box-shadow: 0 0 4px #919da7;
    -webkit-box-shadow: 0 0 4px #919da7;
}

#contact input[type="text"]:focus {
    box-shadow: 0 0 4px #919da7;
    -moz-box-shadow: 0 0 4px #919da7;
    -webkit-box-shadow: 0 0 4px #919da7;
}

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 0 0 0; padding: 0; }

.error_message {
    background: url("images/ui-error-icon.jpg") no-repeat scroll 4px 4px #C85D5D;
    border: medium none;
    color: #E3E3E3;
    display: block;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 10px 6px 25px;
}

.loader { padding: 0 10px; }

#contact #success_page h1 {
    background: url("images/ui-success-icon.jpg") no-repeat scroll 3px center #79C85D;
    color: #3E3E3E;
    font-size: 12px;
    padding-left: 24px;
}

/**** Signup / Checkout Form
-------------------------------------------------------------- */

#checkout {
	margin: 0 auto;
	width: 600px;
	background: #2B3239;
	padding: 20px;
    color: #dddddd;
}

.final#checkout {
	width: auto;
}

#signup {
	margin: 0 auto;
	width: 300px;
	background: #2B3239;
	padding: 20px;
    color: #dddddd;
}

#signup .msds, #signup .cfr, #signup .audits, #signup .bbp, #signup .icd, #signup .compliance_package {
    background: none repeat scroll 0 0 #4B545C;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    width: 100%;
    color: #d4d4d4;
    text-shadow: 0 -1px 0 #363e44;
    display: none;
}

#checkout .errorMessage, #signup .errorMessage {
    background: url("images/ui-error-icon.jpg") no-repeat scroll 3px 3px #FAAFBE;
    color: #3E3E3E;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 10px;
    padding: 2px 0 2px 25px;
    display: none;
}

#checkout .successMessage, #signup .successMessage {
    background: url("images/ui-success-icon.jpg") no-repeat scroll 3px 3px #99FF99;
    color: #3E3E3E;
    font-size: 12px;
    line-height: 18px;
    margin: 0 auto 10px;
    padding: 2px 0 2px 25px;
}

#checkout input.btn-grey-50, #signup input.btn-grey-50 {
    background: url("images/sprite-btn-50.jpg") repeat-x scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    height: 40px;
    margin: 25px 0 0;
    width: 250px;
    padding: 6px 0 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #5c6263;
    text-transform: uppercase;
    font-weight: 100;
    border: medium none;
    cursor: pointer;

    box-shadow: 0 0 2px #101010;
    -moz-box-shadow: 0 0 2px #101010;
    -webkit-box-shadow: 0 0 2px #101010;
}

#checkout input.btn-grey-50:hover, #signup input.btn-grey-50:hover {
	background: url(images/sprite-btn-50.jpg) repeat-x left bottom transparent;
}

#checkout input.btn-grey-50 span, #signup input.btn-grey-50 span { /* Styles The Arrow */
	font-size: 25px;
}

#checkout input[type="text"], #checkout input[type="password"], #signup input[type="text"], input[type="password"] {
	font-family:Helvetica, sans-serif;
    border: medium none; 
    font-size: 16px;
    padding: 10px 0 8px 5px;
    background-color: #dddddd;
    text-shadow: 0 0 1px #FFFFFF;
    
    box-shadow: 0 0 3px #404040;
    -moz-box-shadow: 0 0 3px #404040;
    -webkit-box-shadow: 0 0 3px #404040;
    
}

#checkout input[type="text"]:focus, #checkout input[type="password"]:focus, #signup input[type="text"]:focus, #signup input[type="password"]:focus {
    background-color: #f9f9f9;

    box-shadow: 0 0 4px #919da7;
    -moz-box-shadow: 0 0 4px #919da7;
    -webkit-box-shadow: 0 0 4px #919da7;
}

.free-trial {
    font-size: 12px;
    margin-left: 25px;
}

.smTxt {
    font-size: 12px;
    color: #999999;
    margin: 10px 0;
}

.accountType {
	padding: 10px 0;
	border-top: 1px solid #4B545C;
	border-bottom: 1px solid #4B545C;
}

.productDescription {
	padding: 12px 15px;
    background: url("images/ui-radio-description-arrow.jpg") no-repeat scroll 30px top #4B545C;
	background-color: #4B545C;
	font-size: 12px;
    margin-top: 10px;
}

.productDescription ul {
    list-style: square outside none;
    margin-top: 7px;
    padding-left: 13px;
}

.discountPrice {
	color: #79C85D;
}

.radio {
    font-size: 14px;
    line-height: 12px;
}

.apply {
    background: none repeat scroll 0 0 #4B545C;
    border: medium none;
    color: #E3E3E3;
    padding: 4px 10px;
    cursor: pointer;
}

.apply:hover {
    background: none repeat scroll 0 0 #5e6972;
}

/****  Icon Boxes, Grey Boxes, Call To Action
-------------------------------------------------------------- */

.homeBox {
	background-color: #e5ebf2;
	padding: 15px;
	margin-bottom: 15px;
}

.homeBox h2 {
	font-size: 20px;
	color: #4f5f6c;
	margin-bottom: 10px;
}

.homeBox p {
    color: #4F5F6C;
    margin-bottom: 0;
    min-height: 155px;
}

.homeBox a.btn-grey-25 {
	box-shadow: none;
}

.iconBox {
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}
.iconBoxCTA {
	background-color: #CC574C;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
	color:#fff;
}
.iconBoxCTA h1 {
	color:#000;
	text-transform: uppercase;
}

.ctaBox {
	height: 80px;
	padding-left: 80px;
	position: relative;
	margin-top: 25px;
}

.ctaBox p {
	font-size: 16px;
}

.iconBoxDark {
	background-color: #3c3d42;
	padding: 15px;
	margin-bottom: 15px;
	position: relative;
}

.iconBoxDark p, .iconBoxDark h2 {
	color: #e3e3e3;
}

.iconBox h2, .iconBoxDark h2 {
    margin: -4px 0 25px 60px;
    text-transform: uppercase;
}

/* Icon Sprite Positioning */

.icon	{ position: absolute; top: 0; left: 0; }
		
.pos-topLeft	{ clip:rect(0 68px 68px 0); }
.pos-topMiddle	{ clip:rect(0 136px 68px 68px); left: -68px; }
.pos-topRight	{ clip:rect(0 204px 68px 136px); left: -136px; }

.pos-centerLeft	{ clip:rect(68px 68px 136px 0); top: -68px; }
.pos-center  { clip:rect(68px 136px 136px 68px); left: -68px; top: -68px;}
.pos-centerRight	{ clip:rect(68px 204px 136px 136px); left: -136px; top: -68px; }

.pos-bottomLeft	{ clip:rect(136px 68px 204px 0); top: -136px; }
.pos-bottomMiddle  {  clip:rect(136px 136px 204px 68px); left: -68px; top: -136px;}
.pos-bottomRight	{ clip:rect(136px 204px 204px 136px); left: -136px; top: -136px; }

.pos-bbp	{ clip:rect(204px 68px 272px 0); top: -204px; }
.pos-user  {  clip:rect(204px 136px 272px 68px); left: -68px; top: -136px;}
.pos-stericycle	{ clip:rect(204px 272px 272px 136px); left: -136px; top: -204px; }

/**** Tabs 
-------------------------------------------------------------- */

div.st_vertical { /* The main container */
	position:relative;
	z-index:500; 
	float:left;
	clear:both;
	width:100%; /* STEP 1: Changing the tabs width - Set the full width of the tabs */
	color:#616161;
}

/* Control buttons */

div.st_vertical a.st_prev, 
div.st_vertical a.st_next { /* Directional buttons (previous/next) */	
	display:none;
	float:left;
	position:relative;
	z-index:100;	
	height:36px;
	width:83px;
	border:1px solid #d4d4d4;
	border-top:0 none;
	outline:none;	
	background:#fff url(../img/btn_arrows.gif) no-repeat;	
}

div.st_vertical a.st_prev { /* Previous button */
	border-right:0 none;
	background-position:35px -47px;
}

div.st_vertical a.st_prev:hover { /* Previous button hover */
	background-position:-28px -47px;
	background-color:#f5f5f5;
}

div.st_vertical a.st_next { /* Next button */
	background-position:34px -79px;
}

div.st_vertical a.st_next:hover { /* Next button hover */
	background-position:-29px -79px;
	background-color:#f5f5f5;
}

div.st_vertical a.st_prev.st_btn_disabled,
div.st_vertical a.st_next.st_btn_disabled { /* Previous and next buttons disabled state */
	cursor:default;
	background-color:#f7f7f7;
}

div.st_vertical a.st_prev.st_btn_disabled { /* Previous button disabled state */
	background-position:-91px -47px;
}

div.st_vertical a.st_next.st_btn_disabled { /* Next button disabled state */
	background-position:-92px -79px;
}

/* Tabs */

div.st_vertical div.st_tabs_container { /* Tabs main container */  	
	position:relative;
	z-index:100;
	float:left;
	width: 200px;
	margin-right:-1px;
}

div.st_vertical div.st_slide_container { /* Tabs slide-container */
	position:relative !important; /* The tabs position will be calculated from ul.tabs first parent element with position:relative */
	float:left;
	clear:both;
}

div.st_vertical ul.st_tabs { /* Tabs unordered list */
	float:left;
	width: 200px;	
	margin:0px;
	padding:0px;
	list-style:none;
}

div.st_vertical ul.st_tabs li { /* Tab list elements */
	float:left;
	clear:both;
	width: 200px;
}

div.st_vertical ul.st_tabs li a {
    border-bottom: 1px solid #D4D4D4;
    border-left: medium none;
    color: #5C5C5C;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    outline: medium none;
    padding: 14px 0 14px 10px;
    text-decoration: none;
    width: 170px;
    
    -webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
}

div.st_vertical ul.st_tabs li a span {
	display:block;
	clear:both;
	font-weight:normal;
	color:#838383;
	padding-top:3px;
}

div.st_vertical ul.st_tabs a:hover { /* Tabs hover state */
	color:#38454E;
	background-color: #f0f0f0;
}

div.st_vertical ul.st_tabs a.st_tab_active { /* Tab active/highlighted state */
	position:relative;
	z-index:10;
	color:#e3e3e3;
	padding-right:1px;
	border-bottom: medium none;
	width: 190px;
	margin-bottom: 1px;
    background: url("images/tab-arrow.jpg") no-repeat scroll right center #435058;
}

/* Content */

div.st_vertical div.st_view_container { /* Main content container */
	position:relative;
	z-index:5;
	float:left;	
	width:100%; /* STEP 2 (final): Changing the tabs width - The full width (775px) -minus padding (40px), border-left (1px) and div.st_tabs_container's width (169px) */
	height:310px;
	line-height:18px;
	background-color:#fff;
	overflow:hidden; /* Makes the content scroll if Javascript is disabled */
	margin-bottom: 35px;
}

div.st_vertical div.st_view { /* Slide-container for the content */
	position:relative;	
	height:100%;
}

div.st_vertical div.st_tab_view { /* Individual content containers */	
	width:100%;	
	margin-bottom:20px;
	padding-bottom:5px;
	background-color:#fff;
}

div.st_vertical div.st_view h2 {	
	font-size:16px;
	color:#454545;
	margin:0 0 16px;
	padding:0px;
}

div.st_vertical div.st_view p {	
	margin:14px 0 0;
	padding:0px;
}

div.st_vertical div.st_view blockquote {
	float:left;
	width:43%;
	margin:18px 14px 0 0;
	padding:0 0 0 14px;
	border-left:2px solid #5c5c5c;
	font:italic 17px/21px Georgia, "Times New Roman", Times, serif;
	color:#A8A8A8;
}

div.st_vertical div.st_view blockquote p {
	margin:0px;
}

/**** Image Overlays 
-------------------------------------------------------------- */

.imageOverlay			{ position: relative; width: 200px; height: 167px; padding: 20px 5px 0 12px; float: left; }
.imageOverlay:hover		{ cursor: pointer; }
.description		{ display: none; background-color: #f0f0f0; position: absolute; left: 12px; top: 20px; text-decoration: none; width: 200px; height: 170px; }
.description img	{ vertical-align: middle; margin: 60px 0 0 75px;}

/**** Pricing Table 
-------------------------------------------------------------- */

.lr-box {
	float: left;
	width: 298px;
    /*background: url("images/bg-lr-pricing-box.jpg") repeat-x scroll left top #ffffff;*/
	margin-top: 30px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-top: 1px solid #e9e9e9;
	text-align: center;
}

.lr-box .title {
    height: 55px;
    padding-top: 10px;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    
    background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.14, #EAEAEA),
    color-stop(0.43, #F5F5F5)
);
background-image: -moz-linear-gradient(
    center bottom,
    #EAEAEA 14%,
    #F5F5F5 43%
);
}

.lr-box .price {
    padding-top: 8px;
    height: 51px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ececec;
}

.lr-box .price .month {
	font-size: 40px;
	line-height: 40px;
	padding-top: 2px;
}

.lr-box .price .month span {
	font-size: 14px;
}

.lr-box .price .year {
	font-size: 14px;
	line-height: 14px;
}

.lr-box .row {
    border-bottom: 1px solid #ECECEC;
    padding: 15px 5px 10px;
}

.center-box.one_half {
	margin-left: 60px;
	width: 340px;
}

.center-box.one_half .inner-box {
	width: 328px;
	background: #ffffff;
	margin: 0 auto 6px;
}

.center-box {
	float: left;
	width: 300px;
	background: #90999f;
	text-align: center;
}

.center-box .inner-box {
	width: 288px;
	background: #ffffff;
	margin: 0 auto 6px;
}

.center-box .title {
    color: #FFFFFF;
    font-size: 18px;
    padding: 10px 0;
    text-transform: uppercase;
    height: 45px;
}

.center-box .price {
    /*height: 70px;*/
    padding-top: 8px;
    background: #f7f7f7;
    border-bottom: 1px solid #ECECEC;
}

.center-box .price .month {
	font-size: 40px;
	line-height: 40px;
}

.center-box .price .month span {
	font-size: 14px;
}

.center-box .price .year {
	font-size: 14px;
	line-height: 14px;
}

.center-box .row {
    border-bottom: 1px solid #ECECEC;
    padding: 15px 5px 10px;
}

/* Buttons */

.center-box a.btn-grey-50, .lr-box a.btn-grey-50 {
    float: none;
    margin: 0 auto;
    width: 150px;
    padding: 0 8px 0;
    height: 30px;
}

a.btn-grey-50:active {
	margin-top: none;
}

/* Compare Plans Table */

table { 
	width: 100%; 
	border: 1px solid #ececec; 
}

td, th {
    padding: 5px;
    text-align: center;
	border: 1px solid #e0e0e0; 
}

th { 
    background: url("images/bg-table-header.jpg") repeat-x scroll left top #f7f7f7; 
	border-bottom: 1px solid #e0e0e0; 
}

.compare-col {
    background: url("images/bg-table-header.jpg") repeat-x scroll left top #f7f7f7;
    font-size: 14px;
    font-weight: 100;
    width: 14h0px;
}

.info-cell { 
	text-align: left; 
}

table h3 {
	margin: 0 0;
	font-size: 13px;
}

/*ADDED BY MATT*/

.float_to_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 288px;
}
.lr-box {
	height: 722px;
	position: relative;
	z-index: 20;
}
.bbpFeaturesPageContent .lr-box {
	height: 260px;
}
.bbpFeaturesPageContent .inner-box {
	height: 250px;
}
.center-box {
	position: relative;
	z-index: 21;
	-moz-box-shadow: 0 0 10px 5px #ccc;
	-webkit-box-shadow: 0 0 15px 5px #ccc;
	box-shadow: 0 0 15px 5px #ccc;
}
.inner-box {
	height: 717px;
	position: relative;
}
.inner-box .float_to_bottom {
	width: 278px;
	border: none;
}

/*Added by the Office Penguin*/
.pricePerMonthDemo {
	color: #4CC417;
	font-weight: bold;
}
.tr {
	clear:both;
	width:400px;
	padding:5px 0px;
}
.td1 {
	width:120px;
	clear:none;
	float:left;
	vertical-align:top;
}
.td2 {
	width:280px;
	clear:none;
	float:left;
	vertical-align:top;
}
.leftCol {
	width:420px;
	clear:none;
	float:left;
}
.rightCol {
	width:420px;
	clear:none;
	float:right;
}
a.partner_login {
	background: url(images/sprite-btn-50.jpg) repeat-x;
    box-shadow: 0 0 2px #D9D9D9;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 17px;
    font-weight: 100;
    padding: 2px 7px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px #5C6263;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    float: right;
}
a.partner_login:hover {
	background: url(images/sprite-btn-50.jpg) repeat-x left bottom transparent;
}
#termsandconditions {
	width:500px;
	height:300px;
	text-align:left;
}
.hiddenDialog {
	display:none;
	height:100px;
	font-size:12px;
	position:absolute;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:20px;
	border:10px solid #666666;
	background-color:#eee;
	z-index:2;
}
.hiddenDialog h2 {
	margin-bottom:5px;
}
.hiddenDialog span {
	margin-bottom:10px;
	clear:both;
}
.addthis_toolbox.addthis_32x32_style {
	width: 144px;
	height: 33px;
	float: right;
	margin-right: 15px;
}
.addthis_toolbox.addthis_32x32_style span {
	border: 1px solid #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.addthis_toolbox a {
	margin: 0 0 10px 0;
	float: left;
	clear: left;
}
.addthis_toolbox.addthis_32x32_style a.at300b {
	float: left;
	clear: none;
	padding: 0 0 0 2px;
	margin: 0;
}
.addthis_toolbox a.atc_s, .addthis_toolbox .addthis_button_expanded {
	margin: 0;
	clear: none;
	float: none;
}
.fb_iframe_widget span {
	margin-top: 5px;
}

/* RESELLER PAGES */

.st_tab_view ul {
	list-style: disc;
	padding: 20px 0 0 50px;
	font-size: inherit;
	font-size: 14px;
}
.margin-bottom-20px {
	margin-bottom: 20px;
}
.signupShowForBBP {
	float: left;
	width: 240px;
}
.signupShowForBBP img {
	display: block;
	margin: auto;
}
.signupShowForBBP h2 {
	text-align: center;
	margin: 5px 0 25px;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #999;
}