/****************************************************************************
CSS BY THE HOPSTER
*****************************************************************************/
* {
	padding: 0;
	margin: 0;	
}
body {
	font: 14px "Trebuchet MS", "Lucida Sans", sans-serif;
	background-color: #B2E9C8;
	font-weight: normal;
	color: #039;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	margin: 0 auto;
	width: 920px;
	overflow: hidden;
	height: auto;
	padding: 0px;
}
/*Controls length of background image in content and sidebar areas*/
#wrapper #middleWrapper {
	width: 920px;
	float: left;
	background-color: #FEFEB8;
	background-image: url(../images/backgrounds/left_col_bk.jpg);
	background-repeat: repeat-y;
	background-position: 22px 0px;
	position: relative;
}
#wrapper #middleHeader {
	float: left;
	width: 920px;
	background-color: #FEFEB8;
	background-image: url(../images/background/middle_head_bk_1.jpg);
	background-repeat: repeat-x;
	height: 19px;
}
/* TOP HEADING HOLDS H1 TAG ***********/
#content #mainHeader {
	width: 675px;
	padding-left: 10px;
	position: relative;
	float: left;
}
/* H1 TAG FOR TOP HEADER *************/
#content #mainHeader h1 {
	font: bold 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #C155EE;
}
#content {
	float: left;
	width: 700px;
	padding: 11px 5px 20px 10px;
	background-image: url(../images/backgrounds/main_back.jpg);
	background-repeat: repeat;
	margin-left: 10px;
	background-color: #D82DEE;
}
#wrapper #header #slideShow {
	position: absolute;
	height: 147px;
	width: 126px;
	top: -12px;
	right: 2px;
}
/*** Left Column***Site navagation*************************************************************************
*****************************************************************************************/
#wrapper #middleWrapper #leftcolumn {
	float: left;
	width: 193px;
}
/*Controls width and length of LEFT COLUMN*/
#leftnavmenue{
	width: 166px;
	padding: 0px;
	float:left;
	/*background-color: #B8C0E5;*/
	margin: 3px 0px 10px 5px;
}
#facebookLike{
	width: 175px;
	padding: 0px;
	float:left;
	/*background-color: #B8C0E5;*/
	margin: 3px 0px 10px 5px;
}
#leftnavmenue ul{
	list-style-type:none;
	width: 175px;
	margin:0;
	padding:0;
	float: left;	
}
#leftnavmenue li {
	float: left;
}
#leftnavmenue  a {
	display:block;
	padding:0 0 0 9px;
	height:27px;
	text-align:left;
	text-decoration:none;
	width: 151px;
	color: #FFF;
	margin-bottom: 2px;
	border: 1px solid #006DE6;
	background: #3394FF;
	font: bold 13px/30px Arial, Helvetica, sans-serif;
}
#leftnavmenue  a:hover {
	color:#F40BF0;
	background-color: #FEF4FF;
	border: 1px solid #39F;
}
/**** HEADER ******************************************************************************/
#header {
	color: #333;
	width: 920px;
	float: left;
	height: 195px;
	margin: 35px 0px 0px;
	text-align: left;
	position: relative;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #6EABFC;
	background-image: url(../images/background/header_bk_1.jpg);
}
#wrapper #header #bearTrain {
	position: absolute;
	height: 110px;
	width: 200px;
	top: -32px;
	left: 0px;
	background-repeat: no-repeat;
}
#wrapper #header #headerText {
	position: absolute;
	width: 486px;
	left: 255px;
	top: -26px;
	height: 58px;
}
#wrapper #header #textA {
	width: 433px;
	padding: 5px 0px 5px 0px;
	position: absolute;
	left: 275px;
	top: 36px;
}
#header #textA h2 {
	font: bold italic 24px Verdana, Geneva, sans-serif;
	color: #027E95;
	margin: 0px;
	padding: 0px;
}
#header #textB {
	position: absolute;
	top: 83px;
	left: 357px;
	width: 252px;
}
#header #textB h2 {
	font: bold 28px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #369F88;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#header #textC {
	position: absolute;
	left: 371px;
	top: 118px;
	font-weight: bold;
	width: 252px;
}
#header #textC h3 {
	color: #06F;
	font: oblique bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper #header #logoTop {
	position: absolute;
	width: 670px;
	left: 198px;
	top: 148px;
	padding: 3px 0px 3px 0px;
}
#wrapper #header #logoTop h1 {
	font: 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #CD0CC8;
	
}
#wrapper #header #visitTJ {
	width: 85px;
	color: #37538C;
	margin: 2px 0px 0px;
	text-align: center;
	position: absolute;
	left: 45px;
	top: 90px;
	padding: 2px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#wrapper #header #visitTJ a {
	text-decoration: none;
	color: #FF0;
}
#wrapper #header #visitTJ a:hover {
	color: #98DCCD;
}
#wrapper #header #facebook {
	height: 28px;
	width: 177px;
	position: absolute;
	left: 2px;
	top: 162px;
	text-align: left;
	background: url(../facebook/facebook_logo.jpg) no-repeat;
}
#wrapper #header #blogLink {
	width: 123px;
	position: absolute;
	top: 157px;
	right: 9px;
	padding: 3px 0px 0px;
	color: #00C;
	text-align: center;
	background-image: url(../images/backgrounds/blog_bk.jpg);
	background-repeat: no-repeat;
	height: 25px;
	vertical-align: middle;
}
#wrapper #header  #blogLink a {
	color: #00F;
	text-decoration: none;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
}
#wrapper #header #blogLink a:hover {
	color: #B60AB1;
}
/**** Scrollbar works only in ie*************************************************
*********************************************************************************/
/*html {
scrollbar-base-color: #ed4eeb;
scrollbar-arrow-color: #FEFEB8;
scrollbar-track-color: #C155EE;
scrollbar-shadow-color: #B2E9C8;
scrollbar-lightshadow-color: #4ab476;
scrollbar-darkshadow-color: #a4acf2;
scrollbar-highlight-color: #abe7c3;
scrollbar-3dlight-color: #5b6bee;
}*/
/***********************************************************************************************************
 BOTTON MENU IN FOOTER*** 
***********************************************************************************************************/
p #menuHome {
	float: left;
	margin-right: 15px;
}
p #menuHome a {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/home_white.png);
	background-repeat: no-repeat;
}
p #menuHome a:hover {
	background-image: url(../images/home_green.png);
}
#menuTop {
	position: relative;
	background-image: url(../images/navbkgd.jpg);
	background-repeat: repeat-x;
	padding-top: 18px;
	height: 55px;
	font-size: 8pt;
	width: 630px;
}
#menuTop ul, #menuTop li {
    margin: 0;
    padding: 0;
}
#menuTop ul {
    list-style-type: none;
}
#menuTop li {
	display: block;
	background-color: #eecfee;
	width: 150px;
	height: 18px;
	margin: 0 3px 0 0;
	padding: 3px 0px 0px;
	border-left: 2px solid white;
}
#menuTop a:link, #menuTop a:visited {
	font: 12px Georgia, Times, serif;
	color: #000;
	text-decoration: none;
}
#menuTop a:hover {
    color: #03F;
}
#menuTop a {
    display: block;
    margin: 0px;
    padding: 0 3px;
}
ul.menuHoriz li {
    float: left;
}
ul.menuVert {
    position: absolute;
    visibility: hidden;
    top: 38px;
}
/* ul#menuSubOne   { left: 0 } */
ul#menuSubOne   { left: 37px  }
ul#menuSubTwo   { left: 192px }
ul#menuSubThree { left: 347px }
ul#menuSubFour  { left: 434px }
ul#menuSubFive  { left: 567px }
/*************************************************************************************************************
    FOOTER
*************************************************************************************************************/
#footer {
	width: 905px;
	color: #974B00;
	margin: 0px 0px 10px;
	padding: 2px 5px 2px 10px;
	clear: both;
	height: 250px;
	position: relative;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #B2E9C8 url(../images/background/skyline.jpg) no-repeat;
}
#menuTop a:link, #menuTop a:visited {
	font: 12px  Georgia, Times, serif;
	color: #000;
	text-decoration: none;
}
#menuTop a:hover {
    color: #03F;
}
#footer #footerA {
	width: 100px;
	position: absolute;
	right: 350px;
	bottom: -2px;
	color: #974B00;
	font-size: 12px;
}
#footer #footerB {
	width: 348px;
	left: 5px;
	bottom: -2px;
	position: absolute;	
	padding: 1px 0px 1px 5px;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;	
}
#footer #footerC {
	background-position: 500px 125px;
	height: 101px;
	width: 251px;
	position: absolute;
	left: 656px;
	top: 17px;
	color: #FDFD84;
	font: bold normal 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	clear: both;
}
#footer #footerD {
	background-position: 500px 125px;
	width: 169px;
	position: absolute;
	font: 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	bottom: -2px;
	right: 5px;
}
#footer #footerC p a {
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
}
#footer #footerC p a:hover {
	color: #A1DDCB;	
}
#footer #footerA a {
	color: #974B00;
	text-decoration: none;
	font: normal 12px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#wrapper #footer #footerC p {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer #footerA  a:hover {
	color: #ED0DEF;
}
/*Email*/
#content .wreathBotText {
	float: left;
	width: 640px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}
.wreathBotText p {
	padding-bottom: 7px;
	padding-top: 4px;
}
 .wreathp {
	font: bold  16px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #A917E8;
}
.wreathBotText h5 {
	margin: 0px;
	padding: 0px 0px 5px;
	font: 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #A917E8;
}
.wreathBotText p a {
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A917E8;
	width: 300px;
	text-decoration: none;
	background-color: #C6ECE0;
	border-top: 1px solid #666;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #666;
	padding: 1px 8px 2px;
	margin: 10px 0px 0px 5px;
}
.wreathBotText p a:hover {
	background-color: #9FDFCB;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
}

#wrapper #middleWrapper #content #mainHeader .mainHeaderInfo {
	height: 26px;
	width: 65px;
	position: absolute;
	left: 590px;
	top: 7px;
	color: #06F;
	font: normal 18px Tahoma, Geneva, sans-serif;
}
.italic {
	font-style: italic;
}
#content .moreDiaperCakes {
	float: left;
	width: 600px;
	color: #03F;
	font: bold normal 14px Tahoma, Geneva, sans-serif;
	margin: 0px;
	padding: 10px 0px 11px 10px;
}
#middleWrapper #content .asktj {
	float: left;
	width: 685px;
	height: 120px;
	margin-top: 10px;
	position: relative;
	padding-left: 10px;
}
.asktj img {
	float: left;
	margin: 0px;
	padding: 0px;
}

.subHeaderText {
	font: italic bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #03F;
}
.asktj p strong a {
	color: #03C;
	text-decoration: none;
}
.asktj p strong a:hover {
	color: #F39;
}
/*FOR BRANDON PAGE*/
#header #textCbrandon {
	position: absolute;
	left: 390px;
	top: 118px;
	font-weight: bold;
	width: 252px;
}
#header #textCbrandon h3 {
	color: #06F;
	font: oblique bold 20px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.freightA .tjPic {
	height: 98px;
	width: 69px;
	position: absolute;
	left: 423px;
	top: 185px;
	margin: 0px;
	padding: 0px;
}
#wrapper #middleWrapper #content #headerBrandon .freightA p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}
#content #headerBrandon .freightA h2 {
	font: italic 24px Tahoma, Geneva, sans-serif;
	color: #F00;
	margin: 0px;
	padding: 0px 0px 5px;
}

#content .buyContainer {
	width: 690px;
	padding-bottom: 5px;
	float: left;
}
#content .buyContainer .buyA {
	float: left;
	width: 190px;
	text-align: center;
	height: 30px;
	margin-top: 4px;
	padding-left: 1px;
	margin-left: 2px;
}
#content .buyContainer .buyB {
	float: left;
	width: 190px;
	text-align: center;
	margin: 4px 0px 0px 50px;
	font-weight: bold;
	height: 30px;
}
#content .buyContainer .buyC {
	float: left;
	width: 190px;
	text-align: center;
	margin: 4px 0px 0px 50px;
	height: 30px;
}
#header #facebook .facebookLink {
	float: left;
	height: 15px;
	width: 96px;
	padding-top: 4px;
	padding-left: 5px;
}
#header #facebook .facebookLink a {
	font: bold 14px Tahoma, Geneva, sans-serif;
	color: #FF0;
	text-decoration: none;
}
#header #facebook .facebookLink a:hover {
	color: #0FF;
}
#content .google {
	float: left;
	width: 700px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wrapper #header .googlePlus {
	position: absolute;
	left: 10px;
	top: 87px;
	height: 59px;
	width: 238px;
	text-align: left;
}
.googlePlus .google {
	height: 40px;
	width: 40px;
	float: right;
	position: absolute;
	left: 1px;
}

