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

/* sub1 original color #F93 */


html, body {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: center;
	overflow: inherit;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

* html #wrapper { 
	height: 100%;
}

a img {
	border: none;
	outline: none;
}

#wrapper {
	margin: 0 auto;
	padding: 0 20px 0 20px;
	width: 940px;
	min-height: 100%;
	text-align: left;
	background-color: #FFF;
}

#header {
	margin: 0 auto;
	padding: 98px 0 0 0;
	width: 940px;
	height: auto;
}

#header-sub {
	margin: 0 auto;
	padding: 64px 0 0 0;
	width: 940px;
	height: auto;
}

#logo {
	margin: 12px 0 0 0;
	padding: 0;
	position: absolute;
	float: left;
	width: 240px;
	height: 158px;
	z-index: 100;
}

#logosm {
	margin: 15px 0 0 0;
	padding: 0;
	position: absolute;
	float: left;
	width: 156px;
	height: 97px;
	z-index: 100;
}

.divider {
	margin: 6px 12px 0 12px;
	padding: 0;
	float: left;
	width: 1px;
	height: 10px;
	background-color: #FF6633;
}

.divider2 {
	margin: 40px 0 20px 0;
	padding: 0;
	width: 100%;
	height: 1px;
	background-color: #FF6633;
}

.photo {
	margin:0 auto;
	padding: 20px 0 0 0;
}

.left {
	margin: 0;
	padding: 0 20px 0 0;
	float: left;
	font-size: 0px;
}

.right {
	margin: 0;
	padding: 0;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 28px;
	text-decoration: none;
}

.right a {
	color: #666;
	text-decoration: underline;
}

.right a:hover {
	color: #666;
	text-decoration: none;
}

.sub1 {
	font: normal 14px Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	line-height: 26px;
	color: #333;
}



/* nav
---------------------------------------------------------------------------*/

#navigation {
	margin: 0 auto;
	padding: 0;
	float: left;
	width: 852px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

#navigation li {
	padding-left: 5px;
	position: relative;
	display: inline;
	list-style: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666;
	letter-spacing: .2em;
	text-decoration: none;
}

#navigation li a {
	color: #666; 
	text-decoration:none;
}

#navigation li a:hover {
	color: #CCC;
	text-decoration: none;
}


/* social
-----------------------------------------------------------------------------*/

.social {
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
}

.social ul {
	margin: 0;
	padding: 0;
}

.social li {
	margin: 0;
	padding: 0 0 0 2px;
	display: inline;
	list-style: none;
}

#fb {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/rccinteriors-facebook.gif") no-repeat 0 0;
}

#fb:hover { 
  background-position: 0 -16px;
}

#fb span {
  position: absolute;
  top: -999em;
}

#in {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/rccinteriors-linkedin.gif") no-repeat 0 0;
}

#in:hover { 
  background-position: 0 -16px;
}

#in span {
  position: absolute;
  top: -999em;
}

#houzz {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("images/rccinteriors-houzz.gif") no-repeat 0 0;
}

#houzz:hover { 
  background-position: 0 -16px;
}

#houzz span {
  position: absolute;
  top: -999em;
}




/* portfolio
---------------------------------------------------------------------------*/

#portfolio {
	margin: 0 auto;
	padding: 0;
	width: 940px;
	height: 530px;
}



/* footer
---------------------------------------------------------------------------*/

#footer {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 100%;
	font: normal 9px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
}





/* =Clearfix (all browsers)
-----------------------------------------------------------------------------*/
.clear {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}


