html {
	background: url(/images/company/bg/home.jpg) center top repeat-x fixed;
	background-color: transparent;
}

#body.believe {
	background: url(/images/company/banner/home.jpg) repeat-x top center;
	padding-top: 0;
}

.primary {
	width: 560px;
	margin: 0 0 0 10px;
	float: left;
}

* html .primary {
	margin-left: 0;
}

.primary h2 {
	color: #dc291e;
	margin: 0 0 0 10px;
	font-weight: 100;
	font-size: 5.5em;
	line-height: 1.0em;
}

#statement {
	border-top: 8px solid #000;
	border-bottom: 8px solid #000;
	font-weight: 100;
	font-size: 1.9em;
	margin: 20px 0 10px 0;
	color: #303030;
}

#statement p {
	line-height: 1.6em;
	padding: 0 15px;
}

.secondary {
	float: left;
	width: 300px;
	padding: 10px 0 0 40px;
}

#video {
	background: #1e1e1e url(/images/company/home/videoBgTile.jpg) repeat-x top left;
	padding: 4px;
	margin-bottom: 30px;
}

#video h3 {
	font-size: 1.5em;
	font-weight: normal;
	float: left;
	margin: 6px 3px 0 10px;
}

#video h3 a:link, #video h3 a:visited {
	color: #fff;
	text-decoration: none;
	text-transform: none;
}

.imageButton {
	float: right;
	margin: 3px 5px 0 0;
}

.textButton {
	float: right;
	margin: 3px 5px 0 0;
	font-size: 1.2em;
	background: #0e0e0e;
	padding: 3px 5px;
	border: 2px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.textButton:link, .textButton:visited {
	color: #fff;
	text-decoration: none;
}

#video .clear {
	clear: both;
	height: 1px;
}

.secondary hr {
	padding: 0;
	height: 1px;
	border: 1px solid #d1d1d1;
	border-bottom: none;
	width: 300px !important;
}

#socialMedia {
	margin: 20px 0 0 0;
}

#socialMedia h3 {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#socialMedia p {
	color: #6c6c6c;
	font-size: 1.1em;
	width: 95%;
	margin: 0 0 5px;
}

.join {
	margin: 6px 0;
	padding: 0;
}

.twitter {
	background: url(/images/company/home/twitterIcon.jpg) no-repeat top left;
	padding-left: 36px;
	margin-top: 5px;
}

.twitter p {
	margin: 0 0 5px 0;
	padding: 0;
	width: auto;
}

.twitter ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 160px;
	min-height: 160px;
}

.twitter li {
	line-height: 1.4em;
	margin-bottom: 5px;
	color: #6c6c6c;
}

.twitter li a:link, .twitter li a:visited {
	color: #c00;
	text-decoration: none;
	font-weight: bold;
}

.hyves {
	background: url(/images/company/home/hyves_icon.jpg) no-repeat top left;
	padding-left: 36px;
	margin-top: 5px;
}

.hyves a:link, .hyves a:visited {
	color: #6c6c6c;
	text-decoration: none;
}

.hyves a:link span, .hyves a:visited span {
	color: #c00;
	font-weight: bold;
}


.facebook {
	margin-top: 15px;
	background: url(/images/company/home/facebookIcon.jpg) no-repeat top left;
	padding-left: 36px;
	overflow: hidden;
}

.facebook p {
	margin: 0;
	padding: 0 0 0 0;
	line-height: 1.2em;
}



.facebook a:link, .facebook a:visited {
	color: #6c6c6c;
	text-decoration: none;
}

.facebook a:link span, .facebook a:visited span {
	color: #c00;
	font-weight: bold;
}

#headbadges {
	clear: both;
	text-align: center;
	color: #3c3c3c;
}

#headbadges p {
	font-weight: bold;
	font-size: 1.3em;
}

#headbadges img {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

#headbadges td {
	padding: 13px 0;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
}

#headbadges table {
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 40px;
}

/* Video */
#darkenDiv {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(/images/story/shared/darken.png);
	z-index: 990;
}

* html #darkenDiv {
	background: #000;
	filter: Alpha(Opacity:60);
	width: 3000px;
}

#darkenContents {
	position: absolute;
	/*top: 10px;*/
	width: 704px;
	height: 410px;
	text-align: center;
	margin: 130px 0 0 110px;
	padding: 60px 0 0 0;
	z-index: 995;
	background: #000;
}

#darkenContents[id] {
	background: transparent url(/images/rideplus/bg_video.png) no-repeat center;
}

#darkenContents iframe {
	border: 0;
	margin: 0;
	padding: 0;
}

.videoClose {
	position: relative;
	left: 320px;
	top: -40px;
}

