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

body {
	font: 1em/1 Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #ebeabe;
}
	
.redtext {
	color: #E10E12;
	font-size: medium;
	font-weight: normal;
	text-align: left;
}
.redtextlarger {
	color: #E10E12;
	font-size: 1.2;
	font-weight: normal;
	text-align: center;
}
.redtitle {
	color: #E10E12;
	font-size: 1.3em;
	font-weight: bold;
}

.redregulartext {
	color: #E10E12;
	font-weight: bold;
	font-size: 1.5em;
}

.bluetext {
	color: #1c286c;
	font-size: larger;
	font-weight: bold;
}

.blueregulartext {
	color: #1c286c;
	font-weight: bold;
}

.muchmoreredtext {
	color: #E10E12;
	font-size: 2em;
	font-weight: bolder;
	line-height: 45px;
}

.muchmoreredregulartext {
	color: #E10E12;
	font-size: 1.3em
	font-weight: bold;
}

.muchmorebluetext {
	color: #1c286c;
	font-size: 2em;
	font-weight: bolder;
	line-height: 45px;
}

.muchmoreblueregulartext {
	color: #1c286c;
	font-size: 1.3em
	font-weight: bold;
}

.subtitletext {
	color: 091143;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-style: italic;
	font-weight: bold;
}
.largertext {
	color: #E10E12;
	font-weight: 900;
	text-transform: none;
	text-shadow: 1px 4px #4D3F3F;
	font-style: italic;
	font-size: 2.5em;
}
#photo {
	margin-top: 10px;
	padding: 5px;
	font-size: .9em;
	line-height: 1.5em;
	background-color: #91915b;
	background-image: -webkit-linear-gradient(#91915b, #FFF);
	background-image: linear-gradient(#91915b, #FFF);
	border: 1px solid;
	border-color: #333;
	border-radius: 5px;
	text-align: center;
}
audio {
	width: 90%;
}
.smalltext {
	font-size: 10px;
}
.p12headings {
	color: #E10E12;
	font: italic bold 1.2em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.register_businfo {
	color: #E10E12;
	font: italic bold 1.2em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sidebartext {
	font-size: 1.1em;
}

.numbers {
	color: #E10E12;
	font: bold 1.3em Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #E10E12;
}
#products.fluid {
	margin-top: 10px;
}
#years.fluid {
	margin-top: 10px;
}
#employees.fluid {
	margin-top: 10px;
}
#annual_sales.fluid {
	margin-top: 10px;
}
form#login input {
	background-color: rgba(255,51,0,1);
	color: rgba(255,255,204,1)
}
