body {
	background-color: #090200;
	margin: 0;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4C2308;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	}
	
#wrap {
	width: 100% !important;
	min-width:900px;
	max-width:1200px;
	text-align: left;
	margin: 0 auto;
}

#masthead {
	margin: 0;
	background-image: url(jtc_masthead.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100px;
	width:100%;
	}
	
#logo-image {
	background-image: url(jtc_logowhite.gif);
	background-position: center;
	padding: 25px 0 0 0;
	background-repeat: no-repeat;
	height: 75px;
	}
	
#main-body {
	margin: 0 auto;
	max-width:1200px;
	background: url(jtc_background.jpg) no-repeat top center;
	width: 100%;
	}
	
#content {
	margin: 0 auto;
	background: url(jtc_bigpic2_c11.jpg) no-repeat top center;
	width: 100%;
	height: 525px;
	}
	
#content2 {
	margin: 0 0 0 0;
	background: url(jtc_background2.jpg) no-repeat top center;
	width: 100%;
	height: 100%;
	}
	
#content3 {
	margin: 0 auto;
	background-color: #cdb387;
	background-position: center;
	border-top: 1px solid #decda8;
	border-bottom: 1px solid #decda8;
	border-left: 1px solid #decda8;
	border-right: 1px solid #decda8;
	padding: 30px;
	width: 838px;
	height: 100%;
	}

#content4 {
	margin: 0 0 0 0;
	background: url(jtc_background4.jpg) no-repeat top center;
	background-color: #090200;
	width: 100%;
	height: 100%;
	}

	
#container { 
	width: 898px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #decda8;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#containerdark {
	width: 898px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	background-color: transparent;
	border: 1px solid #decda8;
}


#containerdark_contact {
	width: 898px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 500px;
	background-color: transparent;
	border: 1px solid #decda8;
}


#containerdark_info { 
	width: 898px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: transparent;
	position: absolute;
	height: 100%;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: url(jtc_boxround.gif) no-repeat bottom right #decda8;
	padding: 10px 10px 15px 10px;
}

#sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: url(jtc_boxround2.gif) no-repeat bottom right #decda8;
	padding: 10px 10px 15px 10px;
}

#sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	background: url(jtc_boxround3.gif) no-repeat bottom right #decda8;
	padding: 10px 10px 15px 10px;
}

#containercontent { 
	margin: 20px 0 0 195px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #containercontent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	text-align: center;
}

#containercontent2 { 
	margin: 25px 0 0 25px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #containercontent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	text-align: center;
}

#containercontent3 { 
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #containercontent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	min-height: 700px; height:auto !important; height:700px;
	text-align: center;
}

#containercontent4 { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #containercontent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 100%;
	min-height: 700px; height:auto !important; height:700px;
	text-align: center;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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;
}



#redbox {
	 background: #720100;
	 width: 635px;
  	}
#redbox dt {
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .2em;
	}
	
#custom {
  	width: 670px;
  	padding: 10px 0;
	margin: 0;
  	background: #fff;
	border: 2px solid #decda8;
	text-align:left;
  	}
	
#custom2 {
  	width: 643px;
  	padding: 20px 10px 10px 10px;
  	background: #fff;
	border: 2px solid #decda8;
	text-align:left;
  	}
	
#custom3 {
	width: 643px;
	padding: 20px 10px 10px 10px;
	background: #fff;
	border: 2px solid #decda8;
	text-align:left;
	background-color: #E5D3AD;
  	}
	
#custom dl {
  	margin: 10px 20px;
  	padding: 0;
  	}
#custom dl:after { /* self-clear floats */
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
    }
#custom dt {
  	width: 600px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #720100;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720100;
	}
#custom dd {
  	margin: 0 0 0 105px;
  	padding: 0;
  	font-size: 95%;
  	line-height: 1.5em;
  	color: #666;
  	}
#custom dl dd.img {
   	margin: 0;
   	}
#custom dd.img img {
  	float: left;
  	margin: 0 10px 0 0;
  	padding: 5px;
  	border: 1px solid #D9E0E6;
  	border-bottom-color: #C8CDD2;
  	border-right-color: #C8CDD2;
  	background: #fff;
	margin-bottom: 10px;
  	}
	

dl.feature {
	margin: 20px 0 0 0;
	padding: 15px;
	border-top: 1px dotted #decda8;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	font-style: italic;
	color: #4C2308;
	padding-bottom: 0;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	}
dl.feature dd {
	margin-left: 0px;
	font-size: 94%;
	line-height: 1.5em;
	}



#footer {
	clear: both;
	height: 175px;
	margin: 0;
	background: url(jtc_footer.jpg) no-repeat top center;
	width:100%;
	text-align: center;
	position: absolute bottom;
	}
	
#footer ul {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	color: #E5D693;
}

#footer li {
 	list-style: none;
	display: inline;
}

#footer a:link {
	text-decoration: none;
	padding: 0 10px;
	color: #E5D693;
}

#footer a:visited {
	color: #E5D693;
}

#footer a:hover {
	text-decoration: underline;
	color: #E5D693;
}

#navbar2 {
	background: #090200;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 91%;
	color: #DECDA8;
	text-transform: uppercase;
	letter-spacing: .15em;
	vertical-align: top;
	min-height: 25px; height:auto !important; height:25px;
	padding: 3px 0 0 0;
	}

#navbar2 ul {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 91%;
	color: #DECDA8;
	white-space: nowrap;
}

#navbar2 li {
	list-style-type: none;
	display: inline;
	padding: 6px 25px 0 0;
	background: url(jtc_line.gif) no-repeat top left;
	vertical-align: top;
}

#navbar2 li a {
	text-decoration: none;
	padding: 0 10px;
	color: #DECDA8;
}

#navbar2 li a:link {
	padding: 0 10px;
	color: #DECDA8;
}


#navbar2 li a:hover {
	text-decoration: underline;
	padding: 0 10px;
	color: #E3BD20;
	cursor: pointer;
}

#navbar2 li a:active {
	text-decoration: underline;
	padding: 0 10px;
	color: #720100;
}

.header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #2E1404;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2E1404;
	padding-bottom: 1px;
}

.header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #720100;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #720100;
	padding-bottom: 1px;
	}

.header3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 107%;
	line-height: 97%;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #2E1404;
}

#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar1 li {
	background: url(jtc_bullet.gif) no-repeat 0 14px 0 0;
	padding-left: 15px;
}

.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #2E1404;
	text-transform: capitalize;	
	line-height: 100%;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	margin: 0;
	text-align: center;
}

.sidetext_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 84%;
	font-weight: bold;
	color: #2E1404;
	text-transform: capitalize;
	line-height: 300%;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	margin: 0;
	text-align: left;
}

.sidetext_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 87%;
	font-style: italic;
	font-weight: bolder;
	color: #4C2308;
	text-transform:capitalize;
	line-height: 120%;
	text-align: center;
	background-position: center;
	padding: 15px 0;
	list-style-type: none;
	text-decoration: none;
	margin: 0;
	text-align: left;
}

.sidetext_boldcap {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bolder;
	color: #720100;
	text-transform:uppercase;
	line-height: 200%;
	list-style-type: none;
	text-decoration: none;
	margin: 0;
	text-align: center;
}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #806D51;
	line-height: 130%;
	padding: 0;
	margin: 0;
	text-align:justify;
}

.description2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #decda8;
	line-height: 130%;
	padding: 0;
	margin: 0;
	text-align:justify;
}

.topdescript2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color:#3E1F0B;
	line-height: 130%;
	padding: 0;
	margin: 0;
	text-align:justify;
}

.subtitle {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	padding: 20px 0 20px 0;
	color: #4C2308;
	text-decoration: none;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	font-weight:bold;
	}
.content3_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #decda8;
	text-decoration: none;
	line-height: 150%;
	font-weight: normal;
	text-align: center;
	}
	
.reversed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #FFF6EB;
	text-decoration: none;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	margin: 20px 25px 20px 27px;
	}
	

a.reversedgold:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #CC9900;
	text-decoration: none;
	line-height: 150%;
	font-weight: bold;
	text-alignn: center;
	text-decoration: underline;
}

.reversedgold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #CC9900;
	text-decoration: none;
	line-height: 150%;
	font-weight: bold;
	text-alignn: center;
	text-decoration: underline;
	}

	
.reversednormal {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #decda8;
	text-decoration: none;
	line-height: 150%;
	font-weight: normal;
	text-align: left;
	}
	
		
.reversedbold {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4C2308;
	text-decoration: none;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	}
	
.reversedlink {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #4C2308;
	text-decoration: underline;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	}
.picpadding {
	background-position: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}









#holder {
	position:relative;
	margin-bottom:10px;
	z-index:1;
	background-image: url(600x450/Strong_front1_600.jpg);
	background-repeat: no-repeat;
	background-position: 30px 15px;
	}

#scrollbox {
	width:600px;
	height:100px;
	background:#f4f4f4;
	overflow:auto;
	border:1px solid #aaa;
	margin-left:30px;
	}

a.gallery, a.gallery:visited {
	display:block;
	color:#000;
	text-decoration:none;
	border:1px solid #000;
	width:100px;
	height:75px;
	margin:3px;
	float:left;
	}

a.slidea {
	background: url(100x75/Strong_front1_100.jpg);
	}

a.slideb {
	background: url(100x75/Strong_entertainment_100.jpg);
	}

a.slidec {
	background: url(100x75/Strong_kitchen_100.jpg);
	}

a.slided {
	background: url(100x75/Strong_front2_100.jpg);
	}

a.slidee {
	background: url(100x75/Strong_living_100.jpg);
	}

a.slidef {
	background: url(100x75/Strong_masterbed_100.jpg);
	}

a.slideg {
	background-image: url(100x75/Strong_rear_100.jpg);
	}

a.slideh {
	background:url(thumb9.jpg);
	}

a.slidei {
	background:url(thumb10.jpg);
	}

a.slidej {
	background:url(thumb11.jpg);
	}


a.gallery span {
	display:block;
	position:absolute;
	left:30px;
	top:-1px;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:100;
	}

a.gallery:hover {
	white-space:normal;
	border:1px solid #fff;
	}


a.gallery:hover img {
	border:0px solid #000;
	z-index:100;
	}

a.gallery:active img, a.gallery:focus img {
	border:0px solid #000;
	z-index:50;
	}


a.gallery:hover span {
	display:block;
	position:absolute;
	width:600px;
	height:450px;
	top: 15px;
	left:30px;
	padding: 0;
	}

a.gallery:active {
	border:1px solid #eee;
	}

a.gallery:active span, a.gallery:focus span {
	display:block;
	position:absolute;
	width:600px;
	height:450px;
	top: 15px;
	left:30px;
	color:#000;
	z-index:50;
	}


#thumbs {
	width:760px;
	height:84px;
	}

#pad {
	height:485px; width:30px;
	}






#page-wrap {
	width: 520px;
	padding: 10px 10px 10px 10px;
	margin: 15px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 520px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 390px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #090200;
	margin: 0px 0px 10px 0px;
	border: 2px solid #decda8;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #decda8;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #decda8;
}