/* CSS Document */

*{
	padding: 0;
	margin: 0;
	text-decoration: none;
	text-indent: 0;
}

body{
	color: #000000;
	text-align: center;
	background-image: url(images/body_bkgd.jpg);
	background-repeat: repeat;
	font-family: 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background-color: #CCC;
}


/* main layout 
------------------------------*/

#container{
	width: 747px;
	margin: 30px auto 0 auto;
	text-align: left;
	padding: 0 0 0 0;
	background: #FFF;
}

#masthead1 {
	width: 747px;
	height: 71px;
	padding: 0 0 0 0;
	background: url(images/rlh-header.jpg) no-repeat #FFF;
}

#masthead2 {
	width: 747px;
	height: 57px;
	padding: 0 0 0 0;
	float: left;
}

#branding{
	width: 377px;
	height: 42px;
	float: left;
	background: #FFF;
	padding: 15px 0 0 66px;
	}

#brandworks{
	width: 212px;
	height: 57px;
	float: left;
	background: #FFF;
	padding: 3px 0 0 92px;
	}

#main_content{
	width: 726px;
	background: url(images/swatches.jpg) no-repeat top right #FFF;
	border: 1px solid black;
	margin: 0 10px;
	clear: both;
	float: left;
}


#company-details{
	width: 185px;
	float:left;
	text-align: left;
	border-right: 7px solid #CCC;
	margin: 15px;	
}

#services{
	width: 195px;
	float:left;
	text-align: left;
	margin: 15px 0;	
}
		
/* content typography styles 
-----------------------------------*/	

#main_content p{
	font-size: 12px;
	color: #666;
	font-weight: normal;
	line-height: 1.4;
	padding: 10px 0 0 0;
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#main_content p a{
	color: #df5e2c;
}

#main_content p a:hover, #main_content p a:focus{
	color: #0191ac;
}

#main_content h1{
	font-size: 24px;
	font-family: 'myriad pro', 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #0191ac;
	font-weight: bold;
	padding: 0;;
}

#services ul{
	margin: 0 0 0 0;
	}

#services ul li{
	font: 12px 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	color: #666666;
	Padding: 0 0 0 15px;
	list-style-type: none;
	line-height: 1.4;
	background: url(images/list.gif) no-repeat left center;
	}
	
img {
	display: block;
	border: 0;
}
	
/* footer styles 
------------------------------*/
	  
#footer{
	width: 747px;
	height: 99px;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	text-align: left;
	clear: both;
	background: url(images/footer-image.jpg) no-repeat bottom;
}

#rf_link{
	width: 747px;
	padding: 5px 0 0 0;
	text-align: right;
	clear: both;
	background: #ccc;
}

#rf_link p{
	color: #666666;
	font-size: 10px;
	padding: 5px 0 0 0;
}

#rf_link p a{
	color: #CC0000;
	text-decoration: none;
}

#rf_link p a:hover, #rf_link p a:focus{
	color: #333;
} 

.detail{
	color: #999999;
	font-size: 70%;
}

.left{
	float: left;
	margin-right: 10px;	
	margin-bottom: 5px;
	display: inline;
}
  
.right{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	display: inline;
}

.hide{
	display: none;
}

