@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
}


body, /*body div,*/ body p, body li, body dd {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:       #000000;
font-size:   small;
margin: 0px;
	background-image: url(Images/bckgrnd.jpg);
	background-repeat: repeat-x;

}

a:link {
	color: #C90000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C90000;
}
a:hover {
	text-decoration: underline;
	color: #C90000;
}
a:active {
	text-decoration: none;
	color: #C90000;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#C90000;
	font-size:24px;
	font-weight:bold;
	margin: 0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size:18px;
	font-weight:normal;
	margin: 0px;
	padding-bottom:15px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #C90000;
	font-size:13px;
	font-weight:bold;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -99px; /* the bottom margin is the negative value of the footer's height */
}


.footer, .push {
	height: 99px; /* .push must be the same height as .footer */
	clear: both;
}



#header {
	margin-left: auto;
	margin-right: auto;
	background-image:url(Images/header.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	width: 900px;
	height: 165px;
}

.tagline{
	float: left;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	font-family: Arial Narrow, Helvetica Neue, Arial, Verdana, sans-serif;
	margin-top: 135px;
}

.contact{
	float: right;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	text-align: right;
	padding-top: 12px;
}
.phone{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#image {
	margin-left: auto;
	margin-right: auto;
	margin-top: 28px;
	width: 928px;
	
}

#containter {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 900px;
	height: 100%;
	
}

#menu {
	float:left;
	background:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 26px;
	line-height: 36px;
	letter-spacing: 1px;
	color:#333;
	width: 275px;
	height: auto;
}

.left {
	float:left;
	background:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color:#999;
	width: 275px;
	height: auto;
	padding-top:10px;
	padding-bottom:25px;
}

#menu a:link {color: #C90000; text-decoration: none; }
#menu a:active {color: #C90000; text-decoration: none; }
#menu a:visited {color: #C90000; text-decoration: none; }
#menu a:hover {color: #999; text-decoration: none; }

#bodycopy {
	float:left;
	background:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:21px;
	color: #FFF;
	width: 625px;
	height: auto;
}

#products {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: 15px;
	float:left;
	background-image:url(Images/products.jpg);
	border-style:solid;
	border-color:#999;
	border-width:1px;
	width: 295px;
	height: 137px;
}
.productbullets {
	padding-top:45px;
	padding-left:175px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:22px;
	color: #fff;
}
	

#services {
	margin-top: 15px;
	margin-bottom: 10px;
	float:left;
	background-image:url(Images/services.jpg);
	border-style:solid;
	border-color:#999;
	border-width:1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:21px;
	color: #fff;
	width: 295px;
	height: 137px;
}


.servicebullets {
	padding-top:45px;
	padding-left:150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height:22px;
	color: #fff;
}

#servicelist {
	float:left;
	background-color:#000
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height:21px;
	color: #FFF;
	width: 250px;
	height: auto;
	margin-right:20px;
	padding: 10px;
}
#footer {
	float:left;
	height: 99px;
	background-image:url(Images/bckgrnd-footer.jpg);
	width: 100%;
	margin-top:20px;
	} 
	
	#footercontainer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align:center;
}
