ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0px none;
}
a, a:link, a:visited, a:hover{
	color:#00f;
	text-decoration:none;
	}
	
a:focus, a:hover{
	text-decoration:underline;
	color: black;
}
a img{
	border:0px none;
}
.clear{
	clear:both;
}
body{
	position:relative;
	background:#fff;
	color:#000;
	font:62.5% Arial,sans-serif;
}

#header{
	width: 783px;
	height: 119px;
	background: url('../images/header_bg.jpg') no-repeat;; padding-left:17px; padding-right:0px; padding-top:21px; padding-bottom:0px
}

p.phone{
	font-size: 18px;
	color: white;
	margin: -117px 0px 0px 640px;

}

p.header{
    font-size: 12px;
	margin: 78px 0px 0px 410px;
}

#logo{
	display: block;
	width: 224px;
	height: 105px;
	background: url('../images/logo.jpg') no-repeat;
	text-indent: -99999px
}

#content{
	width: 800px;
	float: left;
	background: url('../images/content_bg.jpg') repeat-y;
}

#left_column{
	width: 178px;
	float: left;
	padding: 14px 0px 0px 20px;
}

#left_column p{
	font-size: 14px;
	color: white;
	margin: 0px 40px 0px -8px;
}

#left_column ul li{
	display: block;
	width: 173px;
	height: 31px;
	margin: 0px 0px 4px 0px;
}

#left_column ul li a{
	display: block;
	width: 173px;
	height: 31px;
	text-indent: -99999px;
}

#left_column ul li#home a{
	background: url('../images/home_nav.jpg') no-repeat;
}

#left_column ul li#home a:hover{
	background: url('../images/home_nav.jpg') 0px -31px;
}

#left_column ul li#our_products a{
	background: url('../images/our_products.jpg') no-repeat;
}

#left_column ul li#our_products a:hover{
	background: url('../images/our_products.jpg') 0px -31px;
}

#left_column ul li#starter_packages a{
	background: url('../images/starter_packages.jpg') no-repeat;
}

#left_column ul li#starter_packages a:hover{
	background: url('../images/starter_packages.jpg') 0px -31px;
}

#left_column ul li#warranty a{
	background: url('../images/warranty.jpg') no-repeat;
}

#left_column ul li#warranty a:hover{
	background: url('../images/warranty.jpg') 0px -31px;
}

#main_column{
	width: 582px;
	min-height: 532px;
	float: left;
	padding: 10px;
	background: url('../images/jefco.jpg') no-repeat right bottom;
}

#main_column h1{
	font-size: 21px;
	margin: 0px 0px 15px 0px;
}


#main_column p{
	font-size: 12px;
	margin: 0px 20px 15px 0px;
}


#footer{
	width: 800px;
	height: 22px;
	clear: both;
	padding: 12px 0px 0px 0px;
	background: url('../images/footer_bg.jpg') no-repeat;
}

#footer p{
	font-size: 10px;
	margin: 0px 0px 0px 170px;
	color: black;
}

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}
#wrapper{
	width: 800px;
	margin:0 auto;
}