.bandtop	{
	background-color: black;
	padding: 15px 0 0;
	color: white;
}

.bandmiddle	{
	background-color: #cf313f;
	padding: 15px 0;
	border-bottom: 5px solid #feef44;
}

.bandmiddlebottom	{
	background-color: black;
}

.bandbottom	{
	background-color: #d2d1d2;
	padding: 20px 0;
	color: black;
}

html, body		{
	background-color: black;
}

body	{
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	color: white;
}

.companyname	{
	font-family: 'Titillium Web', sans-serif;
	font-size: 1.7em;
	color: white;
}

.phone	{
	font-size: 1.1em;
	line-height: 1.2;
}

.printers	{
	color: #feef44;
	font-size: 1.2em;
}

.menu-bar	{
	background-color: black;
}

.menu-bar-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	width: 100%;
}

.menu-bar-section ul.left li {
	text-align: center;
	padding: 5px 20px;
	border-top: 1px solid #666;
	border-bottom: 2px solid #333;
}

li.menu-item {
	display: none;
}

li.menu-icon {
	display: block;
}

.menu-bar-section ul.right {
	display: none;
}

.active a {
	color: #feef44;
	font-weight: bold;
}

p.maintext-on-red	{
	font-style: italic;
	font-weight: bold;
}

.smartphone	{
	margin-top: 30px;
}

.samples	{
	display: none;
}

.quote	{
	width: 120px;
	font-weight: bold;
	display: block;
	margin: 0 auto 15px;
}

a, a:hover 	{ color: white; }

.over25yr	{
	display: block;
	margin: 0 auto 15px;
}

.credits	{
	font-size: 0.7em;
	text-align: center;
	border-top: 3px solid black;
	padding-top: 5px;
	width: 100%;
}

.credits a {
	color: inherit;
}

ul.why li {
	text-align: left;
}

/* ===== MEDIA QUERIES ====== */

@media only screen and (min-width: 64.063em) { /* DESKTOP  1024px */
	body	{
		text-align: left;
	}
	
	.max80 	{
		max-width: 80%;
	}
	
	.logo	{
		text-align: right;
	}

	header	{
		text-align: left;
	}
	
	header p {
		margin: 0;
		padding: 0;
		margin-left: -20px;
	}

	.co-id	{
		padding-top: 60px;
	}

	.top-bar-section li > a {
		border-right: 1px solid #feef44;
	}
	
	.companyname	{
		font-family: 'Titillium Web', sans-serif;
		font-size: 1.7em;
		color: white;
	}

	.phone	{
		font-size: 1.5em;
		line-height: 1.1;
	}
	
	.menu-bar	{
		margin-top: 15px;
		margin-bottom: 10px;
	}

	.menu-bar-section ul.left li {
		text-align: center;
		padding: 5px 20px;
		border-top: 0px;
		border-bottom: 0px;
		float: left;
		border-right: 1px solid yellow;
	}

	li.menu-item {
		display: inline-block;
	}

	li.menu-icon {
		display: none;
	}
	
	ul.left	{
		width: 70%;
	}

	.menu-bar-section ul.right {
		width: 25%;
		float: right;
		display: block;
	}
	
	.espanol	{
		color: #feef44;
		font-size: 0.875em;
		float: right;
		border: 0px;
		line-height: 30px;
	}

	.quote	{
		width: 120px;
		font-weight: bold;
		display: inline-block;
		margin: 0 auto 15px;
	}

	.smartphone	{
		display: none;
	}
	
	.samples	{
		position: relative;
		display: block;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) { /* iPad */	
	body	{
		text-align: left;
	}
	
	header	{
		text-align: left;
	}
	
	header p {
		margin: 0;
		padding: 0;
		margin-left: -20px;
	}

	.co-id	{
		padding-top: 45px;
	}

	.top-bar-section li > a {
		border-right: 1px solid #feef44;
	}
	
	.menu-bar	{
		margin-top: 15px;
		padding-bottom: 10px;
	}

	.menu-bar-section ul.left li {
		text-align: center;
		padding: 5px 20px;
		border-top: 0px;
		border-bottom: 0px;
		float: left;
		border-right: 1px solid yellow;
	}

	li.menu-item {
		display: inline-block;
	}

	li.menu-icon {
		display: none;
	}
	
	ul.left	{
		width: 70%;
	}

	.menu-bar-section ul.right {
		width: 25%;
		float: right;
		display: block;
	}
	
	.espanol	{
		color: #feef44;
		font-size: 0.875em;
		float: right;
		border: 0px;
	}

	.smartphone	{
		text-align: center;
		margin-left: -50px;
	}
	
}