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

body {
	background: #000000 url(../images/bg-grad.gif) repeat-x top;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
a {
	color:#ef701c;
	text-decoration:none;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

ul {
	margin:10px 0 0 0;
	width:220px;
}
li {
	list-style-image:url(../images/list-marker.gif);
	margin-left:10px;
}
.orange-text{
color:#ef701c;
}

.twenty-text{
font-size:20px;
line-height:24px;
}

div#centered {
	width:870px;
	height:600px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-300px auto auto -435px;
	background:url(../images/devotions-cleaning-background-panel.png) no-repeat 0 0;
}

div#content {
	padding:45px 0 0 40px;
}
div#logo {
	padding:0 0 0 164px;
}
div#left-col {
	width:480px;
	float:left;
}
div#right-col {
	float:left;
}
div#menu {
	width:455px;
	height:33px;
	overflow:hidden;
}
div#intro {
	height:20px;
	color:#666666;
	padding:35px 0 0 0;
	font-size:10px;
	text-transform:uppercase;
}
div#image {
	height:460px;
	width:350px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
}
body#home-page div#image {
	background-image:url(../images/home-gloves.png);
}
body#our-services-page div#image {
	background-image:url(../images/services-gloves.png);
}
body#testimonials-page div#image {
	background-image:url(../images/testimonials-gloves.png);
}

body#contact-page div#image {
	background-image:url(../images/contact-gloves.png);
}



.clear {
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	clear: both;
}
div#main-copy {
	padding:20px 0;
	height:320px;
	overflow:hidden;
}
.grey-text {
	color:#666666;
}
h1 {
	font-size:32px;
	line-height:36px;
	font-weight:normal;
}
.body-copy {
	padding:20px 30px 0 0;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
/*
MAIN NAV
*/

#home-nav, #our-services-nav, #testimonials-nav, #contact-nav {
	display:block;
	float:left;
	height:33px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#home-nav span, #our-services-nav span, #testimonials-nav span, #contact-nav span {
	display:none;
}
#home-nav {
	width:61px;
	background-image:url(../images/nav-home.gif);
}
#our-services-nav {
	width:140px;
	background-image:url(../images/nav-our-services.gif);
}
#testimonials-nav {
	width:135px;
	background-image:url(../images/nav-testimonials.gif);
}
#contact-nav {
	width:109px;
	background-image:url(../images/nav-contact-us.gif);
}
#home-nav:hover, #our-services-nav:hover, #testimonials-nav:hover, #contact-nav:hover {
	background-position:0 -33px;
}
body#home-page #home-nav, body#our-services-page #our-services-nav, body#testimonials-page #testimonials-nav, body#contact-page #contact-nav {
	background-position:0 -66px;
}

/*
Testimonial Nav
*/

#testimonial-1, #testimonial-2, #testimonial-3{
width:100px;
height:160px;
float:left;
display:block;
background-position:0 0;
background-repeat:no-repeat;
margin:10px;
}  

#testimonial-1{
background-image:url(../images/rnh-nav.gif);
}
#testimonial-2{
background-image:url(../images/rfre-nav.gif);
}

#testimonial-3{
background-image:url(../images/benchmarch-nav.gif);
}

#testimonial-1:hover, #testimonial-2:hover, #testimonial-3:hover{
background-position:0 -160px;
}

#testimonial-1 span, #testimonial-2 span, #testimonial-3 span{
display:none;
}