﻿thead
{
	font-family: "Arial Black";
	color: #000;
	font-weight: bold;
	text-shadow: 7px 7px 10px black;
}

#home-table
{
	width: 993px;
	margin-top: 10px;
	border-collapse: separate;
	border-width: 10px;
	vertical-align: top;
	word-break: normal;
	font-family: Verdana;
}

#home-table td
{
	vertical-align: top;
	position: relative;
	padding-top: 0;
}

#signup-column
{
	width: 30%;
}

#introduction-column
{
	width:45%;
	max-width: 45%;
}

#equipment-column
{
	width: 25%;
}

.eqpt-thumbnail
{
	width: 50px;
	height: 50px;
	border:5px #FFB500 solid;
}

.home-cutting-corner
{
	position: absolute;
	top: -2px;
	left: -2px;
}

#btn-customer-signup
{
	width: auto;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	background-image: url('../Images/img-button-30px.png');
	border: 1px #FFB500 solid;
	border-radius: 5px;
}

#btn-customer-signup:hover, #btn-customer-signup:focus
{
	background-image: url('../Images/img-button-30px-hover.png');
}

#btn-customer-signup:active, #btn-customer-signup:target
{
	background-image: url('../Images/img-button-30px-click.png');
}

#image-cycle-wrapper
{
	width: 988px;
	height: 300px;
	margin: auto auto auto auto;
	border: 1px #B2B4B7 solid;
	z-index: 0;
}

.image-cycle-slide
{
	width: 100%;
	height: 100%;
}
