

/*TEXT ONLY TOP MENU*/
div.menu_text {position: absolute;
z-index: 200;
text-align: center;
top: 5px;
left: 0px;
width: 95%;
height: auto;
padding: 0px 0px 1px 0px;
/*background-color: #CFDFFF;*/
border-style: none none none none;
border-width: thin;
border-color: #0066CC;
font-family:  Arial; 
font-size: 1em;
font-weight: bold;
}

/*HEADER SECTION*/
div.header {position: relative; 
z-index: 5;
text-align: center;
margin: 0px 0px 0px 0px;
top: -10px; 
left: 0px; 
width: 95%;
height: auto;
padding: 5px 0px 0px 10px; 
background-color:#FFFFFF; layer-background-color:#FFFFFF;
border-style: none none none none;
border-width: thin;
border-color: darkgreen;
font-family:  Arial; 
font-size: 1em;
color: #000000;
} 


/*PROMO AREA WITH GUITAR*/
div.specialty {position: relative; 
z-index: 10;
margin: 0px 0px 0px 0px;
top: 0px;
left: 0px; 
width: 200px;
height: 150px;
padding:0px 0px 0px 0px; 
/*background-color:#FFFFFF; layer-background-color:#FFFFFF;*/
background-image: url('./images/wood_background.jpg');
background-repeat: repeat;
border-style: none none none none;
border-width: thin;
border-color: darkblue;
text-align: left;
font-family:  Arial, Helvetica; 
font-size: 1em;
} 

/*GUEST BOOKS*/
div.guestbooks {position: relative; 
z-index: 15;
float: left;
margin: 0px 5px 0px 0px;
top: 0px; 
left: 0px; 
width: 245px;
height: auto;
padding: 0px 0px 0px 0px; 
/*background-color:#FFFFFF; layer-background-color:#FFFFFF;*/
background-image: url('./images/wood_background.jpg');
background-repeat: repeat;
border-style: solid solid none none;
border-width: thin;
border-color: #cc6633;
text-align: center;
font-family:  Arial; 
font-size: 1em;
color: #660000;
} 

/*FOOTER MENU*/
div.footerMenu {position: relative;
z-index: 20;
text-align: center;
top: 0px;
left: 0px;
width: 95%;
height: auto;
padding: 0px 0px 1px 0px;
border-style: none none none none;
border-width: thin;
border-color: #0066CC;
font-family:  Arial; 
font-size: 0.75em;
/*font-weight: bold;*/
}

/*MEDIA PLAYER*/
div.mediaPlayer {position: relative;
top: 0;
text-align: left;
}

/*WOOD PROCESS PICTURES RIGHT COLUMN*/
div.leftPicture {position: absolute;
top: 0px;
left: 50%;
width: 48%;
min-height: 165px;
padding: 0px 0px 1px 0px;
border-style: none none none none;
border-width: thin;
border-color: #cc6633;
font-family:  Arial, Helvetica; 
font-size: 1em;
font-weight: normal;
}

/*WOOD PROCESS PICTURES LEFT COLUMN*/
div.rightPicture {position: relative;
top: 0px;
left: 0px;
width: 47%;
min-height: 165px;
padding: 0px 0px 1px 0px;
border-style: none none none none;
border-width: thin;
border-color: #cc6633;
font-family:  Arial, Helvetica; 
font-size: 1em;
font-weight: normal;
text-align: left;
}

/*SHOPPING PAGE TOP LEFT */
div.shopLeft {position: relative;
top: 0px;
left: 0px;
width: 45%;
background-color: #eecc88;
padding: 0px 0px 1px 0px;
border-style: solid solid solid solid;
border-width: thin;
border-color: #450000;
font-family:  Arial, Helvetica; 
font-size: 1em;
font-weight: bold;
color: #450000;
text-align: left;
}

/*SHOPPING PAGE TOP RIGHT */
div.shopRight {position: absolute;
top: 0px;
left: 49%;
width: 47%;
padding: 0px 0px 1px 0px;
border-style: none none none none;
border-width: thin;
border-color: #cc6633;
font-family:  Arial, Helvetica; 
font-size: 1em;
font-weight: bold;
color: #450000;
text-align: left;
}

div.container {position: relative;
/*float: right;*/
top: 0px;
left: 0px;
width: auto;
/*height: auto;*/
min-height: 188px;
padding: 0px 0px 1px 0px;
border-style: none none solid none;
border-width: thin;
border-color: #cc6633;
}

/*SHOPPING PAGE CONTAINER FOR PAGE TOP RIGHT & LEFT*/
div.shopContainer {position: relative;
/*float: right;*/
top: 0px;
left: 0px;
width: auto;
height: auto;
padding: 0px 0px 1px 0px;
border-style: none none none none;
border-width: thin;
border-color: #cc6633;
}

/*SEARCH FORM DIV*/
div.searchForm {position: relative;
top: 0px;
left: 0px;
width: 70%;
height: auto;
padding: 10px 10px 10px 10px;
border-style: none none none none;
border-width: thin;
border-color: #450000;
font-family:  Arial, Helvetica; 
font-size: 1em;
font-weight: bold;
color: #450000;
text-align: left;
}

/*style settings for page input buttons (not shopping cart)
<style type="text/css">
INPUT {
height: 30px;
width: 150px;
font-family: arial, verdana, ms sans serif;
font-weight: bold;
font-size: 10pt;
text-align: center;
}
</style>*/

/*SCRIPT MENU*/
div.topMenu {position: absolute;
z-index: 1000;
top: 1px;
left: 0px;
width: 99.8%;
height: 23px;
background-color: #eecc88;
border-style: solid solid solid solid;
border-width: thin;
border-color: #000000;
}

/*End CSS*/ 

