@charset "utf-8";
/* CSS Document */

/* =Styling all elements
========================================================================================================*/
* {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
	border: none;
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
.floatleft {
	float: left !important;
}
.floatright {
	float: right !important;
}
abbr {
	cursor: help;
}
acronym {
	cursor: help;
}
/* ----------- Applying clearfix fix for some browsers to use in appropriate places --------- */
.clearfix:after {
	content: ".";
	display: block;
	height:100%;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display: block;
}
/* End hide from IE Mac */
.clear {
	clear:both
}
/*=======================================================*/
/* Body
*********************************************************/
body {
	background:#e8e8e8 url(../images/bg.gif) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
}
.home-body {
	background:#fff url(../images/home-bg-img.gif) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
}
.inner-home-body {
	background:#fff url(../images/inner-bg.gif) left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:18px;
}
.warraper {
	width:944px;
	margin:0 auto;
}
/* Header 
*********************************************************/
#header-home {
	height:140px;
	position:relative;
	background:url(../images/home-header-bg.gif) no-repeat left top;
}
#header-home h1 a {
	position:absolute;
	background:url(../images/logo.gif) no-repeat left top;
	top:39px;
	left:14px;
	height:88px;
	width:331px;
	text-indent:-2000em;
	display:block;
}
#header {
	height:166px;
	position:relative;
	background:url(../images/header-bg.gif) no-repeat left top;
}
#header h1 a {
	position:absolute;
	background:url(../images/logo.gif) no-repeat left top;
	top:39px;
	left:14px;
	height:88px;
	width:331px;
	text-indent:-2000em;
	display:block;
}
.help_number {
	float:right;
	padding-top:5px;
	text-align:right;
	padding-right:5px;
}
.live-chat {
	color:#ffffff;
	font-size:14px;
}
.live-chat span {
	color:#ffcc33;
	font-weight:bold
}
.technical-support {
	font-family: "Myriad Pro";
	font-size:30px;
	padding-top:16px;
	margin-top:25px;
	color:#8f8f8f;  /*line-height:48px; */
	font-weight:bold;
}
.technical-support-24 {
	font-size:14px;
	padding-top:5px;
	color:#a0a0a0;
	border-top:1px #eeeeed solid;
	margin-top:5px;
}
/* Middle Section 
*********************************************************/
.mid-cont-area {
	padding-top:16px;
	padding-bottom:13px;
}
.step1 {
	background:url(../images/step1.gif) no-repeat left top;
	width:316px;
	height:53px;
	float:left;
	font-size:19px;
	line-height:53px;
	text-align:center
}
.step1 a {
	color:#0f0f0f;
}
.step1-hover {
	background:url(../images/step1-hover.gif) no-repeat left top;
	width:316px;
	height:53px;
	float:left;
	font-size:19px;
	line-height:53px;
	text-align:center
}
.step1-hover a {
	color:#0f0f0f;
}
.step2 {
	background:url(../images/step2.gif) no-repeat left top;
	width:313px;
	height:53px;
	float:left;
	font-size:19px;
	line-height:53px;
	text-align:center
}
.step2 a {
	color:#0f0f0f;
}
.step2-hover {
	background:url(../images/step2-hover.gif) no-repeat left top;
	width:313px;
	height:53px;
	float:left;
	font-size:19px;
	line-height:53px;
	text-align:center
}
.step2-hover a {
	color:#0f0f0f;
}
.step3 {
	background:url(../images/step3.gif) no-repeat left top;
	width:315px;
	height:53px;
	float:left;
	font-size:19px;
	line-height:53px;
	text-align:center
}
.step3 a {
	color:#0f0f0f;
}
.step3-hover {
	background:url(../images/step3-hover.gif) no-repeat left top;
	width:315px;
	height:53px;
	float:left;
	font-size:19px;
	line-height:53px;
	text-align:center
}
.step3-hover a {
	color:#0f0f0f;
}
.form-area {
	clear:both;
	padding-top:18px;
}
.form-left-sec {
	width:630px;
	float:left
}
.form-left-sec .title-bar {
	background:url(../images/title-bar.gif) no-repeat left top;
	width:625px;
	height:44px;
	line-height:44px;
	color:#ffffff
}
.form-left-sec .title-bar h1 {
	font-size:20px;
	float:left;
	padding-left:21px;
	font-weight:normal
}
.form-left-sec .title-bar span {
	text-align:right;
	float:right;
	padding-right:16px;
	font-size:12px;
	color:#ff9600
}
.form-left-cont-sec {
	background:url(../images/form-cont-bg.gif) repeat-y left top;
	padding:15px 22px 15px 22px
}
.form-left-cont-sec p {
	padding-bottom:5px;
}
.form-left-cont-sec p span {
	padding-left:10px;
}
.form-left-cont-sec select {
	width:264px;
	height:25px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px
}
.form-left-cont-sec input {
	width:254px;
	height:18px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px
}
.form-left-cont-sec .input-zip{
	width:54px;
	height:18px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px
}
.form-left-cont-sec .input-city{
	width:180px;
	height:18px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px
}
.form-left-cont-sec .select {
	width:262px;
	height:25px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px
}
.form-left-cont-sec .select-small {
	width:100px;
	height:25px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px;
	margin-right:20px;
}
.submit-btn {
	text-align:center;
	padding-top:20px;
}
.pd-left {
	width:290px;
	float:left
}
.pd-left ul {
	padding-left:5px;
	padding-right:40px;
}
.pd-left li {
	background:url(../images/buttlet-img.gif) no-repeat left 5px;
	list-style: none;
	padding-left:25px;
	padding-top:5px;
	margin-bottom:5px;
}
.pd-left li a {
	color:#000000;
}
.pd-right {
	width:260px;
	float:left
}
.pd-right ul {
	padding-left:5px;
	padding-right:20px;
}
.pd-right li {
	background:url(../images/buttlet-img.gif) no-repeat left 5px;
	list-style: none;
	padding-left:25px;
	padding-top:5px;
	margin-bottom:5px;
}
.pd-right li a {
	color:#000000;
}
.form-right-sec {
	float:right;
	width:305px
}
.view-cart-img {
	background:url(../images/view-cart-img.gif) no-repeat left top;
	width:304px;
	height:77px;
	line-height:77px;
}
.view-cart-img h2 {
	padding-left:23px;
	font-size:20px;
	color:#56009a;
	font-weight:normal
}
.view-cart-mid {
	background:url(../images/view-cart-mid-img.gif) repeat-y left top;
	padding:5px 1px 5px 2px
}
.unlimited-concept {
	padding:5px 5px 10px 5px;
	color:#57009d;
	border-bottom:1px #c7c7c7 solid
}
.unlimited-concept-price {
	padding-left:5px;
	padding-right:20px;
	text-align:right;
	color:#57009d
}
.print-package {
	padding:5px 5px 10px 10px;
	color:#57009d;
	border-bottom:1px #c7c7c7 solid
}
.print-package span {
	padding-left:105px
}
.view-cart-total {
	padding:15px 5px 15px 5px;
	background:#fff2df;
	margin-right:1px;
	font-size:20px;
	color:#ff9600;
	font-weight:bold;
	border-bottom:1px #c7c7c7 solid
}
.view-cart-total-price {
	padding-right:20px;
	text-align:right
}
.easy-payment-options {
	background:url(../images/easy-payment-bg.gif) no-repeat left top;
	width:940px;
	height:62px;
	padding:13px 0px 0px 20px;
	font-size:15px;
	font-weight:bold;
	font-family:Tahoma
}
/*logo design page
*******************************/
.describe-project {
}
.describe-project-left {
	width:700px;
	float:left;
	padding-left:21px;
	padding-bottom:15px
}
.describe-project-left h1 {
	font-size:19px;
	color:#0f0f0f;
	padding-bottom:10px;
}
.customer-service {
	float:right;
	padding-bottom:15px;
	padding-right:20px;
	font-size:20px;
	color:#56009a;
	line-height:30px;
}
.logo-design-page {
	width:944px;
	clear:both
}
.logo-design-page .title-bar {
	background:url(../images/logo-design-title-bar.gif) no-repeat left top;
	width:944px;
	height:43px;
	line-height:43px;
	color:#ffffff
}
.logo-design-page .title-bar h1 {
	font-size:20px;
	float:left;
	padding-left:21px;
	font-weight:normal
}
.logo-design-page .title-bar span {
	text-align:right;
	float:right;
	padding-right:16px;
	font-size:12px;
	color:#ff9600
}
.logo-design-page-cont-sec {
	background:url(../images/logo-design-cont-bg.gif) repeat-y left top;
	padding:15px 22px 15px 22px
}
/* Form 
********************************/
form {
	display: inline;
}
label {
	cursor: default;
}
.normal {
	font-weight: normal;
}
.inlineimg {
	vertical-align: middle;
}
.form {
	width:900px;
	margin:0 auto;
	padding-top:20px;
}
.strip {
	height:45px;
	line-height:20px;
	margin-bottom:5px;
}
.strip-small {
	height:35px;
	line-height:20px;
	margin-bottom:5px;
}
.strip-big {
	height:55px;
	line-height:20px;
	margin-bottom:5px;
}
.strip-textarea{
	height:115px;
	line-height:20px;
	margin-bottom:5px;
}
.form label {
	text-align:right;
	width:400px;
	float:left;
	line-height:18px;
}
.form .input {
	width:254px;
	height:17px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px;
	margin-left:10px
}
.form .select-box {
	width:260px;
	height:22px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	margin-left:10px
}
.form .input-big {
	width:254px;
	height:25px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px;
	margin-left:10px
}
.form .input-txtarea {
	width:254px;
	height:35px;
	border:1px #e2d8fb solid;
	background:#f1edfe;
	padding:3px;
	margin-left:10px
}
.form .textarea
{
border:1px #e2d8fb solid; background:#f1edfe; padding:3px; margin-left:10px;

}
.choose-package-head {
	padding-bottom:15px;
	padding-left:21px;
}
.choose-package-head h1 {
	font-size:19px;
	color:#0f0f0f;
}
.choose-package-left-sec {
	width:630px;
	float:left
}
.choose-package-left-sec .title-bar {
	background:url(../images/choose-title-bg.gif) no-repeat left top;
	width:622px;
	height:93px;
	line-height:43px;
	color:#ffffff
}
.choose-package-left-sec .title-bar h1 {
	font-size:20px;
	float:left;
	padding-left:21px;
	font-weight:normal;
	padding-top:8px
}
.choose-package-left-sec .title-bar span {
	text-align:right;
	float:right;
	padding-right:26px;
	font-size:35px;
	color:#ffa200;
	padding-top:5px;
}
.choose-package-left-sec .title-bar h2 {
	clear:both;
	font-size:14px;
	float:left;
	padding-left:23px;
	font-weight:bold;
	color:#000000;
}
.choose-package-left-cont-sec {
	background:url(../images/choose-cont-bg.gif) repeat-y left top;
	padding:15px 22px 0px 22px;
	margin-left:12px;
}
.choose-package-left-bot-cor {
	margin-left:12px;
}
.today-only-section {
	background:url(../images/today-only-box.gif) no-repeat left top;
	width:600px;
	height:244px;
	padding-top:65px;
	padding-left:22px;
}
.today-only-left {
	width:290px;
	float:left
}
.today-only-right {
	width:260px;
	float:left;
	padding-left:13px;
}
.price-box {
	height:50px;
}
.was-price {
	color:#ffde24;
	padding-left:100px;
}
.was-price span {
	font-size:16px;
	text-decoration:line-through
}
.print-package-today {
	color:#ffffff;
	padding-left:10px;
	font-size:18px
}
.print-package-today span {
	font-size:16px;
	color:#ffde24;
	font-weight:normal;
	font-size:18px
}
.today-only-list {
	padding-top:8px;
	padding-left:25px;
}
.today-only-list ul {
	height:145px
}
.today-only-list li {
	background:url(../images/arrow-img.gif) no-repeat left 5px;
	padding-left:10px;
	list-style:none;
	padding-bottom:8px;
	line-height:15px;
}
.today-only-list li a {
	color:#000000
}
.add-to-cart-sec {
	padding-left:10px;
	float:left;
	font-size:18px;
	font-family:"Myriad Pro";
	color:#ffde24;
}
.learn-more-btn {
	float:right;
	padding-right:20px;
	padding-top:6px;
}
/* Footer
**********************************/
.footer {
	background:#4f008f url(../images/footer-bg.gif) repeat-x left top;
}
.footer-area {
	width:994px;
	margin:0 auto;
	color:#FFFFFF;
	padding-top:22px;
	padding-bottom:22px;
}
.footer-link {
	font-size:12px;
	float:left;
	width:620px
}
.footer-link a {
	color:#ffffff;
	padding-left:20px;
}
.copyright {
	float:right;
	padding-right:10px;
}
/* Top menu Section
**********************************/
.top-menu {
	clear:both;
	padding-left:360px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	height:38px;
}
.top-menu a {
	color:#612f88;
	padding-left:12px;
	padding-right:12px;
	font-weight:bold;
	padding-bottom:20px;
	position:relative;

}
.top-menu a:hover {
	background:url(../images/menu-arrow.gif) no-repeat center bottom;
}
/* Unlimited Logo Section
**********************************/
.unlimited-logo-sec {
	clear:both;
	padding-top:19px;
	padding-left:35px;
	width:560px;
	float:left
}
.unlimited-logo-txt {
	float:left;
	padding-top:15px;
}
/*.99-discount-tag{ margin-top:10px; background:url(../images/99-discount-tag.png) no-repeat left top; position:absolute; left:10px; top:-20px; height:20px; z-index:-1000}*/

/* Sample Logo Section
**********************************/
.sample-logo-sec {
	float:right;
	padding-top:17px;
}
.home-cont {
	padding-bottom:0px;
}
.home-cont-left {
	width:775px;
	float:left;
}
.home-cont-home {
	background:url(../images/home-cont-bg.gif) no-repeat left top;
	height:410px;
	clear:both
}
.home-box-left {
	float:left;
	width:417px;
}
.home-box {
	height:89px;
}
.home-box h2 {
	padding-left:83px;
	padding-top:12px;
}
.home-box p {
	padding-left:83px;
	padding-top:5px;
	font-size:12px;
	line-height:16px
}
.home-box-last {
	height:82px;
}
.home-box-last h2 {
	padding-left:83px;
	padding-top:12px;
}
.home-box-last p {
	padding-left:83px;
	padding-top:5px;
	font-size:12px;
	line-height:16px
}
.home-box-right {
	float:left;
	padding-top:267px;
	padding-left:70px
}
.home-cont-right {
	float:left
}
.sample-logo-bg {
	background:url(../images/sample-logo-bg.gif) no-repeat left top;
	height:415px;
	padding-top:20px
}
.sample-logo-bg div {
	padding-top:5px;
	padding-bottom:10px;
}
.home-pay-option {
	width:944px;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:20px;
}
/* Inner Section
**********************************/
.inner-top-sec {
}
.top-left {
	float:left;
	width:640px
}
.top-right {
	float:left;
}
.faq-head {
	color:000000;
	padding-left:27px;
	padding-bottom:28px;
}
.faq-head h3 {
	font-size:19px;
	padding-bottom:5px;
}
.faq-head p {
	font-size:12px
}
.faq-head p a {
	color:#ff8400;
	text-decoration:underline
}
.faq-left {
	width:645px;
	float:left
}
.faq-exp-area {
	background:url(../images/expand-title-bg.gif) no-repeat left top;
	width:641px;
	height:38px;
}
.faq-exp-area h2 {
	font-size:14px;
	font-weight:bold;
	color:#56009a;
	line-height:38px;
	padding-left:45px;
	width:500px;
	float:left
}
.faq-exp-area span {
	float:right;
	padding-top:5px;
	padding-right:10px;
}
.faq-exp-area-inactive {
	background:url(../images/expand-title-bg-inactive.gif) no-repeat left top;
	width:641px;
	height:38px;
}
.faq-exp-area-inactive h2 {
	font-size:14px;
	font-weight:bold;
	color:#56009a;
	line-height:38px;
	padding-left:45px;
	width:500px;
	float:left
}
.faq-exp-area-inactive span {
	float:right;
	padding-top:5px;
	padding-right:10px;
}
.faq-exp-cont {
	padding-right:30px;
}
.faq-exp-cont ul {
	padding-left:13px;
	list-style:none;
	padding-bottom:20px;
	padding-top:20px;
}
.faq-exp-cont li {
	background:url(../images/faq-arrow.gif) no-repeat left 5px;
	padding-left:15px;
}
.faq-right {
	float:left;
	padding-left:8px;
}
.customer-service-sec {
	background:url(../images/customer-service-mid.gif) repeat-y left top;
	padding-left:20px;
	padding-right:10px;
	width:258px
}
.customer-service-sec h3 {
	font-size:20px;
	color:#4f008f;
	padding-top:20px;
}
.customer-service-sec p {
	font-size:12px;
	padding-top:10px;
	padding-right:10px;
}
.customer-service-sec p input {
	width:245px;
	height:24px;
	border:1px #e2d8fc solid;
	background-color:#f1ecff
}
.customer-service-sec p textarea {
	width:245px;
	height:82px;
	border:1px #e2d8fc solid;
	background-color:#f1ecff
}
.boder-line {
	border-bottom:1px solid #e1e1e2;
	height:12px;
}
.contact-left {
	float:left;
	width:302px;
}
.contact-right {
	float:left;
	width:641px
}
.contact-head {
	color:000000;
	padding-left:7px;
	padding-bottom:28px;
}
.contact-head h3 {
	font-size:19px;
	padding-bottom:5px;
	padding-top:5px
}
.contact-head p {
	font-size:12px
}
.contact-head p a {
	color:#ff8400;
	text-decoration:underline
}
.contact-box {
	background:url(../images/contact-form-bg.gif) no-repeat left top;
	width:641px;
	height:404px;
	padding-top:20px;
}
.contact-box p {
	font-size:12px;
	padding-top:7px;
	padding-right:10px;
	padding-left:35px;
	padding-right:40px;
}
*html .contact-box p {
	font-size:12px;
	padding-top:6px;
	padding-right:10px;
	padding-left:35px;
	padding-right:40px;
}
.contact-box p input {
	width:360px;
	height:24px;
	border:1px #e2d8fc solid;
	background-color:#f1ecff
}
.contact-box .submit_contact{

	border:1px #e2d8fc solid;
	background-color:#f1ecff;
	width:110px;
	height:35px;
}
.customer-service-sec .submit_contact{
	border:1px #e2d8fc solid;
	background-color:#f1ecff;
	width:110px;
	height:35px;
}
.contact-box p textarea {
	width:562px;
	height:85px;
	border:1px #e2d8fc solid;
	background-color:#f1ecff
}
.red {
	color:#FF0000
}
.samples-left {
	width:645px;
	float:left;
	padding-left:3px;
}
.samples-left-cont-area {
	background:url(../images/sample-page-cont-bg.gif) repeat-y left top;
	padding:10px 20px 10px 10px
}
.pagination {
	padding-top:5px;
	padding-bottom:5px;
	color:#56009a
}
.pagination a {
	padding-right:8px;
	color:#56009a;
	text-decoration:underline;
}
.pagination a:hover {
	padding-right:8px;
	color:#fda100;
	text-decoration:underline
}
.bodr-bot {
	border-bottom:1px #e1e1e2 solid;
}
.bodr-top {
	border-top:1px #e1e1e2 solid;
}
.sample-logos {
	padding-top:10px;
	padding-bottom:10px;
	clear:both
}
.sample-logos div {
	float:left;
	width:180px;
	padding-right:10px;
	padding-left:15px;
}
.sample-logos div img {
	border:1px #dcdbdc solid
}
.customer-service-sec h4 {
	font-size:18px;
	color:#fda100;
	padding-top:20px;
}
/* collapsible price contents*/
.arrowlistmenu {
	width: 180px; /*width of accordion menu*/
}
h3 {
	/*text-indent:20px;*/
	color:black;
}
.value-txt {
	color:#b30000;
}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	color: #4f008f;
	background: url(../images/expand-title-bg-inactive.gif) no-repeat left top;
	height:38px;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	line-height:30px;
	/*header text is indented 10px*/
cursor: pointer;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	font-size:14px;
	font-family:Arial;
	padding-left:45px;
	padding-right:0;
	padding-top:4px;
	padding-bottom:4px
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/expand-title-bg.gif);
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a {
	color: #666666;
	background: url('arrowbullet.png') no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	padding-right:0;
	padding-top:2px;
	padding-bottom:2px
}
.categoryitems {
	font-family: Arial, Verdana;
	color:#666666;
	font-weight:normal;
	font-size:12px;
	line-height:18px;
	padding-left:20px;
	padding-bottom:20px;
}
.arrowlistmenu ul li a:visited {
	color: #666666;
}
.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #666666;
	background-color: #F3F3F3;
}
/* Feature products 
*******************************/
#content {
	width:635px;
	position:relative;
} /*----- Main Conatent -----*/
#left_tab {
	position:absolute;
	top:10px;
	left:0;
	width:274px;
}
#left_tab li {
	list-style:none;
	width:274px;
	height:60;
	margin-bottom:1px;
}
*:first-child+html #left_tab li {
	margin-bottom:-3px;
}
#left_tab li a {
	height:60px;
	display:block;
}
#left_tab li a span {
	display:none;
}

#left_tab li a:hover, .tabs.active {
	background-position:left bottom !important;
}
.active a {
	background-position:left bottom !important;
}
.right_box-features {
	float:right;
	width:384px;
	background:url(../images/content-bg.gif) repeat-y 0 0;
}
.right_box_bottom {
	background:url(../images/cbottom.gif) no-repeat left bottom;
}
.right_box_content-feature {
	background:url(../images/ctop.gif) no-repeat 0 0;
	padding:30px 25px 32px 33px;
	min-height:585px;
}
.right_box_content-feature p {
	padding:12px 0;
	line-height:18px;
	color:#4F008F;
}
*html .right_box_content-feature {
	padding-bottom:13px;
	height:625px;
}
/*----- Right Tabs -----*/
#logo-concepts a {
	background:url(../images/logo-concepts.jpg) no-repeat 0 0;
}
#logo-revisions a {
	background:url(../images/logo-revisions.jpg) no-repeat 0 0;
}
#fiveinhouse-designers a {
	background:url(../images/fiveinhouse-designers.jpg) no-repeat 0 0;
}
#first3ready a {
	background:url(../images/first3ready.jpg) no-repeat 0 0;
}
#project-manager a {
	background:url(../images/project-manager.jpg) no-repeat 0 0;
}
#one-single-flat-rate a {
	background:url(../images/one-single-flat-rate.jpg) no-repeat 0 0;
}
#multiple-files a {
	background:url(../images/multiple-files.jpg) no-repeat 0 0;
}
#extraordinary_reputation a {
	background:url(../images/extraordinary_reputation.jpg) no-repeat 0 0;
}
#copyright-logo a {
	background:url(../images/copyright-logo.jpg) no-repeat 0 0;
}
#money-back-guarantee a {
	background:url(../images/money-back-guarantee.jpg) no-repeat 0 0;
}
/*How to work section
*******************************/
#content-how-to {
	width:943px;
	position:relative;
}
#left-tab {
	position:absolute;
	top:15px;
	left:0;
	width:274px;
}
#left-tab li {
	list-style:none;
	width:274px;
	height:60;
	line-height:60px;
	margin-bottom:2px;
}
#left-tab li a {
	height:60px;
	display:block;
	padding-left:20px;
	color:#56009b;
	line-height:60px;
	font-weight:700;
}
#left-tab li a span {
	color:#000;
}
/* close by erwindraft
.tab_content {
	display:none;
}
*/
#left-tab li a:hover, .tabs.active {
	background:url(../images/sidebar-hvr.jpg) no-repeat 0 0;
}
.active a {
	background:url(../images/sidebar-hvr.jpg) no-repeat 0 0;
}
.right_box {
	float:right;
	width:693px;
	background:url(../images/content-bg.jpg) repeat-y 0 0;
}
.right_box_bottom {
	background: url(../images/cbottom.gif) no-repeat left bottom;
}
.right_box_content {
	background:url(../images/ctop.jpg) no-repeat 0 0;
	padding:30px 25px 32px 38px;
	min-height:250px;
}
.right_box_content p {
	padding:12px 0;
	line-height:18px;
}
* html .right_box_content {
	padding-bottom:13px;
	height:250px;
}
.image {
	float:left;
	width:auto;
	margin:0 15px 5px 0;
}
.logo-bg {
	background:url(../images/logo_bg.gif) no-repeat 0 0;
	width:496px;
	height:97px;
	padding:30px 0 0 10px;
}
.logo-bg img {
	margin-right:10px;
	display:inline-block;
}
.logo-bg {
	background:url(../images/logo_bg.gif) no-repeat 0 0;
	width:496px;
	height:97px;
	padding:30px 0 0 10px;
}
.logo-bg img {
	margin-right:10px;
	display:inline-block;
}
/**:first-child+html #left-tab li { margin-bottom:-3px;}*/


#movedown_draft
{
margin-top:-6px;
}
.logo
{
padding-top:10px;
}
.pagination .selected
{
font-weight:bold;
color:#000000;
text-decoration:none;
}

/*float
*/
#float_container {
float:left;
height:auto;
margin:0 0 0 5px;
padding-top:0;
position:relative;
width:256px;
}