@charset "UTF-8";
/* CSS Document */

#homepagebox {
margin: 0px;
padding: 0px;
width:447px;
background-color:#FFF;}

.boxtop {
background: #fff url(../graphics/box-top.gif) no-repeat;
margin: 0px;
padding: 0px;
width:447px;
height:15px;
}

.boxbase {
background: #fff url(../graphics/box-base.gif) no-repeat;
margin: 0px;
padding: 0px;
width:447px;
height:18px;
}

.boxleft {
background: #fff url(../graphics/box-left.gif) no-repeat;
margin: 0px;
padding: 0px;
width:14px;
height:241px;
float:left;
}

.boxright {
background: #fff url(../graphics/box-right.gif) no-repeat;	
margin: 0px;
padding: 0px;
width:13px;
height:241px;
float:right;}

#boxcontent {
background: #fff;	
margin: 0px;
padding: 0px;
width:420px;
height:241px;
}
.boxcontent-left {	
margin: 0px;
padding: 0px;
width:225px;
height:241px;
float:left;
}
.boxcontent-right {	
margin: 0px;
padding: 0px;
width:180px;
height:241px;
float:right;
}


/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* FUZZ box */

#fuzzbox {
margin: 0px;
padding: 0px;
width:225px;}

.fuzzboxtop {
background: #fff url(../graphics/fuzzbox-top.gif) no-repeat;
margin: 0px;
padding: 0px;
width:225px;
height:20px;
}

.fuzzboxbase {
background: #fff url(../graphics/fuzzbox-base.gif) no-repeat;
margin:0px;
padding:0px;
width:225px;
height:20px;
}

.fuzzboxleft {
background: #fff url(../graphics/fuzzbox-left.gif) no-repeat;
margin: 0px;
padding: 0px;
width:18px;
height:187px;
float:left;
}

.fuzzboxright {
background: #fff url(../graphics/fuzzbox-right.gif) no-repeat;	
margin: 0px;
padding: 0px;
width:18px;
height:187px;
float:right;}

.fuzzboxcontent {
background: #d7d7d7;	
margin: 0px;
padding: 0px;
width:100%;
height:187px;
}

/* ---------------------------------------------------------------------------------- */
/* FUZZ box - used on the Ornaments page - where orns are 200x220   */

.fuzzbox1 {
margin: 0px;
padding: 0px;
width:236px;
height:240px;
}

.fuzzbox1top {
background: #fff url(../graphics/fuzzbox1-top.gif) no-repeat;
margin: 0px;
padding: 0px;
width:236px;
height:20px;
}

.fuzzbox1base {
background: #fff url(../graphics/fuzzbox1-base.gif) no-repeat;
margin:0px;
padding:0px;
width:236px;
height:20px;
}

.fuzzbox1left {
background: #fff url(../graphics/fuzzbox1-left.gif) no-repeat;
margin: 0px;
padding: 0px;
width:18px;
height:220px;
float:left;
}

.fuzzbox1right {
background: #fff url(../graphics/fuzzbox1-right.gif) no-repeat;	
margin: 0px;
padding: 0px;
width:18px;
height:220px;
float:right;}

.fuzzbox1content {
background: #d7d7d7;	
margin: 0px;
padding: 0px;
width:100%;
height:220px;
}
/* ---------------------------------------------------------------------------------- */
/* FUZZ box - used on the Ornaments Detail page - where orns are 380x420   */

.fuzzbox2 {
margin: 0px;
padding: 0px;
width:416px;
height:460px;
}

.fuzzbox2top {
background: #fff url(../graphics/fuzzbox2-top.gif) no-repeat;
margin: 0px;
padding: 0px;
width:416px;
height:20px;
/*border:1px solid #FF0000;*/
}

.fuzzbox2base {
background: #fff url(../graphics/fuzzbox2-base.gif) no-repeat;
margin:0px;
padding:0px;
width:416px;
height:20px;
}

.fuzzbox2left {
background: #fff url(../graphics/fuzzbox2-left.gif) no-repeat;
margin: 0px;
padding: 0px;
width:18px;
height:420px;
float:left;
}

.fuzzbox2right {
background: #fff url(../graphics/fuzzbox2-right.gif) no-repeat;	
margin: 0px;
padding: 0px;
width:18px;
height:420px;
float:right;}

.fuzzbox2content {
background: #d7d7d7;	
margin: 0px;
padding: 0px;
width:100%;
height:420px;
}

/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* home page two box wreths and ornaments */


#outer{
position:relative;
width:951px;
}

#inner{
position:absolute;
left:31px;
top:0;
height:100%;
width:447px;
}

#inner2{
position:absolute;
left:468px;
top:0;
height:100%;
width:447px;
}

.leftbox {
margin: 0px;
padding: 0px;
width:447px;
float:left;}

.rightbox {
margin: 0px;
padding: 0px;
width:447px;
float:right;}

/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */
/* backpage box */

#backpagebox {
margin: 0px auto;
padding: 0px;
width:951px;
background-color:#FFF;}

.bp-boxtop {
background: #fff url(../graphics/bp-top.gif) no-repeat;
margin: 0px;
padding: 0px;
width:951px;
height:15px;
}

.bp-boxleft {
background: #fff url(../graphics/bp-left.gif) no-repeat;
margin: 0px;
padding: 0px;
width:14px;
height:352px;
float:left;
}

.bp-boxright {
background: #fff url(../graphics/bp-right.gif) no-repeat;	
margin: 0px;
padding: 0px;
width:14px;
height:352px;
float:right;}

.bp-boxcontent {
background: #fff;	
margin: 0px;
padding: 0px;
width:940px;
height:600px;
}
