/* Subpage Styles 
--------------------- */


/* Header
--------------------- */

#wrapper{
		float:left;
	display:inline;

	display:inline;
}

#blanket{
	padding-bottom:1px;
}

#header {
	position:relative;
	top:-15px; 
	left:0px;
	height:136px;
	width:976px;
	background:#fff url(../../images/header.jpg);
}

#header h1, span.sub {
	display:none;
}

#header ul {
	margin:0;
	padding:0;
	position:absolute;
	top:30px;
	right:100px;
}

#header ul li {
			float:left;
	display:inline;

	display:inline;

	list-style-type:none;
	padding: 0 15px 0 15px;
	border-right:1px solid #ccc;
}

#header ul li.noright {
	border:none;
}

#header ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#555;
	text-decoration:none;
	text-transform:uppercase;
}

/* Search
--------------------- */

#searchbox {
	position:absolute;
	top:100px;
	right:120px;
	text-align:right;
	display:none;
}

#searchbox input.search {
	border:1px solid #888;
	height:17px;
}




/* Content
--------------------- */

#content {
	width:974px;
	background:#fff;
    	float:left;
	display:inline;

    margin-top:15px;
}

#content img {
	border:1px solid #ccc;
    padding:5px;
	background:#FCF9F5;
	margin: 5px;
}

#content h2 {
	margin:15px 0 0 15px;
	font-size:2.2em;
	color:#6BA934;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
}



#content h3 {
	margin:15px 0 0 15px;
	font-size:1.8em;
	color:#6BA934;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#content p {
	margin:10px 0 0 15px;
	font-weight:normal;
	font-size:1.2em;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
}

#content a {
	color:#6BA934;
}

#content ul li {
	font-weight:normal;
	font-size:1.2em;
	color:#404040;
	font-family:Arial, Helvetica, sans-serif;
	width:600px;
}


#content table {
	font-size:1.2em;
	color:#404040;
	border-collapse: collapse;
	border:1px solid #CCCCCC;
}

	#content table td{
		border-left:1px solid #CCCCCC;
		border-top:1px solid #CCCCCC;
	}

#content td.tablespace {
	width:20px;
}

#content span.req {
	color:#cc0000;
}



/* ------ Content Pad -------- */

#contentpad {
	width:640px;
	min-height: 400px;
	background:#fff;
	border-right:15px solid #E5E4E5;
	padding-bottom:30px;
	padding-right: 75px;
		float:left;
	display:inline;

} 


#contentpad ol {
	font-size:1.2em;
	color:#404040;
	width:600px;
}

#contentpad img { 
	margin-left:30px;
}

img.markpic {
	float: right;
	margin: 5px;
}


/* Sidebar
--------------------- */

#side-bar {
		float:left;
	display:inline;

	width:200px;
	height:400px;
	padding-left:10px;
}

#side-bar h3 {
	margin:10px 0 0 10px;
	font-size:1.4em;
	color:#F38319;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	font-weight:bold;
}

#side-bar a {
	color:#F38319;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
}

#block-two {
	left:0px;
	position:relative;
	margin-left:0px;
	top:40px;
}

/* Search
--------------------- */

#searchbox {
	position:absolute;
	bottom:10px;
	right:100px;
	text-align:right;
}

#searchbox input.search {
	border:1px solid #888;
	height:17px;
}

/* Footer
------------------ Get the footer to space right with the content pad  */
#footer {
	margin-top: 0px;
	clear:left;
	float:none;
	margin-left:15px;
	margin-bottom:15px;
}


/* E-Coaching
--------------------- */

#content p.ecallout {
	border: 1px solid #f38319;
	display: block;
	width: 220px;
	padding: 4px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	background: #fff url(../../images/bgorange.jpg) repeat-x;
}

span.strong {
	font-weight: bold;
	text-decoration: underline;
}

/*Store
-------- */	

p.addCart{
	padding-left:20px;
	background-image:url('../../images/cart_add.gif');
	background-repeat:no-repeat;
	background-position:left center;
}

#Products{
	margin:10px;
	text-align:left;
	width:690px;
}

	div.ProductListing{
		
	}
	
	p.sendToFriend a{
		position:relative;
	}
	
		#friendForm{
			display:none;
			width:315px;
			height:350px;
			padding-bottom:20px;
			position:absolute;
			background-color:#FFF;
			border:2px solid #6BA934;
			z-index:100;
		}
	
	#PListing{
		padding:0px;
		margin:0px;
		width:675px;
		border-collapse:collapse;
	}
	
		#PListing tr.row0 td{
			background-color:#d3ecbe;
		}
	
		#PListing tr.row1 td{
			background-color:#FFF;
		}
	
		#PListing td{
			padding:9px 4px 9px 10px;
			margin:0px;
		}
			
			#PListing tr.pageList a{
				margin:3px;
				padding:3px 6px;
				border:1px solid #6BA934;
				text-decoration:none;
			} 
			
				#PListing tr.pageList a.currentPage{
					margin:3px;
					padding:3px 6px;
					border:1px solid #6BA934;
					color:#FFF;
					background-color:#6BA934;
				} 
			
		
			#PListing a{
				color:#6BA934;
			}
			
			#PListing td a.itemName{
				padding:4px 0px;
				display:block;
			}
			
			#Plisting td.itemDescription{
				line-height:120%;
			}
		
			#PListing td.productListingImage{
				
			}
			
				#PListing td.productListingImage a{
					position:relative;
					z-index:0;
					display:block;
				}
				
					#PListing td.productListingImage a img{
						z-index:0;
						border:1px solid #a8a8a8;
					}
				
				#PListing td.productListingImage a:hover{
					z-index:50;
					background-color:transparent;
				}
					
				#PListing td.productListingImage a:hover span{
					display:block;
				}
					
					#PListing td.productListingImage a span{
						display:none;
						position:absolute;
						top:24px;
						left:27px;
						z-index:55;
					}
		
						#PListing td.productListingImage a span img{
							border:3px solid #ffffff;
							z-index:55;
						}
		
		#PListing img{
			width:auto !important;
		}

	div.ProductList{
		width:150px;
			float:left;
	display:inline;

		margin:12px;
		padding:12px;
		border:1px solid #ccc;
	}
	
	
	
	
	#TypeListing{
			float:left;
	display:inline;

		width:220px;
		height: 125px;
		padding-bottom:30px;
		position: relative;
		border-left:4px solid #71ac3c;
		border-top:4px solid #71ac3c;
		border-right:4px solid #71ac3c;
		margin-bottom: 20px;
		
	}
	
		div.ProductTypeList{
			width:310px;
			padding:0px 5px;
			margin:0px 5px;
		}
		
			div.ProductTypeList h3{
				color:#adadad;
				font-size:14px !important;
			}
			
			div.productInfo{
				padding-left:15px;
			}
			
	#StoreFlash{
		margin-left:40px;
		margin-top: 0px;
		width:422px;
		height:162px;
			float:left;
	display:inline;

		display:inline;
		background-color:#F38319;
	}
	
	#featuredProduct{
		clear:left;
		margin:10px auto;
		display:block;
		width:95%;
		height: 140px;
		padding:0 10px 50px 10px;
		position:relative;
		border-left:4px solid #71ac3c;
		border-top:4px solid #71ac3c;
		border-right:4px solid #71ac3c;
		background-image:url('../../images/featuredBG.gif');
		background-repeat:repeat-x;
		margin-top:20px;
		margin-bottom:100px;
	}
	
		#featuredProduct hr, #Products hr{
			visibility:hidden;
		}
	
		div.TLCorner{
			top:-4px;
			left:-4px;
			width:9px;
			height:9px;
			background-image:url('../../images/TLCorner.gif');
			position:absolute;
			z-index:99;
			font-size:1px;
		}
		
		div.TRCorner{
			position:absolute;
			z-index:99;
			font-size:1px;
			display:block;
			top:-4px;
			right:-4px;
			width:9px;
			height:9px;
			background-image:url('../../images/TRCorner.gif');
		}
		
		div.bottom{
			width:100%;
			height:30px;
			position:absolute;
			bottom:-1px;
			left:0px;
			background-color:#6ba934;
		}
		
			#featuredProduct div.bottom h3, #Products div.bottom h3{
				padding:0px;
				margin:3px 0 0 15px;
				color:#FFF;
				font-weight:500;
			}
		
			div.BLCorner{
				width:9px;
				height:35px;
				display:block;
				position:absolute;
				bottom:0px;
				left:-4px;
				z-index:99;
				font-size:1px;
				background-image:url('../../images/BLCorner.gif');
			}
			
			div.BRCorner{
				width:9px;
				height:35px;
				display:block;
				position:absolute;
				bottom:0px;
				right:-4px;
				z-index:99;
				font-size:1px;
				background-image:url('../../images/BRCorner.gif');
			}
			
			#featuredProduct div.featuredProductContainer{
				width:49%;
					float:left;
	display:inline;

				font-size:12px;
				position:relative;
				z-index:2;
			}
			
				#featuredProduct div.featuredProductContainer a{
					color:#000;
					padding:0px 0 4px;
					text-decoration:none;
				}
			
				#featuredProduct div.featuredProductContainer p{
					font-size:12px;
				}
			
				#featuredProduct div.featuredProductContainer img{
					width:auto !important;
						float:left;
	display:inline;

					padding:2px;
					margin:4px;
				}
			
	
	
	
	
	
	
	
	 #Products img{
		width:150px;
		padding:0;
		border:0;
		margin:0;
	}
	
	#Products p{
		width:auto !important;
		padding:0;
		border:0;
		margin:0;
	}
	


#content h2.prodtitle {
	font-size: 2.0em; !important
	padding-bottom: 25px;
	display: block;
	height: 45px;
	
}

#content ul li {
	margin-left: 10px;
}
	
	
/* Store Checkout */	
	
#orderForm{
	border-collapse:collapse;
	margin:0px auto;
	padding:0px;
	width:680px;
	
}

	#orderForm p{
		margin:0px;
		padding:0px;
		font-size:12px;
	}



#orderForm td{
	margin:0px;
	padding:0px;
}

#orderForm td.item{
	height:60px;
	text-align:left;
}

#orderForm td.subtotal{
	height:20px;
	text-align:right;
	padding-right:8px;
	background-color:#CCCCCC;
}

#orderForm td.subtotalamount{
	height:20px;
	padding-right:8px;
	background-color:#CCCCCC;
}

#orderForm td.total{
	height:20px;
	text-align:right;
	padding-right:8px;
}

#orderForm td.totalamount{
	height:20px;
	text-align:left;
}

#orderForm td.top{
	border-top:1px solid #000;
}

#orderForm td.top2{
	border-top:2px solid #999999;
	background-color:#DDD;
}

#orderForm td.amount{
	text-align:left;
}

/*-------Leading In Tough Time-------*/

#leading_page #wrapper {
 border:10px solid #E5E4E5;
 padding: 0px;
}

#leading_page #blanket {
  padding: 0;
}

#leading_header{
	background: #fff;
	height:138px;
} 
   #leading_header #profile {
     height: 105px;
     float: left;
     margin: 8px 11px;
     width: 97px;
   }
     #leading_header #profile p {
       color: #D11820;
       font-size: 10px;
       text-align: center;
     }
     #leading_header #profile img {
       text-align: center;
       padding-left:11px;
     }

h1#leading{
	background-image: url('../../images/logo_leading-in-tough-times.gif');
	background-repeat: no-repeat;
	text-indent: -1000px;
	height: 120px;
	width: 200px;
	float: left;
	margin-right: 20px;
}
h2#leading{
	color:#D11820;
	font-family: Helvetica, Arial, sans-serif;
}

#leading_page #content h2, #leading_page #content h3 {
	color:#D11820;
	font-family: Helvetica, Arial, sans-serif;
}

#leading_page table {
  top: 0px;
  margin: 15px 0px;
}

#leading_page #content a { 
  color: #D11820;
}







