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

/******************** Slider Img *************************/


#phoneCarousel{
	/*	This is the carousel section, it
		contains the stage and the arrows */
	margin:200px auto 120px;
	position:relative;
	width:560px;
}


#phoneCarousel .arrow{
	/* The two arrows */
	width:44px;
	height:44px;
	background:url('/images/hosting/rvsitebuilder/arrows_gray.png') no-repeat;
	position:absolute;
	top:10%;
	margin-top:-72px;
	left:0;
	cursor:pointer;
}

#phoneCarousel .next{
	/* Individual styles for the next icon */
	background-position:right top;
	left:auto;
	right:0;
}

/* Hover styles */

#phoneCarousel .arrow:hover{
	background-position:left bottom;
}

#phoneCarousel .next:hover{
	background-position:right bottom;
}


#stage{
	/* The stage contains the animated phone images */
	left:50%;
	margin-left:-270px;
	position:absolute;
	width:540px;
	height:100%;
}

#stage img{
	/* Hiding all the images by default */
	display:none;
}

#stage .default{
	/*	This class is applied only to the iphone img by default
		and it is the only one visible if JS is disabled */
	display:block;
	left:50%;
	margin-left:-135px;
	position:absolute;
}

#stage .animationReady{
	/* This class is assigned to the images on load */
	display:block;
	position:absolute;
	top:0;
	left:0;
}
.linkfb, .linkfb:visited{
	background-image: url(/images/hosting/rvsitebuilder/fb.jpg); 
	background-position:top left; 
	background-repeat: no-repeat; 
	width:22px; 
	height:20px; 
	border:0; 
	padding:7px 10px; 
}
.linkfb:hover, .linkfb:active{
	background-image: url(/images/hosting/rvsitebuilder/fb_hover.jpg); 
	background-position:top left; 
	background-repeat: no-repeat; 
	width:22px; 
	height:20px; 
	border:0; 
}
.textred {
font-weight: normal;
color: #c70000;
font-size: 38px;
line-height: .7em;
}
.trebuchet {
font-family: 'Trebuchet MS', verdana, arial, helvetica;
}

