

/************** HOME **************/

table.action-box1
{
background: #FCE9D5;
}

table.action-box1 a
{
color: #ee0000;
font-family:arial;
font-size:14px;
font-weight:bold;
text-align: center;
width:100px;
}

table.action-box2
{
background: #D1D8FC;
}

table.action-box2 a
{
color: #ee0000;
font-family:arial;
font-size:14px;
font-weight:bold;
text-align: center;
width:100px;
}

.home-border
{
border-color:#15BD4C;
}

img.home-image
{
border: 3px solid #eeeeee;
}

.home-title
{
background:#FFFFFF;
color:#ee0000;
font-weight:bold;
}

/*************** THEME STYLES ****************/

h1,
h1 a
{
	background:url(/webfiles/HamperBizNZ/layouts/images/h1.gif) no-repeat left;
	color: #15BD4C;
	font-family: ##Header Font##;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0px 10px 5px;
	padding: 0px 0px 0px 0px;
}

h2
{
background:url(/webfiles/HamperBizNZ/layouts/images/2372/bullet.gif) no-repeat left top #FFFFFF;
border-bottom:1px solid #333333;
padding: 0px 0px 6px 30px;

}



h2,
h2 a,
h2 a:visited
{
	color: #15BD4C;
	font-family: ##Header Font##;
	font-weight: bold;
	font-size: 15px;
	margin: 0px 0px 0px 0px;	

}

h3,
h3 a,
h3 a:visited
{
	color: #666666;
	font-family: ##Header Font##;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
}

a.link-button,
a.link-button:active
{
border: 1px solid #999999;
color: #FFFFFF;
background-color: #009900;
padding:0px 0px 0px 4px;
}

.link-button img
{
padding-left:5px;
}

.main-image 
{
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
display:block;
}

.thumbnail-image
{
	border: 1px solid #FFFFFF;
}

.image-caption 
{
font-size:10px;
font-weight:bold;
}

.header-box
{
background-color:#333333;
}

table.paragraph-box
{
background-color:#99CC00;
padding: 0px;
}

/************* GENERAL STYLES *************/	
body
{
	color: #333333;
	font: 11px verdana;
	background: #FFFFFF;
}

a
{
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/***** Layout Structure Styles *****/

div#overall-container /* overall-body encompasses the header, body, and footer */
{
	width: 811px;
	background: #FFFFFF; /*url(/webfiles/HamperBizNZ/layouts/images/bg-main.gif); */
} 

div#header-container
{
	background: ##Header Background Color## url(/webfiles/HamperBizNZ/layouts/images/bg-header.gif);
}

td#body-container /* body container only includes the content and not the left nav*/
{
	background: #FFFFFF url(/webfiles/HamperBizNZ/layouts/images/bg-main.gif);
	padding: 0px 0px 0px 0px; /* the padding here is commonly used to create margins around the content*/
}

/*************** TOP NAV ***************/	
div#tn-container 
{
text-align:Center;
background: #15BD4C url(/webfiles/HamperBizNZ/layouts/images/2372/Shadow.gif) bottom repeat-x;
padding: 0px 0px 13px 0px;
}

table#topnav {}

td#tn-left {}

td#tn-right {}

div#tn-bottom {}

/***** Top Nav Standard Links *****/
td.tn-link-std,
td.tn-selected-std {}

td.tn-link-std a,
td.tn-link-std a:visited,
td.tn-link-std a:active,
td.tn-selected-std a,
td.tn-selected-std a:active,
td.tn-selected-std a:visited 
{
	border-right:1px solid #FFFFFF;
	color: #FFFFFF;
	display: block;
	font-family: Arial;
	font-size: 11px;
margin-top:5px;
	padding: 0px 25px 0px 25px;
	text-transform: uppercase;
	text-decoration: none;

}

td.tn-selected-std a,
td.tn-selected-std a:visited, 
td.tn-link-std a:hover,
td.tn-selected-std a:hover 
{
	color: #CCCCCC  ! important;
	text-decoration: none;
}

/*************** LEFT NAV ****************/
td#ln-container
{
	width: 150px;
	background: #FFFFFF url(/webfiles/HamperBizNZ/layouts/images/bg-ln.gif);
padding-right:10px;
}

table#leftnav
{
	width: 100%;
}	

td#ln-top {}
	
td#ln-middle {}

td#ln-bottom 
{
text-align:center;
font: arial;
}

/***** Left Nav Standard Links *****/

a.ln-link-std,
a.ln-selected-std,
a.ln-link-std:active,
a.ln-selected-std:active,
a.ln-link-std:visited,
a.ln-selected-std:visited
{
	background: url(/webfiles/HamperBizNZ/layouts/images/2372/leftnav_bullet.gif)  no-repeat left top #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #5252A6;
	display: block; /* "block" is used to make top and bottom padding work on A tags*/
	font-family: Arial;
	font-size:13px;
	font-weight:bold;
	padding: 3px 5px 3px 30px;
	margin-bottom: 5px;
	text-align:left; /* by default this A tag will center the text */
	text-decoration: none;
	width:120px;
}

a.ln-selected-std,
a.ln-link-std:hover,
a.ln-selected-std:hover 
{
	background: url(/webfiles/HamperBizNZ/layouts/images/2372/leftnav_bullet.gif)  no-repeat left top #FFFFFF !important;;
	color: #dd0000 !important;
}

/***** Left Nav Sub Links *****/


a.ln-link-sub,
a.ln-selected-sub,
a.ln-link-sub:active,
a.ln-selected-sub:active,
a.ln-link-sub:visited,
a.ln-selected-sub:visited
{
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #5252A6;
	display: block; /* "block" is used to make top and bottom padding work on A tags*/
	font-family: Arial;
	font-size:11px;
	margin: 6px 0px 0px 0px;
	text-align:left; /* by default this A tag will center the text */
	text-decoration: none;
}

a.ln-selected-sub,
a.ln-link-sub:hover,
a.ln-selected-sub:hover 
{
	font-weight:bold;
}

/*************** FOOTER ****************/

div.footer-topbar{
background:url(/webfiles/HamperBizNZ/layouts/images/2372/Shadow.gif) repeat-x bottom #15BD4C;
color:#FFFFFF;
font-family: arial;
font-size: 14px;
font-weight:bold;
letter-spacing: 4px;
padding:4px 0px 10px 0px;
text-align:center;
}

div#footer-container
{
	padding: 10px 0px 10px 0px;
	/*background: #FFFFFF url(/webfiles/HamperBizNZ/layouts/images/bg-footer.gif) repeat-x;*/
	background: #FFFFFF;
	border-top: 0px solid #15BD4C;
	text-align: center;
}

div#footer-container,
div#footer-container span.spacer,
div#footer-container a,
div#footer-container a:active,
div#footer-container a:visited
{
	color: #999999;
	font: 10px Verdana;
}

div#footer-container a {
	text-decoration: underline;
}

div#footer-container span.spacer
{
	padding:0px 10px;
}

/*************** BODY ****************/
.list-table {}
.list-header {background-color:#CCCCCC;}
.list-row {border-top:1px solid #cccccc}

.back{
	text-decoration:none;
	font-weight:bold;
}

.main-image {
	border: 1px solid #FFFFFF;
}
.thumbnail-image
{
	border: 1px solid #FFFFFF;
}

.print-page-break {
	page-break-Before: always;
}
div.menu div.options {	
	margin: 0px 1px 0px 1px;
	border:1px solid #9F9F9F;
	background-color:#E5E7EC;
}
div.options,
div.options a,	
div.options a:visited,
div.options a:active
 {
	font-size:10px;
	font-weight: bold;
	padding: 6px 3px 6px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#656565;
	display:block;
	border-bottom: 1px solid #9F9F9F;
	text-decoration:none;
	background-color:transparent;
}
div.options a:hover {
	background-color:#aaaaaa;
	color:#ffffff;
}
.body-section-b
{
}
.body-section-a
{
}
table.productlist
{
	width: 100%;
}
table.productlist td
{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	border-bottom:1px solid #cecfce;
}
table.productlist th
{
	font:bold 12px Arial;
	background-color:#cecfce;
	text-align:center;
}

.image-caption {
font-size:10px;
font-weight:bold;
}