
/* CSS Document */

#wrapper { 
	width: 1050px; 
	height:700px;
	}
	
h1 {
	text-align:left;
	font-size: 32pt; 
	color:#FFFFFF; 
	font-weight: 700;
	padding-left: 22%;
	padding-top: 25px;
	line-height: .2em;
	}

#home { 
	background-color: none; 
	text-decoration: none;
	font-weight:800;
	}

.first	{
	text-align: center;
	clear: both;
	position: relative;
	font-size: 20pt;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	color: #000000;
	line-height:.8em;
	}
	
#services1 ul	{
	text-align: left;
	margin: 0 0 0 225px;
	clear: left;
	position: absolute;
	font-size: 16pt;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	color: #000000;
	line-height: 1.3em;
	}
	
#services2 ul	{
	text-align: left;
	margin: 0 0 0 525px;
	position:relative;
	font-size: 16pt;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	color: #000000;
	line-height: 1.3em;
	}	
	
.last	{
	text-align: center;
	clear: both;
	position: relative;
	font-size: 18pt;
	font-family: 'Maven Pro', sans-serif;
	font-weight: 500;
	color: #000000;
	line-height:.7em;
	}	
	
h2	{
	text-align: center;
	font-size: 26pt;
	font-weight: lighter;
	color: #000000; 
	font-family: 'Maven Pro', sans-serif;
	font-weight: 600;
	position: relative;
	line-height:.7em;
	}
	
#nav2 ul {
	width:100%;
	margin:0 0 0 25px;
	list-style: none;
	}
	
#nav2 ul li {
	display: inline-block;
	}
	
#nav2 ul li a {
	text-decoration:none;
	}

.button {
	font-size: 14pt;
	color: #ffffff;
	display: block;
	width: 195px;
	padding: 10px;
	margin: 0 10px;
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	text-align: center;
	background: linear-gradient(bottom , #A1120F 0%, #A1120F 100%);
	background: -o-linear-gradient(bottom ,#A1120F 0%, #A1120F 100%);
	background: -moz-linear-gradient(bottom , #A1120F 0%, #A1120F 100%);
	background: -webkit-linear-gradient(bottom , #A1120F 0%, #A1120F 100%);
	background: -ms-linear-gradient(bottom, #A1120F 0%, #A1120F 100%);
	background: -webkit-gradient(
	linear,
	bottom left,
	top left,
	color-stop(0, #A1120F),
	color-stop(1, #A1120F)
	);
background-color:#A1120F;
	-moz-box-shadow: 10px 10px 10px #333333;
	-o-box-shadow: 10px 10px 10px #333333;
	-webkit-box-shadow: 10px 10px 10px #333333;
	-ms-box-shadow: 10px 10px 10px #333333;
	box-shadow: 10px 10px 10px #333333;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	border-radius:10px;
	}
	
.button:hover {
	color:#000000;
	background-color:#FFC900;

	background: -webkit-gradient(
	linear,
	top left,
	bottom left,
	color-stop(0, #000000),
	color-stop(1, #0212BD)
	);
	-moz-box-shadow: 10px 10px 10px #333333;
	-o-box-shadow: 10px 10px 10px 333333;
	-webkit-box-shadow: 10px 10px 10px #333333;
	-ms-box-shadow: 10px 10px 10px #333333;
	box-shadow: 10px 10px 10px #333333;
	}
	
.businesses	{
	text-align: center;
	font-size: 16pt;
	font-weight: 400;
	color: #000000;
	}
	
.businesseslink {
	color:#A1120F;	
	}
	
.businesseslink:hover {
	color:#000000;	
	}
	
#footer {
 	height: 3px;
	width: 960px;
	margin:20px auto 0;
	background: linear-gradient(left , #A1120F 0%, #5E0900 100%);
	background: -o-linear-gradient(left , #A1120F 0%, #5E0900 100%);
	background: -moz-linear-gradient(left , #A1120F 0%, #5E0900 100%);
	background: -webkit-linear-gradient(left , #A1120F 0%, #5E0900 100%);
	background: -ms-linear-gradient(left , #A1120F 0%, #5E0900 100%);
	background: -webkit-gradient(
	linear,
	left top,
	right top,
	color-stop(0, #A1120F),
	color-stop(1, #5E0900)
	);
	background-color:#A1120F;
	}
	
#footertext ul {
	margin: 25px auto;
	width: 1000px;
	position:absolute;
	text-align: center;
	font-size: 12pt;
	color: #000000;
	padding-left:0;
	}
	
#footertext ul li {
	display:inline;
	padding:0 20px; 
	}
	
#footertext ul li a{
	color:#A1120F;
	}
	
#footertext ul li a.email:hover {
	color:#000000;	
	}
	
	
	
