/***********************************************************/
/** J&K Wood Products, Inc. 07/31/2012                    **/
/** Website to market wood furniture and cabinet crafts   **/
/** Developer: Ray Gill                                   **/
/***********************************************************/ 
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: vernada, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	position: relative;
}

p{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000000;
	line-height: 100%;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 0px;
	z-index: 2;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 3em;
	color: #FFFFFF;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}

h2{
	font-size: 2.4em;
	color: #FFFFFF;
	font-family: "Garamond Premr Pro";
	text-align: left;
}

h3{
	font-size: 1.75em;
	color: #FFFFFF;
	font-family:  "Garamond Premr Pro";
	text-align: left;
}

h4{
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	line-height: 95%;
	color: #000000;
	font-family: garamond;
}

h5{
	font-size: 1.25em;
	color: #660000;
}

ol{
	font-family: Vernada, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	list-style-type: decimal;
	list-style-position: inside;
	line-height: 1.4em;
	margin-left: 20px;
}

ul{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	list-style-type: none;
	list-style-position: inside;
	line-height: 1em;
	display: inline;
}

li{
	padding: 2px;
	margin: 2px;
	list-style-image: none;
	list-style-type: none;
}

table{
	width: 100%;
	border-collapse: collapse;
}

td, th{
	padding-right: 5px;
	padding-left: 5px;
}

.bold_black {
	font-weight: bold;
	font-size: 1.2em;
}

.bold_black_italic {
	font-weight: bold;
	font-size: 1.2em;
	font-style: italic;
}

.green-font {
	font-size: 1em;
	color: #0033FF;
}

.image_pictures
{
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.figure image
{
	border: 0px solid #000099;
	padding: 0px;
	margin: 0px;
}

.figure
{
	float: left;
	width: 200px;
	padding-right: 0px;
	margin: 0px;
	background-color: #EFD2A6;
	}
	
.figure p
{
	color: #000;
	text-align: center;
	padding: 0px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: normal;
	font-weight: normal;
	margin: 0;
}

.img_div {
	float: left;
	border: 0px solid #000000;
	margin: 5px;
	display: block;
	height: 195px;
	width: 292px;
}

.img_left {
	float: left;
	border: 0px solid #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.img_left_01 {
	float: left;
	padding-top: 0px;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.img_right{
	float: right;
	border: 0px solid #000000;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

a:link {
	color: #000000;
	text-decoration: underline;
	font-family: "Garamond Premr Pro";
	font-size: 1.0em;
}

a:visited {
	color: #990000;
	text-decoration: none;
	font-family: "Garamond Premr Pro";
	font-size: 1em;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	font-family: "Garamond Premr Pro";
	font-size: 1.0em;
}
	
a:active {
	color: #000000;
	text-decoration: none;
	font-family: "Garamond Premr Pro";
	font-size: 1em;
}

/** global top horizontal navigation bar **/
#mainTopNav {
	position: absolute;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	left: 69px;
	top: 455px;
	width: 544px;
	height: 35px;
	background-color: #D7B878;
	border: 1px solid #CCC;
}

ul.mainTopNav {
	list-style: none;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC00CC;*/
}

ul.mainTopNav li {
	float: left;
}

ul.mainTopNav a {
	width:6em;
	border: 1px outset #CCC;
	padding: 5px;
	margin-left: 3px;
	background-color: #F7E8BB;
	font-size: 1.0em;
	text-decoration: none;
	color: #000000;
	text-align: center;
	display: block;
}

ul.mainTopNav a:visited {
	color: #FFFFFF;
	font-size: 1.0em;
	background-color: #722805;
}

ul.mainTopNav a:hover {
	font-weight: normal;
	color: #FFFFFF;
	font-size: 1.0em;
	background-color: #000033;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#indexWrapper {
	position: relative;
	width: 1000px;
	height: 2485px;
	z-index: 1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #996666;
	background-color: #EFD2A6;
}

#masthead {
	position: absolute;
	width: 880px;
	height: 420px;
	z-index: 1;
	left: 59px;
	top: 20px;
	padding: 0px;
	background-color: #85330B;
	border: thin outset #99CC99;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/index/fireplace.jpg);
}

#mastheadGrantBanner {
	position: absolute;
	width: 160px;
	height: 600px;
	z-index: 100;
	left: 731px;
	top: 172px;
}

#mastheadBusinessID {
	position: absolute;
	width: 370px;
	height: 175px;
	z-index: 6;
	left: 431px;
	top: 31px;
	text-align: center;
	border: 1px outset #C7C1B5;
	filter: alpha(opacity=60);
	opacity: 0.6;
	background-color: #000;
	padding-top: 15px;
	padding-left: 20px;
}


#mastheadWorkshop {
	position: absolute;
	width: 880px;
	height: 420px;
	z-index: 1;
	left: 59px;
	top: 20px;
	padding: 0px;
	background-color: #85330B;
	border: thin outset #99CC99;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/cherry-kitchen-02.jpg);
}

#mastheadWorkshop-02 {
	position: absolute;
	width: 880px;
	height: 420px;
	z-index: 1;
	left: 59px;
	top: 20px;
	padding: 0px;
	background-color: #85330B;
	border: thin outset #99CC99;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/index/table-and-Chairs-01.jpg);
}
#opaqueDiv {
	width:403px;
	height:202px;
	z-index:1;
	left: -32px;
	top: 32px;
	float: none;
	position: absolute;
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-color: #000000;
}

#indexContent {
	position: absolute;
	left: 38px;
	top: 520px;
	width: 925px;
	height: 1743px;
	z-index: 1;
	border: thin outset #EFD2A6;
	background-color: #EFD2A6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#indexImage01 {
	position:absolute;
	width:50px;
	height:400px;
	z-index:1;
	left: 855px;
	top: 49px;
	padding: 10px;
	border: 1px solid #85330B;
}

#indexContentBanner {
	position: absolute;
	width: 574px;
	height: 55px;
	z-index: 1;
	left: 177px;
	top: 14px;
	border-style: solid;
	border-width: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#indexContent01 {
	position: absolute;
	width: 834px;
	height: 496px;
	z-index: 1;
	left: 29px;
	top: 84px;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #EFD2A6;
}

#indexContent02 {
	position: absolute;
	width: 845px;
	height: 231px;
	z-index: 1;
	left: 30px;
	top: 606px;
	border-style: solid;
	border-width: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#indexContent03 {
	position: absolute;
	width: 859px;
	height: 661px;
	z-index: 1;
	left: 37px;
	top: 1048px;
	border-style: solid;
	border-width: 0px;
	margin-bottom: 0px;
	background-color: #EFD2A6;
	padding: 0px;
}

ul.top_layout {
	position: absolute;
	z-index: 0;
	list-style: none;
	border: 0px solid #000000;
	margin-left: 0px;
	padding: 5px;
	float: left;
	left: 26px;
	top: 294px;
	width: 804px;
	height: 187px;
}

ul.top_layout li {
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding: 3px;
	float: left;
}
/*
ul.top_layout a {
	display: inline;
	padding: 0px;
	margin-left: 0px;
	text-align: center;
	border: 0px solid #000000;
}
*/

ul.gallery_furniture2 {
	position: absolute;
	z-index: 0;
	list-style: none;
	float: left;
	left: 42px;
	top: 652px;
	height: 175px;
	background-color: #EFD2A6;
	width: 837px;
}

ul.gallery_furniture2 li {
	display: inline;
	padding: 0px;
	float: left;
}

ul.gallery_furniture {
	position: absolute;
	z-index: 0;
	list-style: none;
	float: left;
	left: 42px;
	top: 852px;
	height: 175px;
	background-color: #EFD2A6;
	width: 837px;
}

ul.gallery_furniture li {
	display: inline;
	padding: 0px;
	float: left;
}
/*
ul.gallery_furniture a {
	display: inline;
	padding: 0px;
	margin-left: 0px;
	text-align: center;
	border: 0px solid #000000;
}
*/

ul.gallery_pens {
	position: absolute;
	z-index: 0;
	list-style: none;
	border: 1px solid #000000;
	margin-left: 4px;
	padding: 5px;
	float: left;
	left: 12px;
	top: 205px;
	width: 819px;
	height: 608px;
	background-color: #C7C1B5;
}

ul.gallery_pens li {
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding: 3px;
	float: left;
}
/*
ul.gallery_pens a {
	display: inline;
	padding: 0px;
	margin-left: 0px;
	text-align: center;
	border: 0px solid #000000;
}
*/

ul.content03 {
	position: absolute;
	z-index: 0;
	list-style: none;
	border: 0px solid #000000;
	margin-left: 0px;
	padding: 0px;	
}

li.content03 {
	display: inline;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding: 3px;
	float: left;
}

#rightAside {
	width: 219px;
	height: 808px;
	z-index: 1;
	left: 675px;
	top: 18px;
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	background-color: #C1B4A1;
	position: absolute;
}

#catalogContent {
	position: absolute;
	width: 675px;
	height: 1232px;
	z-index: 1;
	left: 30px;
	top: 374px;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#catalogContentBanner {
	position: absolute;
	width: 633px;
	height: 55px;
	z-index: 1;
	left: 20px;
	top: 8px;
	border-style: solid;
	border-width: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#penContent1 {
	position: absolute;
	width: 633px;
	height: 453px;
	z-index: 1;
	left: 20px;
	top: 77px;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: #F1E1CA;
}

#penContent2 {
	position: absolute;
	width: 633px;
	height: 652px;
	z-index: 1;
	left: 20px;
	top: 539px;
	border-style: solid;
	border-width: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#catalogRightAside {
	width: 230px;
	height: 1208px;
	z-index: 1;
	left: 720px;
	top: 380px;
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	background-color: #C1B4A1;
	position: absolute;
}

#showcase-01Wrapper {
	position: relative;
	width: 1000px;
	height: 2000px;
	z-index: 1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #996666;
	background-color: #EFD2A6;
}

#showcase-01Masthead {
	position: absolute;
	width: 880px;
	height: 420px;
	z-index: 1;
	left: 59px;
	top: 20px;
	padding: 0px;
	background-color: #85330B;
	border: thin outset #99CC99;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/showcase/bench.jpg);
}

#showcase-01Content {
	position: absolute;
	width: 925px;
	height: 1245px;
	z-index: 1;
	left: 38px;
	top: 520px;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#showroom-02Wrapper {
	position: relative;
	width: 1000px;
	height: 2000px;
	z-index: 1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #996666;
	background-color: #EFD2A6;
}

#showroom-02Masthead {
	position: absolute;
	width: 880px;
	height: 420px;
	z-index: 1;
	left: 59px;
	top: 20px;
	padding: 0px;
	background-color: #85330B;
	border: thin outset #99CC99;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/showcase/Cherry-Built-In-Bookcase.jpg);
}

#showroom-02Content {
	position: absolute;
	width: 925px;
	height: 872px;
	z-index: 1;
	left: 38px;
	top: 520px;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#aboutUsWrapper {
	position: relative;
	width: 1000px;
	height: 1800px;
	z-index: 1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #996666;
	background-color: #EFD2A6;
}

#aboutUsMasthead {
	position: absolute;
	width: 880px;
	height: 420px;
	z-index: 1;
	left: 59px;
	top: 20px;
	padding: 0px;
	background-color: #85330B;
	border: thin outset #99CC99;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/aboutUs/oak-Window-Bench-01.jpg);
}

#aboutUsContent {
	position: absolute;
	width: 925px;
	height: 1130px;
	z-index: 1;
	left: 38px;
	top: 520px;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#aboutUsContentBanner {
	position: absolute;
	width: 423px;
	height: 385px;
	z-index: 1;
	left: 14px;
	top: 11px;
	border-style: solid;
	border-width: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#aboutUsContent1 {
	position: absolute;
	width: 417px;
	height: 1100px;
	z-index: 1;
	left: 458px;
	top: 20px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #EFD2A6;
}

#aboutUsContent2 {
	position: absolute;
	width: 404px;
	height: 630px;
	z-index: 1;
	left: 18px;
	top: 404px;
	border-style: solid;
	border-width: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#aboutUsRightAside {
	width: 230px;
	height: 1208px;
	z-index: 1;
	left: 720px;
	top: 380px;
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	background-color: #C1B4A1;
	position: absolute;
}

#workshopWrapper {
	position: relative;
	width: 1000px;
	height: 1830px;
	z-index: 1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #996666;
	background-color: #EFD2A6;
}

#workshopContent {
	position: absolute;
	width: 925px;
	height: 1160px;
	z-index: 1;
	left: 38px;
	top: 520px;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#workshopContentBanner {
	position: absolute;
	width: 300px;
	height: 87px;
	z-index: 1;
	left: 8px;
	top: 11px;
	border-style: solid;
	border-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#workshopContent1 {
	position: absolute;
	width: 300px;
	height: 1021px;
	z-index: 1;
	left: 6px;
	top: 110px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #EFD2A6;
}

#workshopContent2 {
	position: absolute;
	width: 300px;
	height: 1102px;
	z-index: 1;
	left: 311px;
	top: 5px;
	margin-bottom: 0px;
}

#workshopContent3 {
	position: absolute;
	width: 300px;
	height: 1102px;
	z-index: 1;
	left: 616px;
	top: 5px;
	margin-bottom: 0px;
}

#workshopRightAside {
	width: 230px;
	height: 1208px;
	z-index: 1;
	left: 720px;
	top: 380px;
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	background-color: #C1B4A1;
	position: absolute;
}


#workshop-02Wrapper {
	position: relative;
	width: 1000px;
	height: 1830px;
	z-index: 1;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #996666;
	border-bottom-color: #996666;
	border-left-color: #996666;
	background-color: #EFD2A6;
}

#workshop-02Content {
	position: absolute;
	width: 925px;
	height: 1160px;
	z-index: 1;
	left: 38px;
	top: 520px;
	border-style: solid;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#workshop-02ContentBanner {
	position: absolute;
	width: 300px;
	height: 87px;
	z-index: 1;
	left: 8px;
	top: 11px;
	border-style: solid;
	border-width: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#workshop-02Content1 {
	position: absolute;
	width: 300px;
	height: 1021px;
	z-index: 1;
	left: 6px;
	top: 110px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #EFD2A6;
}

#workshop-02Content2 {
	position: absolute;
	width: 303px;
	height: 748px;
	z-index: 1;
	left: 314px;
	top: 11px;
	margin-bottom: 0px;
}

#workshop-02Content3 {
	position: absolute;
	width: 300px;
	height: 1102px;
	z-index: 1;
	left: 616px;
	top: 5px;
	margin-bottom: 0px;
}

#workshop-02RightAside {
	width: 230px;
	height: 1208px;
	z-index: 1;
	left: 720px;
	top: 380px;
	border-style: solid;
	padding: 10px;
	border-width: 1px;
	background-color: #C1B4A1;
	position: absolute;
}


#pen_images {
	position: absolute;
	left: 690px;
	top: 15px;
	width: 230px;
	height: 1198px;
	border-style: solid;
	border-width: 0px;
	z-index: 1;
	background-color: #B09077;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
}	

#fig1 {
	position: absolute;
	left: 5px;
	top: 137px;
	width: 216px;
	height: 171px;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	z-index: 1;
}

#fig1Caption
{
	font: bold 1em/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #ECF2FF;
	border: 1px dashed #666;
	padding: 5px;
	margin: 5px 0 0 0;
}	

#indexImage02 {
	position:absolute;
	width:300px;
	height:225px;
	z-index:1;
	left: 18px;
	top: 395px;
	border-style: solid;
	padding: 0px;
	border-width: 1px;
	background-color: #C7C1B5;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border: 1px solid #333;
	border: 1;
	border: 1px;
}

#indexImage03 {
	position:absolute;
	width:300px;
	height:225px;
	z-index:1;
	left: 335px;
	top: 395px;
	border-style: solid;
	padding: 0px;
	border-width: 1px;
	background-color: #C7C1B5;
}

#indexImage04 {
	position:absolute;
	width:300px;
	height:225px;
	z-index:1;
	left: 653px;
	top: 395px;
	border-style: solid;
	padding: 0px;
	border-width: 1px;
	background-color: #C7C1B5;
}

#indexImage05 {
	position:absolute;
	width:300px;
	height:225px;
	z-index:1;
	left: 18px;
	top: 640px;
	border-style: solid;
	padding: 0px;
	border-width: 1px;
	background-color: #C7C1B5;
}

#indexImage06 {
	position:absolute;
	width:300px;
	height:225px;
	z-index:1;
	left: 335px;
	top: 640px;
	border-style: solid;
	padding: 0px;
	border-width: 1px;
	background-color: #C7C1B5;
}

#indexImage07 {
	position:absolute;
	width:300px;
	height:225px;
	z-index:1;
	left: 653px;
	top: 640px;
	border-style: solid;
	padding: 0px;
	border-width: 1px;
	background-color: #C7C1B5;
}

#footerIndex {
	font-size: 1.25em;
	width: 293px;
	height: 80px;
	z-index: 6;
	left: 38px;
	top: 2352px;
	float: none;
	position: absolute;
	padding: 10px;
	border: medium none #CC3366;
	background-repeat: no-repeat;
	background-image: url(../images/woodPlane02-2-sml.jpg);
}

#footerAboutUs {
	font-size: 1.25em;
	width: 291px;
	height: 79px;
	z-index: 6;
	left: 38px;
	top: 1886px;
	float: none;
	position: absolute;
	padding: 10px;
	border: medium none #CC3366;
	background-repeat: no-repeat;
	background-image: url(../images/woodPlane02-2-sml.jpg);
}

#footerShowcase-01 {
	font-size: 1.25em;
	width: 291px;
	height: 79px;
	z-index: 6;
	left: 38px;
	top: 1686px;
	float: none;
	position: absolute;
	padding: 10px;
	border: medium none #CC3366;
	background-repeat: no-repeat;
	background-image: url(../images/woodPlane02-2-sml.jpg);
}

#footerShowcase {
	font-size: 1.25em;
	width: 291px;
	height: 79px;
	z-index: 6;
	left: 38px;
	top: 1686px;
	float: none;
	position: absolute;
	padding: 10px;
	border: medium none #CC3366;
	background-repeat: no-repeat;
	background-image: url(../images/woodPlane02-2-sml.jpg);
}

#footerWorkshop {
	font-size: 1.25em;
	width: 291px;
	height: 79px;
	z-index: 6;
	left: 38px;
	top: 1710px;
	float: none;
	position: absolute;
	padding: 10px;
	border: medium none #CC3366;
	background-repeat: no-repeat;
	background-image: url(../images/woodPlane02-2-sml.jpg);
}

#footerWorkshop-02 {
	font-size: 1.25em;
	width: 291px;
	height: 79px;
	z-index: 6;
	left: 38px;
	top: 1710px;
	float: none;
	position: absolute;
	padding: 10px;
	border: medium none #CC3366;
	background-repeat: no-repeat;
	background-image: url(../images/woodPlane02-2-sml.jpg);
}


#BBBLogo {
	font-size: 1.25em;
	width: 101px;
	height: 56px;
	z-index: 6;
	left: 832px;
	top: 455px;
	float: none;
	position: absolute;
	border: medium none #CC3366;
}

#FacebookLogo {
	font-size: 1.25em;
	width: 41px;
	height: 42px;
	z-index: 6;
	left: 660px;
	top: 460px;
	float: none;
	position: absolute;
	border: medium none #CC3366;
}

#trademark {
	font-size: 1.25em;
	width: 101px;
	height: 56px;
	z-index: 6;
	left: 832px;
	top: 1563px;
	float: none;
	position: absolute;
	border: medium none #CC3366;
}
