/* Mary Ann Fernandes www.fernandesmedia.com 2008*/

/* some browsers put in their own margins and padding or borders, this makes sure everything is 0'd out */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#2A7229;
	margin: 0;
	padding: 0;
	text-align: left;
	color:#676767;
}

#maincontainer {
	width: 832px; /*Width of main container*/
	margin: 20px auto; /*Center container on page*/
}

#contentwrapper {
float: left;
width: 832px;
background:url(images/frame.gif) repeat-y center top;
}

#contentcolumn {
margin-right: 65px;
margin-left: 75px;
}

#subtext {
margin-left: 30px;
}

#twocolumn_left {/*This is the container for left content, no submenu, like on the home page*/
float:left;
margin-top: 15px;
margin-left: 15px;
width: 335px;
}
* html #twocolumn_left {
  margin-left: 15px;
  }
  
#twocolumn_right {/*This is the container for right content, no submenu, like on the home page*/
float:right;
margin-top: 15px;
margin-left: 5px;
width: 337px;
}
* html #twocolumn_right {
  width: 320px;
  margin-right: 10px;
  }
  
.rightimage{
float: right;
margin: 0 0 10px 10px;
}

.righttext{
float: right;
margin: 0 0 10px 10px;
width: 150px;
}

.rightpic{
float: right;
margin: 0px;
}

/*buttons*/
div.order {
	width: 136px; height: 47px;}
   div.order span {
      display:block;}
	 	 div.order a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/button_order.gif);}
	     div.order a:hover {
	background-image: url(images/button_order_roll.gif);}

div.forum {
	width: 136px; height: 47px;}
   div.forum span {
      display:block;}
	 	 div.forum a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/button_forum.gif);}
	     div.forum a:hover {
	background-image: url(images/button_forum_roll.gif);}
	
#testnames {
	line-height: 1.2em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF9900;
}
#features {
	line-height: 1.8em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676767;
}
#catalogfont {
	line-height: 1.2em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #8EBE42;
	font-weight: bold;
}

#webmaster {
	margin-left: 295px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Font Properties */
p {
	line-height: 1.2em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

br {
	line-height: 1.5em;
}
td {
	line-height: 1.4em;
}
a {
	font-style: normal;
	font-weight: bold;
}
#plinkdescription {
	color: #000000;
}
h1 {
	line-height: 1.2em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	color: #FF9900;}
h2 {
	line-height: 1.2em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align:center;
	color: #2A7229;
}

h3 {
	line-height: 1.2em;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	color: #31221B;
}

h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	background-position: center center;
	text-align: center;
}

ul {
margin-left: 20px;
}

#footertext {/*this is for the bottom footertext*/
	line-height: 1.2em;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	}
/* li is "list item element.  navigation defaults to vertical w/ bullets, by adding display: inline; I make it horizontal w/out bullets */
	#footertext ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
			#footertext  ul li a{
			color: #FFFFFF;
			background-color: #2A7229;
} 

/* hover is when mouse goes over background, color will change to this */
			#footertext  ul li a:hover, #login  ul li a:focus{
			background-color: #2A7229;
			color: #FF9900;
}

#navmenu{
	height: 26px;
	padding: 0;/*float: left; - haven't seen a need for this yet*/
	background-image: url(images/nav_menu_back.gif);
}

#navmenu li{
display: inline;/*gets rid of bullets*/
}

div.home {
    float: left;
	width: 241px; height: 26px;
	}
   div.home span {
      display:block;
  	  }
	 	 div.home a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/nav_home.gif);
   	   	 }
		 div.home a:link {
		 background: url(images/nav_home.gif);
   	     }
	     div.home a:hover {
		 background: url(images/nav_home_roll.gif);
   	     }
	     div.home a:focus {
		 background: url(images/nav_home_roll.gif);
         }

div.homeselect {
    float: left;
	width: 241px; height: 26px;
	}
   div.homeselect span {
      display:block;
  	  }
	 	 div.homeselect a {
		 display: block;
		 margin: 0; padding:0;
	     width:100%; height:100%;
	     overflow:hidden;
   	   	 background: url(images/nav_home_sel.gif);
		 }	
div.software {
    float: left;
	width: 102px; height: 26px;
	}
   div.software span {
      display:block;
  	  }
	 	 div.software a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/nav_software.gif);
   	   	 }
		 div.software a:link {
		 background: url(images/nav_software.gif);
   	     }
	     div.software a:hover {
		 background: url(images/nav_software_roll.gif);
   	     }
	     div.software a:focus {
		 background: url(images/nav_software_roll.gif);
         }

div.softwareselect {
    float: left;
	width: 102px; height: 26px;
	}
   div.softwareselect span {
      display:block;
  	  }
	 	 div.softwareselect a {
		 display: block;
		 margin: 0; padding:0;
	     width:100%; height:100%;
	     overflow:hidden;
   	   	 background: url(images/nav_software_sel.gif);
		 }	
div.testimonials {
    float: left;
	width: 79px; height: 26px;
	}
   div.testimonials span {
      display:block;
  	  }
	 	 div.testimonials a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/nav_testimonials.gif);
   	   	 }
		 div.testimonials a:link {
		 background: url(images/nav_testimonials.gif);
   	     }
	     div.testimonials a:hover {
		 background: url(images/nav_testimonials_roll.gif);
   	     }
	     div.testimonials a:focus {
		 background: url(images/nav_testimonials_roll.gif);
         }

div.testimonialsselect {
    float: left;
	width: 79px; height: 26px;
	}
   div.testimonialsselect span {
      display:block;
  	  }
	 	 div.testimonialsselect a {
		 display: block;
		 margin: 0; padding:0;
	     width:100%; height:100%;
	     overflow:hidden;
   	   	 background: url(images/nav_testimonials_sel.gif);
		 }	
div.catalogs {
    float: left;
	width: 66px; height: 26px;
	}
   div.catalogs span {
      display:block;
  	  }
	 	 div.catalogs a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/nav_catalogs.gif);
   	   	 }
		 div.catalogs a:link {
		 background: url(images/nav_catalogs.gif);
   	     }
	     div.catalogs a:hover {
		 background: url(images/nav_catalogs_roll.gif);
   	     }
	     div.catalogs a:focus {
		 background: url(images/nav_catalogs_roll.gif);
         }

div.catalogsselect {
    float: left;
	width: 66px; height: 26px;
	}
   div.catalogsselect span {
      display:block;
  	  }
	 	 div.catalogsselect a {
		 display: block;
		 margin: 0; padding:0;
	     width:100%; height:100%;
	     overflow:hidden;
   	   	 background: url(images/nav_catalogs_sel.gif);
         }
div.support {
    float: left;
	width: 65px; height: 26px;
	}
   div.support span {
      display:block;
  	  }
	 	 div.support a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/nav_support.gif);
   	   	 }
		 div.support a:link {
		 background: url(images/nav_support.gif);
   	     }
	     div.support a:hover {
		 background: url(images/nav_support_roll.gif);
   	     }
	     div.support a:focus {
		 background: url(images/nav_support_roll.gif);
         }

div.supportselect {
    float: left;
	width: 65px; height: 26px;
	}
   div.supportselect span {
      display:block;
  	  }
	 	 div.supportselect a {
		 display: block;
		 margin: 0; padding:0;
	     width:100%; height:100%;
	     overflow:hidden;
   	   	 background: url(images/nav_support_sel.gif);
         }
div.blog {
    float: left;
	width: 45px; height: 26px;
	}
   div.blog span {
      display:block;
  	  }
	 	 div.blog a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/nav_blog.gif);
   	   	 }
		 div.blog a:link {
		 background: url(images/nav_blog.gif);
   	     }
	     div.blog a:hover {
		 background: url(images/nav_blog_roll.gif);
   	     }
	     div.blog a:focus {
		 background: url(images/nav_blog_roll.gif);
         }

div.blogselect {
    float: left;
	width: 45px; height: 26px;
	}
   div.blogselect span {
      display:block;
  	  }
	 	 div.blogselect a {
		 display: block;
		 margin: 0; padding:0;
	     width:100%; height:100%;
	     overflow:hidden;
   	   	 background: url(images/nav_blog_sel.gif);
         }
div.gifts {
    float: left;
	width: 234px; height: 26px;
	}
   div.gifts span {
      display:block;
  	  }
	 	 div.gifts a {
	display: block;
	margin: 0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	background-image: url(images/nav_gifts.gif);
   	   	 }
		 div.gifts a:link {
		 background: url(images/nav_gifts.gif);
   	     }
	     div.gifts a:hover {
		 background: url(images/nav_gifts_roll.gif);
   	     }
	     div.gifts a:focus {
		 background: url(images/nav_gifts_roll.gif);
         }

/*The following 3 does a clearit:both, but fixes bugs and makes it work better for all browsers to contain elements in a container read more at http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/
* html #contentwrapper {
  margin-right: -7px;
  }
