/* --- General Formatting --- */
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 13px/1.4em Arial,sans-serif;
	background: url(/site_images/bg_body.jpg) top center repeat;
}
/*body #section-index {
	font: normal 14px/1.4em Arial,sans-serif;
}*/
p, address, ul, ol, li, dt, dd, td, th, span, blockquote {
	color: #4b4b4b;
}
/*#section-index p, #section-index address, #section-index ul, #section-index ol, #section-index li, #section-index dt, #section-index dd, #section-index td, #section-index th, #section-index span, #section-index blockquote {
	color: #969595;
}*/
th, b, strong {
	font-weight: bold;
}
i, em, cite {
	font-style: italic;
}
sup, sub {
	font-size: 75%;
}


/* Links */
a {
	text-decoration: none;
	color: #51748e;
	outline: none;
}
a:hover, a:active {
	text-decoration: underline;
}

/* Paragraphs */
p {
	margin: 0 0 16px;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}

/* Images */
a img {
	border-style: none;
}
img.left, .image-wrap.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right, .image-wrap.right {
	float: right;
	margin: 0 0 10px 10px;
}
.border1 {
	border: 1px solid #ccc;
}
/* Lists */
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 5px 0;
}
p + ul {
	margin-top: -11px;
}

/* Floating */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Headings */
h1, h2, h3, h4, h5 {
	color: #555;
	line-height: 1.15em;
	padding: 0 0 .5em 0;
}
h1 {
	font-weight: normal;
	font-size: 60px;
	color: #6fafd1;
	clear: both;
	font-family: "Kozuka", arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: -2px;
}
/*#section-index h1 {
	font-size: 48px;
	text-indent: -999em;
	width: 376px;
	height: 49px;
	background: url(/site_images/h1_index.png) left top no-repeat;
}*/
#section-design-slideshow h1 {
	display: none;
}
#section-design-slideshow-v2 h1 {
	display: none;
}
h2 {
	font-size: 18px;
	font-family: "Kozuka";
	font-weight: normal;
	color: #4792b8;
}
#section-tour h2 {
	font-size: 15px;
	color: #272727;
	font-weight: normal;
	font-family: "Geometric";
	text-align: center;
}
#section-tour h3 {
	font-size: 20px;
	font-family: "Kozuka";
	font-weight: normal;
	color: #4792b8;
	text-transform:uppercase;
}
#section-pricing h2, #section-pricingtest h2 { 
	font-size: 20px;
	text-transform:uppercase;
}
h3 {
}
h4 {
	font-size: 13px;
	margin: 0 0 5px;
	padding: 0;
}
h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

/* Layout */
#wrap {
	background: url(/site_images/bg_top.gif) left top repeat-x;
}
#container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#masthead {
	height: 53px;
}
#logo {
	position: relative;
	float: left;
	display: block;
	margin: 0;
	width: 275px;
	height: 53px;
}
#logo span {
	width: 275px;
	height: 53px;
	position: absolute;
	top: 0;
	left: 0;
}
#logo:hover span {
	background: url(/site_images/logo_construct_h.gif) left top no-repeat;
}
#primary-menu {
	float: right;
	margin: 15px 0 0 0;
}
#primary-menu li {
	float: left;
	margin: 0 20px;
	padding: 0;
	list-style: none;
}
#primary-menu li.last {
	margin: 0 0 0 20px;
}
#primary-menu a {
	display: block;
	outline: none;
	color: #4c4c4c;
	font-size: 18px;
	padding: 5px 10px;
	font-family: "Geometric",times,serif;
}
#primary-menu a:hover, #primary-menu a.active {
	text-decoration: none;
	background: url(/site_images/bg_nav.gif) left top repeat-x;
	color: #fff;
}
#secondary-menu {
	margin: 0;
	padding: 0;
	height: 35px;
}
#secondary-menu li {
	list-style: none;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
	float: left;
	border-right: 1px solid #565656;
	width: auto;
}
#secondary-menu li.first {
	padding: 0 10px 0 0;
}
#secondary-menu li.last {
	padding: 0 0 0 10px;
	border-right: none;
}
#secondary-menu a {
	color: #565656;
}
#secondary-menu a.active {
	color: #d17125;
	text-decoration: none;
	font-weight: bold;
}
#content {
	clear: both;
	padding: 20px 0;
}
/*#section-index .pagecontent {
	min-height: 400px;
	margin: 100px 0 0 170px;
	background: url(/site_images/tv1.png) left center no-repeat;
}
#section-index .pagecontent-inner {
	width: 400px;
	margin: 0 0 0 290px;
}*/
.columns {
	clear: both;
}
.columns:after {/* Clear after floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.column {
	float: left;
}
.one .column {
	width: 100%;
}
.two-a .column.first {
	width: 640px;
	padding: 0 10px 0 0;
}
.two-a .column.second {
	width: 300px;
	padding: 0 0 0 10px;
}
.three .column {
	width: 31%;
	padding: 0 1%;
}
/* Modules */
.module {
	position: relative;
	margin: 0 0 25px 0;
}
.module h3 {
	font-size: 18px;
	font-weight: normal;
	color: #555;
	padding: 0 0 5px 0;
	margin: 0 0 15px 0;
}
.module .item h4, .module .item h4 a {
	font-size: 12px;
	margin: 0 0 1px 0;
	color: #c05800;
}
.module .forward {
	font-size: 11px;
	color: #888;
	position: absolute;
	top: 0;
	right: 0;
}
/* Pages */
#section-design-slideshow #design-header {
	position: relative;
}
#section-design-slideshow #design-header .actionbuttons {
	position: absolute;
	bottom: 55px;
	left: 0;
}
#section-design-slideshow ul.description {
	font-size: 16px;
	list-style: none;
	margin: 0;
}
#section-design-slideshow .description li {
	margin: 0 0 15px 0;
	padding: 5px 0 5px 35px;
	background: url(/site_images/bullet_check2.png) left center no-repeat;
}
#section-design-slideshow-v2 #design-header {
	position: relative;
}
#section-design-slideshow-v2 #design-header .actionbuttons {
	position: absolute;
	bottom: 55px;
	left: 0;
}
#section-design-slideshow-v2 ul.description {
	font-size: 16px;
	list-style: none;
	margin: 0;
}
#section-design-slideshow-v2 .description li {
	margin: 0 0 15px 0;
	padding: 5px 0 5px 35px;
	background: url(/site_images/bullet_check2.png) left center no-repeat;
}
/* Home Page */
#section-index .two-a .column.first {
	width: 590px;
}
#section-index .two-a .column.second {
	width: 350px;
}
#hp-banner {
	position: relative;
	width: 930px;
	height: 159px;
	padding: 55px 0 20px 30px;
	background: url(/site_images/bg_hp_banner2.png) left top no-repeat;
}
#hp-banner h1 {
	color: #fff;
	font-size: 28px;
	padding: 0 0 5px 0;
	font-family: Geometric;
	text-transform: capitalize;
}
#hp-banner .tag {
	color: #fff;
	font-family: Geometric;
	font-size: 20px;
	margin: 0 0 9px 0;
}
#hp-banner .splash {
	color: #fff;
	font-size: 17px;
	margin: 0;
	padding: 10px 20px;
	background: #58a1c0;
	font-family: Kozuka;
	width: 445px;
}
#hp-banner .splash a {
	color: #01f6ff;
}
#hp-banner .splash a:hover {
	text-decoration: none;
}
#hp-banner .buttons {
	position: absolute;
	top: 55px;
	left: 520px;
	text-align: center;
	color: #fff;
}
#section-index blockquote {
	width: 260px;
	height: 116px;
	margin: 0 auto;
	padding: 20px;
	background: url(/site_images/bg_blockquote2.png) left top no-repeat;
	font: italic 18px/1.3em Georgia, serif;
	color: #fff;
}
#section-index .byline {
	font: bold 13px/1.2em Georgia, serif;
	color: #969595;
	margin: 0 40px 0 0;
	padding: 12px 70px 0 0;
	display: block;
	text-align: right;
	background: url(/site_images/bg_byline.png) right top no-repeat;
}
.feature-list {
	margin: 0;
}
.feature-list li {
	list-style: none;
	font-size: 18px;
	color: #333;
	margin: 0;
	padding: 20px 0 20px 50px;
	background: url(/site_images/bullet_check.png) left center no-repeat;
}
.feature-list li.last {
	background: none;
}
.feature-list li img {
	vertical-align: middle;
}

/* Misc */
/*#section-index .button-row {
	text-align: center;
	color: #969595;
	font-size: 18px;
	font-family: Georgia, serif;
}
#section-index .button-row img {
	vertical-align: middle;
}*/
.social {
	position: absolute;
	top: 15px;
	right: -90px;
}
.forward, .back {
	display: block;
	padding: 3px;
	color: #333;
	font-family: "Lucida Grande", Arial, sans-serif;
}
.date {
	font-family: "Georgia", serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 5px 0 10px 0;
	padding: 1px 0 2px 12px;
	background: url(/site_images/bg_flag.png) left top no-repeat;
}
.comment .date {
	display: inline;
}
.testimonial {
	margin: 20px 0 0 0;
}
blockquote {
	padding: 10px 5px;
	font: italic 14px/1.7em Georgia, serif;
	color: #969595;
	background: url(/site_images/bg_blockquote.png) left top no-repeat;
}
.byline {
	display: block;
	margin: 0 0 0 50px;
}
.caption, .image-wrap .detail {
	display: block;
	margin: 5px 0 0 0;
	font-size: 11px;
	color: #999;
	font-weight: bold;
}
.message {
	background: #cb742e;
	color: #fff;;
	margin: 0;
	padding: 5px;
}
.image-wrap .detail {
	font-weight: normal;
	margin: 0;
	line-height: 1em;
}
a.more {
	font-size: 10px;
	font-family: "Lucida Grande";
	font-weight: bold;
	border-bottom: 1px solid #bfbcba;
}
a.more:hover {
	text-decoration: none;
}
/* Comments */
.comment {
	margin: 0 0 8px 0;
}
.comment-inner {
	padding: 5px;
	background: #efcaab;
	border-top: 1px solid #969696;
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, serif;
}
.commenter {
	padding: 1px 0 5px 50px;
	background: url(/site_images/bg_comment_byline.gif) 20px 0 no-repeat;
}
.commenter .name, .commenter .name a {
	font-weight: bold;
	font-size: 12px;
	color: #cb742e;
}

/* Footer */
#footer {
	clear: both;
	padding: 20px 0 0 0;
}
#footer a {
	text-decoration: none;
}
#footer p {
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 1.2em;
}
#footer p.copy {
	float: left;
	width: auto;
}
/* User actions */

/* Forms */
.form-line {
	margin: 9px 0;
	clear: both;
}
input, textarea {
	padding: 7px;
	color: #555;
	border-top: 1px solid #979aa1;
	border-left: 1px solid #d6d7df;
	border-bottom: 1px solid #d6d7df;
	border-right: 1px solid #d6d7df;
}
input.text {
}
textarea {
	height: 100px;
}
label {
	display: block;
	float: left;
	margin: 5px 12px 0 0;
	color: #555;
}
#customform-contact .form-line {
	margin: 0 0 15px 0;
}
#customform-contact label {
	width: 155px;
	font-size: 13px;
}
#customform-contact label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-contact input.text, #customform-contact textarea {
	padding: 5px;
	background: transparent;
}
#customform-contact input.text {
	width: 225px;
}
#customform-contact textarea {
	width: 325px;
}
#customform-contact input.radio, #customform-contact input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-contact #Label7 {
	margin: 0 5px 0 0;
}
#customform-contact #submit {
	width: auto;
	margin: 0 0 0 165px;
	padding: 5px 10px;
}
.button {
	background: #3988a9;
	color: #fff;
	border: 1px solid #4e4e4e;
	padding: 2px 10px;
	cursor: pointer;
}


.loginform label {
	width: 72px;
	font-size: 13px;
}
.loginform .loginsubmit { 
	padding:5px 10px;
	margin-left:85px;
}

#customform-subscribe .form-line {
	clear: none;
}
#customform-subscribe input {
	float: left;
	margin: 0 15px 0 0;
}
#customform-subscribe label {
	display: none;
}
#customform-subscribe .button {
	background: #555;
}
#comment-form {
	margin: 20px 0 0 0;
}
#comment-form fieldset {
	border: none;
}
#comment-form legend {
	font: bold 22px/1.2em "Arial Narrow", sans-serif;
	margin: 0 0 12px;
	color: #c05800;
}
#comment-form label {
	float: right;
	width: 350px;
	font-size: 11px;
	font-family: "Lucida Grande", sans-serif;
	color: #999;
}
#comment-form .email label {
	margin: 0 5px 0 0;
	line-height: 1.25em;
}
#comment-form input.text, #comment-form textarea {
	width: 250px;
}
#comment-form .hint {
	display: block;
	width: 250px;
	text-align: right;
}
.required {
	margin: 0 0 0 10px;
	color: #6b2102;
}
.hint {
	font-size: 11px;
	color: #999;
	font-family: "Lucida Grande", sans-serif;
}
label .required {
	margin: 0;
}

/* SIGNUP FORM */
form#signup h3 { 
	font-size:24px;
}
form#beta_signup #Label6 {
	margin: 1px 0 0 0;
}
form#signup fieldset {
	border: none;
	clear: both;
	margin: 25px 0 0 0;
}
form#signup label {
	width: 232px;
	float: left;
	display: block;
	font-size: 14px;
}
form#signup .plan-choice {
	width: 980px;
}
form#signup .choice {
	width: 278px;
	float: left;
	margin: 5px 20px 5px 0;
	padding: 10px;
	border: 1px solid #dedddd;
	background: #f4f4f4;
}
form#signup .choice input {
	float: left;
	margin: 10px;
}
form#signup .choice .name {
	margin: 0 0 0 30px;
}
form#signup .choice label {
	font: bold 14px/1.4em arial, sans-serif;
}
form#signup .choice .detail {
	font: normal 12px/1.4em arial, sans-serif;
}
#step2 .info {
	float: left;
	width: 450px;
}
#step2 label {
	width: 140px;
}
#step3 .form-line {
	margin: 15px 0;
}
#step3 label {
	width: 240px;
	margin: -3px 0 0 0;
}
#step3 label .hint {
	font-size: 11px;
	font-style: italic;
}
#step3 input#perdomain {
	width: 310px;
}
form#signup #submit {
	margin: 50px 0 0 0;
	font-size: 18px;
}
.help {
	font: 12px/1.4em arial, sans-serif;
	display: none;
}
.fail-notice {
	padding: 5px 0;
	color: #c80000;
}
.fail {
	padding: 5px;
	background: #c80000;
	color: #fff;
	border: 1px solid #740000;
}

/* SIGN-IN FORM */
.error { 
	border:1px solid silver;
	padding:10px; 
	text-align:center;
	background:#9e1f1f;
	color:#fff;
	font-family:'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

/* slideout */
#slideout { 
	position:fixed; 
	left:0px; top:25%; 
	height:74px;
	padding:30px 45px 36px 15px; 
	background:url(/site_images/pop-out-bg.png) top right no-repeat; 
	font-size:11px; font-family:'Lucida Grande', Arial, Helvetica, sans-serif; 
}
#slideout h4 { 
	margin:-3px 0 5px 0; 
	padding:0;
}
#slideout p { 
	color:#666; line-height:16px;
}
/* feedback-form form */
#customform-feedback-form .form-line {
	margin: 0 0 15px 0;
}
#customform-feedback-form label {
	width: 255px;
	font-size: 13px;
}
#customform-feedback-form label.checkbox {
	width: auto;
	display: inline;
	float: none;
}
#customform-feedback-form input.text, #customform-feedback-form textarea {
	padding: 5px;
	background: transparent;
}
#customform-feedback-form input.text {
	width: 325px;
}
#customform-feedback-form textarea {
	width: 325px;
	height: 150px; 
}
#customform-feedback-form input.radio, #customform-feedback-form input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}
#customform-feedback-form #Label7 {
	margin: 0 5px 0 0;
}
#customform-feedback-form #submit {
	width: auto;
	margin: 0 0 0 265px;
	padding: 5px 10px;
}
#customform-feedback-form .smaller { 
	font-size:10px; line-height:11px; 
}
/* Pricing Table */
#pricing {
	position: relative;
	margin-top:-110px;
	width: 964px;
	border: none;
	border-collapse: collapse;
}
#pricing #thead {
	height: 110px;
	text-indent: -999em;
	background: url(/site_images/bg_pricing_header.png) right top no-repeat;
}
#pricing .tr {
	clear: both;
}
#pricing #tbody .even {
	background: url(/site_images/bg_pricing_row2.png) left top no-repeat;
	height: 36px;
}
#pricing #tbody .odd {
	background: url(/site_images/bg_pricing_row.png) left top no-repeat;
	height: 36px;
}
#pricing .td {
	float: left;
	display:block;
}
#pricing .td {
	font-family: "Kozuka";
	padding-top: 10px;
}
#pricing .thbasic {
	position: absolute;
	top: 70px;
	left: 360px;
	display: block;
	width: 90px;
	height: 40px;
}
#pricing .thpro {
	position: absolute;
	top: 62px;
	left: 555px;
	display: block;
	width: 100px;
	height: 40px;
}
#pricing .thextreme {
	position: absolute;
	top: 52px;
	left: 730px;
	display: block;
	width: 200px;
	height: 50px;
}
#pricing .title {
	font-size: 18px;
	color: #4f4b4b;
	width: 312px;
}
#pricing .option {
	font-size: 18px;
	color: #1f1f1f;
	text-align: center;
}
#pricing .special .td {
	padding-top: 20px;
}
#pricing #tbody .option.first {
	width: 191px;
}
#pricing #tbody .option.second {
	width: 218px;
}
#pricing #tbody .option.third {
	width: 218px;
	padding: 10px 10px 0 0;
}
#pricing #tfoot {
	background: url(/site_images/bg_pricing_footer.png) left top no-repeat;
}
#pricing #tfoot .tr {
	height: 36px;
}
#pricing #tfoot .td {
	font-size: 18px;
	color: #4f4b4b;
	float: left;
}
#pricing #tfoot .tr.special {
	height: 60px;
}
#pricing #tfoot .tr.actionbuttons {
	height: 85px;
}
#pricing #tfoot .special .title {
	color: #d9531e;
	font-weight: bold;
}
#pricing #tfoot .special .option {
	font-weight: bold;
}
#pricing #tfoot .option.first {
	color: #595959;
	width: 191px;
}
#pricing #tfoot .option.first a {
	color: #595959;
}
#pricing #tfoot .option.first a:hover {
	text-decoration: none;
}
#pricing #tfoot .option.second {
	color: #003f77;
	width: 218px;
}
#pricing #tfoot .option.second a {
	color: #003f77;
}
#pricing #tfoot .option.second a:hover {
	text-decoration: none;
}
#pricing #tfoot .option.third {
	color: #7b0303;
	width: 218px;
	padding-right: 10px;
}
#pricing #tfoot .option.third a {
	color: #7b0303;
}
#pricing #tfoot .option.third a:hover {
	text-decoration: none;
}



/* TOUR */

.tour_image { 
padding:1px;
display:block;
}
.tour_image:hover { 
padding:0; border:1px solid #78b4e0;
}


