body{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#FFFFFF;
   background-image:url(images/woventan.jpg);
   margin:5px;
}
a, a:link a:visited {
   color: #F4BC71;
   text-decoration:none;
}
a:hover{
   color: #B41D16;
   text-decoration:underline;
}
/*------------------------------------------MAIN PAGE LAYOUT--------------------*/
#container{
   width:777px;
   margin:auto;
   background-image:url(images/footer.jpg);
   background-position:bottom;
   background-repeat:no-repeat;
   height:540px;
}
#left_col{
   float:left;
   width:324px;
   height:auto;
   background-image:url(images/flash.jpg);
   z-index:10;
}
#right_col{
   float:right;
   width:453px;
   height:auto;
   z-index:11;
}
#cart{
   margin:auto;
   padding-top: 13px;
   height: 16px;
   width: 300px;
   text-align:center;
}
/*----------LEFT COLUMN---------*/
#logo{
   height:100px;
   background-image: url(images/logo.jpg);
}
#mini_cart{
   height:44px;
   background-image:url(images/mini_cart.jpg);
}
#flash{
   height:153px;
   background-image:url(images/flash.jpg);
}
/*----------RIGHT COLUMN---------*/
#main_pic{
   height:250px;
   background-image:url(images/main_pic.jpg);
}
#welcome{
   padding: 0px 0px 0px 11px;
   margin: 0px 0px 0px 0px;
   height:220px;
   overflow:hidden;
   background-image:url(images/welcome_bg.jpg);
   background-position:top;
   background-repeat:no-repeat;
   overflow:auto;
   z-index:4;
}
#welcome p{
   padding: 0px 0px 0px 0px;
   margin: 18px 10px 10px 10px;
   height:160px;
   overflow:hidden;
   font-size:12px;
   z-index:4;
}
#welcome a, 
#welcome a:link, 
#welcome a:visited,
#welcome a:hover {
   color: #EBE2C8;
   text-decoration:none;
   font-weight:bold;
   background-image:url(images/bulletright.png);
   background-position:left;
   background-repeat:no-repeat;
   padding-left:20px;
   line-height:20px;
}
#welcometitle{
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-align:center;
   padding: 0px 0px 0px 0px;
   margin: 6px 0px 0px 0px;
   color:#EBE2C8;
   font-size:16px;
   z-index:4;
}
/*----------CLASSES---------*/
.featured_content{
   height: 102px;
   margin: 5px 10px;
   font-size:10px;
}
.tiny_pic{
   padding: 2px;
   background-color: #CDBB93;
   border: 1px solid #5E4D2F;
   float:left;
   margin-right: 5px;
}
.tiny_pic2{
   padding: 2px;
   background-color: #CDBB93;
   border: 1px solid #5E4D2F;
}

/*------------------------------------------SECONDARY PAGE LAYOUT--------------------*/
#sec_left_col{
   float:left;
   width:324px;
   height:100px;
}
#sec_right_col{
   float:right;
   width:453px;
   height:100px;
}
#sec_menu{
   height: 64px;
   text-align:right;
   background-image:url(images/sec_menu.jpg);
   background-repeat:no-repeat;
   background-position:top left;
   color: #EBE2C8;
   font-weight:bold;
}
#sec_menu select{
   margin-top:18px;
   margin-right:20px;
   color: #414B32;
	background-color:#CDBB93;
	border-color:#CDBB93;
   font-size:14px;
   font-family:Arial, Helvetica, sans-serif;
}
#sec_mini_cart{
   height: 37px;
   background-image:url(images/sec_mini_cart.jpg);
   margin-top:-1px;
}
.content{
   clear:both;
   background-color: #990000;
   background: url(images/sec_bg.gif) bottom left no-repeat;
   color:#333;
	height:100%;
}
.content a, .content a:link a:visited {
   color: #333;
   text-decoration:none;
}
.content a:hover{
   color: #B41D16;
   text-decoration:underline;
}
.text_content{
   margin: 5px 25px 15px 25px;
   color: #47321B;
   height: 1%;
}
.work{
   display:inline;
   float:left; 
   width: 140px;
   height: 190px;
   padding: 5px;
   margin: 11px;
   background-color: #F2EEE2;
   border:1px solid #666;
   text-align:center;
   font-size:10px;
   background: url(images/item_bg.jpg) repeat-x;
}
.work_pic_con {
   width:137px;
   height:105px;
}
.work_pic {
   margin: auto;
   width:125px;
   padding:5px;
   background-color: #B99E73;
   border:1px solid #666;
}
.workprice{
   float:left; 
	text-align:left; 
	padding: 3px;
	margin-top:10px;
}
.header{
   width:773px;
   height:30px;
   position:absolute;
   top:120px;
   text-align:center;
   font-size:18px;
   font-weight:bold;
   color:#FFFFFF;
}
/*---------------------------------------Cart Table Formating*/
.table {
   border:2px solid #f0f0f0;
}
.table_cart {
   border:1px solid #999999;
   border-bottom:none;
}
.cell {
   padding: 10px;
   vertical-align:middle;
   color: #333333;
   font-size: 11px;
}
.cat_cell {
   vertical-align:middle;
   color: #333333;
   font-size: 11px;
}
.cart_cell {
   padding: 5px;
   vertical-align:middle;
   color: #333333;
   background-color:#E2D7C7;
   font-size: 12px;
}
.cart_cell2{
   padding: 5px;
   vertical-align:middle;
   color: #333333;
   background-color: #ECE4D9;
   font-size: 12px;
}
.title {
   padding: 5px;
   color: #666666;
   font-size: 14px;
   font-weight:bold;
}
.thumb img {
   padding: 5px;
   border: none;
}
.cat_cell a{
   margin-left: 10px;
}
.total_cell {
   padding: 5px;
   font-size: 12px;
   background-color: #D6C6AB;
   border-bottom: 1px solid #999999;
}
/* main menu */
#mainmenu{
   width:324px;
   pagging:0px;
   margin:0px;
   font-size:1px;
}
#menutop{
   background-image:url(images/menutop_clr.png);
   background-position:bottom;
   background-repeat:no-repeat;
   height:5px !important;
}
#menumain{
   background-image:url(images/menbkgrd.jpg);
   background-position:bottom;
   background-repeat:no-repeat;
   height:auto;
   padding:5px 0px 10px 0px;
   font-size:14px;
   text-align:right;
   font-family:Arial, Helvetica, sans-serif
   color: #EBE2C8;
}
#menumain a, 
#menumain a:link, 
#menumain a:visited {
   color: #EBE2C8;
   text-decoration:none;
   font-weight:bold;
   background-image:url(images/bullet.png);
   background-position:right;
   background-repeat:no-repeat;
   padding-right:20px;
}
#menumain a:hover{
   color: #EBE2C8;
   text-decoration:none;
   padding:0px 35px 0px 0px;
   font-weight:bold;
   background-image:url(images/bulletselected.png);
   background-position:right;
   background-repeat:no-repeat;
}
#menumain p{
   margin:0px 15px 13px 20px;
   padding:0px 0px 2px 0px;
   border-bottom:1px #CDBB93 solid;
}
/*Contact Menu */
#contact{
   width:324px;
   padding:0px;
   margin:5px 0px 0px 0px;
   font-size:1px;
}
#contacttop{
   background-image:url(images/contact_header.jpg);
   background-position:bottom;
   background-repeat:no-repeat;
   height:26px !important;
}
.contact_content{
   font-size:10px;
   font-family:Arial, Helvetica, sans-serif;
   background-image:url(images/contact_bg.jpg);
   background-position:bottom;
   background-repeat:no-repeat;
   height:80px;
   font-size:12px;
   padding:0px 10px 0px 10px;
}
.cont_left{
   float: left;
   width: 110px;
   padding: 3px;
   margin-top:5px;    
   background-color: #7D693C;
}
.cont_right{
   float: right;
   width: 175px;
   padding: 3px;
   margin-top:5px;    
   background-color: #7D693C;
}
.drop{
   color: #EBE2C8;
   font-weight:bold;
   background-image:url(images/bulletright.png);
   background-position:right;
	background-repeat:no-repeat;
   padding-right:20px;
}
#submenu a, 
#submenu a:link, 
#submenu a:visited {
   color: #EBE2C8;
   text-decoration:none;
   font-weight:bold;
   background-image:url(images/bullet.png);
   background-position:right;
   background-repeat:no-repeat;
   padding-right:20px;
}
#submenu a:hover{
   color: #EBE2C8;
   text-decoration:none;
   padding:0px 35px 0px 0px;
   font-weight:bold;
   background-image:url(images/bulletselected.png);
   background-position:right;
   background-repeat:no-repeat;
}
.itemopt{
   float:left;
   padding:2px;
	clear:both;
}
.selectopt{
   float:right;
   font-size:10px;
	margin-right:50px;
}
