@import url("reset.css");

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #383838; #666666;
	font-size: 12px;
	line-height: 20px;
	overflow-x: hidden; 
    max-width: 1598px;
    margin: 0 auto;  
}

.clear {clear: both;}	

#top-links {
    display: none;    
}

a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

h1 {
	display: inline;
}

h2 {
	color: #000000;
    font-size: 18px;       
    padding-bottom: 7px;
    font-weight: bold;
}

h3 {
	color: white;
	font-size: 30px;
	text-align: left;
	font-family: Arial;
	text-decoration: underline;
}

h4 {
	color: #D0D0D0;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 18px;
	border-bottom: 1px solid #84B1BC;
	padding-left: 5px;
	padding-right: 5px;
	
}

h5 {
	color: #BDBDBC;
	font-size: 12px;
	padding-left: 31px;
	font-weight: bold;
}

h6 {
	color: #BDBDBC;
	font-size: 12px;
	padding-left: 31px;
	padding-bottom: 20px;
}

#headerWrap {
	#background: url(../images/header-bar.jpg) repeat-x center bottom;
	background: black url(../images/top_menu_repeat.png) repeat center bottom;
	width: 100%;
	height: 53px;
	display: block;
	overflow: hidden;
}

#headerWrapInner {
    background: url(../images/header-bar.jpg) repeat-x top center;
    padding-top: 30px;
    padding-bottom: 40px;
    height: 53px;
}

#innerMainTitle {
    width: 944px;
    margin: 0 auto;   
}

#innerMainText {
    width: 732px;     
    float:left;
}

#innerMainButton {
    background:transparent url(../images/seeplans.png) no-repeat scroll left top;
    display:block;
    float:left;
    height:51px;          
    margin-top: 6px;
    width:202px;
}

#headerOverlay {         
	width: 944px;
	height: 53px;
	top: 0;
} 

#header {
	width: 944px;
	height: 53px;
	margin: 0 auto;
	padding: 0;
}

.top_separator {
	background: url(../images/top_menu_separator.png) no-repeat center left;
	width: 2px;
	height: 53px;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
}

.top_separator2 {
	#background: url(../images/top_menu_separator.png) no-repeat center center;
	width: 2px;
	height: 53px;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
}

.logo {
	background: url(../images/logo_project.png) no-repeat center left;
	width: 148px;
	height: 46px;
	float: left;     
}

.logo a {
	display: block;
	height: 100%;
	width: 100%;
}

#headerTop {
	float: left;
}

#headerTop a {
	float: left;
	margin: 0;
	padding: 0;
} 

#headerTop a:link, #headerTop a:active, #headerTop a:visited {
	text-decoration: none;
	color: #D9D9D9;
	font-size: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;      
}

#headerTop span {
    display: none;
}

#rightTop span {
    display: none;
}

#rightTop {
	float: right;
}

#rightTop a {
	float: left;
}

#rightTop a:link, #rightTop a:active, #rightTop a:visited {
	text-decoration: none;
	color: #D9D9D9;
	font-size: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#tourButton {
	display: block;
	float: left;
	width: 37px;
	height: 53px;
}

#tourButton a {
	background: url(../images/tour-button.png) top left no-repeat;  
	width: 37px; 
	height: 16px;    
	margin-top: 20px;     
}    
  
#tourButton a:hover {
	background: url(../images/tour-button.png) bottom left no-repeat;
}

#demoButton {
    display: block;
    width: 47px;
    height: 53px;
    float: left;
} 

#demoButton a {
    background: url(../images/demo-button.png) top left no-repeat; 
    width: 47px;
    height: 16px;
    margin-top: 20px;  
}

#demoButton a:hover {
    background: url(../images/demo-button.png) bottom left no-repeat;
}

#clientsButton {
	display: block;
	width: 53px;
	height: 53px;
	float: left;
} 

#clientsButton a {
	background: url(../images/clients-button.png) top left no-repeat; 
	width: 53px;
	height: 16px;
	margin-top: 20px;  
}

#clientsButton a:hover {
	background: url(../images/clients-button.png) bottom left no-repeat;
}

#pandsButton {
	display: block;
	width: 131px;
	height: 53px;
	float: left;
}

#pandsButton a {
	background: url(../images/pricing-button.png) top left no-repeat;
	width: 131px;
	height: 18px;
	margin-top: 20px;  
}

#pandsButton a:hover {
	background: url(../images/pricing-button.png) bottom left no-repeat;
}

#loginButton {
	display: block;
	float: left;
	width: 39px;
	height: 53px;
	background: url(../images/top_menu_separator.png) no-repeat center left;
    padding-left: 13px;
    padding-right: 10px;
}

#loginButton a {
	display: block;
	background: url(../images/login-button.png) top left no-repeat;
	width: 39px;
	height: 13px;
	margin-top: 23px;
	float: right;
}

#loginButton a:hover {
	background: url(../images/login-button.png) bottom left no-repeat;
}

#shareButton {
    display: block;
    float: left;
    width: 43px;
    height: 53px;
    margin-right: 10px;
}

#shareButton a {
    display: block;
    background: url(../images/share-button.png) top left no-repeat;
    width: 43px;
    height: 13px;
    margin-top: 23px;
    float: right;
}

#shareButton a:hover {
    background: url(../images/share-button.png) bottom left no-repeat;
}

#supportButton {
	display: block;
	width: 60px;
	height: 53px;
	float: left;
	background: url(../images/top_menu_separator.png) no-repeat center left;
	padding-left: 13px;
	padding-right: 10px;
}

#supportButton a {
	display: block;
	background: url(../images/support-button.png) top left no-repeat;
	width: 60px;
	height: 13px;
	margin-top: 23px;
	float: right;
}

#supportButton a:hover {
	background: url(../images/support-button.png) bottom left no-repeat;
}

#accountButton {
    display: block;
    width: 63px;
    height: 53px;
    float: left;
    background: url(../images/top_menu_separator.png) no-repeat center left;
    padding-left: 13px;
    padding-right: 10px;
}

#accountButton a {
    display: block;
    background: url(../images/account-button.png) top left no-repeat;
    width: 63px;
    height: 13px;
    margin-top: 23px;
    float: right;
}

#accountButton a:hover {
    background: url(../images/account-button.png) bottom left no-repeat;
}

#contactButton {
    display: block;
    width: 63px;
    height: 53px;
    float: left;
    background: url(../images/top_menu_separator.png) no-repeat center left;
    padding-left: 13px;
    padding-right: 10px;
}

#contactButton a {
    display: block;
    background: url(../images/contact-button.png) top left no-repeat;
    width: 63px;
    height: 13px;
    margin-top: 23px;
    float: right;
}

#contactButton a:hover {
    background: url(../images/contact-button.png) bottom left no-repeat;
}


#livechatButton {
	display: block;
	float: left;
	width: 91px;
	height: 53px;
	background: url(../images/top_menu_separator.png) no-repeat center left;
	padding-left: 13px;
	padding-right: 10px;
}

#livechatButton a {
	background: url(../images/chat-button.png) top left no-repeat;
	width: 91px;
	height: 16px;
	margin-top: 20px;
	float: right;
}

#livechatButton a:hover {
	background: url(../images/chat-button.png) bottom left no-repeat;
}

#headerbottomRepeated {
	#background: #D5D5D5 url(../images/headerbottom_repeated.jpg) repeat-x left bottom; 
} 

#headerbottomWrap {      
    background: #D5D5D5 url(../images/headerbottom_repeated.jpg) repeat-x left bottom;
	margin: 0;
	padding: 0;  
    position: relative;
}   

#headerBg {    
    margin: 0;
    padding: 0;
    height: 406px;  
    width: 100%;    
    position:absolute; 
}  

#headerBgCenter { 
    background: url(../images/header-home4.jpg) no-repeat center top; 
    margin: 0 auto;
    padding: 0;
    height: 406px;  
    width: 1064px;      
}

#headerBgLeft { 
    background: url(../images/header-home4left.jpg) repeat-x center top; 
    margin: 0 auto;
    padding: 0;  
    height: 406px;
}

#headerBgRight { 
    background: url(../images/header-home4right.jpg) repeat-x center top; 
    margin: 0 auto;
    padding: 0;   
    height: 406px; 
}

#headerbottomtopWrap h2 {
	font-weight: bold;
}

#headerbottom {
	width: 944px;
	margin: 0 auto;
	padding: 0;
}

.title {
    font-family: "Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    color: #FFFFFF;
    font-size: 34px;
    letter-spacing:1px;
    line-height: 34px;
}

.slogan {            
    margin-top: 8px;
    font-family: "Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
    color: #b2b2b2;
    font-weight: 500;
    font-size: 16px;  
    #letter-spacing:0.5px;  
}

.service {
	height: 178px;
} 

.service .customer {
	position: absolute;
	float: left;
	width: 666px;                                                    
	height: 73px;
	display: block;
	margin-top: 53px;
	margin-left: 0px;   
}

.service .seeplans {
	position: absolute;
	float: right;
	background: url(../images/seeplans.png) top left no-repeat;
	width: 202px;
	height: 51px;
	display: block;
	padding: 0;
	margin: 0;
	margin-left: 731px;
	margin-top: 62px;
}

.share a {
    #position: absolute;
    #float: right;  
    display: block;
    padding: 0;
    margin: 0;
    #margin-left: 781px;
    #margin-top: 109px;
    font-size: 10px;
    color: #F0F0F0;
}

#coustomer1 {
	margin: 0;  
    height: 390px; 
}

#coustomer11 {
    margin: 0; 
    position:absolute; 
    width: 944px;   
}

#coustomer11 a:hover {
    text-decoration: none;   
}

#manage {
	float: left;
	width: 459px;
	height: 336px;
	background: url(../images/box1.png) bottom left no-repeat;
	display: block;
	margin-top: 42px;
	margin-left: 0px;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;      
}

#manage h3 {        
    font-family: Helvetica,Arial,Verdana,sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;  
    letter-spacing:0.5px; 
    text-decoration: none;
}

#manage h3 span { 
    color: #999999;
}     

#knowledge {   
	float: right;
	width: 449px;
	height: 336px;
	background: url(../images/box2.png) bottom right no-repeat;
	display: block;
	margin-top: 42px; 
	margin-right: 8px;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;     
}

#knowledge h3 {     
    font-family: Helvetica,Arial,Verdana,sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;  
    line-height: 24px;   
    letter-spacing:1px; 
    text-decoration: none;  
}

#knowledge h3 span { 
    color: #999999;
}  
 

.main {
	padding-bottom: 46px;
	padding-top: 16px;
}

#sub1 {
	width: 464px;
	float: left;
	background: url(../images/shadow.jpg) no-repeat right center;
	margin-left: 10px;
}


#rich1 {
	width: 188px;
	float: left;
	margin-right: 25px;
	margin-left: 5px;
}

#rich2 {
	width: 188px;
	float: left;
	margin-right: 25px;
	margin-left: 5px;
}

#home1 {
	margin-bottom: 17px;
	padding-left: 33px;
	background: url(../images/icon_v.png) top left no-repeat;
        min-height: 24px;
}

#homehhh {
	padding-left: 33px;
	background: url(../images/icon_message.png) top left no-repeat;
        min-height: 24px;
}



#sub {
	margin-bottom: 17px;
	padding-left: 33px;
	background: url(../images/icon_money.png) top left no-repeat; 
    min-height: 24px;
}

#subsec {
	padding-left: 33px;
	background: url(../images/icon_stats.png) top left no-repeat;
        min-height: 24px;
}



#home2 {
	width: 188px;
	float: right;
}

#sub2 {
	width: 454px;
	margin-left: 15px;
	float: right;
}

#manuals {
	width: 188px;
	float: left;
	margin-left: 10px;
}

#man {
	margin-bottom: 17px;
	padding-left: 33px;
	background: url(../images/icon_worker.png) top left no-repeat;
    margin-left: 3px;  
    min-height: 24px;
}

#man1 {
	padding-left: 33px;
	background: url(../images/icon_time.png) top left no-repeat;
    min-height: 24px;
}

#manuals1 {
	width: 188px;
	margin-right: 20px;
	float: right;
}

#man5 {
	margin-bottom: 17px;
	padding-left: 33px;
	background: url(../images/icon_chat.png) top left no-repeat;
    min-height: 24px;
}

#man6 {
	padding-left: 33px;
	background: url(../images/icon_attach.png) top left no-repeat;
    min-height: 24px;
}

#man6 a {
    color: #000000;
    text-decoration: underline;
}

#headerbottom1 {
	background: #FFF;
	width: 100%;
	border-top: 0px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}

#headerbottomWrap1 {
	width: 944px;
	height: 129px;
	margin: 0 auto;
	padding: 0;
	background: transparent;
}

#headerbottomStatic {
	width: 944px;
	position: absolute;
}

#headerbottomOverlay {
	width: 944px;
	position: absolute;
}


.ture {
	display: none;
}

.see {
	display: none;
}

.see span {
	font-size: 12px;
}



#browsers {
    display:block;
    float: right;
    width: 248px;
    height: 53px;
    margin-top: 33px;
    background: url(../images/browsers.png) no-repeat center center;
}

#integration {
    display:block;
    float: left;  
    height: 53px;
    margin-top: 38px;                                                  
    margin-left: 60px;                                                  
    font-size: 24px;
}

#integration #small {
    font-size: 12px;
    line-height: 22px;
}

#integration a {
    color: #0000FF;
}

#separator {
	width: 7px;
	height: 129px;
	float: left;
	margin-left: 40px;
	background: url(../images/separator.jpg) no-repeat left center;
}

a#friend span {
	font-size: 15px;
	color: #0296D0;
}

a#friend {
	width: 150px;
	height: 28px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	margin-top: 45px;
	
}

a#friend:hover {
	text-decoration: none;
	
}        

a#special:hover {
	text-decoration: none;
	
}

a#special span {
	font-size: 15px;
	color: #0296D0;
}

.friend {
	background: url(../images/shadow2.jpg) no-repeat left center;
	padding-left: 15px;
	margin-left: 75px;
}



a#takethetour {
	display:block;
	float: left;
	width: 200px;
	height: 49px;
	background: url(../images/takethetour.jpg) no-repeat top left;
	margin-top: 40px;
}

a#seeplansandprices {
	display:block;
	float: left;
	width: 200px;
	height: 50px;
	background: url(../images/seeplans_flat.png) no-repeat bottom left;
	margin-left: 50px;
	margin-top: 40px;
}

a#specialoffer {
	display:block;
	float: left;
	width: 236px;
	height: 129px;
}

a#iphonefriendly {
	display:block;
	float: left;
	width: 236px;
	height: 129px;
	background: url(../images/iphonefriendly.jpg) no-repeat top left;
}

#headerbottomTop {
	background: url(../images/headerbottomTop.jpg) repeat-x left top;
	width: 100%;
}

#headerbottomtopWrap {
	width: 944px;
	height: 218px;
    padding-top: 40px;     
	margin: 0 auto;
}

#leave {
    float: left;
    width: 420px;
}

#host {
    float: left;
    margin-bottom: 30px;
    background: url(../images/web.png) top left no-repeat;
    padding-left: 65px;
}

#host1 {
    float: left;
    background: url(../images/easy.png) top left no-repeat;
    padding-left: 65px;
}

#leave1 {
    float: right;
    width: 390px;
    padding-right: 50px;
}

#highly {
    margin-bottom: 30px;
    background: url(../images/affordable.png) top left no-repeat;
    padding-left: 65px;
}

#highly1 {
    background: url(../images/4.jpg) top left no-repeat;
    padding-left: 65px;
}

#pricing_header_bottom {
	background: url(../images/pricing_header_bottom.jpg) repeat-x top center;
	height: 482px;
}

#pricing_header_mid {
	width: 960px;
	margin: 0 auto;
}

.pricing_service {
	width: 944px;
	margin: 0 auto;
}

#pricing_values {
	display: none;
}

#pricing_values_overlay {
    width: 630px;  
    margin: 0 auto;       
    margin-left: 150px;  
    margin-top: 6px;
    position: absolute;
}
        
.pricing_service #free {
    display: block;
    height: 319px;
    width: 192px;
    float: left;
    background: url(../images/flash.png) 0 0 no-repeat;
}

.pricing_service #free:hover {
    background: url(../images/flash.png) 2px -318px no-repeat;
}

.pricing_service #medium {
    display: block;
    height: 319px;
    width: 245px;
    float: left;
    background: url(../images/flash.png) -192px 0 no-repeat;
}

.pricing_service #medium:hover {
    background: url(../images/flash.png) -190px -318px no-repeat;
}

.pricing_service #large {
    display: block;
    height: 319px;
    width: 190px;
    float: left;
    background: url(../images/flash.png) -437px 0 no-repeat;
}

.pricing_service #large:hover {
    background: url(../images/flash.png) -435px -318px no-repeat;
}
  
.pricing_trial {
    float: left;
    width: 662px;
    padding-top: 53px;
    padding-bottom: 4px;
    height: 100px;
    display: block;
}
        

.pricing_trial_overlay {
    float: left;
    width: 662px;
    padding-top: 92px;
    margin-left: 9px;
    margin-top: 52px;
    background: url(../images/30dayfreetrial.png) top left no-repeat;
    height: 100px;
    display: block;
    position: absolute;
}


#bottomblack {
	background: url(../images/bottomblack.jpg) repeat-y top left;
}

#businessonclick {  
    background: #FFFFFF;
    padding: 14px;
    text-align: center;
    font-size: 18px;
}

#businessonclick a {
    color: #0000FF
}

#containerWrap {
	background: url(../images/container_inner.jpg) repeat-x left bottom;
}

#containerInner {
	background: #F8F8F8 url(../images/containerWrapInner.png) repeat-x left top;  	 
    font-size: 14px; 
}

#containerLightbox {
    background: #F8F8F8 url(../images/containerWrapInner.png) repeat-x left top;  
    width: 100%;
    height: auto !important;  
}

#container {
	width: 944px;  
	margin: 0 auto;    
	min-height: 400px;
	height: auto !important;  
    padding-top: 45px;  
    padding-bottom: 45px;  
}

#container p {
	margin-bottom: 25px;
}

#container li {
    list-style-type:disc; 
    margin-left: 16px;   
}

#container a {
    color: #000000;
    text-decoration: underline;
}

#container #menu {
    width: 300px;
    float: left;         
}

#container #content { 
    width: 544px;
    float: left;
    margin: 0 auto;
}

.left {
	float: left;
	width: 430px;       
	padding-bottom: 15px;
}

.right {
	float: left;
	width: 430px;       
	padding-bottom: 15px;
	padding-left: 65px;
}


#bottomblack1 {
	width: 662px;
	margin: 0 auto; 
    height: 240px;
}

#bottomblack1 h3 {
	font-size: 18px;
	margin-bottom: 12px;
}
 

#company {                
    float: none;
    padding-top: 40px;
    margin: 0 auto;
}

#company #products { 
    padding-bottom: 85px;
    margin: 0 auto;
} 
 
#company #products a { 
    padding-top: 32px; 
    font-size: 12px; 
    float: left;
    color: #999; 
    height: 35px; 
} 

#company #products a.billingonclick { 
    width: 195px; 
    background: url(../images/logo_billing.png) no-repeat top left; 
    margin-top:2px;
    padding-top: 30px;   
}

#company #products a.projectonclick { 
    width: 198px; 
    background: url(../images/logo_project.png) no-repeat top left;    
}

#company #products a.businessonclick { 
    width: 213px; 
    background: url(../images/logo_boc.png) no-repeat top left;    
}

#company #products a.helponclick { 
    width: 170px; 
    background: url(../images/hnc.gif) no-repeat top left; 
    margin-top:4px;
    padding-top: 28px;
}

#company #products a.magnacrm { 
    width: 120px; 
    background: url(../images/wbc.gif) no-repeat top left;   
    margin-top:2px;
    padding-top: 30px;      
}

#company #about { 
    margin: 0 auto;
    background: url(../images/onclick.png) no-repeat left top;    
    padding: 9px;
}

#company #about a { 
    color: #D0D0D0;
    #text-decoration: underline;
}

#company #about #text{  
    width: 720px; 
    padding-left: 140px;
    padding-right: 40px;
    padding-top: 10px;
    color: #999;
} 

#company #about #more_products {   
    font-size: 12px; 
    padding-top: 10px; 
    width: 300px; 
    color: #999;
}

.bottomBlackRight img {
	margin-right: 25px;
}

#footerWrap {
	background: #070707 url(../images/footerRepeat.jpg) repeat-x left top;
	padding: 15px 0;
}

#footer {
	width: 944px;
	margin: 0 auto 25px auto;
	text-align: center;     
}

#footer ul li {
	display: inline;
	border-left: 1px solid #515151;
	padding: 0 9px;
}

#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	text-decoration: underline;
	color: #D0D0D0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#tla-links {      
    margin: 0 auto;
    text-align: center;
    color: #444444;
    background-color: #070707;
} 

#tla-links a {   
    text-decoration: underline;
    color: #444444;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal; 
    padding: 0 9px;  
}

#footer-links {      
    text-align: center;   
    margin-top: 5px;  
}
          
#footer-links ul li {
    display: inline;                
    padding: 0 9px;
}

#footer-links ul li a:link, #footer-links ul li a:active, #footer-links ul li a:visited {
    text-decoration: underline;
    color: #444444;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.copyright {
	width: 900px;
	margin: 0 auto;
	text-align: center;
	color: #444444;
}

.copyscape {
	width: 234px;
	margin: 0 auto;
	text-align: center; 
	margin-top: 15px;
}

.tour_item {
    width: 100%;
    margin-bottom: 100px; 
}

.tour_item h2 {                 
    margin-bottom: 3px; 
}

.tour_item .screenshot {
    border: 1px solid #C0C0C0;
    margin-bottom: 18px;
} 

.tour_item img.noborder {
    border: 0;            
}

.tour_item ol {
    margin: 0px; 
    padding-left: 18px;     
}

.tour_item li {
    list-style-type: disc;     
}   
                                                          
#table_clients {
    margin: 0 auto;
    width: 700px;
}

#table_clients td {
    padding: 30px;  
}

#social {          
 	float: left;     
 	margin-left: 45px;
 	margin-top: 53px;
}

.social a.delicious {              
	background:transparent url(../images/social/delicious.png) no-repeat scroll 0 0;
}

.social a.twitter {              
	background:transparent url(../images/social/twitter.png) no-repeat scroll 0 0;
}

.social a.stumbleupon {              
	background:transparent url(../images/social/stumbleupon.png) no-repeat scroll 0 0;
}
  
.social a.facebook {              
	background:transparent url(../images/social/facebook.png) no-repeat scroll 0 0;
}

.social a.digg {              
	background:transparent url(../images/social/digg.png) no-repeat scroll 0 0;
}

.social a {
	float:left;
	height:24px;
	margin:0 10px 0 0;
	text-indent:-1000em;
	width:24px;
}

#contact_form { 
    background: #F8F8F8 url(../images/containerWrapInner.png) repeat-x left top;        
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
}   

#contact_form td {        
    padding: 15px;  
}    

#contact_form h1 {        
    font-family: "Century Gothic","Apple Gothic","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;  
    font-size: 28px;
    letter-spacing:1px;  
    padding-left: 14px;     
}

#contact_form .row { 
    margin-top: 16px;
}

#contact_form label {        
    font-size: 14px; 
    line-height: 24px;
    font-weight: bold;  
}

#contact_form input, select { 
    font-family: Arial,Verdana,sans-serif;       
    font-size: 16px;
    padding: 3px;
    width: 280px;
    border: 1px solid #969696;
} 

#contact_form #submit { 
    font-family: Arial,Verdana,sans-serif;              
    font-size: 18px; 
    width: 180px;
    height: 30px; 
    border: 2px solid #000000;
}

#contact_form textarea {    
    font-family: Arial,Verdana,sans-serif;           
    font-size: 14px;
    width: 300px;
    height: 292px; 
    border: 1px solid #969696;
    overflow: auto;
}  
                        

.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px solid black;
overflow: scroll; /*leave this value alone*/
width: 964px; /*Width of Carousel Viewer itself*/                        
height: 1000px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 964px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .arrow_table{     
max-width: 920px;                   
width: 920px; 
}

.stepcarousel p{     
max-width: 920px;                               
}

.stepcarousel .arrow_left{                        
padding-right: 20px;
width: 27px;    
}

.stepcarousel .arrow_right{                        
padding-left: 20px; 
width: 27px;
}
         
