/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #007d48;
	line-height: 1.166em;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	height:100%;
	overflow: auto;
}

div.lpxcenterpageouter {   /* combination of ...pageouter and ...pageinner center the webpage  */
	text-align: center; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
}			
			
div.lpxcenterpageinner { 
	position: relative; 
	margin: 0 auto; 
	text-align: left; 
	width: 900px; 
	height: 100%; 
	background-image:url(images/bkgrnd-wht_to_grn_fade_laurilong2.gif);
}	

a:link, a:visited, a:hover {
	color: #006633;
	text-decoration: none;
	background-color: transparent;
	padding: 0px;
	overflow: auto;
	border:0px;
}

a:hover {    /* not working */
	text-decoration: underline;
	background-color: purple;
	color: #0000FF;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 margin-top: 50px;
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #6096BF;
}

h2{
 font-size: 120%;
 color: #006633;
}

h3{
 font-size: 115%;
 color: #000099;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #6096BF;
}

h5{
 font-size: 80%;
 color: #6096BF;
}

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: #000099;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 900px;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto;
	background-image:url(images/bkgrnd-wht_to_grn_fade_laurilong2.gif);
	text-align: left;
}

#masthead{
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	background-image: url(images/banner-kissme_iowish_curly3.gif);
	background-position:0px 0px 0px 0px;
	background-repeat:no-repeat;
	bottom: 0px
	border-bottom:0px solid #cccccc;
	width: 900px;
	height:135px;
	float: none;
}

#navBar{
	position:absolute;
	top: 165px;
	left: 0;
	float:left;
	background-image:url(images/bkgrnd-wht_to_grn_fade_laurilong2.gif);
	background-position: top left;
	background-repeat:repeat-y;
	padding: 0px 5px 5px 0px;
	width: 215px;
/*	height:100%;  */
	border-right: 1px solid #cc0;
	border-bottom: 1px solid #cc0;
}

#content{
	position: absolute;
	top: 165px;
	right: 0;
	float:right;
	width: 672px;
/*	height:100.5%;  */
	padding: 0px 10px 0px 20px;
	background-image:url(images/bkgrnd-wht_to_grn_fade_laurilong2.gif);
	background-position: top right;
	color: #000000;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


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

#pageName{
	padding: 0px 0px 10px 10px;
}



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

 #breadCrumb{
	position:relative;
	top: -20px;
	font-size: 85%;
	padding: 0px 0px 0px 0px;
	background-color: transparent;
}

#breadCrumb a:link, a:visited, a:hover {
	font-size: 85%;   /******* responded to by siteinfo links (this prop. only ?? ********/
	background-color: transparent;
}

#breadCrumb a:hover {
	font-size: 85%;   /******* responded to by siteinfo links (this prop. only ?? ********/
	background-color: #E8FFE6;
}

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


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

#globalNav{
color: #006633;
background-color: transparent;
position:absolute;
right: 30px;
bottom: 10px;
text-align: right;
white-space: nowrap;
}
/* '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; 
}

#globalNav a:link {
	color: #006633;
	text-decoration: none;
	background-color: transparent;
	padding:  0px 10px 0px 10px;
	overflow: auto;
}

#globalNav a:hover {
	background-color: #E8FFE6;
	font-weight: bold;
}

#siteInfo{
	position:inherit;
	bottom:5px;
	left:25%;
	border: 0px solid #cccccc;
	font-size: 75%;
	color: #000000;
	padding: 10px 10px 10px 10px;
	/* margin-top: 0px; */
	clear:both;
}
/* 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: bottom;
}

 

#siteinfo a:link{
	padding: 2px 0px 2px 10px;
	font-size: 90%; 
	voice-family: "\"}\"";
	voice-family:inherit;
}

#siteinfo a:visited{
	padding: 2px 0px 2px 10px;
	font-size: 90%;
}

#siteinfo a:hover{
	background-color: #E8FFE6;
	padding: 2px 0px 2px 10px;
	font-size: 90%;
	color: #FFFF00
}



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

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
	color:#000099;
	font-size:125%
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	border: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


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

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 90%;
}

.story p{
	padding: 0px 0px 10px 0px;
}



/************* #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 {
	margin-top: 0px;
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 0px 0px 2px 0px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	font-size: 90%; 
  voice-family: "\"}\""; 
  voice-family:inherit;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	font-size: 90%;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #E8FFE6;
	padding: 2px 0px 2px 10px;
	font-size: 90%;
}


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

.relatedLinks{
	margin: 0px;
	padding: 2px 0px 2px 10px;
    font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


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

#advert{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	color:#000000
	border-top: 2px solid #cccccc;
	border-bottom:2px 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;
}

/************** #prodDesc styles **************/

#prodDesc{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color:#336666;
	overflow:auto;
	text-align:justify;
	padding:10px;
}
.prod_desc {
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	}
	
#prodDesc a:hover {
	background-color: transparent;
	}

.prod_sizes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #006600;
	text-decoration: none;
	text-align:center;
}

.prod_prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	text-align:center;
}

.parag0sp {
	line-height:100%;
	margin-bottom:-0.25em;
}

/* for li items w/out decoration */
.list0dot {  
	margin-top:10px;
	list-style-type:none;
	}

.prodImage a:hover {
	background-color:transparent;
}

.info
{
text-align: center;
font-style: none; 
font-weight: normal;
font-size: 8pt;
color: dimgray;
font-family: Verdana, Helvetica, Arial, sans-serif;
}

.em {                 /* For adding EMphasis to text. */
color: black;
font-family:  Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 110%;
letter-spacing: 0.01em;
}

#em p {              /* For adding EMphasis to a whole paragraph. */
color: black;
font-family:  Arial, Helvetica, sans-serif; 
font-weight: bold;
font-size: 110%;
letter-spacing: 0.01em;
}

#formOrder1 {
	padding: 10px 0px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#003300;
	}

legend {
 	font: bold 100% Arial,sans-serif;
	color: #000099;
	}