/*==========DAYLITE & OVERALL TEMPLATE==========*/

body
{
	font-family: "Helvetica Neue", "Helvetica", "Avenir LT Std", "Trebuchet MS", Arial, Verdana, sans-serif !important;
}

a
{
	color: #FF7200;
}

img.hiddenPic {
    height: 0px;
    width: 0px;
    display:none;
}

/*header Section*/
.headerwrap{
	width:923px;
	height:auto;
	margin:auto;
}
.headerbox{
	font-family: "Avenir LT Std", "Helvetica Neue";
	margin:auto;
	width:100%;
	height:100%;
}

.indentbar{
	background-image: url("/static/images/daylite/indentbar.png");
	width:948px;
	height:6px;
	margin:auto;
	margin-top:-10px;
}

.headerbox #headertitle {
	font-size:22px;
	color:#fc7918;
	letter-spacing: 2px;
	width:100px;
	height:30px;
	margin-left:94px;
	float:left;

}

.headerbox #headerslogan {
	font-size:22px;
	color:#9a9a9a;
	letter-spacing: 2px;
	width:350px;
	height:60px;
	margin-top:30px;
	margin-left:270px;
	font-weight: 200;
}

.headerbox #subheadertitle {
	font-size:22px;
	color:#fc7918;
	letter-spacing: 2px;
	width:100px;
	height:30px;
	margin-left:93px;
	float:left;
	
}

.headerbox #subheaderslogan {
	font-size:22px;
	color:#9a9a9a;
	letter-spacing: 2px;
	width:350px;
	height:60px;
	margin-top:30px;
	margin-left:270px;
}

.headerbox #subheaderpartner{
	color:#85ac1c;
	font-size:22px;
	letter-spacing: 2px;
	width:100px;
	height:30px;
	margin-left:70px;
	float:left;
}

.headerbox #subheadersloganpartner{
	font-size:22px;
	color:#9a9a9a;
	letter-spacing: 2px;
	width:400px;
	height:60px;
	margin-top:30px;
	margin-left:255px;
}

.headerbox .partnerlogo{
	background-image: url("/static/images/daylite/partnerlogo.png");
	width:286px;
	height:209px;
	float:right;
	margin-top:-150px;
	margin-right:-40px;

}

/* Download buttons style except the overview page */

.headerbox #subdownloadbuttonbase{
	background-image: url("/static/images/daylite/try_daylite_button.png");
	width:152px;
	height:63px;
	float:right;
	margin-top:-58px;
	margin-right:80px;
}

.headerbox #subdownloadbutton{
	background-image: url("/static/images/daylite/try_daylite_button.png");
	width:152px;
	height:63px;
}

.headerbox #subdownloadbutton:hover{
	background-image: url("/static/images/daylite/try_daylite_button_hover.png");
}
/*---------------------------------------------------*/

/* Download button in overview page*/

.headerbox #downloadbuttonbase{
	background-image: url("/static/images/daylite/downloadgreentrial.png");
	width:152px;
	height:65px;
}

.headerbox #downloadbutton{
	background-image: url("/static/images/daylite/downloadgreentrial.png");
	width:152px;
	height:65px;
	float:right;
	margin-top:-58px;
	margin-right:50px;
}

.headerbox #downloadbutton:hover{
	background-image: url("/static/images/daylite/downloadgreentrialhover.png");
	width:152px;
	height:65px;
	float:right;
}
/*-----------------------------------------------------*/

.headerbox #havequestions{
	background-image: url("/static/images/daylite/havequestions.png");
	width:145px;
	height:15px;
	float:right;
	margin-top:15px;
	margin-right:-147px;
}

.headerbox #havequestions:hover{
	background-image: url("/static/images/daylite/havequestionshover.png");
	width:145px;
	height:15px;
}


.headerbox #movie_button {
	background-image: url("/static/images/daylite/daylite_video_idle.png");
	width:110px;
	height:103px;
	float:left;
	margin-top:-150px;
	margin-left:81px;
}

.headerbox #movie_button:hover {
	background-image: url("/static/images/daylite/daylite_video_hover.png");
}


/*header slideshow*/

#slide{  
	margin:auto;
    width:923px;  
    height:602px;  
    background:#fff;   
}  

#slide ul.ui-tabs-nav{  
     
    list-style:none;  
    float:left; 
    width:179px;  
    margin-left:-25px;
    margin-top:100px;
    
}  
#slide ul.ui-tabs-nav li{  
    font-size:12px;
}  
#slide ul.ui-tabs-nav li span{  
    font-size:11px;
    line-height:18px;  
}  

#slide .ui-tabs-panel{  
    width:687px; 
    height:600px;  
    float:right;
    margin-right:-30px;
    margin-top:40px;
}  
#slide .ui-tabs-hide{  
    display:none;  
}

#slide li.ui-tabs-nav-item a{/*On Hover Style*/  
    height:50px;
   	float:right;  
    text-decoration:none;
    color:#dbc7ad;
    font-size:20px;
    font-weight:100;
    font-style:inherit;
    letter-spacing: 2px;
}  
#slide li.ui-tabs-nav-item a:hover{    
}  
#slide li.ui-tabs-selected{ /*Selected tab style*/  
    
}  
#slide ul.ui-tabs-nav li.ui-tabs-selected a{  
    color:#fc7918;
}  

#slide ul.ui-tabs-nav li img{  
    float:left;  
    background:#fff;  
    padding:2px;  
   
}  

#slide .ui-tabs-panel .info{  
    position:absolute;  
    top:180px; left:0;  
    height:70px; width: 400px;  
    background: url('/static/images/transparent-bg.png');  
}  
#slide .info h2{  
    font-size:18px;
    color:#fff; padding:5px; margin:0;  
    overflow:hidden;  
}  
#slide .info p{  
    margin:0 5px;  
    line-height:15px;
}  
#slide .info a{  
    text-decoration:none;  
    color:#fff;  
}  
#slide .info a:hover{  
    text-decoration:underline;  
}

/* SubnNavBar Style*/
.subnavwrap{
	background-image: url("/static/images/daylite/subnavstrip.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width:100%;
	height:25px;
}

#subnavcontent{
	font-family: Verdana, "Helvetica Neue";
	width:703px;
	height:25px;
	margin:auto;
}

#subnavcontent a {
	text-decoration: none;
	color: rgb(99,71,33);
	font-size:12px;
}

#subnavcontent a.selected {
	font-weight:bold;
}


/* BottomBar Style */
.bottombarwrap{
	background-image: url("/static/images/daylite/bottombar/bottomstrip.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	width:100%;
	height:69px;
}

#bottomcontent{
	width:742px;
	height:69px;
	margin:auto;
}

#bottomcontent #left{
	float:left;
	padding-top:12px;
}

#bottomcontent #right{
	background: url("/static/images/daylite/bottombar/downloadbar.png");
	float:right;
	margin-top:18px;
	width:308px;
	height:34px;
}

#bottomcontent #right #download{
	background: url("/static/images/daylite/bottombar/download1.png");
	float:left;
	width:124px;
	height:35px;
}
#bottomcontent #right #download:hover{
	background: url(/static/images/daylite/bottombar/downloadhover1.png);
	float:left;
	width:124px;
	height:35px;
}
#bottomcontent #right #buy{
	background: url(/static/images/daylite/bottombar/buy1.png);
	float:left;
	width:74px;
	height:35px;
}
#bottomcontent #right #buy:hover{
	background: url(/static/images/daylite/bottombar/buyhover1.png);
	float:left;
	width:74px;
	height:35px;
}
#bottomcontent #right #learnmore{
	background: url(/static/images/daylite/bottombar/questions1.png);
	float:right;
	width:110px;
	height:34px;
}
#bottomcontent #right #learnmore:hover{
	background: url(/static/images/daylite/bottombar/questionshover1.png);
	float:right;
	width:110px;
	height:34px;
}


/* body style */

.content img{
	border:0px;
	background:none;
}
	
#bringbacktoflow{
	clear:both;
	height:20px;
}
	
	
/* Content style */

.content b{
	font-weight:900;
}

.center ol{
	margin-top:10px;
	margin-bottom:10px;
}

.content h2{ 
	color:black;
	font-weight:bold;
}

.content h6{
	font-weight:200;
	font-size:10px;
	color:#ff7200;
}

.content strong{
	font-weight:500;
}
.contentwrap{
	padding-top: 30px;
	width:876px;
	height:100%;
	margin:auto;
	line-height:175%
}


.content{
	margin:auto;
	width:600px;
	height:100%;
}

form{
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

.content .singlewrap{
	width:100%;
	height:100%;
}

.content h3{
	color:rgb(110,110,110);
	font-weight:bold;
	font-size:13px;
}

.content #BOS{
	background: url(/static/images/daylite/content/BOS.png) no-repeat;
	width:68px;
	height:64px;
	margin-left:-100px;
}


.content #moreinfo{
	color: rgb(247, 156, 34);
	text-decoration:underline;
	font-size:13px;
}

.content .center p{
	margin-top:10px;
	margin-bottom:20px;
}


.content #orangefont {
	color:#ff7200;
}

.content .linespacer{
	background: url(/static/images/daylite/content/linespacer.png) no-repeat;
	width:653px;
	height:1px;
}

.content #iphone{
	background: url(/static/images/daylite/content/itouch.png) no-repeat;
	width:163px;
	height:344px;
}

.content #iphone:hover{
	background: url(/static/images/daylite/content/itouchglow.png);
	width:163px;
	height:344px;
}

.content .caption{
	font-size:13px;
}

.content .aboutus a{
	color:rgb(110,110,110);
	font-weight:bold;
}

.content .movies a{
 	font-weight:200;
 	color:rgb(110,110,110);
}

.content .aboutus .style1{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

.content .aboutus .style2{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
	font-weight:bold;
}
.content .aboutus .mapbox{
	background: url(../images/mapbox.png);
	width:398px;
	height:445px;
	margin-right:-50px;
	margin-top:55px;
}

.contentinner{
	width:800px;
	height:100%;
	clear:both;
	margin-left:-100px;
}

.dl_sync_divider_line {
	margin-top: 0px;
	margin-bottom: 14px;
	color: #8c9691;
	background-color: #8c9691;
	height: 1px;
	border: 1px;
}

.addonstable{
	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
}

.Addon_conn_name_text{
	color:rgb(116, 167, 7);
	font-weight:600;
}

.Addon_conn_name_text h3{
	color:rgb(116, 167, 7);
	font-weight:600;
	font-size:13px;
}

.addonTitle{
	margin-top:10px;
	margin-bottom:5px;
}

.addonTitle #versions{
	color:rgb(110,110,110);
	font-size:11px;
}

.addonTitle a{
	font-size:15px;
	color:#4e4e4e;
}

.adddownload{
	background: url(/static/images/daylite/addons/adownload.png);
	width:129px;
	height:17px;
	float:left;
}
.adddownload:hover{
	background: url(/static/images/daylite/addons/adownloadhover.png);
	width:129px;
	height:17px;
	float:left;
}
.addbuy{
	background: url(/static/images/daylite/addons/abuy.png);
	width:61px;
	height:17px;
	float:left;
	margin-top:5px;
}
.addbuy:hover{
	background: url(/static/images/daylite/addons/abuyhover.png);
	width:61px;
	height:17px;
	float:left;
}

.submissionInfo{
	color:#FF7f00;
}

.submissionInfo a{
	color:#FF7f00;
}
.submissionInfo a:hover{
	color:#d04000;
}

/* addon buttons */
.addon_full_download_button {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url("/static/images/daylite/addon_full_dl.png");
	width: 123px;
	height: 35px;
}
.addon_half_download_button {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background-image: url("/static/images/daylite/addon_half_dl.png");
	width: 117px;
	height: 35px;
}
.addon_half_learn_button {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	background-image: url("/static/images/daylite/addon_half_learn.png");
	width: 122px;
	height: 35px;
}
.addon_full_download_button:hover {
	background-image: url("/static/images/daylite/addon_full_dl_hover.png");
}
.addon_half_download_button:hover {
	background-image: url("/static/images/daylite/addon_half_dl_hover.png");
}
.addon_half_learn_button:hover {
	background-image: url("/static/images/daylite/addon_half_learn_hover.png");
}

/* industry buttons */
.industry_full_download_button {
	margin-top: 0px;
	margin-bottom: 30px;
	background-image: url("/static/images/daylite/industry_full_dl.png");
	width: 148px;
	height: 35px;
}
.industry_half_download_button {
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
	background-image: url("/static/images/daylite/industry_half_dl.png");
	width: 145px;
	height: 35px;
}
.industry_learnmore_button {
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
	background-image: url("/static/images/daylite/learnmore.png");
	width: 148px;
	height: 35px;
}
.industry_half_watch_button {
	margin-top: 0px;
	margin-bottom: 30px;
	float: left;
	background-image: url("/static/images/daylite/industry_half_watch.png");
	width: 128px;
	height: 35px;
}
.industry_full_download_button:hover {
	background-image: url("/static/images/daylite/industry_full_dl_hover.png");
}
.industry_half_download_button:hover {
	background-image: url("/static/images/daylite/industry_half_dl_hover.png");
}
.industry_half_watch_button:hover {
	background-image: url("/static/images/daylite/industry_half_watch_hover.png");
}
.industry_learnmore_button:hover {
	background-image: url("/static/images/daylite/learnmore_hover.png");
}

.Addon_conn_name_text{
	color:#919191;
	font-weight:normal;
	margin-bottom:3px;
}

#greyfont{
	color:#919191;
}

.addonsubtopic{
	color:#b9b9b9;
	letter-spacing: 2px;
	font-size:22px;
	margin-top:20px;
	margin-bottom:5px;
	margin-left: -270px;
	width: 350px;    
	text-transform: uppercase;
	text-align: right;
	}

/* Support Help Styles */

/* Daylite Support Section*/

#daylitesupport{
}

#daylitesupport h3{
	color:#ff7800 !important;
}

#daylitesupport .supportheader{
	font-size:15px;
	color:#ff7800;
	font-weight:500;
}

#daylitesupport .supportheader:hover{
	color: #ffa200;
}

#daylitesupport .subsupportheader{
	font-size:13px;
	color:#ff7800;
	font-weight:500;
}

#daylitesupport .subsupportheader:hover{
	color: #ffa200;
}

#daylitesupport .supportpadding{
	margin-top:10px;
}

/*Billings Support Section*/

#billingssupport a{
	color:#0ca9f2;
}

#billingssupport h3{
	color:#0ca9f2 !important;
}

#billingssupport .supportheader{
	font-size:15px;
	color:#0ca9f2;
	font-weight:500;
}

#billingssupport .supportheader:hover{
	color: #0a81b8;
}

#billingssupport .subsupportheader{
	font-size:13px;
	color:#0ca9f2;
	font-weight:500;
}

#billingssupport .subsupportheader:hover{
	color: #0a81b8;
}

/*Billings Pro Support Section*/

#billingsprosupport a{
	color: rgb(87, 170, 180);
}

#billingsprosupport h3{
	color: rgb(87, 170, 180) !important;
}

#billingsprosupport .supportheader{
	font-size:15px;
	color: rgb(87, 170, 180);
	font-weight:500;
}

#billingsprosupport .supportheader:hover{
	color: rgb(47, 130, 140);
}

#billingsprosupport .subsupportheader{
	font-size:13px;
	color: rgb(87, 170, 180);
	font-weight:500;
}

#billingsprosupport .subsupportheader:hover{
	color: rgb(47, 130, 140);
}

/* Other Support Section */
#othersupport a{
	color:#819d1c;
}

#othersupport .subsupportheader{
	font-size:13px;
	color:#819d1c;
	font-weight:500;
}

#othersupport .subsupportheader:hover{
	color: #5a6d14;
}

/*---------------------------*/


/* Bottom Section */

.bottomsection{
	width:762px;
	height:100%;
	margin:auto;
}

.bottomsection #additional{
	background: url("/static/images/daylite/bottom/additional.png");
	width:594px;
	height:22px;
	margin:auto;
}

.bottomsection #seetwitter{
	background: url("/static/images/twitternotice1.png");
	width:793px;
	height:58px;
	margin:auto;
}

.bottomsection #twittersee{
	background: url("/static/images/twitter/twitternotice1.png");
	width:793px;
	height:58px;
	margin:auto;
}

.bottomsection .twitterhove{
	background-image: : url("/static/images/twitter/twitter1noticethover.png");
	width:793px;
	height:58px;
	display: none;
}

.bottomsection #testimonial{
	background: url("/static/images/daylite/bottom/testimonials.png");
	width:502px;
	height:23px;
	margin:auto;
}

.bottomsection #macworld{
	background: url("/static/images/daylite/bottom/macworld.png");
	width:517px;
	height:62px;
	margin:auto;
}

.bottomsection .featuretable{
	margin:auto;
}

.bottomsection .featuretable .main_subtext_feature{
	margin-top:-6px;
	font-size:10px;
	color:#848484;
}

.bottomsection .featuretable .main_text_feature_title{
	
	font-size:11px;
	color:#626262;
	font-weight:bold;
}

.bottomsection .featuretable .daylite_delivery{
	font-size:11px;
	color:#ff8400;
	font-weight:bold;
	text-decoration:none;
}
.bottomsection .featuretable .billings_integration{
	font-size:11px;
	color:#61a6c8;
	font-weight:bold;
	text-decoration:none;
}
.bottomsection .featuretable .connect_your_business{
	text-decoration:none;
	font-size:11px;
	color:#8bc303;
	font-weight:bold;
}
.bottomsection .featuretable .stay_in_sync{
	text-decoration:none;
	font-size:11px;
	color:#4337B2;
	font-weight:bold;
}
.bottomsection .tablesub{
	float:right;
	font-size:11px;
	color:#626262;
	font-weight:bold;
	margin-top:-23px;
}

.bottomsection .testimonialsection{
	font-family: 'Gill Sans', 'Lucida Grande', 'Helvetica Neue', Verdana, Helvetica, Arial, "Geneva";
	margin:auto;
}

.bottomsection .testimonialsection p{
	font-size:15px;
	color:rgb(110,110,110);
	font-weight:300;
}

.bottomsection .testimonialsection #testimonialorange {
	font-size:13px;
	color:#ff7200;
	font-weight:300;
}


/* footer Section*/
/*
.footer, .footer a{
	margin:auto;
	margin-bottom: 20px;
	font-size: 10px;
	color: #555;
	height:30px;
	width:100%;
	text-align:center;
}
*/
/* Overlay */

/* use a semi-transparent image for the overlay */ 
#overlay { 
    color:#ffffff; 
    height:auto;
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:auto;
}

.contentWrap h2{ 
    font-size:20px;
	color:rgb(110,110,110);
	font-weight:bold;
}
.contentWrap a{
	color:#ff7200;
	text-decoration:none;
}

.contentWrap .selected{
	color:black;
	font-weight:bold;
}

/* Tesimonial Box*/

#testimonialbox {
   position: relative;
   overflow: hidden;
   border: 1px solid #8C9691;
   height: 150px;
   width: 100%;
   padding:10px;
 }
 .headline {
   position: absolute;
   top: 210px;
   left: 5px;
   height: 195px;
   width:93%;
   padding:20px;
   	margin-top:-7px;
	color:rgb(110,110,110);
	font-weight:200;
	font-size:13px;
 }
 
 .headline #orangefont{
color:#ff7200;
}

/*images*/

.imagecursor{
	cursor: pointer;
}


/* form table */
#formtable { 
	background-image: url("/static/images/daylite/switch/formframe.png");
	width:405px;
	height:322px;
	margin:auto;
	padding-left:40px;

}
	
/* navigation */
.navigation{
	width:485px;
	height:20px;
	margin:auto;
}

.navigation a{
	color:#f79c22;
	font-size:11px;
}

/* Forum Section */

.forum a{
	color:none ;
}

div.twitterlinks
{
	margin-top: 40px;
	padding: 3px;
	text-align: center;
	width: 793px;
	height: 48px;
	border: 1px solid #f4f4f4;
	background-color: #f9f9f9;
	color: #bdc0c3;
	border-radius: 4px;
	-moz-box-shadow: inset 2px 2px #dbdbdb;
	-webkit-box-shadow: inset 2px 2px #dbdbdb;
	box-shadow: inset 2px 2px #dbdbdb;
	font-family: "Helvetica Neue";
	font-size: 23px;
	font-weight: 200;
	letter-spacing: 1px;
}

img.twitimg
{
	margin-top: 5px;
	margin-left: 30px;
	margin-right: 15px;
}

div.twittext
{
	margin-top: 12px;
}

div.twitlinks
{
	margin-top: 12px;
	margin-right: 30px;
	font-size: 21px;
	letter-spacing: 0px;
}

a.twitlink, a.twitlink:link, a.twitlink:visited
{
	color: #bdc0c3;
}

a.twitlink:hover
{
	color: #fb9f4b;
}

.copyright {
    display: block;
    color: #000;
    font-size: 10px;
    font-weight: normal;
    margin-top: -3px;
    margin-bottom: -20px;
}
