/*********************
       Header
*********************/

#header {
	background-image: url(../images/template/FG_Header_130x115.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 115px;
}

#headerContent {
	width: 1016px;
	height: 125px;
	margin: 0px auto 0px auto;
	padding-top: 12px;
}

#logo {
	width: 140px;
	height: 125px;
	margin: 12px -3px 0px 15px;
	display: block;
	float: left;
}

#headerText {
	width: 304px;
	height: 30px;
	float: right;
	margin: 25px 0px 0px 0px;
}

/********************
Main Escape The Titanic
*********************/

#mainRR {
	width: 1040px;
	height: 770px;
	margin: 0px auto 0px auto;
	background-color: #fff;
	opacity: .99;
}

#top {
	width: 1014px;
	height: 430px;
	margin: 0px auto 0px auto;
	padding: 13px;
	background-color: #fff;
}

#left {
	float: left;
	width: 667px;
	height: 430px;
	background-color: #000;
}

#right {
	float: right;
	width: 334px;
	height: 430px;
	background-image: url(../images/ranchrush/FG_RanchRush_SocialMediaInset.png);
}

#quote {
	width: 224px;
	height: 160px;
	margin-top: 25px;
	margin-left: 15px;
}

#socialMedia {
	width: 296px;
	height: 100px;
	margin: 130px 19px 0px 19px;
}

#facebookRR {
	width: 55px;
	height: 65px;
	padding-left: 34px;
	padding-top: 17.5px;
	margin: 0px auto 0px auto;
	float: left;
}

#twitterRR {
	width: 55px;
	height: 65px;
	padding-left: 27px;
	padding-top: 17.5px;
	margin: 0px auto 0px auto;
	float: left;
}


#googleRR {
	width: 55px;
	height: 65px;
	padding-left: 35px;
	padding-top: 17.5px;
	margin: 0px auto 0px auto;
	float: left;
}

#bottom {
	width: 1014px;
	height: 285px;
	margin: 0px auto 0px auto;
	padding: 13px 13px 13px 13px;
	background-color: #fff;
}

.rescueRanch {
	margin-bottom: 10px;
}

#column1 {
	width: 525px;
	height: 270px;
	float: left;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Helvetica, sans-serif;
	font-size: 1.165em;
	font-weight: lighter;
	line-height: 1.45em;
}

#column2 {
	width: 175px;
	height: 200px;
	float: left;
	padding: 0px 3px 0px 3px;
	margin-top: 45px;
}


#column3 {
	width: 308px;
	height: 270px;
	float: right;
	padding: 0px 0px 0px 0px;
	color: #000;
	font-family: Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: lighter;
	line-height: 1.45em;
}

#centerTitle {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 1.3em;
	color: #737373;
}

#bulletText {
	width: 370px;
	height: 270px;
	margin: 0px auto 0px auto;
}

#bulletText li {
	text-align: left;
	list-style-type: disc;
	margin-left: 40px;
	margin-top: 10px;
}

/*********************
   Purchase Links
*********************/

#purchaseLinks {
	width: 1040px;
	height: 152px;
	background-image: url(../images/ranchrush/FG_RanchRush_AppBadgeInset.png);
	margin: 0px auto 0px auto;
}

#row {
	width: 640px;
	height: 50px;
	float: right;
	margin: 51px 16px 0px 0px;
}

#purchaseIOS {
	width: 150px;
	height: 50px;
	margin: 0px 8px 0px 8px;
	float: left;
}

#purchaseOSX {
	width: 150px;
	height: 50px;
	margin: 0px 8px 0px 0px;
	float: left;
}

#purchasePC {
	width: 150px;
	height: 50px;
	margin: 0px 8px 0px 0px;
	float: left;
}

#purchaseFlash {
	width: 150px;
	height: 50px;
	margin: 0px 8px 0px 0px;
	float: left;
}

/*********************
     Screen Shots
*********************/

#screenShots {
	width: 1014px;
	height: 266px;
	margin: 0px auto 0px auto;
	background-color: #000;
}

/* Circular Content Carousel Style */
.ca-container{
	position:relative;
	padding: 13px 13px 13px 6.5px;
	width: 994.5px;
	height: 266px;
}
.ca-wrapper{
	width: 100%;
	height: 100%;
	position: relative;
}

.ca-item{
	width:333px;
	height:266px;
	position:relative;
	text-align:center;
	float: left;
	margin: 0px auto 0px auto;
}

.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(../images/buttons/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:1.0;
}

