body {
	margin: 0;
	padding: 30px 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
/*	background: #231f20;	*/
	background: #141011;
	font-size: 0.8em;
	color: #fff;
}

.subtext {width:45%}

#fleft {margin:0 10px 10px 0}
#fright {margin: 0 0 10px 10px}
#fleft a, #fright a {
	font-style: italic;
	color: #ddd;
	font-size: 11px;
}
#fleft h2, #fright h2 {
	font-size: 16px;
}

img {border:none}
a {text-decoration:none;color:#fff}
p, li {line-height:1.2}

.fleft {float:left}
.fright {float:right}
.cboth {clear:both}
.righted {text-align:right}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#mainleft {
	float: left;
	width: 240px;
}

#mainleft p {margin-right:30px}

#mainright {
	float: right;
	width: 720px;
}

#mainright p {width:394px}

#nav, #nav2 {
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	list-style: none;
	margin: 27px 0 0;
	padding: 10px 0;
	width: 210px;
	text-transform: capitalize;
}

#nav2 {margin:30px 0 0}

#nav li, #nav2 li {
	padding: 5px 0;
}

#nav li ul, #nav2 li ul {
	list-style: none;
	font-style: italic;
}

#nav a, #nav2 a {color:#fff}
a:hover, #nav a:hover, #nav2 a:hover, #home .home, #about .about, #surfaces .surfaces, #stucco .stucco, #impasto .impasto, #bespoke .bespoke, #technical .technical, #latest .latest, #contact .contact, #distribution .distribution {color:#af904a}

#mainright p#phone {
	text-align: right;
	margin: 0 8px 8px;
	padding: 0;
	width: 704px;
}

#hp-mainpic {
	float: left;
	margin-top: 6px;
	margin-bottom: 10px;
	position: relative;
}

.hp-mainh {
	position: absolute;
	z-index: 999;
	font-size: 3em;
	margin: 25px 25px 0;
	line-height: 1;
}

#fisfp {top:200px}
#aotc {top:100px}
#smpf {top:10px}
#bf {top:100px}

.hp-showhide {
	float: right;
	display: none;
	margin-top: 6px;
	margin-bottom: 10px;
}

.sf-small {
	float: left;
	margin-left: 5px;
	margin-top: -8px;
	position: relative;
	width: 228px;
	display: inline;
}

#sfs1 {margin-left:26px}

.sfsh {
	position: absolute;
	left: 10px;
	bottom: 10px;
	margin-bottom: 0;
	font-size: 1.65em;
}

.sfsh a {color:#fff}

#mr-h2 {
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 5px;
}

.sf-int-text {
	border-top: 1px dashed #fff;
	padding-top: 10px;
	clear: both;
	margin-left: 26px;
}

/**/
.thumbs-gallery {
	clear: both;
	padding-top: 20px;
	width: 696px;
	padding-bottom: 20px;
}

#classic {height:278px}
#carrara {height:138px}
#chamois {height:70px}
#floor {height:70px}
#intonachino {height:138px}

.finish-thumb {
	margin: 0 2px 2px 0;
	padding: 0;
	outline: none;
	width: 85px;
}

/**/
.hotr {display:none}
#contactform {display:block;padding:10px}
#contact #mainleft p {margin-top:20px}

/**/
table.sofT
{ text-align: center;
font-weight: normal;
font-size: 11px;
color: #404040;
width: 694px;
background-color: #fafafa;
border: none;
border-collapse: collapse;
margin:6px 0 0 26px; }

table.sofT a {color:#af904a}

td.helpHed
{ border-bottom: 1px solid #231f20;
border-left: 1px solid #231f20;
background-color: #d6d6d6;
text-align: left;
text-indent: 5px;
font-weight: bold;
font-size: 11px;
padding: 10px 0;
color: #404040; }

td.helpHed2
{ 
background-color: #231f20;
text-align: left;
text-indent: 5px;
font-weight: bold;
font-size: 1.4em;
padding: 10px 0;
color: #fff;}

td.helpbody
{ border-bottom: 1px solid #231f20;
border-left: 1px solid #231f20;
text-align: left;
text-indent: 5px;
font-weight: bold;
font-size: 11px;
padding: 10px 0;
color: #404040;
width: 25%; }
/**/

#footer {
	clear: both;
	padding-top: 20px;
	font-size: 0.8em;
}

#footer a {color:#fff}

/*##wordpress##*/
#primary {
	width: 463px;
	margin-left: 26px;
}

#mainright #primary p {margin-right:0}

.post {
	border-top: 1px dashed #fff;
	margin: 6px 0 10px;
}

.entry-title {font-size: 1em}

.entry-title, .entry-title a {color: #af904a}

#secondary {width: 185px}

.widget-title {
	font-size: 1em;
	color: #af904a;
}

#secondary ul {
	list-style: none;
	margin: 0 0 50px;
	padding: 0;
}

#secondary li {
	margin: 10px 0;
	padding: 0;
}

#secondary a {color:#fff}
#secondary a:hover {color:#af904a}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.logo{  float: left;
  display: inline-block;
  width: 89%;}

 .phone-no{float: right;
  display: inline-block;
  width: 11%;}

.half1{width:50%; float:left; display:inline-block; text-align:center;}
.half2{width:50%; float:left; display:inline-block; text-align:center;}

.half1 p{display:inline-block; background-color: #cccfcd; border-radius:10px; padding:20px 40px; font-size:20px;}
.half2 p{display:inline-block; background-color: #cccfcd; border-radius:10px; padding:20px; font-size:20px;}

.half1 a{color:black;}
.half2 a{color:black;}