/**** Standard CSS for Syncplicity ****/
* {
	padding: 0;
	margin: 0;
}

body {
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans', Helvetica, Arial;
	font-size: 62.5%;
	text-align: center;
	padding-bottom: 50px;
	background: url(../images/interface/bg_tile2.jpg) repeat-x 0 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
h1 {
	font-size: 2em;
}
p, li {
	font-size: 1.2em;
}






/***** Container *****/
#container {
	width: 982px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}





/***** Header *****/
#logo {
	position: relative;
	left: 17px;
	top: 2px;
	width: 400px;
	height: 75px;
	background: url(http://www.contacthello.com/mobile/images/ContactHello.jpg) no-repeat 0 0;
}
#logo a {
	display: block;
	height: 59px;
}
#logo a span,
#session a span,
#mainMessage .mainButton span,
#threeBoxes .box span,
#overviewBox h2 span,
#featureBox h2 span,
#featureBox li span,
#SignUpFree p a strong,
#SignUpFree h2 span,
#watchVideo p a strong,
#watchVideo h2 span {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}
#session {
	position: absolute;
	right: 0px;
	top: 47px;
	width: 200px;
}
#session li {
	list-style-type: none;
	float: left;
	height: 28px;
}
#session a {
	display: block;
	height: 28px;
}
#session .login {
	width: 76px;
	margin-right: 6px;
}
#session .login a {
	background: url(../images/interface/login_signup_buttons.jpg) no-repeat 0 0;
}
#session .login a:hover {
	background-position: 0 -32px;
}
#session .signup {
	width: 96px;
}
#session .signup a {
	background: url(../images/interface/login_signup_buttons.jpg) no-repeat -82px 0;
}
#session .signup a:hover {
	background-position: -82px -32px;
}
#mainNav {
	position: absolute;
	top: 115px;
	left: 3px;
	width: 1100px;
}
#mainNav li {
	list-style-type: none;
	float: left;
	padding: 1px 1px 1px 1px;
	height: 58px;
}
#mainNav a {
	display: block;
	padding: 1px 1px 1px 1px;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-left: 1px solid #29363e;
	border-right: 1px solid #29363e; 
}
#mainNav a:hover {
	/*border-bottom: 2px solid #fff;
	background: #c0d83d;*/
	color: #29363e;
	background: #50abdf url(../images/interface/mainNav_bg.gif) repeat-x 0 0;
	border-left: 1px solid #5a90af;
	border-right: 1px solid #7abfe7;
}
#mainNav a.selected {
	background: #eceeef;
	color: #29363e;
	padding-bottom: 8px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}




/***** Content *****/
#content {
	padding-top: 50px;
}





/***** MainMessage *****/
#mainMessage {
	padding: 23px 20px 0 21px;
	font-family: 'Myriad Pro', 'Myriad Web Pro', 'Lucida Grande', Helvetica, Arial;
	color: #000;
	height: 70px;
}
#mainMessage p {
	font-size: 1.9em;
}
#mainMessage .mainButton {
	float: right;
	width: 161px;
	height: 47px;
	background: url(../images/interface/take_tour_button.gif) no-repeat 0 0;
}
#mainMessage .mainButton:hover {
	background-position: 0 -53px;
}
#mainMessage a {
	padding: 0 5px;
}
#mainMessage a:link {
	color: #4faadf;
}
#mainMessage a:visited {
	color: #666;
}
#mainMessage a:hover {
	text-decoration: none;
}
#mainMessage a:active {
	color: #ed1c8f;
}
#mainMessage a.selected {
	text-decoration: none;
	color: #666;
	cursor: default;
	font-weight: bold;
}
#mainMessage .tourNav {
	font-size: 1.6em;
	padding-top: 5px;
	margin-left: -5px;
}






/***** Home *****/
#threeBoxes {
	padding-top: 34px;
}
#threeBoxes .box {
	height: 261px;
	float:left;
}
#threeBoxes .synchronization {
	width: 328px;
	background: url(../images/home/box_synchronize.jpg) no-repeat 0 0;
}
#threeBoxes .backup {
	width: 326px;
	background: url(../images/home/box_backup.jpg) no-repeat 0 0;
}
#threeBoxes .share {
	width: 328px;
	background: url(../images/home/box_share.jpg) no-repeat 0 0;
}
#overviewBox { /* ie6.css */
	float: left;
	padding-left: 16px;
	margin-bottom: 36px;
	border-right: 1px solid #c8cdd1;
}
#overviewBox h2 {
	width: 310px;
	height: 32px;
	background: url(../images/home/syncplicity_just_works.png) no-repeat 0 0;
}
#overviewBox ul {
	padding-left: 6px;
}
#overviewBox li {
	color: #fff;
	font-size: 1.3em;
	padding: 5px 0 5px 19px;
	list-style-type: none;
	background: url(../images/interface/icon_tick.png) no-repeat left center;
}
#featureBox {
	margin-left: 350px;
}
#featureBox h2 {
	width: 250px;
	height: 23px;
	background:url(../images/home/4_steps.png) no-repeat 0 0;
}
#featureBox ol {
	margin-top: 5px;
	height: 103px;
}
#featureBox li {
	list-style-type: none;
	float: left;
	width: 152px;
	height: 103px;
}
#featureBox li.download {
	background: url(../images/home/box_download.jpg);
}
#featureBox li.signup {
	background: url(../images/home/box_signup.jpg);
}
#featureBox li.login {
	background: url(../images/home/box_login.jpg);
}
#featureBox li.syncBackup {
	background: url(../images/home/box_sync.jpg) no-repeat 0 0;
	width: 165px;
}
#SignUpFree {
	/*padding-top: 14px;
	position: absolute;
	right: 0;
	top: 532px;*/
	width: 551px;
	float: right;
}
#SignUpFree h2 {
	height: 40px;
	width: 359px;
	float: left;
	background: url(../images/home/are_you_ready.jpg) no-repeat 0 0;
}
#SignUpFree p a {
	width: 180px;
	height: 40px;
	float: left;
	background: url(../images/home/button_sign_up.jpg) no-repeat 0 0;
}
#SignUpFree p a:hover {
	background-position: 0 -45px;
}
#watchVideo {
	/*padding-top: 14px;
	position: absolute;
	left: 14px;
	top: 532px;*/
	width: 401px;
	padding-left: 14px;
	float: left;
}
#watchVideo h2 {
	height: 40px;
	width: 221px;
	float: left;
	background: url(../images/home/want_to_learn_more.jpg) no-repeat 0 0;
}
#watchVideo p a {
	width: 180px;
	height: 40px;
	float: left;
	background: url(../images/home/button_watch_video.jpg) no-repeat 0 0;
}
#watchVideo p a:hover {
	background-position: 0 -50px;
}
#featuresAccordian {
	float: left;
	height: 1000px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
#featuresAccordian .wrapper {
	margin-left: 14px;
	height: 1000px;
	border: 1px solid #818d96;
	border-top: none;
	background: #fff;

}
#newsTestimonials {
	float: right;
	width: 200px;
	height: 700px;
	padding-top: 10px;
}
#testimonialBox {
	width: 200px;
	height: 109px;
	background: url(../images/home/testimonial_bg.gif) no-repeat 0 0;
	margin-bottom: 12px;
	position: relative;
}
#testimonialBox div {
	height: 109px;
}
#testimonialBox .testImage {
	float: left;
	height: 109px;
	line-height: 109px;
	width: 130px;
	padding: 0 10px;
	overflow:hidden;
	vertical-align: middle;
}
#testimonialBox .testImage img {
	line-height: 109px;
	vertical-align: middle;
}
#testimonialBox p {
	padding: 18px 10px 0 170px;
	font-size: 1.4em;
}
#testimonialBox strong {
	display :block;
}
#testimonialBox a {
	display :block;
	position: absolute;
	top: 0;
	left: 0;
	width: 466px;
	height: 109px;
}
#latestArticles {
	width: 466px;
	height: 206px;
	max-height: 206px;
	overflow: hidden;
	background: url(../images/home/latest_articles_bg.gif) no-repeat 0 0;
}
#latestArticles h2 {
	color: #fff;
	font-size: 1.6em;
	padding: 8px 0 0 10px;
}
.newsReviews,
.blogPosts {
	float: left;
	width: 230px;
}
#latestArticles .newsReviews h2,
#latestArticles .blogPosts h2 {
	padding-bottom: 14px;
}
#latestArticles li {
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 10px;
	background: url(../images/home/bullet_blue_dot.gif) no-repeat 12px 5px;
}
#latestArticles li.blogFeed {
	padding-left: 30px;
	margin-top: 10px;
	background: url(../images/home/icon_rss.gif) no-repeat 12px 1px;
}
#latestArticles li.twitterFeed {
	padding-left: 30px;
	margin-top: 10px;
	background: url(../images/home/icon_twitter.png) no-repeat 12px 1px;
}
#latestArticles a {
	color: #fff;
}
#latestArticles a:hover {
	text-decoration: none;
}






/***** Home accordion *****/
#basic-accordian{
	width:800px;
}
.accordion_headings{
	padding:10px 0 10px 20px;
	background: url(../images/home/accord_heading_off.gif) no-repeat 0 0;
	color:#FFFFFF;
	cursor:pointer;
	font-size: 1.4em;
}
.accordion_headings:hover{
	color: #f9a134;
}
.accordion_child {
	padding: 0 15px 15px 21px;
	background:#fff;
	height: 125px; /* ie6 & ie7.css */
	font-size: 1.2em;
}
.accordion_child img {
	float: left;
	margin: 0 10px 10px 0;
}
.accordion_child a {
	color: #4FAADF;
}
.accordion_child a:hover {
	text-decoration: none;
}
.header_highlight {
	padding:10px 0 10px 20px;
	background: url(../images/home/accord_heading_on.gif) no-repeat 0 0;
	color:#333;
	font-weight: bold;
	cursor:pointer;
	font-size: 1.4em;
}
.topCornerLeft {
	position: absolute;
	top: 27px;
	left: 11px;
	width: 8px;
	height: 8px;
	background: url(../images/home/accord_top_left_corner.png) no-repeat 0 0;
}
.topCornerRight {
	position: absolute;
	top: 27px;
	right: -3px;
	width: 8px;
	height: 8px;
	background: url(../images/home/accord_top_right_corner.png) no-repeat 0 0;
}









/***** mainColumn *****/
#mainColumn {
	padding: 28px 20px 25px 23px;
	float: left;
	width: 580px;
}
#mainColumn.narrow {
    width: 330px;
}
#mainColumn p,
#mainColumn li {
	font-size: 1.2em;
	line-height: 1.6;
	padding-bottom: 1em;
}
#mainColumn .lessPadding li {
	padding-bottom: 0;
}
#mainColumn .lessPadding {
	padding-bottom: 1em;
}
#mainColumn h2 {
	font-size: 1.6em;
	color: #f9a134;
	padding-top: 0.5em;
}
#mainColumn h3 {
	font-size: 1.4em;
	padding-top: 0.5em;
}
#mainColumn ol,
#mainColumn ul {
	margin-left: 4em;
}
#mainColumn a:link {
	color: #4faadf;
}
#mainColumn a:visited {
	color: #666;
}
#mainColumn a:hover {
	text-decoration: none;
}
#mainColumn a:active {
	color: #ed1c8f;
}



/**** Secondary Column *****/
#secondColumn {
	padding: 28px 13px 25px 0;
	margin-left: 726px;
}
#secondColumnWide {
	padding: 28px 13px 25px 0;
	margin-left: 386px;
	margin-top: 0.5em;
	text-align: right;
}
#secondColumn h3, #secondColumnWide h3 {
	padding: 0 0 0.5em 0;
	font-size: 1.3em;
}
#secondColumn p, #secondColumnWide p {
	padding: 0 0 1em 0;
	line-height: 1.5;
}
.module {
	background: url(../images/interface/module_bg_top.jpg) no-repeat 0 0;
}
.module .wrapper {
	padding: 18px 20px;
	background: url(../images/interface/module_bg_bottom.png) no-repeat left bottom;
}
.moduleGrey {
	background: url(../images/interface/module_bg_top_grey.jpg) no-repeat 0 0;
}
.moduleGrey .wrapper {
	padding: 18px 20px;
	background: url(../images/interface/module_bg_bottom_grey.png) no-repeat left bottom;
}




/***** Examples *****/
.example {
	background: #f1f2f4;
	padding: 17px 20px 5px 20px;
	margin-bottom: 1em;
	clear: right;
}
#mainColumn .example h2 {
	padding: 0 0 0.5em 0;
	color: #40485b;
}




/***** Form *****/
.formList {
	width: 40em;
}
#mainColumn .formList li {
	list-style-type: none;
	padding: 6px;
	border-bottom: 1px solid #eceeef;
}
.formList label {
	float: left;
	width: 10em;
	padding-top: 5px;
}
.formList input {
	padding: 5px 3px;
	border: 1px solid #4faadf;
	font-family: 'Lucida Grande', 'Lucida Sans', Helvetica, Arial;
	font-size: 1em;
}
.formList input.error {
	border: 1px solid #ba146f;
	background: #fdd1e9;
}
.formList .text {
	width: 6em;
}
.formList .longText {
	width: 18em;
}
.formList em {
	color: #cc0000;
	font-style: normal;
}
.disclaimer {
	padding: 1em 0 1em 4em;
}
.submitButton {
	padding-left: 13.5em; 
}
.errorMessage {
	background: #fdd1e9;
	color: #ba146f;
	padding: 1em 1em 0 1em;
	margin-bottom: 1em;
}
.off {
	display: none;
}
.on {
	display: block;
}




/***** Footer *****/
#footer {
	clear: both;
	border-top: 1px solid #91999e;
	margin: 0 5px 0 10px;
	padding-top: 5px;
}
#footer ul {
	float: left;
}
#footer li {
	list-style-type: none;
	float: left;
	margin-right: 8px;
}
#footer a {
	color: #666;
	text-decoration: none;
	padding-left: 8px;
	border-left: 1px solid #666;
}
#homepage #footer a {
	color: #fff;
	border-left: 1px solid #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .first a,
#homepage #footer .first a {
	border: none;
}
#footer #legals {
	float: right;
	color: #666;
}
#homepage #footer #legals {
	color: #fff;
}


#mainColumn .tourNav .next { float: right; }
#mainColumn .tourNav .prev { float: left; }
#mainColumn .tourNav 
{
    color: #666666;
    font-size: 2em;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    padding-top: 10px;
}

#priceColOne a span,
#priceColTwo a span {
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
}

/***** Pricing *****/
#priceColOne {
	float: left;
	width: 443px;
	padding: 25px 30px 0 22px;
	margin: 30px 0 0 0;
}
#priceColTwo {
	float: left;
	width: 413px;
	padding: 25px 30px 0 30px;
	border-left: 1px solid #e1e1e1;
	margin: 30px 0 30px 0;
}
#priceColOne img,
#priceColTwo img {
	float: left;
	margin-right: 22px;
}
#priceColOne h2,
#priceColTwo h2 {
	color: #666;
	font-size: 2em;
}
#priceColOne p,
#priceColTwo p {
	line-height: 1.4;
	padding-bottom: 0.9em;
}
#priceColOne a,
#priceColTwo a {
	display: block;
	height: 47px;
	background: url(../images/pricing/button_signup.gif) no-repeat 146px 0; /* ie6 & ie7.css */
}
#priceColOne div {
	padding-top: 24px;
	clear: left;
	background: url(../images/pricing/1Gb_bg.gif) no-repeat 0 24px;
}
#priceColTwo div#invite {
	padding-top: 24px;
	clear: left;
	background: url(../images/pricing/2Gb_bg.gif) no-repeat 0 24px;
}
#priceColTwo div#extra {
	clear: left;
	background: url(../images/pricing/50Gb_bg.gif) no-repeat 0 0px;
}
#priceColOne div h3,
#priceColTwo div h3 {
	padding: 31px 0 0 124px;
	color: #666;
	font-size: 1.4em;
}
#priceColOne div p,
#priceColTwo div p {
	padding: 0 0 50px 124px;
}
#priceFooter {
	clear: both;
	border-top: 1px solid #e1e1e1;
	color: #666;
	padding: 25px;
	position: relative;
}
#priceFooter ul {
	padding-left: 2em;
}
#priceFooter #priceBusiness {
	position: absolute;
	right: 25px;
	top :25px;
	text-align: right;
	width: 300px;
	height: 40px;
	font-weight: bold;
}
#priceFooter a:link {
	color: #4faadf;
}
#priceFooter a:visited {
	color: #666;
}
#priceFooter a:hover {
	text-decoration: none;
}
#priceFooter a:active {
	color: #ed1c8f;
}