body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #80baf7;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position:center -150px;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

a{
	color:#060;
}

/* DIVS */ 
div#page{
	width:868px;
	margin:0 auto;
}

div#header{
	position:fixed;
	height:144px;
	width:868px;
	top:0px;
	background:url(../images/secondary_banner.png) top no-repeat;
}

a.logo{
	position:absolute;
	display:block;
	margin:0;
	padding:0;
	width:185px;
	height:57px;
	top:53px;
	left:20px;
	text-indent:-9999px;
	border:0px;
}

/* HEADER NAVIGATION */

div#headnav{
	position:absolute;
	top:65px;
	right:20px;
	width:436px;
	height:20px;
	overflow:hidden;
}

#headnav ul, #headnav li{
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
}

#headnav li a{
	display:block;
	float:left;
	height:20px;
	text-indent:-9999px;
	margin:0px;
	padding:0px;
}

a.hnav_products{
	width:70px;
	background: transparent url(../images/hnav_products.png) 0px 0px no-repeat;
}
a.hnav_products:hover{
	width:70px;
	background: transparent url(../images/hnav_products.png) 0px -22px no-repeat;
}
a.hnav_about{
	width:67px;
	background: transparent url(../images/hnav_about.png) 0px 0px no-repeat;
}
a.hnav_about:hover{
	width:67px;
	background: transparent url(../images/hnav_about.png) 0px -22px no-repeat;
}
a.hnav_repair{
	width:106px;
	background: transparent url(../images/hnav_repair.png) 0px 0px no-repeat;
}
a.hnav_repair:hover{
	width:106px;
	background: transparent url(../images/hnav_repair.png) 0px -22px no-repeat;
}
a.hnav_techdata{
	width:72px;
	background: transparent url(../images/hnav_tech.png) 0px 0px no-repeat;
}
a.hnav_techdata:hover{
	width:72px;
	background: transparent url(../images/hnav_tech.png) 0px -22px no-repeat;
}
a.hnav_resources{
	width:74px;
	background: transparent url(../images/hnav_resources.png) 0px 0px no-repeat;
}
a.hnav_resources:hover{
	width:74px;
	background: transparent url(../images/hnav_resources.png) 0px -22px no-repeat;
}
a.hnav_contact{
	width:47px;
	background: transparent url(../images/hnav_contact.png) 0px 0px no-repeat;
}
a.hnav_contact:hover{
	width:47px;
	background: transparent url(../images/hnav_contact.png) 0px -22px no-repeat;
}

/* CONTENT */

div#container{
	width:858px;
	padding:5px;
	padding-top:154px;
	background:#e5eee4 url(../images/page_bg.png) top repeat-x;
	text-align:left;
}
/* FOOTER */

div#footer{
	clear:both;
	overflow:hidden;
	width:862px;
	height:75px;
	margin:0px;
	padding:5px;
	padding-top:0px;
	padding-left:1px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	background: #e5eee4;
	text-align:left;
	overflow:hidden;
}

/* FOOTER NAVIGATION */

#footer ul, #footer li{
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
}

#footer li a{
	display:block;
	float:left;
	width:210px;
	height:75px;
	text-indent:-9999px;
	margin-left:5px;
}

a.fnav_products{
	background:url(../images/inpoint_products.png) no-repeat;
}
a.fnav_repair{
	background:url(../images/inpoint_repair.png) no-repeat;
}
a.fnav_surplus{
	background:url(../images/inpoint_surplus.png) no-repeat;
}
a.fnav_techdata{
	background:url(../images/inpoint_tech.png) no-repeat;
}

div#productfooter{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	margin:0px;
	background:#000;
}

/* PRODUCT BOX */

div.product{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-top:0px;
	width:820px;
	background:#c9d1c8;
	overflow:hidden;
}

.product h1{
	display:block;
	margin:0px;
	padding:0px;
	background-color:#000;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#FFF;
	width:820px;
	text-indent:20px;
	margin-bottom:10px;
}
.product p{
	margin:10px;
	line-height:16px;
}

div.product img{
	float:left;
	width:200px;
	margin:10px;
	margin-top:auto;
	clear:left;
	border:0px;
}

a.productlink{
	clear:both;
	display:block;
	width:800px;
	background-color:#367c2b;
	height:30px;
	line-height:30px;
	font-size:12px;
	font-style:italic;
	text-decoration:underline;
	color:#FFF;
	padding-right:20px;
	text-align:right;
}

div#buy{
	position:absolute;
	margin-top:4px;
	right:40px;
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:18px;
	padding-left:10px;
	padding-right:10px;
	border: #CCC 1px solid;
}

div#buy a{
	color:#FFF;
	text-decoration: underline;
}
div#buy a:visited{
	color:#FFF;
	text-decoration: underline;
}
