@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
img {
	border: none;
}
a {
	color:#466ec6;
	text-decoration: none;
}
body {
	background-color:#040f27;
	font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#333;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	min-height:22px;
}
.center {
	width:940px;
	margin: 0 auto;
}
.left {
	float:left;
}
.right {
	float: right;
}
.orange {
	color: #fa6121;
}
.blue {
	color:#466ec6;
}
.a-center {
	text-align:center;
}
.input-text {
	border:solid 1px #bcbcbc;
	border-top:solid 1px #848484;
	padding:4px;
}
#header {
	width: 100%;
	float:left;
	background:#fff url(../images/bg-header.gif) repeat-x left bottom;
	min-height: 110px;
}
#logo {
	float:left;
	padding-top:15px;
	margin-left:-15px;
	display:inline;
}
#header-right {
	padding: 20px 0 0 360px;
	text-align:right;
}
#tel {
	font-size: 12px;
	font-weight:bold;
	padding-bottom:20px;
}
#tel span {
	color:#fb7d2a;
}


#tel span div
{
    display:inline
}


#nav li {
	display: inline;
	font-size: 16px;
	font-weight: bold;
}
#nav li a {
	display:inline-block;
	padding-right:7px;
	background-repeat:no-repeat;
	background-position:right bottom;
	cursor:pointer;
}
#nav li a span {
	display: inline-block;
	line-height:30px;
	padding-left:7px;
	background-position:left top;
}
#nav li:hover a, #nav li:hover a span, #nav li.current a, #nav li.current a span {
	background-image:url(../images/bg-nav.gif);
	color:#fff;
}
/**************Home************/
#banner {
	width:100%;
	float:left;
	background: #142d66 url(../images/bg-banner.gif) repeat-x 0 0;
}
#banner-content {
	width:100%;
	float:left;
	background: url(../images/bg-banner-content.png) no-repeat left top;
	padding:50px 45px 5px 0;
	min-height:390px;
}
#banner-left {
	width:390px;
	float:left;
}
#banner-left h1 {
	padding-bottom: 15px;
    color:#fff;
    font-size:30px;
    text-shadow: 1px 1px 3px #000; 
}




#buttonbox {
	background:url(../images/bg-buttonbox.png) no-repeat left top;
	padding:25px 120px 25px 25px;
	min-height:160px;
	margin-left:-5px;
	font-size:18px;
	font-weight:bold;
}
#buttonbox p {
	margin-bottom: 14px;
}
#banner-right {
	float: right;
	width:460px;
	display:inline;
}


#banner-right h1 {
	padding-bottom: 15px;
    color:#fff;
    font-size:25px;
    text-shadow: 1px 1px 3px #000; 
}


#demo {
	width:460px;
	height:260px;
}
#demo-tabs {
	position:relative;
	float:right;
}
#demo-tabs ul {
	position:absolute;
	right:-42px;
	top:0;
	width:42px;
}
#demo-tabs li {
	font-size:24px;
	text-shadow:0 2px 2px #172648;
	font-weight:bold;
	width:37px;
	line-height:36px;
	padding-right:5px;
	float:left;
	height:41px;
	text-align:center;
	background: url(../images/bg-tab.png) no-repeat left bottom;
}
#demo-tabs li a { padding: 0 5px;}
#demo-tabs li:hover, #demo-tabs li.ui-tabs-selected {
	background-position: left top;
}
#demo-tabs li:hover a, #demo-tabs li.ui-tabs-selected a {
	color:#fff;
}
.ui-tabs-hide {
	display: none;
}
#startbutton {
	text-align:center;
	padding-top:15px;
}
#steps {
	width:100%;
	float:left;
	background: url(../images/bg-steps.gif) repeat-x 0 0;
	min-height:80px;
}
#steps-content {
	background: url(../images/bg-steps-content.gif) no-repeat center top;
	width:103%;
	float:left;
}
#steps h2 {
	float:left;
}
#steps ul {
	padding-left:240px;
}
#steps li {
	float:left;
	padding-top: 18px;
	padding-left:20px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	width:222px;
}
#steps li:first-child {
	padding-left: 0;
}
.step-num {
	background: url(../images/bg-step.png) no-repeat 0 0;
	width:34px;
	height:33px;
	padding-bottom:2px;
	text-align: center;
	line-height:33px;
	margin: 0 9px 9px 0;
	float:left;
	font-size:18px;
	color:#fff;
	text-shadow: 1px 1px 1px #7d3411;
	font-weight:bold;
}


.step-num2 {
	background: url(../images/bg-step2.png) no-repeat 0 0;
	width:34px;
	height:33px;
	padding-bottom:2px;
	text-align: center;
	line-height:33px;
	margin: 0 9px 9px 0;
	float:left;
	font-size:18px;
	color:#fff;
	text-shadow: 1px 1px 1px #7d3411;
	font-weight:bold;
}


#middle {
	width:100%;
	float:left;
	background: #fff url(../images/bg-features.gif) repeat-x left top;
}
#middle-content {
	background: url(../images/bg-features-content.gif) no-repeat center top;
	padding:20px 0 0;
	width:100%;
	float:left;
}
#features h3, #testimonials h3 {
	margin-bottom:20px;
	text-align:center;
	color:#152a59;
	font-size:30px;
	line-height:0.8em;
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
}
#features li {
	width: 293px;
	float:left;
	padding-left:30px;
	font-size:14px;
	min-height:70px;
	padding-bottom:30px;
}
#features li.first {
	padding-left:0;
}
div.icon {
	float:left;
}
div.feature-item {
	margin-left:50px;
}
div.feature-item h4 {
	font-size: 14px;
	text-transform:uppercase;
	margin-bottom:3px;
}
#testimonials {
	width:100%;
	float:left;
	background: #fff url(../images/bg-testimonials.gif) no-repeat center top;
	padding: 20px 0;
	min-height:130px;
}
#testimonials-content {
	width:780px;
	float:left;
	margin-left:80px;
	display:inline;
}
#testimonials-content li {
	width:780px;
	float:left;
	clear:both;
	min-height:80px;
}
#buttonBar {
	background: #3f62af url(../images/bg-button-bar.gif) repeat-x 0 0;
	border-bottom: solid 1px #4f6fb7;
	width:100%;
	float:left;
	text-align:center;
}
#footer {
	width:100%;
	float:left;
	background: url(../images/bg-footer.gif) repeat-x left top;
	color:#2a4583;
	font-weight:bold;
	padding: 25px 0;
}
#controls {
	width:100%;
	float:left;
	position:relative;
}
#prevBtn, #nextBtn {
	background-image:url(../images/btn-arrows.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:20px;
	width:32px;
	height:32px;
	overflow:hidden;
}
#prevBtn a, #nextBtn a {
	display:block;
	padding-top:32px;
}
#prevBtn {
	left:25px;
	background-position: left top;
}
#nextBtn {
	right: 25px;
	background-position: right top;
}
.customer-portrait {
	float:left;
}
.customer-says {
	background: url(../images/bg-testimoniol-tp.gif) no-repeat right top;
	width:645px;
	padding-left: 40px;
	float:right;
}
.testimonial-content {
	padding: 10px 12px;
	background: url(../images/bg-testimoniol-bt.gif) no-repeat right bottom;
	min-height:45px;
	width:621px;
	float:left;
}
.audio {
	float:left;
	width:60px;
	padding:11px 15px 10px;
	background: url(../images/bg-audio-player.gif) no-repeat 0 0;
	height:30px;
}
.customer-says p {
	padding-left: 105px;
}
.customer-says p.first {
	font-size:20px;
	color:#3f61af;
	font-weight: bold;
	margin-bottom:5px;
}
.customer-says a {
	text-decoration:underline;
}
/*********Design gallery**********/
#page-title {
	width:100%;
	float:left;
	background: #406aca url(../images/bg-page-title.gif) repeat-x left bottom;
	border-top: solid 1px #4e75ce;
}
#page-title-content {
	width:100%;
	float:left;
	background: url(../images/bg-glow.png) no-repeat center top;
	padding:30px 0;
}
#page-title h1 {
	font-size:40px;
	color:#fff;
	text-shadow:2px 2px 2px #192b54;
	float:left;
	line-height:0.8em;
	padding-top:30px;
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
}
#page-title .right a {
	margin-left:10px;
}
#page-intro {
	padding-bottom:55px;
	font-size:14px;
	min-height:110px;
	background-repeat:no-repeat;
	background-position: center bottom;
	padding-right:60px;
}
#page-intro p {
	line-height:1.4em;
}
#page-intro li {
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:24px;
	padding-top:5px;
	font-weight:bold;
	background: url(../images/icon7.png) no-repeat left 5px;
	padding-left:40px;
	color:#4872d0;
	margin-top:7px;
	line-height:1.2em;
}
#page-intro h2 {
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:24px;
	line-height:1em;
	margin: 0 0 25px;
}
#design-gallery {
	width:780px;
	float:left;
	margin: 10px 80px;
	display:inline;
	background: url(../images/bg-design-gallery.gif) no-repeat left top;
	padding-bottom:20px;
}
#design-gallery-content {
	width:718px;
	float:left;
	margin:40px 31px;
	display:inline;
	min-height:390px;
}
#design-gallery-content li {
	width:718px;
	float:left;
}
#design-gallery-content li a {
	margin: 0 7px 15px;
	float:left;
}
#design-gallery-content li img {
	background: url(../images/bg-gallery-img.png) no-repeat center top;
	padding:5px 7px 9px;
}
#l-btn, #r-btn {
	position: absolute;
	top:205px;
	width:60px;
	height:60px;
}
#l-btn a, #r-btn a {
	display: block;
	height:0;
	padding-top:60px;
	overflow:hidden;
}
#l-btn {
	background: url(../images/l-btn.gif);
	left:-80px;
}
#r-btn {
	background: url(../images/r-btn.gif);
	right:-80px;
}
/********Features**********/
#features-page {
	width:100%;
	float:left;
	background: url(../images/bg-two-columns.gif) repeat-y center top;
	padding-bottom:30px;
}
#features-left {
	width:620px;
	padding-right:20px;
	float:left;
	font-size:14px;
	line-height:1.4em;
}
#features-page h2 {
	font-size:24px;
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
	margin-bottom:20px;
}
.box {
	width:100%;
	float:left;
	padding-bottom:20px;
}
.box2 {
	width:100%;
	float:left;
	padding-bottom:5px;
}
.olist {
	padding-left:25px;
}
.olist li {
	width:100%;
	float:left;
	margin-bottom:15px;
}
.olist .feature-item {
	padding-bottom:15px;
	border-bottom: solid 1px #e0e0e0;
}
.olist li.last .feature-item {
	border-bottom: none;
	padding-bottom:0;
}
.uppercase {
	text-transform:uppercase;
}
.ulist {
	padding: 20px 25px;
}
.ulist li {
	list-style: disc;
	list-style-position: inside;
}
img.icon {
	vertical-align:text-bottom;
}
.faq-head {
	cursor:pointer;
	color:#466EC6;
	text-decoration:underline;
	background: url(../images/icon8.gif) no-repeat left center;
	padding:8px 0 8px 35px;
}
.faq-list {
	display: none;
}
.faq-list dt {
	font-weight:bold;
	background: url(../images/letter-q.gif) no-repeat left 3px;
	padding-left:25px;
	padding-bottom:10px;
	color:#466EC6;
	cursor:pointer;
}
.faq-list dt:hover {
	text-decoration: underline;
}
.faq-list dd {
	padding-left: 25px;
	padding-bottom:15px;
	display:none;
}
#features-right {
	width:260px;
	margin-right:10px;
	float:right;
	display: inline;
}
#features-right h3 {
	margin-bottom:15px;
	text-align:center;
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:18px;
}
#features-right h3 img {
	vertical-align:text-bottom;
}
#screenshots li {
	float:left;
	margin: 0 0 16px 16px;
	display:inline;
}
#screenshots li.first {
	margin-left:0;
}
.bg-frame {
	width:260px;
	float:left;
	background: url(../images/shadowbox-md.gif) repeat-y 0 0;
}
.bg-frame .content {
	width: 220px;
	float:left;
	padding:10px 20px;
}
#top5benefits li {
	font-size:14px;
	font-weight:bold;
	background: url(../images/star.gif) no-repeat left 0;
	padding-left:22px;
	margin-top:15px;
}
#top5benefits li:first-child {
	margin-top:0;
}
#what-you-get li {
	font-size:14px;
	font-weight:bold;
	padding-left:45px;
	margin-top:15px;
}
#what-you-get li#do-not-have {
	margin-top:0;
	background:url(../images/icon9.gif) no-repeat left center;
	padding:8px 0 8px 45px;
}
#what-you-get li#daily-backup {
	background:url(../images/icon10.gif) no-repeat left center;
	padding:8px 0 8px 45px;
}
#what-you-get li#anti-virus {
	background:url(../images/icon_web_security.gif) no-repeat left center;
	padding:8px 0 8px 45px;
}
#what-you-get li#support {
	background:url(../images/icon12.gif) no-repeat left center;
		padding:8px 0 8px 45px;
}
/*******Order Now********/
#order-page {
	width:100%;
	float:left;
	background: #fff url(../images/bg-orderpage.gif) repeat-x left top;
	border-top:solid 1px #fff;
}
#order-page-content {
	width:100%;
	float:left;
	background: url(../images/bg-order-sidebar-md.gif) repeat-y right top;
	padding-bottom:35px;
}
#order-main {
	margin-top:35px;
	width:680px;
	float:left;
}
#order-sidebar {
	width:220px;
	float:right;
}
#order-sidebar h3 {
	text-align:center;
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:18px;
	background:url(../images/bg-sidebar-sd.gif) no-repeat center bottom;
	padding-bottom:15px;
	margin-bottom:15px;
}
#plans-include li {
	width:180px;
	float:left;
	padding: 0 20px;
	margin:5px 0 10px;
	font-weight:bold;
}
#plans-include li img {
	float:left;
}
#plans-include li span {
	display: block;
	padding-left:25px;
}
#mini-contact {
	width:146px;
	margin: 0 20px;
	display:inline;
	padding:17px;
	background: url(../images/bg-mini-contactbox.gif);
	height:41px;
	float:left;
	font-weight:bold;
	color:#C00;
}
#mini-contact strong {
	font-size:18px;
	color:#466ec6;
	line-height:1.5em;
}


.notice {
	background: url(../images/bg-gradient2.gif) repeat-y center bottom;
	width:100%;
	float:left;
	padding-bottom:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	padding-top:10px;
	text-align:center;
}
	
	
.notice2 {
	background: url(../images/bg-gradient2.gif) repeat-y center bottom;
	width:100%;
	float:left;
	padding-bottom:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	padding-top:15px;
	text-align:center;
}


}
#plans-content {
	width:680px;
	float:left;
	background: url(../images/bg-plansbox-md.png) repeat-y left bottom;
	margin-bottom:15px;
}
#plans-content ul {
	min-height: 250px;
	padding-bottom:15px;
}
#starter-plan, #ecommerce-plan {
	width:210px;
	float:left;
	text-align:center;
	padding-bottom:15px;
}
#starter-plan h2, #ecommerce-plan h2 {
	font-size:24px;
	background: url(../images/line-starter.gif) no-repeat left bottom;
	padding-bottom:10px;
	margin-bottom:10px;
}
#starter-plan h2 span, #professional-plan h2 span, #ecommerce-plan h2 span {
	display:block;
}
#starter-plan h2 span.price, #ecommerce-plan h2 span.price {
	font-size:20px;
	font-weight:normal;
}
#starter-plan h2 span.intro, #ecommerce-plan h2 span.intro {
	font-size: 14px;
	color:#466ec6;
	padding-top:5px;
	text-transform:uppercase;
}
#starter-plan li, #professional-plan li, #ecommerce-plan li {
	font-weight: bold;
	padding-bottom:10px;
}
#starter-plan li span, #professional-plan li span, #ecommerce-plan li span, #plans-content a {
	color:#fa6121;
}
#professional-plan {
	width:250px;
	padding:0 5px;
	float:left;
	text-align:center;
	margin-top:-10px;
}
#professional-plan h2 {
	font-size: 30px;
}
#professional-plan h2 span.price {
	font-size: 24px;
	font-weight:normal;
}
#professional-plan h2 span.intro {
	font-size: 18px;
	background-color:#fffc91;
	text-transform:uppercase;
	border-bottom: solid 1px #f0d2b5;
	color:#466ec6;
	padding: 6px 0 4px;
	margin: 10px 0 15px;
}
#professional-plan li {
	font-size:14px;
}
#ecommerce-plan h2 {
	background-image:url(../images/line-ecommerce-plan.gif);
}
#plans-content a:hover {
	text-decoration: underline;
}
/**************Contact****************/
#contactDiv {
	width:600px;
	float:left;
	margin-top:35px;
	height:442px;
	background: url(../images/bg-contactform.gif);
	padding: 0 40px 40px;
	font-size:14px;
	line-height:1.4em;
}

#contactDiv2 {
	width:600px;
	float:left;
	margin:35px 0 20px;
	height:342px;
	background: url(../images/bg-contactform-sm.gif) no-repeat;
	padding: 0 40px 40px;
	font-size:18px;
	line-height:1.4em;
}



#contactDiv h3 {
	margin-left:-20px;
}
#contactDiv form {
	margin-top:25px;
}
#contactDiv .input-box {
	width:260px;
}
#contactDiv label {
	display: block;
	padding-bottom:5px;
	clear:both;
}
#contactDiv input[type=text] {
	border:solid 1px #bcbcbc;
	border-top:solid 1px #848484;
	padding:4px;
	width:250px;
	margin-bottom:15px;
}
#contactDiv textarea {
	border:solid 1px #bcbcbc;
	border-top:solid 1px #848484;
	padding:4px;
	width:590px;
	margin-bottom:15px;
	height:115px;
}
#contactDiv select {
	width:260px;
}
#contactInfo li {
	font-size:13px;
	padding-bottom:20px;
	width:190px;
	float:left;
	padding:0 0 20px 20px;
	line-height:1.35em;
}
#contactInfo li img {
	float:left;
	margin-top:2px;
}
#contactInfo li span {
	padding-left:22px;
	display:block;
}
#usefull-links {
	background: url(../images/line-links.gif) no-repeat left top;
	width:190px;
	padding: 0 20px;
	line-height:1.35em;
	font-size:13px;
	font-weight:bold;
}
#usefull-links li {
	padding-top: 20px;
}
#usefull-links li img {
	margin-right:5px;
	vertical-align:text-bottom;
}
/********Checkout********/
#checkout-page {
	padding: 35px 0;
	width:100%;
	float:left;
}
#checkout-page h2 {
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:24px;
	margin-bottom:25px;
}
#checkout-page h3 {
	font-size:18px;
	line-height:35px;
	margin-bottom:10px;
}
#checkout-left {
	width:640px;
	float:left;
	padding-bottom:25px;
}
#checkout-right {
	width:240px;
	float:right;
}
#domain-option {
	background: url(../images/bg-domain-option.gif) no-repeat 0 0;
	width:600px;
	height:122px;
	padding:20px;
	font-size:14px;
	font-weight:bold;
}
#domain-option li {
	float:left;
	width:560px;
	padding:10px 0 0 40px;
}
#optional-service {
	width: 600px;
	float:left;
	padding:20px;
	line-height:1.4em;
}
#optional-service dl {
	margin-top: 15px;
}
#optional-service dt {
	font-weight:bold;
	color:#466ec6;
	border-bottom: solid 1px #e3e3e3;
	padding:7px 0;
	padding-left:30px;
	background-image: url(../images/arrow-r.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	cursor:pointer;
}
#optional-service dt.open {
	background-image:url(../images/arrow-b.gif);
}
#optional-service dd {
	padding: 15px 20px;
	display:none;
}
#optional-service dd a {
	font-weight:bold;
}
#optional-service dd .ulist {
	padding-left:0;
	padding-top:5px;
}
#optional-service dd p, #optional-service dd div {
	margin-bottom: 15px;
}
#optional-service dd input[type=checkbox] {
	width: 14px;
	margin-left:-16px;
}
#billing-preference {
	background: url(../images/bg-billing-preference.gif) no-repeat left top;
	width:200px;
	min-height:122px;
	float:left;
	padding:20px;
}
#pref-anounce {
	background: url(../images/bg-billing-preference-2.png) no-repeat left bottom;
	width:141px;
	margin:0 auto;
	border-top:solid 1px #fffecd;
	font-size:11px;
	font-weight:bold;
	padding: 10px 20px 25px;
	text-align:center;
	margin-top:15px;
	line-height:1.5em;
}
#pref-anounce h4 {
	color:#fa6121;
	font-size:14px;
	margin-bottom:5px;
}
#top-features {
	width:211px;
	padding: 15px 15px 25px;
	background: url(../images/bg-features-2.png) no-repeat left bottom;
	border-top: solid 1px #fffecd;
	font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size:14px;
}
#top-features li {
	background: url(../images/icon14-new2.gif) no-repeat left 3px;
	padding-left:30px;
	padding-bottom:4px;
}
#cart table {
	margin-top:15px;
}
#cart thead th {
	background: url(../images/bg-cart-thead-m.gif) repeat-x;
	height:29px;
	border-right: solid 1px #c6cedd;
	border-left:solid 1px #fff;
	vertical-align:middle;
	padding-left:10px;
	text-align:left;
	color:#466ec6;
	font-size:14px;
}
#cart thead th.first {
	background: url(../images/bg-cart-thead-l.gif) no-repeat left;
	width:255px;
	border-left:none;
	padding-left:15px;
}
#cart thead th.last {
	background: url(../images/bg-cart-thead-r.gif) no-repeat right;
	padding-right:3px;
	width:230px;
	border-left:solid 1px #fff;
	border-right:none;
	color:#333;
}
#cart tbody td {
	padding: 10px;
	text-align:left;
	vertical-align:top;
}
#cart tbody td.first {
	background: url(../images/bg-cart-tbody-l.gif) repeat-y left;
	padding-left:15px;
}
#cart tbody td.last {
	background: url(../images/bg-cart-tbody-r.gif) repeat-y right;
}
#cart tbody td td {
	padding: 2px;
}
#cart tbody td td.last {
	text-align:right;
	background:none;
}
#cart tbody td tfoot td {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
}
#cart fieldset {
	width:450px;
	margin-bottom:20px;
	border:none;
	background:url(../images/bg-contact-information-md.gif) repeat-y;
}
#cart fieldset .content {
	width:410px;
	float:left;
	padding:0 20px;
}
#cart fieldset .content li {
	width:100.8%;
	float:left;
	padding:5px;
	margin-left:-5px;
}
#cart fieldset .content li label {
	width:130px;
	padding-right:25px;
	text-align:right;
	display:inline-block;
	float:left;
	padding-top:4px;
	font-weight:bold;
}
#cart fieldset .content li .input-text {
	width:245px;
}
#cart fieldset .content li .name {
	width:116px;
	float:left;
	margin-right:3px;
}
#cart fieldset .content li .icon {
	vertical-align:middle;
	margin:0 3px;
}
#cart .box .left p {
	margin-bottom:10px;
}
#cart fieldset#how-hear select {
	width:200px;
	margin-left:45px;
}
#cart fieldset#payment-info p {
	padding-left:45px;
	padding-bottom:10px;
}
#order-total {
	background: url(../images/bg-total.gif) no-repeat left top;
	width:414px;
	height: 120px;
	padding:20px;
}
#total-price {
	font-size:18px;
	font-weight:bold;
	margin:12px 0;
	padding:0 5px
}
#total-price span {
	margin-left:30px;
}
.clear {
	width:100%;
	height:10px;
	float:left;
}
.see-included {
	color:#466EC6;
	cursor:pointer;
	font-weight:bold;
}
.hide {
	display:none;
}
.tl, .tr, .bl, .br {
	position: absolute;
	width: 5px;
	height: 5px;
	display: none;
}
.tl {
	top: 0;
	left: 0;
	background: url(../images/corner-topleft.jpg);
}
.tr {
	top: 0;
	right: 0;
	background: url(../images/corner-topright.jpg);
}
.bl {
	bottom: 0;
	left: 0;
	background: url(../images/corner-bottomleft.jpg);
}
.br {
	bottom: 0;
	right: 0;
	background: url(../images/corner-bottomright.jpg);
}
.curFocus {
	background: #fffc91;
	position:relative;
}


#page-headintro{
	background:url(../images/tdbottombg_new.png)  repeat-x  -20px bottom;
	padding-bottom:33px;
	height:164px;
}
.tdheading{
	width:435px;
	line-height:60px;
	float:left;
	margin-left:50px;
    margin-top:15px;
}
.tdright{
	float:right;
	width:376px;
	margin-top:-11px;
}
.tddcon{
	padding-top:5px;
}
.tdintro{
	clear:both;
	padding-bottom:50px;
	
}
.tddescon{
	clear:both;
	padding-top:25px;
	width:100%;
}
.eachtr{
	float:left;
	width:33%;
	padding-bottom:30px;
}
.allmlink{
	font-weight:bold;
}
.allmlink li{
	line-height:20px;
	clear:both;
	display:block;
	height:60px;
}
.allmlink li img{
	margin-right:15px;
}
.allmlink li a{
	text-decoration:underline;
}
.imgcon{
	float:left; width:50px;
}
.anccon{
	float:left; width:250px;
	padding-top:10px;
	font-size:14px;

}
.clear{
	clear:both;
	padding:0;
	margin:0;
}


.highlight { cursor:pointer; text-decoration:underline;}
.tip-frame { background: url(../images/bg-tipbox-bt.png) no-repeat left bottom; padding-bottom:21px; position:absolute; right:-220px; top:-35px; width:254px; z-index:2;}
.tip { background: url(../images/bg-tipbox-tp.png) no-repeat left top; font-size:12px; font-weight:normal; padding: 15px 20px 0 35px; text-align:left;}
.tip h5 { font-size: 12px; text-transform:uppercase; margin-bottom:5px;} 
.tip-frame { display:none;}
.close { cursor:pointer; font-size:11px; text-transform:uppercase;}

.landing .center { width:800px;}
.landing #middle-content { background-image:url(../images/bg-features-content2.gif); }
.landing #features li { width:132px; text-align:center; padding-left:0;}
.landing #features li h4 { font-size:12px;}
.landing #features li p { margin-bottom:10px; height:35px;}
.landing #banner { background-image:url(../images/bg-landing-banner.gif); background-color:#132c64;}
.landing #banner-content { background: url(../images/bg-landing-blue-bg.png) no-repeat center top; padding: 35px 84px 0; min-height:0; margin-left:-84px; overflow:visible;}
#build-steps { padding-top:15px; width:100%; float:left;}
#build-steps li { width:100%; float:left; font-size:12px; padding-bottom:15px; color:#fff; line-height:1.5em;}



#build-steps li strong { text-transform: uppercase; font-size:16px; display:block;}


#build-steps2 { padding-top:5px; width:100%; float:left;}
#build-steps2 li { width:100%; float:left; font-size:12px; padding-bottom:15px; color:#fff; line-height:1.5em;}
#build-steps2 li strong { text-transform: uppercase; font-size:16px; display:block;}


.landing #testimonials-content li { width:700px;}
.landing #testimonials-content {margin-left:50px;}
.landing .customer-says { width:560px; background-image: url(../images/bg-testimoniol-tp2.gif);}
.landing .testimonial-content { width: 536px ; background-image: url(../images/bg-testimoniol-bt2.gif); }
.landing #prevBtn { left:0;}
.landing #nextBtn { right:0;}
#landing-gallery { width:100%; float:left; background: #fff url(../images/bg-gradient3.gif) no-repeat center top; text-align:center; padding:20px 0 25px;}
.landing h3 { 	margin-bottom:20px; text-align:center; color:#152a59; font-size:24px!important; line-height:0.8em; font-family: "Whitney", "Myriad Pro", Helvetica, Arial, sans-serif;}
.landing #testimonials { background-image:url(../images/bg-gradient3.gif);}
#landing-gallery li { float:left; padding:0 12px;}
#landing-gallery li img { background: url(images/bg-designs-img.gif) no-repeat; padding:4px 7px 10px;}
#landing-left { width:360px; float:left;}
#landing-right { width:365px; float:right; position:relative; min-height:365px;}
#landing-right .btn-build { position:absolute; bottom:-10px; left:0;}
#slider-intro { font-size:18px; font-weight:bold; color:#fff; text-align:center; margin:20px 0;}
#landing-slider { width:350px; height:190px; overflow:hidden; border: solid 5px #36579b; }
#landing-slider li { width:350px; float:left;}

#footer .right {
float:right;
text-align:right;
margin-right:20px;
}

