/*** CSS Document Whole Sale To The Public  ***/

body {
	margin:30px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial;
	font-size:12px;
	color:#444444;
	}
#ALL {
	margin:0px;
	padding:0px;
	}
#Main {
	width:724px;
	margin:0px;
	padding:0px;
	}
#Header {
	width:724px;
	margin:0px;
	padding:0px;
	}
#Footr {
	width:674px;
	height:0px;
	margin:0px;
	padding:25px;
	background-color:#E5E5E5;
	}
#Footr .inside {
	margin:0px;
	padding:0px;
	text-align:right;
	}
.none {	margin:0px; padding:0px; }

/***  Navigation  ***/
a.linkHome {
	display:block;
	cursor:pointer;
	height:73px;
	width:64px;
	background:#000000 url(../images/home.jpg) top left no-repeat;
	}
a.linkHome:hover {
	display:block;
	cursor:pointer;
	height:73px;
	width:64px;
	background:#000000 url(../images/homeOvr.jpg) top left no-repeat;
	}
	
a.linkInv {
	display:block;
	cursor:pointer;
	height:73px;
	width:87px;
	background:#000000 url(../images/inventory.jpg) top left no-repeat;
	}
a.linkInv:hover {
	display:block;
	cursor:pointer;
	height:73px;
	width:87px;
	background:#000000 url(../images/inventoryOvr.jpg) top left no-repeat;
	}
	
a.linkFin {
	display:block;
	cursor:pointer;
	height:73px;
	width:80px;
	background:#000000 url(../images/financing.jpg) top left no-repeat;
	}
a.linkFin:hover {
	display:block;
	cursor:pointer;
	height:73px;
	width:80px;
	background:#000000 url(../images/financingOvr.jpg) top left no-repeat;
	}

a.linkCont {
	display:block;
	cursor:pointer;
	height:73px;
	width:94px;
	background:#000000 url(../images/contacts.jpg) top left no-repeat;
	}
a.linkCont:hover {
	display:block;
	cursor:pointer;
	height:73px;
	width:94px;
	background:#000000 url(../images/contactsOvr.jpg) top left no-repeat;
	}
/***END***/


/***  INDEX Page  ***/
.introtitle {
	font-size:13px;
	font-weight:bold;
	color:#F6AC00;
	}
p {	margin:0px; padding:0px; }

a.link {
	font-size:11px;
	font-weight:bold;
	color:#F6AC00;
	text-decoration:none;
	cursor:pointer;
	}
a.link:hover {
	font-size:11px;
	font-weight:bold;
	color:#D48A00;
	text-decoration:none;
	cursor:pointer;
	}
/***Created and Maintained by Teton Solutions Group***/
