/*CSS developed for Rearrangements Home Staging
by CarricDesign, Kingston, Ontario
February 2010
*/

h1{
	font-family: century gothic, verdana, arial, sans-serif;
    font-weight: normal;
	color: #4f1212;
	font-size: 2.8em;
}

html {margin: 0; padding: 0;}
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #4d686f;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

address {
	font-style: normal;
}

img {
	border: none;
}

li {
	vertical-align: top;
}

span {
	font-weight: bold;
}

ul {
	list-style: none;
	
}

/*SEC-NAV
================================================================*/
#sec-nav {
	background: #4f1212;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: right;
	color: #9e9e9e;
}

#sec-nav-inner {
	width: 960px;
	margin: 0 auto;
}

#sec-nav-inner a {
	color: #9e9e9e;
}

#sec-nav-inner a:hover {
	color: #fff;
	text-decoration: none;
}

#sec-nav-inner li{
	display: inline;
}

#sec-nav-inner ul {
	padding: 12px 20px 0 0;
}

/*WRAPPER
================================================================*/
#wrapper {
	margin: 0 auto;
	width: 960px;
}



/*HEADER
================================================================*/
#header {
	padding: 30px 0 0 0;
}

/*NAV
================================================================*/
#nav {
	width: 949px;
	color: #9e9e9e;
	text-align: center;	
}

#nav a {
	color: #fff;
}

#nav a:hover {
	text-decoration: none;
	color: #9e9e9e;
}

#nav li{
	display: inline;
	font-size: 1.1em;
}

#nav ul {
	padding: 20px 0 0 0;
}

/*BUBBLE
================================================================*/
#bubble {
	background: url(../images/logo-homepg.gif) bottom no-repeat;
	width: 960px;
	height: 480px;
	padding: 40px 0 0 0;
}

#bubble div.homeowners, #bubble div.agents, #bubble div.builders {
	float: left;
	height: 271px;
	padding: 0 20px 0 0; 
}

#bubble div.homeowners, #bubble div.agents, #bubble div.builders {
	width: 248px;
}

#bubble div.homeowners a, #bubble div.agents a, #bubble div.builders a{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -3000px;
}

#bubble div.homeowners a{
	background: url(../images/homeowners.jpg) top left no-repeat;
}

#bubble div.agents a{
	background: url(../images/agents.jpg) top left no-repeat;
}

#bubble div.builders a{
	background: url(../images/builders.jpg) top left no-repeat;
}

#bubble div.homeowners a:hover {
	background: url(../images/homeowners.jpg) top right no-repeat;
}

#bubble div.agents a:hover {
	background: url(../images/agents.jpg) top right no-repeat;
}

#bubble div.builders a:hover {
	background: url(../images/builders.jpg) top right no-repeat;
}



/*LOGO
================================================================*/
#logo {

}

/*FOOTER
================================================================*/
#footer {
	clear: both;
	padding: 40px 0 50px 0;
	color: #9e9e9e;
	text-align: center;
	font-size: 1.2em;
}

#footer a{
	color: #3e545a;
}

#footer a.email{
	color: #9e9e9e;
}

#footer a:hover{
	color: #fff;
	text-decoration: none;
}

#footer form {
	margin: 0 auto;
	margin-top: 20px;
	width: 280px;
}

#footer li{
	display: inline;
	line-height: 1.5em;
	color: #3e545a;
}

#footer ul {
	padding: 20px 0 40px 0;
}

