﻿body
{
  	font-family: 'Trebuchet MS',Trebuchet,'Helvetica Neue', Helvetica, sans-serif;
  	margin: 0px auto;
	background-color: #333;
  	color: white;
  	font-size: 13px;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}

table
{
	margin: auto;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

img
{
	border: none;
}

a
{
	text-decoration: none;
	color: #ec1e25;
}

a:hover
{
	color: #ee0000;
}

p.shadow, span.shadow
{
	text-shadow: black 0.1em 0.1em 0.2em;
}

span.first-letter
{
	font-size: 30px;
	line-height: 0px;
	margin-left: 15px;
}

#mainscreen
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#head
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: #222;
	border-top: 1px solid grey;
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 3px 6px 2px black;
	-moz-box-shadow: 0 3px 6px 2px black;
	box-shadow: 0 3px 6px 2px black;
}


#banner
{
	position: relative;
	width: 1000px;
	height: 100px;
	margin: auto;
}

#content
{
	position: relative;
	width: 970px;
	height: auto;
	min-height: 600px;
	margin: auto;
	padding: 15px;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}

#footer
{
	position: relative;
	width: 100%;
	height: 35px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-color: #222;
	border-top: 1px solid grey;
	font-size: 11px;
	color: #ccc;
	-webkit-box-shadow: 0 3px 6px 2px black;
	-moz-box-shadow: 0 3px 6px 2px black;
	box-shadow: 0 3px 6px 2px black;
}

#content table.home
{
	width: 900px;
	margin: auto;
}

#content table.home td.home-title
{
	padding-left: 150px;
}

#content table.home td.home-title p
{
	font-size: 24px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#content table.home td.home-title2 p
{
	font-size: 20px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#content table.home td.home-info
{
	width: 600px;
}

#content table.home tr.filled
{
	background-color: #555;
}

#content table.home tr.filled td
{
	padding: 10px;
}

#content table.home td.filled
{
	background-color: #555;
}

#content table.home td.offer-info p
{
	font-size: 18px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#content table.home tr.offer-blocks td.disc
{
	padding: 20px 20px 20px 0px;
	width: 50%;
}

#content table.home tr.offer-blocks td.lto
{
	padding: 20px 0px 20px 20px;
	width: 50%;
}

#content table.home tr.offer-blocks td p.title
{
	font-size: 20px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#content table.home tr.offer-blocks td.disc a,
#content table.home tr.offer-blocks td.lto a
{
	color: white !important;
}

#content table.home tr.offer-blocks div
{
	height: 250px;
	background-color: #555;
	cursor: pointer;
	padding: 5px;
}

#content table.home tr.offer-blocks div img,
#content table.home tr.offer-blocks div span
{
	opacity: 0.6;
}

#content table.home tr.offer-blocks div:hover
{
	background-color: #666;
	-webkit-box-shadow: 0 6px 8px -1px black;
	-moz-box-shadow: 0 6px 8px -1px black;
	box-shadow: 0 6px 8px -1px black;
}

#content table.home tr.offer-blocks div:hover img,
#content table.home tr.offer-blocks div:hover span
{
	opacity: 1.0;
}

#content table.contact
{
	width: 700px;
	margin: auto;
	margin-top: 80px;
}

#content table.contact tr.filled
{
	background-color: #555;
}

#content table.contact td.company-info p
{
	font-size: 16px;
}

#content table.contact img.contact
{
	-webkit-box-shadow: 0 6px 8px -1px black;
	-moz-box-shadow: 0 6px 8px -1px black;
	box-shadow: 0 6px 8px -1px black;
}

#content table.contact a
{
	color: white;
	text-decoration: underline;
}

#content table.icons
{
	font-size: 16px;
	margin-top: 30px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#content table.icons td.phone
{
	width: 133px;
	height: 65px;
	background: url('../images/phone-icon.png') center center no-repeat;
}

#content table.icons td.email
{
	width: 133px;
	height: 65px;
	background: url('../images/email-icon.png') center center no-repeat;
}

#content table.icons td.www
{
	width: 133px;
	height: 65px;
	background: url('../images/www-icon.png') center center no-repeat;
}

#content table.icons tr
{
	background-color: #555;
	border-bottom: 1px solid #333;
}