
/* CSS Document */

.hidden								{ display: none !important; }



body{
text-align:center;
margin:0px;
padding:0px;
font:9pt Arial, Helvetica, sans-serif; line-height:12pt; padding-top:6px; padding-bottom:6px; margin:0px; color:#0A5761;
}

#header{
/*position:static;*/
	height:auto;
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
	vertical-align:bottom;
}
#header_container{
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
}
#footer{
/*position:static;*/
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
	text-align:left;
	vertical-align:top;
	margin-top:0px;
/*	border: 1px dotted #999999;*/
	

}
#footer_container{
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
	text-align:left;
/*	border: 1px dotted #999999;*/

}

#menuleft{
float:left;
height:500px;
padding-right:10px;
width:100px;
}
#menuright{
float:right;
height:500px;
width:100px;

}
#content{
	height:auto;
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
	text-align:left;
	vertical-align:top;
	margin-top:0px;
	background:url(gfx/content_back.jpg);
	background-repeat:repeat-y;
}

#content_txt{width:600px; margin-left:30px}

#content_top{
	height:33px;
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
	text-align:left;
	vertical-align:top;
	margin-top:0px;
	background-image:url(gfx/top_back.gif);
	background-position:top;
	background-repeat:no-repeat;
}
#content_bottom{
	height:58px;
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	margin-top: none;
	margin-bottom: none;
	padding:none;
	vertical-align:top;
	background-image:url(gfx/bottom_back.gif);
	background-position:top;
	background-repeat:no-repeat;
	clear:both;
}

#leftline{float:left;width:20px; height:380px; width:11px; background-color:#82AAB4; background-repeat:repeat-y; clear:both; padding:0px; margin:0px;}

#rightline{float:right;width:20px; height:380px; width:28px; background-color:#77B7C3; background-image:url(gfx/right_back.gif); background-repeat:repeat-y; padding:0px; margin:0px;}

#index_leftline{float:left;width:20px; width:11px; background-color:#82AAB4; background-repeat:repeat-y; clear:both; padding:0px; margin:0px;}

#index_rightline{float:right;width:20px; width:28px; background-color:#77B7C3; background-image:url(gfx/right_back.gif); background-repeat:repeat-y; padding:0px; margin:0px;}


#container{
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
	text-align:left;
	/*background-image: url(images/footerleft.jpg);*/
	background-repeat:repeat-x;

/* width:expression(document.body.clientWidth<590?"600px":"auto");*/
}

#menu{
	margin-right:0px;
	margin-left: 0px;
	width: 100%;
	margin-top:40px;
	margin-bottom:2px;
	text-align:center;
}
	
.menu{
 display:inline;
 margin-left:0px;
 margin-right:0px;
 padding: 0px;
 list-style-type: none;
 
}
	
menu ul{
 display:inline;
 margin:0px;
 padding: 0px;
 list-style-type: none;
 
}
	
menu li{
 display:inline;
 margin:0px;
 padding: 0px;
 list-style-type: none;
 
}

a.home{
    padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/home_button.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;

}
a.home:link{
	text-decoration:none;
	background-image: url(gfx/home_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#003744;
}
a.home:visited{
	text-decoration:none;
	background-image: url(gfx/home_button.gif);
	background-repeat:no-repeat;
	color:#003744;
}
a.home:active{
	text-decoration:none;
	background-image: url(gfx/home_button.gif);
	background-repeat:no-repeat;
	color:#003744;
}
a.home:hover{
    text-decoration:none;
	color:#FFFFFF;
	background-image: url(gfx/home_button_on.gif);
	background-repeat:no-repeat;
}	
a.homehover{
	padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/home_button_on.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;
	color:#FFFFFF;
}
a.homehover:visited{
	text-decoration:none;
	color:#ffffff;
}
a.homehover:active{
	text-decoration:none;
	color:#ffffff;
}
a.homehover:hover{
    text-decoration:none;
	color:#FFFFFF;

}
a.about{
    padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/about_button.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;

}
a.about:link{
	text-decoration:none;
	background-image: url(gfx/about_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#F89C3C;
}
a.about:visited{
	text-decoration:none;
	background-image: url(gfx/about_button.gif);
	background-repeat:no-repeat;
	color:#F89C3C;
}
a.about:active{
	text-decoration:none;
	background-image: url(gfx/about_button.gif);
	background-repeat:no-repeat;
	color:#F89C3C;
}
a.about:hover{
    text-decoration:none;
	color:#FFFFFF;
	background-image: url(gfx/about_button_on.gif);
	background-repeat:no-repeat;
}
a.abouthover{
	padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/about_button_on.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;
	color:#FFFFFF;
}
a.abouthover:visited{
	text-decoration:none;
	color:#ffffff;
}
a.abouthover:active{
	text-decoration:none;
	color:#ffffff;
}
a.abouthover:hover{
    text-decoration:none;
	color:#FFFFFF;

}

a.products{
    padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/products_button.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;

}
a.products:link{
	text-decoration:none;
	background-image: url(gfx/products_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#0C98D2;
}
a.products:visited{
	text-decoration:none;
	background-image: url(gfx/products_button.gif);
	background-repeat:no-repeat;
	color:#0C98D2;
}
a.products:active{
	text-decoration:none;
	background-image: url(gfx/products_button.gif);
	background-repeat:no-repeat;
	color:#0C98D2;
}
a.products:hover{
    text-decoration:none;
	color:#FFFFFF;
	background-image: url(gfx/products_button_on.gif);
	background-repeat:no-repeat;
}
a.productshover{
	padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/products_button_on.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;
	color:#FFFFFF;
}
a.productshover:visited{
	text-decoration:none;
	color:#ffffff;
}
a.productshover:active{
	text-decoration:none;
	color:#ffffff;
}
a.productshover:hover{
    text-decoration:none;
	color:#FFFFFF;

}
a.shop{
    padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/shop_button.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;

}
a.shop:link{
	text-decoration:none;
	background-image: url(gfx/shop_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#7775B6;
}
a.shop:visited{
	text-decoration:none;
	background-image: url(gfx/shop_button.gif);
	background-repeat:no-repeat;
	color:#7775B6;
}
a.shop:active{
	text-decoration:none;
	background-image: url(gfx/shop_button.gif);
	background-repeat:no-repeat;
	color:#7775B6;
}
a.shop:hover{
    text-decoration:none;
	color:#FFFFFF;
	background-image: url(gfx/shop_button_on.gif);
	background-repeat:no-repeat;
}
a.shophover{
	padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/shop_button_on.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;
	color:#FFFFFF;
}
a.shophover:visited{
	text-decoration:none;
	color:#ffffff;
}
a.shophover:active{
	text-decoration:none;
	color:#ffffff;
}
a.shophover:hover{
    text-decoration:none;
	color:#FFFFFF;

}

a.news{
    padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/news_button.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;

}
a.news:link{
	text-decoration:none;
	background-image: url(gfx/news_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#80C44B;
}
a.news:visited{
	text-decoration:none;
	background-image: url(gfx/news_button.gif);
	background-repeat:no-repeat;
	color:#80C44B;
}
a.news:active{
	text-decoration:none;
	background-image: url(gfx/news_button.gif);
	background-repeat:no-repeat;
	color:#80C44B;
}
a.news:hover{
    text-decoration:none;
	color:#FFFFFF;
	background-image: url(gfx/news_button_on.gif);
	background-repeat:no-repeat;
}
a.newshover{
	padding-top: 5px;	
	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/news_button_on.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:2px;
	float:left;
	color:#FFFFFF;
}
a.newshover:visited{
	text-decoration:none;
	color:#ffffff;
}
a.newshover:active{
	text-decoration:none;
	color:#ffffff;
}
a.newshover:hover{
    text-decoration:none;
	color:#FFFFFF;

}

a.contact{
    padding-top: 5px;	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/contact_button.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	text-decoration: none;
	margin-bottom:2px;
	float:left;

}
a.contact:link{
	text-decoration:none;
	background-image: url(gfx/contact_button.gif);
	background-repeat:no-repeat;
	background-position:top;
	color:#B88F18;
}
a.contact:visited{
	text-decoration:none;
	background-image: url(gfx/contact_button.gif);
	background-repeat:no-repeat;
	color:#B88F18;
}
a.contact:active{
	text-decoration:none;
	background-image: url(gfx/contact_button.gif);
	background-repeat:no-repeat;
	color:#B88F18;
}
a.contact:hover{
    text-decoration:none;
	color:#FFFFFF;
	background-image: url(gfx/contact_button_on.gif);
	background-repeat:no-repeat;
}
a.contacthover{
	padding-top: 5px;	margin-right:1px;
	width: 110px;
	height:27px;
	text-align: center;
	background-image: url(gfx/contact_button_on.gif);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 9pt Arial, Helvetica, sans-serif;	text-decoration: none;
	margin-bottom:2px;
	float:left;
	color:#FFFFFF;
}
a.contacthover:visited{
	text-decoration:none;
	color:#ffffff;
}
a.contacthover:active{
	text-decoration:none;
	color:#ffffff;
}
a.contacthover:hover{
    text-decoration:none;
	color:#FFFFFF;

}

p {font:9pt Arial, Helvetica, sans-serif; line-height:12pt; padding-top:6px; padding-bottom:6px; margin:0px; color:#0A5761;}

.small_line {font:9pt Arial, Helvetica, sans-serif; line-height:11pt; padding-top:3px; padding-bottom:3px; margin:0px; color:#0A5761;}

.small {font:8pt Arial, Helvetica, sans-serif; margin:0px; color:#0A5761;}

h1 {padding:0px; margin:0px;}

.contacts {font:9pt Arial, Helvetica, sans-serif; line-height:13pt; padding-top:6px; padding-bottom:6px; margin:0px; color:#0A5761;}

.blue {color:#0A5761;}

.lightblue {color:#15909D; font:8pt Arial, Helvetica, sans-serif;}

.dkblue {color:#ffffff; font:8pt Arial, Helvetica, sans-serif; background:#0A5761; padding-bottom:2px;padding-left:5px;padding-right:5px;margin:7px;}

A.dkblue 		{ color: #ffffff; text-decoration: none; }
A.dkblue:visited 	{ color: #ffffff; text-decoration: none; }
A.dkblue:hover   	{ color: #ffffff; text-decoration: underline; }
A.dkblue:active  	{ color: #ffffff; text-decoration: none; }

.catalogue	{
	float:left; 
	padding:10px; 
	margin:5px; 
	text-align:center; 
	height:150px; 
	border:1px solid #CEE4E8;
	}

.catalogue_hover {
	float:left; 
	background:#CEE4E8; 
	padding:10px; 
	margin:5px; 
	text-align:center; 
	height:150px; 
	border:1px solid #74B4BE;}

.cat_text {text-align:center; padding:0px; margin:0px;}

.phone_number {color:#0A5761; font-size:21pt; line-height:18pt; font-weight:bold;}

.brown {color:#B88F18; line-height:9pt;}

/*Links*/

A 		{ Font: 9pt Arial, Helvetica, sans-serif; color: #15909D; text-decoration: none; }
A:visited 	{ color: #15909D; text-decoration: none; }
A:hover   	{ color: #0A5761; text-decoration: underline;  }
A:active  	{ color: #15909D; text-decoration: none; }
A.link 		{ Font: 9pt Arial, Helvetica, sans-serif; color: #15909D; text-decoration: none; }
A.link:visited 	{ color: #15909D; text-decoration: none; }
A.link:hover   	{ color: #0A5761; text-decoration: underline;  }
A.link:active  	{ color: #15909D; text-decoration: none;  }

#logo_footer {width:600px;float:left;}

#phone {float:right; text-align:center; font:8pt Arial, Helvetica, sans-serif; }

img {border:none; text-decoration:none;}

li { font:9pt Arial, Helvetica, sans-serif; line-height:12pt; color:#0A5761;}

ul {font:9pt Arial, Helvetica, sans-serif; line-height:12pt; color:#0A5761; margin-top:0px;}

.ack {font:8pt Arial, Helvetica, sans-serif; line-height:9pt;color:#0A5761;}

#logos{margin-bottom:0px; width:450px; float:left;}

fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
}
.loginform{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
}
.submit {background-color:#0A5761; color:#FFFFFF; border:none; padding:1px;}

.submit2 {background-color:#0A5761; color:#FFFFFF; border:none; padding:1px; font:bold 8pt Arial, Helvetica, sans-serif;}

.input {font:9pt Arial, Helvetica, sans-serif;  text-align:center;}

.log {font:9pt Arial, Helvetica, sans-serif;}

.input_dark {font:9pt Arial, Helvetica, sans-serif; background-color:#0A5761; color:#FFFFFF; text-align:center;}

.input2 {font:8pt Arial, Helvetica, sans-serif;}

select {font:bold 8pt Arial, Helvetica, sans-serif; padding:none;margin:none; }

option {text-align:center;}

.option {text-align:center;}

.selector {font:9pt Arial, Helvetica, sans-serif; padding-right:0px; padding-left:0px;padding-top:0px;padding-bottom:0px;margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;text-align:center; width:100%;}

#formtable {width:100%; padding:1px;}

#formtable_colour {width:100%; padding-bottom:1px; background-color:#E2EFF1}

#weight_table{ padding-left:3px; background-color:#E2EFF1; width:100%}

#weight_td{text-align:center; padding-bottom:3px; padding-top:3px;}

#x {text-align:center;}

#quote_table{ padding-left:3px; background-color:#E2EFF1; width:100%}

#quote_table2{ padding-left:3px; background-color:#ffffff; width:100%}

form {padding:0px;margin:0px;}

div#tips {
  padding: 3px;
  border: 1px solid #666;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background: #0A5761;
  color: #FFF;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
#scroll	{ height: 250px; overflow: auto;  margin: 0px; width:450px;}

.direct_mail {float:left;height:262px; margin-right:26px; padding:4px;}

.direct_mail_hover {float:left;height:262px; margin-right:26px; background: #E2EFF1; text-decoration: underline; padding:4px;}

A.direct_mail 		{ color: #15909D; text-decoration: none; }
A.direct_mail:visited 	{ color: #15909D; text-decoration: none; }
A.direct_mail:hover   	{ color: #0A5761; text-decoration: underline; }
A.direct_mail:active  	{ color: #15909D; text-decoration: none; }

/* Help files */

h2 {font:bold 12pt Arial, Helvetica, sans-serif; color:#0A5761;}

.help {font:9pt Arial, Helvetica, sans-serif; line-height:12pt; padding-top:6px; padding-bottom:6px; margin:0px; color:#0A5761; text-align:left}

#help {padding-left:20px;padding-right:20px;margin:0px;}

/* Home tabs */

#tab_holder{
	margin-right:0px;
	margin-left:68px;
	width: 100%;
	margin-top:8px;
	text-align:center;
}
	
.tab_holder{
 display:inline;
 margin-left:0px;
 margin-right:0px;
 padding: 0px;
 list-style-type: none;
 text-align:center;
 
}
	
tab_holder ul{
 display:inline;
 margin:0px;
 padding: 0px;
 list-style-type: none;
 text-align:center;
 
}
	
tab_holder li{
 display:inline;
 margin:0px;
 padding: 0px;
 list-style-type: none;
 text-align:center;
 
}

a.tab{
    padding-top: 35px;	
	margin-right:55px;
	width: 205px;
	height:183px;
	text-align: center;
	background-image: url(gfx/main_button4.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 14pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:0px;
	float:left;

}
a.tab:link{
	text-decoration:none;
	background-image: url(gfx/main_button4.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#003744;
}
a.tab:visited{
	text-decoration:none;
	background-image: url(gfx/main_button4.jpg);
	background-repeat:no-repeat;
	color:#003744;
}
a.tab:active{
	text-decoration:none;
	background-image: url(gfx/main_button4.jpg);
	background-repeat:no-repeat;
	color:#003744;
}
a.tab:hover{
    text-decoration:none;
	color:#FFFFFF;
	background-image: url(gfx/main_button4_on.jpg);
	background-repeat:no-repeat;
}
	
a.tab2{
    padding-top: 35px;	
	margin-right:55px;
	width: 205px;
	height:183px;
	text-align: center;
	background-image: url(gfx/main_button2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font: bold 14pt Arial, Helvetica, sans-serif;	
	text-decoration: none;
	margin-bottom:0px;
	float:left;

}
a.tab2:link{
	text-decoration:none;
	background-image: url(gfx/main_button4.jpg);
	background-repeat:no-repeat;
	background-position:top;
	color:#003744;
}
a.tab2:visited{
	text-decoration:none;
	background-image: url(gfx/main_button4.jpg);
	background-repeat:no-repeat;
	color:#003744;
}
a.tab2:active{
	text-decoration:none;
	background-image: url(gfx/main_button4.jpg);
	background-repeat:no-repeat;
	color:#003744;
}
a.tab2:hover{
    text-decoration:none;
	color:#FFFFFF;
	background-image: url(gfx/main_button4_on.jpg);
	background-repeat:no-repeat;
}


/* End Home tabs 4 */	

h2{font: bold 12pt Arial, Helvetica, sans-serif;}

a.h2 {font: bold 12pt Arial, Helvetica, sans-serif;}

a.h2:hover {font: bold 12pt Arial, Helvetica, sans-serif; color:#FFFFFF}

li {padding-top:4px; margin:0px;}


/* New index page */

#index_body {margin:0px; padding:0px;}

#index_content{
	height:auto;
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
	text-align:left;
	vertical-align:top;
	margin-top:0px;
/*	border: 1px dotted #CCCCCC;*/
}

#index_txt{
	width:302px;
/*	border: 1px dotted #CCCCCC;*/
	float:left;
	text-align:center;
}

#index_content_bottom{
	height:58px;
	width: 680px;
	margin-left:auto;
	margin-right:auto;
	margin-top: none;
	margin-bottom: none;
	padding:none;
	vertical-align:top;
	clear:both;
/*	border: 1px dotted #CCCCCC;*/
}

#index_container{
	width: 100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-top:0px;
	text-align:left;
/*	border: 1px dotted #CCCCCC;*/
/* width:expression(document.body.clientWidth<590?"600px":"auto");*/
}
#index_menuleft{
	float:left;
	width:188px;
/*	border: 1px dotted #CCCCCC;*/
}
#index_menuright{
	float:right;
	width:188px;
/*	border: 1px dotted #CCCCCC;*/
}

.home_pic_left { 
	margin-top:9px;
	margin-right:9px;
	background:#FFFFFF; 
	float:left;
	border:1px solid #78B8C4;
}
.home_pic_right{ 
	margin-top:9px;
	background:#FFFFFF; 
	float:left;
	border:1px solid #78B8C4;
}

.print_block {
	height:100px; 
	background:#007D8F;
}

.packaging_block {
	height:100px; 
	background:#74B4BE;
}

.mid_block {
	height:75px; 
}


/*HOME TABS*/

.home_print_tab {float:left; margin-top:9px; cursor:pointer}

a.home_print_tab{
float:left; 
margin-top:9px; 
cursor:pointer;
height:91px;
width:188px;
background-image:url(gfx/home/home_print_button.gif);
display:block;
}
a.home_print_tab:link{
background-image:url(gfx/home/home_print_button.gif);
display:block;
}
a.home_print_tab:visited{
background-image:url(gfx/home/home_print_button.gif);
display:block;
}
a.home_print_tab:hover{
background-image:url(gfx/home/home_print_button_hi.gif);
display:block;
}
a.home_print_tab:active{
background-image:url(gfx/home/home_print_button.gif);
display:block;
}

.home_pack_tab {float:left; margin-top:9px; cursor:pointer}

a.home_pack_tab{
float:left; 
margin-top:9px; 
cursor:pointer;
height:91px;
width:188px;
background-image:url(gfx/home/home_packaging_button.gif);
display:block;
}
a.home_pack_tab:link{
background-image:url(gfx/home/home_packaging_button.gif);
display:block;
}
a.home_pack_tab:visited{
background-image:url(gfx/home/home_packaging_button.gif);
display:block;
}
a.home_pack_tab:hover{
background-image:url(gfx/home/home_packaging_button_hi.gif);
display:block;
}
a.home_pack_tab:active{
background-image:url(gfx/home/home_packaging_button.gif);
display:block;
}


