/* COMMON STYLE
--------------------------------------------------------- */

body {
	font-size:12px;
	color:#666666;
	font-family: Verdana, Arial, Trebuchet, "Trebuchet MS" Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
	text-align:center;
}

* {
	margin:0;
	padding:0;
}

h1 {
	padding:10px 0;
	margin:0;
	margin-bottom:10px;
	font-size: 20px;
	color:#242424;
	font-family:Georgia, "Trebuchet MS", Trebuchet, Tahoma, Arial, Georgia;
	font-weight:normal;
	width:100%;
	border-bottom:1px solid #242424;
}

h2 {
	padding: 15px 0 5px 0;
	margin:0;
	font-size: 16px;
	color:#242424;
	font-family:Georgia, Tahoma, Arial;
}

h3, h4 {
	padding:10px 0 5px 0;
	margin:0;
	font-size: 12px;
	color:#242424;
}

h4 {
	text-transform:uppercase;
}

.clear{
	clear:both;
}


/* Normal link */
a img {
	border:none;
}

a {
	color: #7e2f77;
	text-decoration: none;
	outline:none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px 0px 15px 0;
	line-height:22px;
	margin:0;
}

.error{
	color:#990000;
}

.error_login{
	color:#990000;
	font-size:10px;
}

.error_msg{
	width:100%;
	float:left;
	padding-bottom:15px;
}

.error_box{
	width:566px;
	border:2px solid #990000;
	color:#990000;
	background:#ffdfd3;
	text-align:center;
	padding:5px;
	float:left;
}

.success_box{
	width:566px;
	border:2px solid #129900;
	color:#129900;
	background:#e1ffd3;
	text-align:center;
	padding:5px;
	float:left;
	line-height:20px;
}

.error_box a{
	color:#990000;
}

.success_box a{
	color:#222222;
}

.wrapper{
	width:100%;
	float:left;
	padding-bottom:15px;
}

#generic {
	list-style-type:none;
	margin:0;
	padding:0;
}

#generic li{
	margin-bottom:10px;
	padding-left:25px;
	font-style:italic;
}

a.signup{
	background:url(../../images/inlines/signup.jpg) top left no-repeat;
	width:225px;
	height:49px;
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	margin-top:7px;
}

a.signup:hover{
	background:url(../../images/inlines/signup.jpg) bottom left no-repeat;
}

ol, ul.general{
	width:80%;
	float:left;
	padding:15px 55px 30px 50px;
}

ol li, ul.general li{
	padding-bottom:25px;
	line-height:22px;
}


.help_icons img{
	float:left;
	padding:0 10px 10px 0;
}

.help_icons p{ float:left; padding-bottom:30px; }

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#shell {
	width:100%;
	float:left;
}

#menu_wrapper{
	width:100%;
	height:90px;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0;
	background:url(../../images/bg/menu_bg.gif) repeat-x;
}

#menu{
	width:800px;
	height:90px;
	margin:0 auto;
	padding:0;
}

#content_wrapper{
	width:100%;
	height:auto;
	float:left;
	margin:0;
	padding:0;
	background:#ffffff;
	text-align:center;
}

#content_wrapper2{
	width:800px;
	margin:0 auto;
}

#content{
	width:100%;
	padding:0 0 30px 0;
	min-height:400px;
	text-align:left;
	float:left;
}

* html #content{
	height:400px;
}

#content_r{
	width:525px;
	float:right;
	margin:0;
	padding:0;
}

#content_l{
	width:225px;
	float:left;
	margin:0;
	padding:25px 0 0 0;
}

#feature_wrapper{
	width:100%;
	height:200px;
	float:left;
	margin:0;
	padding:0;
	background:url(../../images/bg/feature_bg.jpg) repeat-x #ffffff;
}

#feature{
	width:800px;
	margin:0 auto;
	padding:0;
}

#footer_wrapper{
	width:100%;
	height:205px;
	float:left;
	margin:0;
	padding:0;
	background:url(../../images/bg/footer_bg.gif) repeat-x;
}

#footer{
	width:800px;
	margin:0 auto;
	padding:20px 0 0 0;
	text-align:left;
	color:#fff;
}




/* MAIN MENU
--------------------------------------------------------- */
#nav{
	width:100%;
	float:left;
	list-style-type: none;
	height:100%;
	overflow:hidden;
}

#nav li{
	display:inline;
	width:auto;
	display:block;
	float:right;
	height:100%;
	overflow:hidden;
}


#menu a{
	text-indent:-99999px;
	background-position:top left;
	height:90px;
	padding-right:20px;
	float:left;
}

#menu_about{ background:transparent url(../../images/menu/about.jpg) top left no-repeat; width:107px; }
#menu_about:hover, #menu_about.active{ background-position:bottom left; }
#menu_contact{ background:transparent url(../../images/menu/contact.jpg) top left no-repeat; width:134px; }
#menu_contact:hover, #menu_contact.active{ background-position:bottom left; }
#menu_profile{ background:transparent url(../../images/menu/profile.jpg) top left no-repeat; width:118px; padding-right:0px; }
#menu_profile:hover, #menu_profile.active{ background-position:bottom left; }



/* FEATURES PANEL
--------------------------------------------------------- */
#box4{
	position:absolute;
}

#box4 div{
	width:700px;
	height:200px;
	float:left;
	background:transparent;
	font-family:Georgia, "Trebuchet MS", Trebuchet, Tahoma, Arial, Georgia;
	font-family:"Times New Roman", Arial, Tahoma, Verdana, Trebuchet, "Trebuchet MS" Geneva, Helvetica, sans-serif;
	font-size:16px;

}

#box4 h3, .step2_mask3_l h3{
	color:#7e2f77;
	font-size:20px;
	margin-bottom:5px;
	font-weight:bold;
	font-family:Arial, Tahoma, Verdana, Trebuchet, "Trebuchet MS" Geneva, Helvetica, sans-serif;


}

#box4 p{
	line-height:20px;
}

#box4 h3, #box4 p, #box4 ul{
	padding:0;
}

#box4 div .box4_l{
	width:490px;
	float:left;
	text-align:left;
}

#box4 div .box4_l .box4_l_content{
	float:left;
	width:470px;
	height:120px;
	padding-top:35px;
	padding-left:20px;
}

#buttons_holder{
	padding-top:23px;
	padding-right:11px;
	width:39px;
	float:left;
}



#box4 div .box4_r{
	width:210px;
	float:right;
	text-align:right;
}



#info4{
	background:#fff !important;
	color:red !important;
	cursor:default
}
.mask3{
	position:relative;
	width:700px;
	height:200px;
	overflow:hidden;
	margin-left:50px
}


.buttons span{
	width:39px;
	height:39px;
	cursor:pointer;
	display:block;
	background-position:top left;
	float:left;
	text-indent:-9999px;
	
}

#f_mail{ background:url(../../images/features/1.jpg) no-repeat; text-indent:-99999px; }
#f_percent{ background:url(../../images/features/2.jpg) no-repeat; text-indent:-99999px; }
#f_communicate{ background:url(../../images/features/3.jpg) no-repeat; text-indent:-99999px; }

#f_mail:hover, #f_mail.active, #f_percent:hover, #f_percent.active, #f_communicate:hover, #f_communicate.active{
	background-position:bottom left;
	text-indent:-99999px;
}


.step2_mask3{
	float:left;
	width:800px;
	height:200px;
	overflow:hidden;
}

.step2_mask3_l{
	width:590px;
	float:left;
	text-align:left;
	background:transparent;
	font-family:Georgia, "Trebuchet MS", Trebuchet, Tahoma, Arial, Georgia;
	font-size:16px;
	padding-top:35px;
}

.step2_mask3_l h3{
	padding:0;
}

.step2_mask3_r{
	width:210px;
	float:right;
	text-align:right;
}


input, textarea {
	background:#ffffff url(../../images/bg/input_bg.gif) no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border:1px solid #c9c9c9;
	font-size:1em;
	padding:3px 3px;
}

select{
	background:#ffffff url(../../images/bg/input_bg.gif) no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border:1px solid #c9c9c9;
	font-size:1em;
	padding:3px 3px;
	margin:0;
	width:100%;
	float:left;
}

textarea{
	width:100%;
}


#standardform {
	width:95%;
}

#standardform fieldset{
	padding:15px;
}

#standardform fieldset.empty{
	padding:0;
	border:none;
}

#standardform label{
	width:100%;
	margin-bottom:5px;
	float:left;
}

#standardform input{
	width:97%;
	float:left;
	height:14px;
	margin-bottom:3px;
}

#standardform legend{
	color:#7e2f77;
	font-family:Georgia, Verdana, Arial
	font-size:34px;

}

#standardform input.save_icon, input.save_icon{
	width:51px;
	height:52px;
	float:right;
	border:none;
	outline:none;
	background:none;
	margin:0;
	padding:0;
}

.forgot{
	width:100%;
	float:left;
	text-align:right;
	margin-top:3px;
	font-size:10px;
}

.icon_holder{
	width:225px;
	float:left;
	margin-bottom:15px;
}

.icon {
	width:55px;
	float:left;
}

.icon_content{
	width:170px;
	float:left;
}

.icon_content p{
	font-size:11px;
}

/* DASHBOARD
--------------------------------------------------------- */
.dashboard_holder{
	width:660px;
	margin:0 auto;
}

.dashboard {
	width:660px;
	float:left;
	background:url(../../images/bg/dash_side.jpg) repeat-y;
}

.dashboard_header {
	width:660px;
	height:80px;
	float:left;
	background:url(../../images/bg/dash_header.jpg) no-repeat;
}

.dashboard_header h1{
	padding:0;
	margin:0;
	font-size: 20px;
	color:#242424;
	font-family:'Lucida Grande','Trebuchet MS',Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-weight:normal;
	border-bottom:none;
	padding-left:40px;
	padding-top:28px;
	width:300px;
	float:left;
}

.icons{
	width:255px;
	height:52px;
	float:right;
	text-align:right;
	padding-top:12px;
	padding-right:40px;
}

.dashboard_content, .dashboard_content2{
	width:580px;
	float:left;
	padding:20px 40px;
}

.dashboard_content2{
	min-height:300px;
}

* html .dashboard_content2{
	height:300px;
}

.dashboard_content_l{
	width:259px;
	border-right:1px solid #c0c0c0;
	padding-right:30px;
	float:left;
}

.dashboard_content_r{
	width:260px;
	padding-left:30px;
	float:right;
}

.dashboard_footer{
	width:660px;
	height:37px;
	float:left;
	background:url(../../images/bg/dash_footer.jpg) no-repeat;
}

.subject_section{
	width:100%;
	float:left;
	margin:0 0 40px 0;
}

.sub_section{
	width:100%;
	float:left;
	margin:0 0 20px 0;
}

h2.subject{
	color:#7e2f77;
	border-bottOm:1px dotted #c0c0c0;
	margin-bottom:20px;
	margin-top:0;
	padding:0;
	width:100%;
	font-size:14px;
}


/* INDEX
--------------------------------------------------------- */
.home_letter, .home_postcard, .home_letter_pic{
	width:140px;
	float:left;
	height:200px;
	padding:100px 15px 0 15px;
	font-size:11px;
	color:#7a7a7a;

}

.home_letter{
	padding-right:22px;
	background:url(../../images/inlines/send_letter.jpg) no-repeat;
}

.home_postcard{
	padding-right:23px;
	background:url(../../images/inlines/send_postcard.jpg) no-repeat;
}

.home_letter_pic{
	background:url(../../images/inlines/send_letter_pic.jpg) no-repeat;
}

ul.home{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.home li{
	padding-bottom:7px;
}

.home_title{
	font-family:Verdana,Arial,Trebuchet,"Trebuchet MS",Geneva,Helvetica,sans-serif;
	font-size:12px;
	text-align:center;
}



/* ADDRESS BOOK
--------------------------------------------------------- */

.addressbook_page{
	width:570px;
	padding:5px 5px;
	background:#fff;
	float:left;
	border-bottom:1px solid #3e3935;
}

.page_selector{
	width:400px;
	float:left;
}

.sort_by{
	width:150px;
	float:right;
	font-size:10px;
	text-align:right;
}

.addressbook_row1 {
	width:570px;
	padding:5px 5px;
	background:#ffffff;
	border-bottom:dotted 1px #efefef;
	float:left;
	height:25px;
}

.addressbook_row2{
	width:570px;
	padding:5px 5px;
	border-bottom:dotted 1px #efefef;
	float:left;
	height:25px;
}

.addressbook_namedata{
	width:225px;
	float:left;
	margin-right:20px;
}

.group_tag{
	width:200px;
	float:right;
	margin-right:20px;
	margin-top:0;
	padding-top:0;
	text-align:right;
	height:25px;
}

.addressbook_maillinks {
	width:100px;
	float:right;
	text-align:right;
}



/* COMPOSITION
--------------------------------------------------------- */



/**************************************************************

	Sortable Table
	v 1.4

**************************************************************/

.address_table table {
	border: 1px solid #ccc;
	width: 550px;
	float:left;
}

.address_table th {
	background-color: #eee;
	background: #eee url(../../images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

.address_table tr {
	background-color: #eee;
	padding: 4px;
}

.address_table tr.altRow {
	background-color: #fff;
}

.address_table td {
	padding: 0 2px;
}

.rightAlign {
	text-align: right;
}



.sortedASC {
	background: url(../../images/icon-table-sort-asc.png) no-repeat 2px 4px #eee;
}

.sortedDESC {
	background: url(../../images/icon-table-sort-desc.png) no-repeat 2px 10px #eee;
}

.tableHeaderOver {
	cursor: pointer;
	color: #354158;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

tr.over {
	background-color: #354158;
	color: #fff;
	cursor: pointer;
}

tr.hide {
	display: none;
}

/***************************/
.tableFilter {
	border: 1px solid #ccc;
	width:550px;
	padding: 2px;
	margin: 0px 0 10px 0;
	float:left;
}



.tableFilter input {
	border: 1px solid #ccc;
}

.tableFilter select {
	border: 1px solid #ccc;
	width:125px;
}


.address_table{
	height:300px;
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
}

/*************************************************************/


.step3_preview{
	width:150px;
	height:150px;
	float:left;
	margin-right:15px;
}





/* DASHBOARD
--------------------------------------------------------- */
.dash_home_menu{
	padding:0 120px 10px 120px;
	float:left;
	width:340px;
}

a.compose{ background:transparent url(../../images/dashboard/compose.jpg) no-repeat 0 0; outline:none; width:100px; height:100px; float:left; padding-right:20px;}
a.compose:hover{ background:transparent url(../../images/dashboard/compose.jpg) no-repeat 0 -100px; }

a.address_book{ background:transparent url(../../images/dashboard/address_book.jpg) no-repeat 0 0; outline:none; width:100px; height:100px; float:left; padding-right:20px; }
a.address_book:hover{ background:transparent url(../../images/dashboard/address_book.jpg) no-repeat 0 -100px; }

a.account_details{ background:transparent url(../../images/dashboard/account_details.jpg) no-repeat 0 0; outline:none; width:100px; height:100px; float:left; padding-right:20px;}
a.account_details:hover{ background:transparent url(../../images/dashboard/account_details.jpg) no-repeat 0 -100px; }

a.signature{ background:transparent url(../../images/dashboard/signature.jpg) no-repeat 0 0; outline:none; width:100px; height:100px; float:left;}
a.signature:hover{ background:transparent url(../../images/dashboard/signature.jpg) no-repeat 0 -100px; }

a.logout{ background:transparent url(../../images/dashboard/logout.jpg) no-repeat 0 0; outline:none; width:100px; height:100px; float:left;}
a.logout:hover{ background:transparent url(../../images/dashboard/logout.jpg) no-repeat 0 -100px; }

a.snailbox{ background:transparent url(../../images/dashboard/snailbox.jpg) no-repeat 0 0; outline:none; width:100px; height:100px; float:left; padding-right:20px;}
a.snailbox:hover{ background:transparent url(../../images/dashboard/snailbox.jpg) no-repeat 0 -100px; }




.icons a{
	width:51px;
	height:52px;
	float:right;
	outline:none;
}

a.add_contact{ background:transparent url(../../images/icons/add_contact.jpg) no-repeat 0 0;}
a.add_contact:hover{ background:transparent url(../../images/icons/add_contact.jpg) no-repeat 0 -52px; }

a.view_addressbook{ background:transparent url(../../images/icons/view_addressbook.jpg) no-repeat 0 0;}
a.view_addressbook:hover{ background:transparent url(../../images/icons/view_addressbook.jpg) no-repeat 0 -52px; }

a.upload_contacts{ background:transparent url(../../images/icons/upload_contacts.jpg) no-repeat 0 0;}
a.upload_contacts:hover{ background:transparent url(../../images/icons/upload_contacts.jpg) no-repeat 0 -52px; }

a.delete_contact{ background:transparent url(../../images/icons/delete_contact.jpg) no-repeat 0 0;}
a.delete_contact:hover{ background:transparent url(../../images/icons/delete_contact.jpg) no-repeat 0 -52px; }

a.save{ background:transparent url(../../images/icons/save2.jpg) no-repeat 0 0;}
a.save:hover{ background:transparent url(../../images/icons/save2.jpg) no-repeat 0 -52px; }



.step3_preview a{
	width:150px;
	height:150px;
	outline:none;
	float:left;
}

a.pdf_preview{ background:transparent url(../../images/icons/pdf_preview.jpg) no-repeat 0 0;}
a.pdf_preview:hover{ background:transparent url(../../images/icons/pdf_preview.jpg) no-repeat 0 -150px; }



/* FOOTER
--------------------------------------------------------- */

.footer_item{
	width:287px;
	height:180px;
	float:left;
	padding:0 30px;
	border-right:1px solid #626262;
}


.footer_item ul{
	width:100%;
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
}

.footer_item ul li{
	padding-bottom:7px;
	text-align:right;
}

#footer a{
	color:#fff;
}

#footer a:hover{
	text-decoration:none;
	color:#8dd804;
}

.footer_share_items{
	width:100%;
	float:left;
	padding-bottom:12px;
}

.footer_share_items_l, .footer_share_items_r{
	width:48px;
	float:left;
}

.footer_share_items_l{
	padding-right:15px;
}

.footer_share{
	width:48px;
	height:48px;
	float:left;
	text-indent:-9999px;
	behavior: url(iepngfix.htc);
}

.footer_share:hover{ cursor:pointer; behavior: url(iepngfix.htc); }

#digg{ background:transparent url(../../images/icons/digg.png) bottom right no-repeat;}
#digg:hover{ background:transparent url(../../images/icons/digg.png) top left no-repeat;}

#twitter{ background:transparent url(../../images/icons/twitter.png) bottom right no-repeat; }
#twitter:hover{ background:transparent url(../../images/icons/twitter.png) top left no-repeat; }

#delicious{ background:transparent url(../../images/icons/delicious.png) bottom right no-repeat; }
#delicious:hover{ background:transparent url(../../images/icons/delicious.png) top left no-repeat; }

#facebook{ background:transparent url(../../images/icons/facebook.png) bottom right no-repeat; }
#facebook:hover{ background:transparent url(../../images/icons/facebook.png) top left no-repeat; }

#stumble{ background:transparent url(../../images/icons/stumbleupon.png) bottom right no-repeat; }
#stumble:hover{ background:transparent url(../../images/icons/stumbleupon.png) top left no-repeat; }

#tweet{ background:transparent url(../../images/icons/tweet.png) bottom right no-repeat; behavior: url(iepngfix.htc);}

#tweet_frame{
	width:126px;
	height:140px;
	float:left;
	padding:12px;
	background:transparent url(../../images/icons/tweet_frame.png) bottom right no-repeat;
	behavior: url(iepngfix.htc);
	font-size:11px;
	font-style:italic;
}

#twitter_update_list li{
	text-align:left;
}

#twitter_update_list a{
	width:100%;
	float:left;
	padding-top:10px;
}

a#tour, a#examples{
	width:139px;
	height:164px;
	float:left;
	padding-right:9px;
	margin:0;
	background:transparent url(../../images/inlines/tour.jpg) top left no-repeat;
	text-indent:-9999px;
}
	
a#examples{
	padding:0;
	background:transparent url(../../images/inlines/examples.jpg) top left no-repeat;
}

a#tour:hover{
	background-position:bottom left;
}

a#examples:hover{
	background-position:bottom left;
}







/* SIGNATURE
--------------------------------------------------------- */


.signature_holder {
	width:187px;
	height:131px;
	margin-right:6px;
	margin-bottom:15px;
	float:left;
	background:url(../../images/bg/signature_bg.jpg) no-repeat;
}

.signature_thumb{
	padding:7px 0 0 7px;
	float:left;
}

.signature_thumb img{
	width:171px;
	height:100px;
	border:1px solid #c0c0c0;
}

.signature_delete_wrapper{
	width:187px;
	height:12px;
	float:left;
	font-size:10px;
	text-align:right;
	background:none;
	padding-left:7px;
}

.signature_delete{
	width:173px;
	height:12px;
	float:left;
	font-size:10px;
	text-align:right;
	background-color:#242424;
}



/* TOOL TIPS
--------------------------------------------------------- */

	
.tip-top{
	background:url(../../images/bg/bubble.png);
	width:139px;
	height:12px;
}

.tip-bottom{
	background:url(../../images/bg/bubble.png) bottom left;
	width:139px;
	height:12px;
}

.tip{
	background:url(../../images/bg/bubble_content.png) 12px 12px;
	width:139px;
	height:auto;
}

.tip-title{
	font-weight:bold;
	color:#8dd804;
	padding:0 5px 7px 5px;
}

.tip-text{
	text-align:left;
	color:#fff;
	padding:0 5px;
}


/* PRICING
--------------------------------------------------------- */
.pricing{
	float:left;
	width:100%;
}

.pricing-item{
	float:left;
	background:url(../../images/bg/pricing-item-bg.jpg) repeat-y;
	border-bottom:1px solid #dadada;
	padding:15px 0;
	width:100%;
}

.pricing-name{
	float:left;
	font-weight:bold;
	padding-right:10px;
	width:170px;
}

.pricing-preview{
	float:left;
	text-align:center;
	width:75px;
}

.pricing-cdn, .pricing-usa, .pricing-itl{
	float:left;
	text-align:center;
	padding:0 10px;
	width:70px;
}