/**
 * Copyright (c) Designchuchi
 *
 * Global css file for screen media.
 * $Id: screen.css 66 2009-05-17 09:37:34Z psiska $
 */

/* import reset stylesheet */
@import url("reset.css");

/* float clearing */
.clear { clear:both; }
div.clear {
  height: 0;
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.no-border{
	border:none !important;
}
/* the clearfix */
.cf { display: inline-block; }
.cf[class] {
	display: block;
	overflow: hidden;
}

body {
	font-size: 11px;
	font-family: Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	background: #311e1a; /*url(../images/back-page.png) center -68px repeat-y;*/
}

h1, h2, h3, h4, h5 {
	clear: both;
	position: relative;
	margin-bottom: 1em;
	background: transparent;
	font-family: "Times New Roman", Times, serif;
}

p {
	line-height: 1.5em;
	margin-bottom: 2em;
}

p.upper {
	letter-spacing: 0.05em;
	font-size: 1.125em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}

a {color:#055999;}
a:hover {color:#582206;}
a:visited {color:#837571;}

/*******************************************************************************
 * WRAPPER
 ******************************************************************************/
#bg{
	top:0;
	left:0;
	z-index:1;
	position:fixed;
	overflow:hidden;
	width:100%;
	height:100%;
}

#main-wrapper {
	width: 1023px;
	margin: 0 auto;
	padding-bottom:20px;
	top:120px;
	
	/*background: transparent url(../images/back-picture.jpg) center top no-repeat;*/
	position:relative;
	z-index:100;
	
	/* min height */	
	min-height: 824px;
	height: auto !important; /* modern browsers */
	height: 824px; /* IE specific */	
	
}

#header {
	background: transparent url(../images/Solterra_logo.png) 98% 20px no-repeat;
	width:100%;
	position:absolute;
	top:10px;
	left:0;
	z-index:50;
}

/* nav */
#nav-wrapper {
/*	width: 650px;
	padding-right: 32px;   */
	width:auto;
	padding-right:20px;
	background: transparent url(../images/back-nav-wrapper-grey.png) right center no-repeat;
	margin-top:15px;
	float:left;
	display:inline;
}

#logoLink{
	width:175px;
	height:96px;
	float:right;
	display:inline;
	margin:17px 27px auto;
		
}

/* content */
#content, #landing-content {
	width: 920px;
	margin: 0 auto;
	background: transparent url(../images/back-content-wrapper-light.png) center top repeat-y;
}

#content-leftwide {
	width: 920px;
	margin: 0 auto;
	background: transparent url(../images/back-content-wrapper-left.png) center top repeat-y;
}

/* footer */
#footer, #landing-footer {
	width: 920px;
	margin: 0 auto;
}

/*******************************************************************************
 * NAV
 ******************************************************************************/
#nav {
/*	height: 106px;
	padding-left: 74px;
	line-height: 106px;
	width:576px;
*/
	padding-left:35px;
	padding-right:15px;
	width:auto;
	height:79px;
	line-height:84px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	background: transparent url(../images/back-nav-ul-grey.png) left center no-repeat;
}

#nav a {
	font-size:125%;
	color: #554e42;
	text-decoration: none;
	line-height:100%;
	letter-spacing:1px;
}

#nav a:hover {color:#582206;}
#nav a:active, #nav .active a {color:#ba6b52;}
#nav li {
	display: inline;
	margin-left: 10px !important;
	padding-left: 10px !important;
	background: transparent url(../images/nav-line.png) center left no-repeat;
}
#nav li.first { background: transparent; margin-left:0;padding-left:0; }

/*******************************************************************************
 * SUBNAV
 ******************************************************************************/
#subnav {
	font-size: 14px;
	margin: 0 25px;
	margin-bottom: 2em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-family: "Times New Roman", Times, serif;
}
#subnav a {
	color: #5c2c1e;
	text-decoration: none;
}
#subnav a:hover { color: #af3b19; }
#subnav li.active a { color: #605548; }

#subnav li {
	position: relative;
	margin-bottom: 0.7em;
}

/* 2nd (3rd) level */
#subnav ul {
	margin: 12px 0;
}

#subnav ul li {
	font-size: 11px;
	line-height: 1em;
	text-transform: none;
	margin-bottom: 4px;
	letter-spacing: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
#subnav ul li a{padding-left: 12px;}
#subnav ul li a:hover, #subnav ul li.active a { text-decoration: underline; background: transparent url(../images/subnav-arrow.png) 2px center no-repeat;  }

/* quicklinks */
#quicklinks {
	margin: 0 25px;
	margin-bottom: 20px;
	padding: 10px 0;
	padding-bottom: 6px;
	border-top: 2px solid #ae914a;
	border-bottom: 2px solid #ae914a;
}

#quicklinks li {
	margin-bottom: 4px;
}

#quicklinks a {
	display: block;
	width: 171px;
	height: 24px;
	text-indent: -10000em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

#quicklinks li.homes a { background-image: url('../images/quick-homes.png'); }
#quicklinks li.question a { background: url('../images/quick-questions.png'); }
#quicklinks li.directions a { background: url('../images/quick-directions.png'); }

#quicklinks-large .homes a {
	display: block;
	width: 242px;
	height: 35px;
	text-indent: -10000em;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	background-image: url('../images/quick-homes-large.png');
}
/*******************************************************************************
 * CONTENT
 ******************************************************************************/
#content div.left, #landing-content .left {
	width: 226px;
	float: left;
	padding-top: 22px;
	background: transparent url(../images/back-content-left-green.jpg) center top no-repeat;
}

#content-leftwide div.left {
	width: 677px;
	float: left;
	padding-top: 22px;
	background: transparent url(../images/back-content-right-green.jpg) center top no-repeat;
}

#content div.right, #landing-content .right {
	width: 677px;
	float: right;
	padding-top: 22px;
	background: transparent url(../images/back-content-right-green.jpg) center top no-repeat;	
}

#content-leftwide div.right {
	width: 226px;
	float: right;
	padding-top: 22px;
	background: transparent url(../images/back-content-left-green.jpg) center top no-repeat;	
}

#content #content-left, #content-leftwide #content-left { background: transparent url(../images/back-flower-left-light.png) left top no-repeat; }
#content #content-right, #content-leftwide #content-right { background: transparent url(../images/back-flower-right-light.png) left top no-repeat; }

#content #content-right, #content-leftwide #content-left, #landing-content #content-right { padding: 0 30px; padding-top: 20px; position: relative; }
#content #content-left, #content-leftwide #content-right, #landing-content #content-left, #landing-content #content-right { padding-top: 20px; }

/* !content headings */
#content h1, 
#content-leftwide h1,
#landing-content h1 {
	color: #645439;
	font-size: 37px;
	font-weight: normal;
	margin-bottom: 0.5em;
}

#content h2, 
#content-leftwide h2,
#landing-content h2 {
	color: #833f2b;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#content h3, 
#content-leftwide h3,
#landing-content h3 {
	color: #080706;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
}

#content h4, 
#content-leftwide h4,
#landing-content h4 {
	color: #362319;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	line-height:17px;
}

#content h5, 
#content-leftwide h5,
#landing-content h5 {
	color: #5d2d1e;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	line-height:17px;
	border-top: thin dotted;
	background: transparent url(../images/subnav-arrow.png) 1px 25px no-repeat;
	margin-top: 2em;
	padding-top: 1.5em;
	margin-bottom: 3em;
	padding-left: 1em;

}

#content h5.cta-small, #content h5.cta-medium, #content h5.cta-large {height:38px; overflow:hidden; padding:0; border:none; line-height:normal; font-weight:normal; font-size:12px;}
#content h5.cta-small {background: transparent url(../images/cta-small.png) no-repeat; width:376px;}
#content h5.cta-medium {background: transparent url(../images/cta-medium.png) no-repeat; width:505px;}
#content h5.cta-large {background: transparent url(../images/cta-large.png) no-repeat; width:619px;}

#content h5.cta-small a {width:333px;}
#content h5.cta-medium a {width:462px;}
#content h5.cta-large a {width:576px;}
#content h5.cta-small a, #content h5.cta-medium a, #content h5.cta-large a {
	line-height:38px;
	padding-left:35px;
	padding-right:8px;
	color:#FFF;
}
/* lists */
#content #content-right ul, 
#content-leftwide #content-left ul,
#landing-content #content-right ul {
	color: #645439;
	margin-left: 15px;
	margin-bottom: 2em;
	letter-spacing: 0.1em;
	text-transform: uppercase;	
}

#content #content-right ul li, 
#content-leftwide #content-left ul li,
#landing-content #content-right ul li {
	margin-bottom: 6px;
	padding-left: 15px;
	background: transparent url('../images/bullet-round.png') left center no-repeat;
}

/* images */
#content #content-right img, 
#content-leftwide #content-left img,
#landing-content #content-right img  {
	padding: 4px;
	display: block;
	background: #eae1c6;
	border: 1px solid #b1a489;
}

#content #content-right .floatright, 
#content-leftwide #content-left .floatright,
#landing-content #content-right .floatright { 
	float: right; 
}

#content #content-right .floatleft, 
#content-leftwide #content-left .floatleft,
#landing-content #content-right .floatleft { 
	float: left; 
}

#content #content-right .imgwrapper, 
#content-leftwide #content-left .imgwrapper,
#landing-content #content-right .imgwrapper { 
	margin-bottom: 1em; 
}

#content #content-right .imgwrapper img, 
#content-leftwide #content-left .imgwrapper img,
#landing-content #content-right .imgwrapper img  { 
	margin-bottom: 4px; 
}

#content #content-right .imgwrapper .caption, 
#content-leftwide #content-left .imgwrapper .caption,
#landing-content #content-right .imgwrapper .caption { 
	display: block; text-align: center; 
}

/* captions */
span.caption {
	color: black;
	font-size: 10px;
	font-style: italic;
	letter-spacing: -0.05em;
}

/*******************************************************************************
 * LEFT CONTENT
 ******************************************************************************/
#content #content-left .flash, 
#content-leftwide #content-right .flash {
	text-align: center;
}

#content #content-left .flash .caption, 
#content-leftwide #content-right .flash .caption {
}

/* teasers (and some news styles combined) */
#content #content-left div.teaser, 
#content-leftwide #content-right div.teaser {
	width: 201px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #e6dac0;
	border: 2px solid #f3f0e8;
}

#content #content-left div.teaser h3, #content #content-left div.teaser p, 
#content-leftwide #content-right div.teaser h3, #content-leftwide #content-right div.teaser p { 
	margin: 0 10px; 
}


#content #content-left div.teaser h3, #content #content-left div.teaser p, #content #content-left div.news h2, #content #content-left div.news p,
#content-leftwide #content-right div.teaser h3, #content-leftwide #content-right div.teaser p, #content-leftwide #content-right div.news h2, #content-leftwide #content-right div.news p { 
	margin-bottom: 6px; 
}

#content #content-left div.teaser h2,
#content-leftwide #content-right div.teaser h2 {
	width: 100%;
	height: 87px;
	text-indent: -10000em;
	background: transparent url(../images/heading-opening.jpg) 0 0 no-repeat;
}

#content #content-left div.teaser h3,
#content-leftwide #content-right div.teaser h3 {
	color: #643829;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
}

#content #content-left div.teaser p, #content #content-left div.news p,
#content-leftwide #content-right div.teaser p, #content-leftwide #content-right div.news p {
	color: #645439;
	font-size: 10px;
	line-height: 1.175em;
}

#content #content-left div.teaser p.more, #content #content-left div.news p.more,
#content-leftwide #content-right div.teaser p.more, #content-leftwide #content-right div.news p.more {
	color: #5d2d1e;
	margin-top: 1em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

/* news */
#content #content-left div.news,
#content-leftwide #content-right div.news {
	margin: 0 25px;
	margin-bottom: 20px;
}

#content #content-left div.news h2,
#content-leftwide #content-right div.news h2 {
	font-size: 12px;
	font-weight: bold;
}

/*******************************************************************************
 * CONTACT FORM + INPUT FIELDS
 ******************************************************************************/
#contact-form { margin-bottom: 2em; }
#contact-form p { margin-bottom: 0.5em; }

#contact-form p.label {
	float: left;
	clear: left;
	width: 220px;
	color: #833f2b;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
} 

#contact-form input,
#contact-form textarea {
	width: 302px;
	padding: 2px 4px;
	background: #eae1c6;
	border: 1px solid #afa287;
}
#contact-form input.checkbox {
	width: auto;
	border: none;
	background: transparent;
}

#contact-form p.field {
	width: 350px;
	float: left;
	clear: none;
}

#contact-form p.submit,
#contact-form p.captcha {
	clear: left;
	padding-left: 220px;
}

#contact-form p.captcha img { padding: 0; border: none; margin-bottom: 2em; }

#contact-form p.submit input {
	width: auto;
	color: #ebe4d2;
	background: #594e42;
	border: 1px solid #060500;
}

/*******************************************************************************
 * FOOTER
 ******************************************************************************/
#footer, #footer-leftwide {
	color: #FFF;
	margin-bottom: 40px;
}
#landing-footer {
	width:920px;
	margin:0 auto;
}
#footer-leftwide div.left { 
	width: 677px;
	float: left;
	margin-left:52px;
	background: transparent url(../images/back-footer-right-green.jpg) center top no-repeat;
}

#footer-leftwide div.right { 
	width: 226px;
	float: right;
	margin-right:51px;
	background: transparent url(../images/back-footer-left-green.jpg) center top no-repeat;
}
#footer div.left, #landing-footer .left { 
	width: 226px;
	float: left;
	background: transparent url(../images/back-footer-left-green.jpg) center top no-repeat;
}

#footer div.right, #landing-footer .right { 
	width: 677px;
	float: right;
	background: transparent url(../images/back-footer-right-green.jpg) center top no-repeat;
}
#footer div.left, #footer-leftwide div.left, #footer div.right, #footer-leftwide div.right, #landing-footer div.left, #landing-footer div.right { 
	height: 39px;
}

/* copyright */
#footer div.left p, #footer-leftwide div.right p, #landing-fooger div.right p, #landing-footer div.left p {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
}
#landing-footer div.right p {text-align:left; margin-left:2em;}
/* footer nav */
#footernav {
	margin-top: 10px;
	margin-left: 25px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0.05em;
	font-family: "Times New Roman", Times, serif;
}
#footernav li {
	display: inline;
	font-size: 11px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #FFF; 
}
#footernav li.first {
	border: none;
	padding: 0;
	margin: 0;
}
#footernav a {
	color: #FFF;
	text-decoration: none;
}
#footernav a:hover { text-decoration: underline; }

#content-right .imgwrapper, #landing-content .imgwrapper {overflow:hidden;} /* BECAUSE IE DOESN'T LIKE ITALIC FONTS AND RIGHT FLOATS*/

#content-right {
	margin-bottom:2em;
}
#content-right .float-header, #content-right .alt-links {
	clear:none;
	width:230px;
}
#content-right h2 {
	color:#743927;
	margin-top:1em;
	margin-bottom:.65em;
	line-height:1.35em;
}
#content-right .floorplan-wrapper {
	border:2px solid #c6a256;
	background:#e6dac0;
	padding:1.75em 3em;
	margin-bottom:1em;
	width:60%;
	position:relative;
}
#content-right .floorplan-wrapper h3 {
	color:#743927;
	font-weight:bold;
	letter-spacing: 0.1em;
}
#content-right .floorplan-wrapper ul {
	list-style-type:disc;
	text-transform:none;
	margin-left:30px;
	margin-bottom:1em;
}
#content-right .floorplan-wrapper ul li, #content-right .alt-links li, #content-right .build-profile-left li {
	background:none;
	padding-left:0;
}
#content-right .alt-links li {
	text-indent:-13px; 
	padding-left:15px;
	padding-bottom:.5em;
	color: #5d2d1e;
}
#content-right .alt-links {
	margin-left:0; 
	line-height:110%;
}

#content-right .floorplan-wrapper p {
	margin-bottom:0;
	color: #5d2d1e;
}
#content-right .floorplan-wrapper p a {text-transform:uppercase;}

#content-right #fp-logo {margin-bottom:1em;}
#content-right .fp-wrapper {
	border:2px solid #c6a256;
	background:#e6dac0;
	padding:5px;
	margin-bottom:1em;
	width:540px;
	position:relative;
	overflow:hidden;
}
#content-right .fp-wrapper img {
	float:left;
}
#content-right .fp-wrapper .fp-detail {
	float:right;
	width:390px;
	position:relative;
}
#content-right .fp-wrapper .fp-detail h3 {
	color:#5d2d1e;
	font-weight:bold;
	margin-top:.4em;
	margin-bottom:.6em;
	letter-spacing: 0.1em;
}
#content-right .fp-wrapper strong {
	text-transform:uppercase;
	display:block;
	float:left;
	width:100px;
}
#content-right .fp-wrapper p {
	color:#655351;
	margin:0;
	padding:0;
	line-height:130%
}
#content-right .fp-wrapper .fp-price {
	position:absolute;
	top:2px;
	right:4px;
	color:#5d2d1e;
}
#content-right .fp-wrapper .fp-view {
	position:absolute;
	bottom:2px;
	right:4px;
	color:#5d2d1e;
}
#content-right .fp-wrapper a {text-transform:uppercase;}


/* ------- LAYOUT 2 ---- */
#content-right img.norm {padding:0;}
#content-right .thumbs {overflow:hidden;}
#content-right .thumbs img {
	float:left;
	margin-right:5px;
	display:inline;
}
#content-right .build-profile-left, #content-right .build-profile-right {
	display:inline;
	position:relative;
}
#content-right .build-profile-left {
	float:left;
	width:175px;
}
#content-right .plan-pricing {
	border-bottom:1px dashed #40321b;
	margin-bottom:1.65em;
}
#content-right .plan-pricing p {margin-bottom:1.5em;}

#content-right .build-profile-right {
	float:right;
	width:407px;
	margin-right:15px;
}
#content-right .build-profile-left .link { 
	text-indent:-10px; 
	padding-left:10px;
	color:#40321b;
}
#content-right .build-profile-left .link a {color:#40321b;}
#content-right .build-profile-right h2 {margin-top:0px; margin-bottom:.25em;}
#content-right h2.floorplan {margin-top:2em;}
#content-right h2.floorplan a {
	text-transform:none;
	font-size:80%;
	letter-spacing:.05em;
	color:#40321b;
}
#content-right .build-profile-left ul {
	margin-left:0;
	color:#40321b;
	text-transform:none;
	letter-spacing:0;
	text-transform:none;
}
#content-right .build-profile-left ul strong {
	display:block;
	float:left;
	width:100px;
}

#specTable{
	width:100%;
}

#specTable .col1{
	width:180px;
}

#specTable .col1 img{
	margin-bottom:5px;
}

#specTable .col1 a{
	text-decoration:none;
	text-transform:uppercase;
}

#specTable .col1 a span{
	margin-left:26px;
}

#specTable .col2{
	
}

#specTable .col3{
	
}

#specTable .odd{
}

#specTable .first{
	border:none !important;
}

#specTable tr{
	border-top:1px solid #5D2D1E;
}

#specTable td{
	vertical-align:top !important;
	padding:15px 0 10px 0;
}

#specTable dt{
	font-weight:bold;
	margin-right:8px;
	margin-top:5px;
	clear:left;
	line-height:1.5em;
}

#specTable dd{
	line-height:1.5em;
}
/*******************************************************************************
 * BROWSE HOMES
 ******************************************************************************/
#content #content-right #browse-homes {list-style:none; margin:0; padding:0;}
#content #content-right #browse-homes li {
	clear:both;
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #bead91;
	padding:.9em 0 1.2em 0;
	list-style:none;
}
#browse-homes img {
	float:left;
}
#browse-homes .details {
	float:right;
	width:470px;
}
#browse-homes h2 {
	margin:0;
}
#browse-homes p {
	text-transform:none;
	margin:.3em 0 .5em 0;
	letter-spacing:0px;
}
#browse-homes .view-homes {
	display:block;
	height:24px;
	text-indent:-9999px;
	border:1px solid #DACAA8;
}
#browse-homes .view-homes:hover {border-color:#FFF;}
#browse-homes .view-available {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-available-inventory.jpg); width:246px;}
#browse-homes .view-cardel {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-cardel.jpg); width:201px;}
#browse-homes .view-remington {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-remington.jpg); width:231px;}
#browse-homes .view-infinity {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-infinity.jpg); width:211px;}
#browse-homes .view-wall {background-image:url(http://www.solterra-community.com/media/images/browse-homes/quick-wall.jpg); width:191px;}


/*******************************************************************************
 * LANDING PAGE + CONCIERGE FORM
 ******************************************************************************/
.landing-page {padding-right: 20px !important; width:auto !important; background: transparent url(../images/back-nav-wrapper-grey.png) right center no-repeat !important;}
.landing-page #nav {padding-left:35px !important; padding-right:15px !important; width:auto !important; height:79px !important; line-height:84px !important; background: transparent url(../images/back-nav-ul-grey.png) left center no-repeat !important;}
#landing-content {
	background: transparent url(http://solterra-community.com/images/back-content-wrapper-light.png) center top repeat-y;
}
#landing-content #content-left { background: transparent url(../images/back-flower-left-light.png) left top no-repeat; }
#landing-content #content-right { background: transparent url(../images/back-flower-right-light.png) left top no-repeat; }
#landing-content .right {
	background: transparent url(http://solterra-community.com/images/back-content-right-green.jpg) center top no-repeat;
}
#landing-content .left {
	background: transparent url(http://solterra-community.com/images/back-content-left-green.jpg) center top no-repeat;
}
#landing-content .left-sidebar .left {
	width:280px;
	float:left;
}
#landing-content .left-sidebar .right {
	width:277px;
	float:left;
	text-align:center;
}
#landing-footer .right {
	background: transparent url(../images/back-footer-right-green.jpg) center top no-repeat;
}
#landing-footer .left {
	background: transparent url(../images/back-footer-left-green.jpg) center top no-repeat;
}
#landing-footer p, #landing-footer a {color:#FFF !important;}
#landing-footer #footernav li {border-color:#FFF;}

#landing-concierge {
	background:#F5EBDB;
	border:1px solid #C1AE91;
	padding:5px 15px 15px;
	margin:22px 0 20px;
}
#landing-concierge p {
	margin:0 0 .3em;
}
#landing-concierge fieldset {
	margin:1em 0;
	width:100%;
	overflow:hidden;
}
#landing-concierge label {
	display:block;
	color:#90877d;
}
#landing-concierge input, #landing-concierge textarea {
	border:1px solid #C1AE91;
	width:100px;
}
#landing-concierge input.checkbox {border:0; width:auto; float:left; margin-top:2px;}
#landing-concierge input.submit {
	float:right;
	display:block;
	background:url('../images/landing-submit-back.gif') repeat-x center center;
	width:auto;
	color:#FFF;
	font-size:110%;
margin-right:10px;
}
#landing-footer .right {
	width:677px;
	float:right;
	margin-left:0;
}
#landing-footer .left {
	width:226px;
	float:left;
	margin-right:0;
}
