body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-y;
}

/********************PAGE BACKGROUNDS**********************/


.thrColElsHdr #about {
	background: #000000 url(images/Snickeyfritz_bg_pinkstripe.jpg) top center;
	background-repeat: repeat-y;	
}

.thrColElsHdr #home {
	background: #000000 url(images/Snickeyfritz_bg_leopardprint.jpg) top center;
	background-repeat: repeat-y;
}

.thrColElsHdr #testimonials {
	background: #000000 url(images/Snickeyfritz_bg_greenpattern2.jpg) top center;
	
	background-repeat: repeat-y;
}

.thrColElsHdr #blog {
	background: #000000 url(images/Snickeyfritz_bg_brownpattern5.jpg) top center;
	background-repeat: repeat-y;
}

.thrColElsHdr #news {
	background: #000000 url(images/Snickeyfritz_bg_blackcheck.jpg) top center;
	background-repeat: repeat-y;
}

.thrColElsHdr #buy {
	background: #000000 url(images/Snickeyfritz_bg_home.jpg) top center;
	background-repeat: repeat-y;
}

/***********************BANNERS********************/

.thrColElsHdr #swfContainer {
	margin: 0;
	padding: 0; 	
	text-align:center;
	background-color:#FFF;
}

.thrColElsHdr #register {
	background: #FFF url(images/registerBG.jpg) no-repeat;
	height: 50px;
	padding: 0px 0px 0px 0px;
}

.thrColElsHdr #menuBar {
	margin: auto;	
	text-align:center;
	background: #000000;
	background: url(images/MenuBarBG.png);
	background-repeat: repeat-x;
	height: 50px;
}


.thrColElsHdr #sub_menu_container {
	margin: auto;	
	/*text-align:center;*/
	background: #FFFFFF;
	height: 50px;
}

.thrColElsHdr #submenuTitle {
	float:left;
	height: 50;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#666;
	font-style: normal;
}
	


.thrColElsHdr #feature {
	text-align: center;
}

.thrColElsHdr #banner-home {
	margin: 0px;
	padding: 0px;
	float:left;
	height: 400px;
} 




/****************************PAGE LAYOUTS**********************/

.thrColElsHdr #container {
	width: 868px; /* this overrides the text-align: center on the body element. */
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;  /*this overrides the text-align: center on the body element. */
	text-align: left;
} 

.thrColElsHdr #3up1 {
	float: left; /* since this element is floated, a width must be given */
	width: 443px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #3up2 {
	overflow:scroll;
	float: right; /* since this element is floated, a width must be given 	height:500px;*/

	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #3up3 {
	position:fixed;
	left:450px;
	top:0px;
	width: 420px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}

.thrColElsHdr #Promo-01 {
	float: left; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 800px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 30px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #PromoH1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#666;
	font-style: normal;
}
.thrColElsHdr #PromoT1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	/*font-weight: bold;
	color:#666*/
	
}
.thrColElsHdr #full_left_noPD {
	float: left;
	overflow:hidden;
	width: 850px;
	/*height: 300px;*/
	padding: 0 0 0 0; 
}

.thrColElsHdr #full_left {
	float: left;
	overflow:visible;
	width: 850px;
	/*height: 300px;*/
	padding: 10px 10px 10px 10px; 
}

.thrColElsHdr #short_right {
	float: right;
	overflow:visible;
	width: 250px;
	/*height: 300px;*/
	padding: 10px 10px 10px 10px; 
}
.thrColElsHdr #long_left {
	float: left;
	overflow:visible;
	width: 575px;
	/*height: 300px;*/
	padding: 10px 10px 10px 10px; 
}

.thrColElsHdr #med_right {
	float: right;
	overflow:visible;
	width: 350px;
	/*height: 300px;*/
	padding: 100px 10px 10px 10px; 
}
.thrColElsHdr #med_left {
	float: left;
	overflow:visible;
	width: 475px;
	/*height: 300px;*/
	padding: 10px 10px 10px 10px; 
}

.thrColElsHdr #long_right {
	float: right;
	overflow:visible;
	width: 575px;
	/*height: 300px;*/
	padding: 10px 10px 10px 10px; 
}
.thrColElsHdr #short_left {
	float: left;
	overflow:visible;
	width: 250px;
	/*height: 300px;*/
	padding: 10px 10px 10px 10px; 
}

.thrColElsHdr #mini_line {
	/*float: left;*/
	width: 820px;
	background: #DDD repeat-x;
	height: 1px;
	padding: 0px 10px 0px 10px; 
	margin: 0 10px 0 10px;
}

.thrColElsHdr #break_line {
	/*float: left;*/
	width: 720px;
	background: #DDD repeat-x;
	height: 1px;
	padding: 0px 10px 0px 10px; 
	margin: 0 10px 0 10px;
}

.thrColElsHdr #mini_left {
	border: 1px solid #999;
	overflow:hidden;
	float: left;
	width: 0px;
	height: 0px;
	/*width: 60px;
	height: 60px;
	margin: 10px 0px 0px 10px;
	padding: 10px 10px 10px 10px; */
}

.thrColElsHdr #mini_right {
	float: right;
	width: 800px;
	/*width: 675px;
	height: 300px;*/
	padding: 10px 10px 10px 10px; 
}

.thrColElsHdr #QuoteH1 {
	float: left;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 40px 10px 40px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.thrColElsHdr #QuoteT1 {
	float: left
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 40px 10px 40px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	
}

.thrColElsHdr #StdH1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#666;
	font-style: normal;
}
.thrColElsHdr #StdT1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	/*font-weight: bold;
	color:#666*/
	
}

.thrColElsHdr #eBook-01 {
	float: left; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 400px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 450px
	padding: 30px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #eBook-02 {
	float: right; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 440px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 350px;
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #imageLink{
	font-size: small;
	color: #000;
	text-decoration: underline;
	text-align: center;	
}
.thrColElsHdr #imageLink a{
	font-size: small;
	color: #000;
	text-decoration: underline;
	text-align: center;	
}

.thrColElsHdr #Author-01 {
	float: left; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 450px
	padding: 30px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #Author-02 {
	float: right; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 510px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 450px;
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}



.thrColElsHdr #Author-03 {
	float: left; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	padding: 30px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #Author-04 {
	float: right; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 610px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	padding: 0px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}


.thrColElsHdr #Author-05 {
	float: left; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 610px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	padding: 10px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #Author-06 {
	float: right; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	padding: 10px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #Author-07 {
	float: left; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	padding: 30px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #Author-08 {
	float: right; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 610px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	padding: 30px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #Author-09 {
	float: left; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 410px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	padding: 30px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColElsHdr #Author-10 {
	float: right; /* since this element is floated, a width must be given */
	overflow:visible;
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 300px;
	padding: 30px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColElsHdr #disclaimer {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;

	color:#666;
	font-style: normal;
}


.thrColElsHdr #AboutHeader1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#666;
	font-style: normal;
}
.thrColElsHdr #aboutText1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;	/*font-weight: bold;
	color:#666*/
	
}
.thrColElsHdr #author-list {
	list-style: none;
}

.thrColElsHdr #author-list li {
	padding: 5px 0 5px 30px; 
	background: url('images/bullet.jpg') no-repeat;
	background-position: 0 4px;
}

.thrColElsHdr #book-list {
	/*list-style: none;*/
	padding: 5px 0 5px 40px; 
}

.thrColElsHdr #book-list li {
	padding: 0 0 10px 0;
}


.thrColElsHdr #footer2up {
	clear: both;
}
.thrColElsHdr #headerMenu {
	text-align: center;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColElsHdr #headerh1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 20px;
	font-weight: bold;
	color:#666
}
.thrColElsHdr #headerh2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 2px 20px 0px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 16px;
	font-weight: normal;
}
/******************FORM*********************/

.thrColElsHdr #ThankYou {
	padding: 5px;
	text-align:center;
	background:#FF9;
	
	
}

.thrColElsHdr #singleField
{
	width:400px;
	float:left;
	border:0px;
}

.thrColElsHdr #fullField
{
	width:800px;
	float:left;
	border:0px;
}

legend {
	font-weight: bold;
	padding: 0 0 5px 0;
	
}
label
{
	width: 6em;
	float: left;
	text-align: right;
	margin-right: 2em;
	display: block;
	font-size:12px;
	
}
input
{
	margin: 0 0 5px 0;	
}

.submit-left input 
{
	margin-left: 100px;
}
.submit input
{
	margin-top: 5px;
	margin-left: 300px;
}





/*******************FOOTERS*****************/

.thrColElsHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color:#FFFFFF;
	font-size: x-small;
	text-align: center;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColElsHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

