/********************site wide elelments********************/
a:active {
	color: #0000FF;
}
a:hover {
	text-decoration: none;
}
a:link {
	color: #1515B6;
	text-decoration: none;
}
a:visited {
	color: #5E5E76;
	text-decoration: underline;
}
body {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	background-color: white;
	background-image: url('../images/pagebg.gif');
	margin: 0;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
img {
	border: 0;
}
u {
	color: #FF0000;
}
/*begin page layouts */
.main {
	background-color: white;
	width: 770px;
	margin-right: auto; 
	margin-left: auto;
	padding: 4px;
}
h1.announce {
	position: absolute;
	top: 236px;
}
img.logo {
}
p.digits {
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	width: 50%;
	display: block;
	float: right;
}
p.tagline {
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	width: 50%;
	display: block;
	float: left;
	clear: left;
}
/********************HOME PAGE********************/
.pbox {
	background-image: url('/images/pbox.jpg');
	float: left;
	width: 187px;
	height: 200px;
	margin-right: 2px;
	margin-bottom: 15px;
	margin-top: 8px;
}
.pbox p {
	margin-top: 2px;
	font-size: 11px;
	text-align: center;
}
img.grbox {
	margin-right: 12px;
	margin-top: 40px;
	margin-bottom: 30px;
}
/********************MENU********************/
.navi {
	background-image: url('../images/menubg-off.jpg');
	background-repeat: repeat-x;
	margin-top: 60px;
	height: 50px;
}	
ul.navigation {
	list-style-type: none;
}	
ul.navigation li {
	margin-left: -24px;
	padding-top: 18px;
	padding-bottom: 15px;
	padding-right: 32px;
	float: left;
}
ul.navigation li a {
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	color: #FFF;
}
ul.navigation li a:hover {
	padding-top: 17px;
	padding-bottom: 15px;
	border-bottom: 2px solid #666;
	background-image: url('../images/menubg-on.jpg');
	background-repeat: repeat-x;
	color: #000000;
}
/********************PAGE CONTENT LAYOUT********************/
.copy {
	padding-left: 5px;
	min-height: 600px;
	margin-top: 29px;
	background-color: white;
}
/********************PRODUCTS LISTINGS********************/
ul.products li {
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	list-style-position: inside;
}
img.prodthumb {
	float: left;
	padding: 4px;
	border: 1px solid #777;
	width: 50px;
	margin: 6px;
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    color:#000;
    text-decoration:none
}
a.info:hover{
	z-index:25;
}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:3em; left:-1em; width:12em;
    border:2px solid #333;
    color:#000;
    background-color: #fefefe;
    text-align: center
}
p.prodblurb {
	position: relative;
	width: 650px;
}
span.productname {
	display: block;
	width: 500px;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #788;
}
span.productclass {
	display: block;
	width: 400px;
	font-size: 13px;
	color: #FF0000;
}
/********************PRODUCTS DETAILS********************/
.details {
	float: right;
	width: 75%;
	padding: 5px;
	min-height: 250px;
}
img.detailsimg {
	float: left;
	padding: 10px;
}
p.actionbutton a {
	float: left;
	display: block;
	width: 130px;
	font-size: 15px;
	text-align: center;
	background: #CCCCCC;
	color: #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border: 1px solid #333333;
}
p.actionbutton a:hover {
	color: #FFFFFF;
	background: #333333;
	border: 1px solid #000000;
}
/********************CONTACT PAGE********************/
input.contact {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #5E5E76;
	font-size: 12px;
	background: #FFFFBF;
	padding: 3px;
}	
input.button {
	width: 150px;
	margin-left: 150px;
}
textarea {
	width: 150px;
	border: 1px solid #5E5E76;
	font-size: 12px;
	background: #FFFFBF;
	padding: 3px;
}
label.contact {
	display: block;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	width: 125px;
	padding-right: 20px;
}
br {
	clear: left;
}
.mapcontact {
	margin-top: -20px;
	float: right;
	width: 45%;
}
/********************ABOUT PAGE********************/
.custcolumn {
	width: 50%;
	font-size: 14px;
	padding-left: 2px;
}
.custcolumn2 {
	width: 40%;
	float: right;
	font-size: 14px;
	padding-left: 2px;
	height: 670px;
}
ul.customer {
	list-style-type: square;
}
	
/********************FOOTER********************/ 
h3.bottom {
	color: #000;
	text-align: center;
}
.footlinks {
	width: 770px;
	margin-top: -15px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/footbg.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: white;
}
.footlinks a {
	color: #FFFFFF;
	text-decoration: none;
}
.footlinks a:hover {
	color: #000000;
	border-bottom: 1px dotted #FFFFFF;
}
p.bottom {
	width: 770px;
	font-size: 11px;
	text-align: center;
	color: #ffffff;
}
