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

/* 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: #faf7d4; background:#000; margin:0 auto 20px; padding:5px 20px 20px; width:730px;}



p {

	text-align: justify;

	}

a:link {

	color: #faf7d4;

	text-decoration: underline; 
}

a:visited, a:hover {

	color: #faf7d4;

}

a:hover {

	text-decoration: none;

}

/* 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: 150%;

 color: #faf7d4;   /*#334d55;*/

}



h2{

 font-size: 114%;

 color: #848a5a;

}



h3{

 font-size: 100%;

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

}



h4{

 font-size: 100%;

 font-weight: normal;

 color: #999;

}



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: 600px;            /* 750px; */

	max-width: 850px;          /* 1050px; */

	}

	

#masthead{

	margin-left: 10px;

	margin-top: 10px;

	width: 100%;

}



#navBar{

	margin: 30px 79% 0 0;

	padding: 0px;

	background-color: #000;

/*	border-right: 1px solid #364317;

	border-bottom: 1px solid #364317; */

}



#content{

  float:right;

	width: 70%;

	margin: 18px 0 0 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: 8px;

}

#siteName h1 {

	position: relative;

	font-size: .7em;

	color: white;

	}

#siteName h1 span {

	position: absolute;

	height: 69px;

	width: 797px;

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

	}



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



#pageName{

	padding: 10px 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; 	width: 850px;

}

/* '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: 70%;

	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 #faf7d4;

}

.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 *****************/
#clients li {margin: 0 0 20px 0}
#clients span {color: #848a5a; font-size: .8em;}

#story1 {

	width: 35%;

	float: left;

	}

#story2 {width: 85%; 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;}
.story1 li {margin: 3px 0;}
.story2 li {margin: 20px 0;}


#redlink a:link {

	color: #ff0000;

	text-decoration: underline; 
}

#redlink a:visited, a:hover {

	color: #ff0000;

}

#redlink a:hover {

	text-decoration: none;
}


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



#siteInfo{

	clear: both;

	border: 1px solid #848a5a;

	font-size: 75%;

	color: #666666;

	padding: 10px 10px 10px 10px;

	margin-top: 20px;

}

/* 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" */


/* different link styles for footer */
#siteInfo img{
	padding: 4px 4px 4px 0px;

	vertical-align: middle;
}
#siteInfo a:link {

	color: #faf7d4;

	text-decoration: underline; 
}

#siteInfo a:visited, a:hover {

	color: #faf7d4;

}

#siteInfo a:hover {

	text-decoration: none;
}

/************* #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 #848a5a;

	font-size: 90%;

	color: #848a5a;

}



#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 #848a5a;

	font-size: 70%;

}



#sectionLinks h3{

	padding: 10px 0px 2px 10px;

}



#sectionLinks a:link{

	padding: 2px 0px 2px 10px;

	border-top: 1px solid #848a5a;

	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: #000;

	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 #848a5a;

}



#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: #EEEEEE;

	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-weight: bold;

	font-size: 77%;

	padding: 0px 4px 0px 0px;

	font-style: italic;

	letter-spacing: .3em;

	margin-left: 30px;

}

.red {

	color:#AA0000;

	}

.green {

	color:#009F00

	}

.black {

	color:#000

	}





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



#taf {

	border: 1px solid #364317;

	background-color: #333;

	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;

	}



.smtxt1 {

	font-size: .8em;

	}

.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/signature.gif) no-repeat;

  width: 203px;

  height: 40px;

  }	

  

#list1 {

	width: 50%;

	float: left;

	}

#list2 {

	width: 50%;

	float: right;

	}

.list{

	clear: both;

	padding: 10px 0px 0px 10px;

	font-size: 80%;

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

}

.resource p{

	padding: 0px 0px 10px 0px;

}

.resource ul {

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

	padding-bottom: 10px;

}

.hide{

display:none;

}

#goog-wm {
  width: 350px;
  margin: 6px;
  padding: 1em;
  border: 1px solid #aebd63;
  background-color: black;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;
  font-size: 170%;
  margin: 0;
}

#goog-wm h4.closest-match a { }
   
#goog-wm h4.other-things {

  color: #aebd63	;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}

#right
{
	width: 25%;

	float: right; margin-left: 30px
}
.green {color:#848a5a; font-size: .8em;}
