/* ========================= GENERAL =========================*/
* {
	margin: 0px;
	padding: 0px;	
	text-decoration: none;
}

a:link, a:visited, a:active {
	color: #777777;
}

a:hover {
	color: #FFFFFF;
}

body {
	background-color: #222222;
	font-family: "Arial Narrow", Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	color: #666666;
}

.UnderConstruction {
	font-size: 400%;
	text-align: center;
}

.ToRedTricycleVideo {
	background-color: ;
	padding-top: 100px;
	margin-bottom: 300px;
	font-size: 150%;
	text-align: center;
}

.ToRedTricycleVideoClick {
	background-color: ;
	font-size: 300%;
	text-align: center;
}

.fillerBlack {
	background-color: #000000;
	height: 20px;
}

.Width90 {
	background-color: ;
	margin: 0% auto;
	width: 90%;
}

#MainContainer {
	background-color: ;
	margin: 0 auto; 
	width: 100%;
}

/* ========================= SITE MENU =========================*/
#Menu {
	background-color: ;
	text-align: right;
}

.MenuChoice {
	background-color: ;
	line-height: 1.5;
	text-align: right;
}

/* ========================= SITE HEADER =========================*/
#SiteHeader {
	background-color: ;
	padding: 30px 20px 0px 5px;
	position: fixed;
	top: 0;
	left: 0;
	width: 242px;
	min-height: 100vh;
	border-right: 3px solid #999999;
	float: left;
	overflow: hidden;
}

#SiteHeaderCompanyName {
	background-color: ;
	font-family: "Arial";
	font-size: 250%;
	text-align: right;
}

#SiteHeaderText {
	background-color: ;
	margin-top: 3px;
	padding-bottom: 30px;
	background-color: ;
	font-size: 110%;
	text-align: center;
}

/* ========================= DISPLAY PAGE HEADER PAGE =========================*/
#DisplayPageHeader {
	background-color: ;
	width: 100%;
	height: 140px;
	padding-top: 10px;
	position: fixed;
	top: 0;
}

#DisplayPageHeaderLogo {
	background-color: ;
	margin: 15px 25px 0px;
	height: 100px;
	float: left;
}

#DisplayPageHeaderTitle {
	background-color: ;
	font-size: 200%;
	font-family: "Arial Narrow";
	margin-top: 40px;
}

.DisplayPageAlign {
	margin-left: 270px;
	z-index: 99;
}

/* ========================= GALLERY DISPLAY SECTION =========================*/
#GalleryDisplay {
	background-color: ;
	margin-top: 150px;
	margin-right: 0px;
	padding-left: 60px;
}

#GalleryAnimalOne {
	background-color: ;
	min-width: 200px;
	max-width: 620px;
}

#GalleryHomeOne {
	background-color: ;
	min-width: 200px;
	max-width: 620px;
}

.GalleryDisplay1x2 {
	background-color: ;
	padding: 0px 10px 0px 0px;
	width: 200px;
	min-height: 315px;
	max-height: 315px;
	float: left;
}

.GalleryDisplayContact {
	background-color: ;
	padding: 0px 20px 0px 0px;
	width: 90%;
	min-width: 200px;
	max-width: 600px;
	float: left;
}

.GalleryImageDisplay {
	background-color: ;
	padding: 0px 0px 10px;
	width: 100%;
}

/* ========================= SITE FOOTER =========================*/
#SiteFooter {
	background-color: ;
	padding: 10px 50px;
	clear: both;
}

#Copyright {
	background-color: ;
	padding: 10px 0px;
	font-size: 100%;
	text-align: center;
}

#SiteFooterLogo {
	background-color: ;
	margin-left: 2px;
	margin-bottom: -3px;
	width: 20px;
}

#Tagline {
	background-color: ;
	border-top: 1px solid #999999;
	padding: 10px;
	font-size: 150%;
	text-align: center;
}