/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Trebuchet MS;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 20px;
}

a:link, a:visited{
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet MS;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size: 150%;
 color: #000000;
}

h2{
 font-size: 120%;
 color: #000000;
}

h2 + p{
 font-size: 120%;
 font-weight: bold;

}


h3{
 font-size: 100%;
 color: #000000;
}

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;
}

table{
margin: 20px 0px 0px 0px;
border-collapse: collapse;
width: 400px;
border: 1px solid #666666;
}

th, td{
padding: 4px 4px;
text-align: center;
}

col{
border-right: 1px dotted #cccccc;
}

col#ROWCol{
border: none;
}

col#XLCol{
border: none;
}
thead{
color: #FFFFFF;
background: #96BB33;
border-top: 1px dotted #a5a5a5;
border-bottom: 1px dotted #a5a5a5;
}

th{
font-weight: bold;
}

td{
background: #F3F9E6;
}


tr{
border-bottom: 1px dotted #666666;
}

#ProductHead{
text-indent: -1000em;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}


#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

#navBar{
	padding: 0px;

}

#content{

  float:right;
	width: 78%;
	margin: 0;
	padding: 0 3% 0 0;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}



/************** .feature styles ***************/

.feature{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	line-height: 22px;
	border-top:  dotted 1px #999999;
}

.feature .imageStyle{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature a{
font-weight: normal;
font-size: 12px;

}


/* adjust margins to change separation between the feature image and text flowing around it */


/************** #product styles ***************/

#product{
	padding: 10px 0px 10px 10px;
	font-size: 80%;
	line-height: 22px;
}

#product h3{
	font-size: 120%;
	line-height: 15px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/* adjust margins to change separation between the feature image and text flowing around it */

#product span{
 font-size: 80%;
 line-height: 25px;

}
#product a{
 font-size: 9px;
}


/************* #productDetail styles ***************/

#productDetail{
	float: left;
	line-height: 18px;
	margin: 10px 10px 0px 0px;
	font-size: 90%;
}

#productDetail select{
width: 150px;
font-size: 90%;
}

#productDetail form{
margin: -10px 0px 20px 0px;
}

#productDetail img{
margin-bottom: 6px;
}

.button{
font-size: 90%;
color: white;
font-weight: bold;
background-color: #FF0000;
border: none;
padding: 1px;
margin: 10px 0px 0px 0px;
}

/************* #siteInfo styles ***************/
	
#siteInfo{
	clear: both;
	float: left;
	font-size: 75%;
	color: #000000;
	padding: 10px 5px 10px 5px;
	margin-top: 0px;
	border-top: solid 1px #cccccc;
	font-weight: normal;
}

#paypal{
	float: left;
	vertical-align: middle;
		padding: 10px 5px 10px 5px;
	margin-top: 0px;
	padding-left: 40px;
	border-top: solid 1px #cccccc;
}
/* 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" */



/************* #search styles ***************/

#search{
	width: 138px;
	height: 290px;
	float: left;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}


/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{

	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	float: left;
}

#sectionLinks a {
	margin-top: 20px;
}

  /* this is a fix for Internet Explorer which calculates margins differently to Firefox */
* html #sectionLinks a{
 margin-top: 5px;  
 }



/************** #advert styles **************/

#advert{
	clear: both;
	padding: 10px 10px 5px 10px;
	font-size: 80%;
	margin: 10px 0px 10px 10px;
	background-color:#96BB33;
	color: #FFFFFF;
	font-weight: bold;
	width: 540px;
	}
	
#advert .link{
	position: relative;
	right: 10px;
	bottom: 5px;
	text-align: right;
	color: #FFFFFF;
	font-size: 100%;
	}
	
#SecurePayments{
	padding: 10px 10px 10px 10px;
	font-size: 70%;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	width: 540px;
	}
