/***********************************************/

/* 2col_leftNav.css  - Hand Picked Tomatoes.com            */

/* Use with template 2col_leftNav.html          */

/***********************************************/



/***********************************************/

/* HTML tag styles                             */

/***********************************************/ 



/* to keep the scroll bar consitently displayed even for short pages 

html {overflow-y: scroll;

	}*/



body{

	font-family: Arial,sans-serif;

	color: #364317;    /*#333333; with white bg*/

	line-height: 1.166;

	margin: 0px;

	padding: 0px;

	background-color: #f8e6f8;

/*	background-image: url(images/pageBg.gif); */

	background-repeat: repeat-x;

	font-size: 100%;

}



p {

	text-align: justify;

	}



a:link, a:visited, a:hover {

	color: #848a5a;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}

/* overrides decoration from previous rule for hovered links */



h1, h2, h3, h4, h5, h6 {

	font-family: Arial,sans-serif;

	margin: 0px;

	padding: 0px;

}



h1{

 font-family: Verdana,Arial,sans-serif;

 font-size: 120%;

 color: #334d55;

}



h2{

 font-size: 114%;

 color: #848a5a;

}



h3{

 font-size: 100%;

 color: #848a5a;   /*#334d55;*/

}



h4{

 font-size: 100%;

 font-weight: normal;

 color: #333333;

}



h5{

 font-size: 100%;

 color: #334d55;

}



ul{

 list-style-type: square;

}



ul ul{

 list-style-type: disc;

}



ul ul ul{

 list-style-type: none;

}



label{

 font: bold 100% Arial,sans-serif;

 color: #334d55;

}

				



/***********************************************/

/* Layout Divs                                 */

/***********************************************/



#container {

	min-width: 750px;

	max-width: 1050px;

	}

	

#masthead{

	margin-left: 10px;

	margin-top: 10px;

	width: 100%;

}



#navBar{

	margin: 30px 79% 0 0;

	padding: 0px;

	background-color: #eeeeee;

	border-right: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

}



#content{

  float:right;

	width: 75%;

	margin: 0;

	padding: 0 3% 0 0;

}

#slideshow1 {

	float: left;

	width: 20%;       /*395px;*/

	margin-top: 8px;

	margin-left: 10px;

}

#slideshow2 {

	float: right;

	width: 50%;       /*300px;*/

	margin-left: 0px;

	margin-top:20px;

}

#slideshow2 p {

	font-size: .8em;

	padding-bottom: 0px;

	width: 260px;

	}



/***********************************************/

/*Component Divs                               */

/***********************************************/



/*skane: siteName uses the Gilder/Levin method of hiding h1 text behind logo image */



#siteName{

	margin: 0px;

}

#siteName h1 {

	position: relative;

	font-size: .7em;

	}

#siteName h1 span {

	position: absolute;

	height: 69px;

	width: 797px;

	background: url(images/logo_hpt.jpg) no-repeat;

	}



/*************** #pageName styles **************/



#pageName{

	padding: 0px 0px 10px 10px;

}





/************* #globalNav styles **************/



#globalNav{

color: #cccccc;

padding-top: 54px;

padding-bottom: 6px;

padding-left: 18px;

white-space: nowrap;

border-bottom: 2px solid #848a5a;

}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line

   this will force a horizontal scrollbar if there isn't enough room for all links

   remove rule or change value to 'normal' if you want the links to line-wrap */



#globalNav img{

 display: block;

}



#globalNav a {

	font-size: 90%;

	padding: 0px 4px 0px 0px; 

}





/************* #breadCrumb styles *************/



#breadCrumb{

	font-size: 80%;

	padding: 5px 0px 5px 10px;

}





/************** .feature styles ***************/



.feature{

	padding: 0px 0px 10px 10px;

	font-size: 80%;

}



.feature h3{

	padding: 15px 0px 5px 0px;

	text-align: center;

}



.feature img{

	float: left;

	padding: 0px 0px 0px 0px;

	margin: 0 10px 5px 0;

	border: 2px #333;

}

.feature script{

	float: left;

	padding: 0px 10px 0px 0px;

	margin: 0 5px 5px 0;

}

/* adjust margins to change separation between the feature image and text flowing around it */





/************** .story styles *****************/

#story1 {

	width: 35%;

	float: left;

	}

#story2 {

	width: 60%;

	float: right;

	}

.story{

	clear: both;

	padding: 10px 0px 0px 10px;

	font-size: 80%;

	background: url(images/curve_l.png) no-repeat left bottom;

}

.story p{

	padding: 0px 0px 10px 0px;

}

.story ul {

	background: url(images/curve_r.png) no-repeat right bottom;

	padding-bottom: 10px;

}



/************* #siteInfo styles ***************/



#siteInfo{

	clear: both;

	border: 1px solid #cccccc;

	font-size: 75%;

	color: #666666;

	padding: 10px 10px 10px 10px;

	margin-top: 0px;

}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)

	the bottom border of the navBar in cases where they "touch" */



#siteInfo img{

	padding: 4px 4px 4px 0px;

	vertical-align: middle;

}

/************* #page validation links ***************/

#validate p{

	clear:both;

	margin-left: 15%;

	margin-right: 0%;

}	



/************* #search styles ***************/



#search{

	padding: 5px 0px 5px 10px;

	border-bottom: 1px solid #cccccc;

	font-size: 90%;

}



#search form{

 margin: 0px;

 padding: 0px;

}



#search label{

	display: block;

	margin: 0px;

	padding: 0px;

}





/*********** #navBar link styles ***********/



#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {list-style: none; margin: 0; padding: 0;}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar li {border-bottom: 1px solid #EEE;}



/* fix for browsers that don't need the hack */

html>body #navBar li {border-bottom: none;}





/*********** #sectionLinks styles ***********/



#sectionLinks{

	position: relative;

	margin: 0px;

	padding: 0px;

	border-bottom: 1px solid #cccccc;

	font-size: 70%;

}



#sectionLinks h3{

	padding: 10px 0px 2px 10px;

}



#sectionLinks a:link{

	padding: 2px 0px 2px 10px;

	border-top: 1px solid #cccccc;

	width: 100%;

  voice-family: "\"}\""; 

  voice-family:inherit;

	width: auto;

}



#sectionLinks a:visited{

	border-top: 1px solid #cccccc;

	padding: 2px 0px 2px 10px;

}



#sectionLinks a:hover{

	border-top: 1px solid #cccccc;

	background-color: #dddddd;

	padding: 2px 0px 2px 10px;

}





/*********** .relatedLinks styles ***********/



.relatedLinks{

	margin: 0px;

	padding: 0px 0px 10px 10px;

	font-size: 70%;

}



.relatedLinks h3{

	padding: 10px 0px 2px 0px;

}





/************** #advert styles **************/



#advert{

	padding: 10px 0px 0px 10px;

	font-size: 80%;

	border-top: 1px solid #cccccc;

}



#advert img{

	display: block;

}





/************** #headlines styles **************/



#headlines{

	margin: 0px;

	padding: 10px 0px 20px 10px;

	font-size: 80%;

}



#headlines p{

	padding: 5px 0px 5px 0px;

}



/************** skane styles ******************/



.h5{

	font-family: Arial, sans-serif;

	font-size: 100%;

	color: #334d55;

	font-weight: lighter;

	margin: 5px;

	padding: 5px;

}



.box {

	border: 1px solid #999999;

	background-color: #EEEEEE;

	}

.box1 {

	border: 1px solid #999999;

	background-color: #EEEEEE;

	margin: 3px;

	padding: 3px;

	width: 400px;

	}

.box2 {       /*  shopping cart page   */

	border: 1px solid #999999;

	background-color: #fff;

	margin: 2px 0px 0px 2px;

	padding: 2px 0px 0px 4px;

	}

	

.box3 {

	padding-left:4px;

	}	

	

.feature1 {

	font-size: 80%;

}

.phone {

	color: #848a5a;        /*#848a5a;*/

	text-decoration: none;

	font-size: 100%;

	padding: 0px 4px 0px 0px;

	font-style: italic;

	letter-spacing: .3em;

	margin-left: 48px;

}

.red {

	color:#AA0000;

	}

.green {

	color:#009F00

	}

.black {

	color:#000

	}





	/************** #skane Form styles **************/



#taf {

	border: 1px solid #CCC;

	background-color: #EEEEEE;

	margin: 3px 3px 20px 10px;

	padding: 3px;

	width: 450px;

	font-size: 85%;

	}

#taf1 {

	border: 1px solid #CCC;

	background-color: #dad7b1;       /* #ddeeba; */

	margin: 3px 3px 20px 10px;

	padding: 3px;

	width: 450px;

	font-size: 85%;

	}

#taf p {

	padding: 10px;

	}

	

.tafbox {

	border: 1px solid #CCC;

	background-color: #e0dfe3; 

	width: 200px;

	margin: 10px;

	}



.smtxt {

	font-size: .5em;

	}

	

.commentbox {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 120%;

	color: #848a5a;    /*#333333; with white bg*/

	line-height: 1.166;

	margin: 4px;

	padding: 6px;

	background-color: #D7E2E8;

	background-image: url(images/pageBg.gif);

	background-repeat: repeat-x;

	}

	

.commentbox1 {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-size: 120%;

	color: #A0A0A4;    /*#333333; with white bg*/

	line-height: 1.166;

	width: 275px;

	margin: 4px;

	padding: 6px;

	background-color: #D7E2E8;

	background-image: url(images/pageBg.gif);

	background-repeat: repeat-x;

	border: 1px solid #cccccc;

	}

.captchatxt {

	padding: 0 0px;  

	font-size: .8em;

	}

acronym {

	border:hidden;

	}

#signature {

  background: url(images/signaturePink.gif) no-repeat;

  width: 203px;

  height: 40px;

  }	

  .hide{

display:none;

}

/* FOR GALLERY PAGE */
#container {margin: auto; width: 910px; padding: 25px; font-size: .875em;}
#container1 {margin: auto; width: 910px; padding: 10px; font-size: .875em;}

/* gallery menu ---------------*/

#g_navcontainer {
     clear: both;
	 margin-bottom: 5px;
	 width: 100%;
	 background: #f2f6f8;  /*background: #1b1b1b;*/
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
}

#g_navcontainer ul {
     color: White;
     width: 100%;
	 padding: 0px 24px 24px 30px
}

#g_navcontainer ul li {display: inline}

#g_navcontainer ul li a {
     padding: 0.2em 1em;
     color: #CCC;
     text-decoration: none;
	 letter-spacing: .14em
}

#g_navcontainer ul li a:hover {
     background: #eaeaea;
     color: #000;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

#g_navcontainer ul li a.active {
     background: #eaeaea;
     color: #000;
	-moz-border-radius-topleft: 8px;
	-khtml-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

/* end gallery menu ---------------*/

/*gallery heading colors*/
.first  {color:#999999;}
.second {color:#999999; padding-left:15px;}
.third  {color:#333333; padding-left:15px;}
