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

html,body{
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	background-image:url(images/bodybg.jpg);
	background-repeat:repeat-x;
	background-color:#8b0802;
	height:100%
}
a{
	color:#d62101;
	text-decoration:none
}
a:hover{
	color:#000000;
	text-decoration: underline
}
#wrapper{
	background-color:#FFFFFF;
	width:920px;
	margin: 0 auto
}
#header{
	height:142px;
	width:920px;
	background-color:#000000
}
#topnav{
	width:637px;
	background-color:#993300;
	float:right
}
/*-------------- TOP NAVIGATION ----------------*/

.home { width: 59px; height: 45px; float:left }
.home a { display: block; width: 59px; height: 45px; background: url(images/home.gif) no-repeat top left;}
.home a:hover { background-position: bottom left;}

.about { width: 63px; height: 45px; float:left;}
.about a { display: block; width: 63px; height: 45px; background: url(images/about.gif) no-repeat top left;}
.about a:hover { background-position: bottom left;}

.whybe { width: 143px; height: 45px; float:left;}
.whybe a { display: block; width: 143px; height: 45px; background: url(images/why-be-rainmaker.gif) no-repeat top left;}
.whybe a:hover { background-position: bottom left;}

.points { width: 157px; height: 45px; float:left;}
.points a { display: block; width: 157px; height: 45px; background: url(images/point-of-difference.gif) no-repeat top left;}
.points a:hover { background-position: bottom left;}

.workshop { width: 85px; height: 45px; float:left;}
.workshop a { display: block; width: 85px; height: 45px; background: url(images/workshop.gif) no-repeat top left;}
.workshop a:hover { background-position: bottom left;}

.blog { width: 53px; height: 45px; float:left;}
.blog a { display: block; width: 53px; height: 45px; background: url(images/blog.gif) no-repeat top left;}
.blog a:hover { background-position: bottom left;}

.contact { width: 77px; height: 45px; float:left;}
.contact a { display: block; width: 77px; height: 45px; background: url(images/contact.gif) no-repeat top left;}
.contact a:hover { background-position: bottom left;}


/*------------------------------*/
#logocont{
	background:url(images/headerbg.gif) repeat-x;
	height:97px;
	float:left;
	width:920px;
	border-bottom:#FFFFFF 1px solid;
}
#logo{
	width:400px;
	height:70px;
	float:left;
	margin:12px 0 0 11px;
}
#slogan{
	width:400px;
	height:50px;
	float:right;
	text-align:right;
	margin:29px 14px 0 0;
}
#main{
	background-color:#FFFFFF
}
.homeflash{
width:920px;
height:235px;
overflow:hidden;
float:left
}
#content{
	background-image:url(images/contentbg.gif); 
	background-repeat:repeat-x;
	height:100%;
	float:left;
	background-color:#FFFFFF

}
#footer{
	background-image:url(images/botbg.jpg); 
	background-repeat:no-repeat;
	width:920px;
	height:100px;
	float:left;
	background-color:#8b0802;
	padding-top:40px
}
#footer p{
	font-size:10px;
	font-family:Arial;
	color:#b4b4b4;
}
#footer a{
	font-size:8.5px;
	font-family:Arial;
	color:#b4b4b4;
	text-transform:uppercase;
	text-decoration:none
}
#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline
}
#bodtext{
	background-image:url(images/bodypic1.jpg); 
	background-repeat:no-repeat;
	padding-left:95px;
	padding-right:20px;
	padding-top:25px;
	width:455px;
	height:170px;
	float:left;
}
#features{ 
	padding-left:0px;
	width:550px;
	float:left;
	/*padding-right:20px;
	padding-top:25px;
	width:470px;*/
	
}
#offer{
	width:250px;
	float:left;
	height:260px;
	margin-left:20px;
	margin-top:17px
}
#offer p,ul li{
	font-size:9.5px;
	font-family:Arial;
	color:#666666
}
#offer a{
	font-size:9.5px;
	font-family:Arial;
	color:#d62101;
	text-transform:uppercase;
	text-decoration:none
}
#offer a:hover{
	color:#000000;
	text-decoration: underline
}
#services{
	width:250px;
	float:right;
	height:260px;
	margin-top:17px;
	border-left:7px solid #ededed;
	padding-left:15px;
}
#services p,ul li{
	font-size:9.5px;
	font-family:Arial;
	color:#666666
}
#services a{
color:#d62101;
text-transform:uppercase;
text-decoration:none
}
#services a:hover{
color:#000000;
text-decoration: underline
}
.plainText
{
	font-size:8.5pt;
	color:#000000;
	font-family: Arial ;
	line-height:1.5
}
#sidebar{
	float:right;
	height:100%;
	width:330px;
	margin-right:9px;

}
#testimonials{
	background-image:url(images/testimonials-bg.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	padding-top:80px;
	padding-left:20px;
	
}