/* *****************************************************************************/
/* so.Boo Cascading Style Sheet:   GLOBAL                                      */
/*                                                                             */
/* Mod history                                                                 */
/* Dec07 - Removed img {max-width: 100%;} in special fixes section             */
/*         It is there to prevent oversize images from breaking layout in      */
/*         browsers that support max-width                                     */
/*         But stops ImageExpander JS in Firefox from working                  */
/* Mar08 - New website release                                                 */
/* May08 - SuckerDiv menu                                                      */
/* *****************************************************************************/
html, body, ol, ul, li, dl, dt, dd, img {
  margin: 0; 
  padding: 0;
  border: 0;
  list-style: none;
}

body {
  padding: 0 340px 0 340px;                         /* the critical side padding that sets the natural min-width! */ 
  background-color: #000;                           /* Black Background */
  color: #fff;                                      /* White text */
  font-family: Georgia, arial, sans-serif; 
  font-size: 100.01%;                               /* this body font-size fixes an IE bug and maintains x-browser uniformity */ 
  text-align: center;                               /* centers the #sizer element in IE5.x/win */
}

#sizer {
  margin: 0 auto 0 auto;                            /* centers #sizer in standard browsers */
  padding: 0;
  width: 65%;                                       /* this value controls liquidity; 0% = full rigid, 100% = full liquid */
  text-align: left;                                 /* resets the default text alignment for the page */
  max-width: 550px;
}

#expander { /* Any % height here causes IE to lose the neg right margin */
	margin: 0 -335px; /* neg side margin values should be < or = to side body padding */
	min-width: 670px; /* This prevents Safari from losing the negative margins in narrow windows */ 
	position: relative; /* makes #expander visible outside #sizer in IEwin */
	min-height: 1px; /* This harmless declaration gives Layout to IE7, which can't read the Holly hack below */
} 

/*\*/
* html #expander {height: 0;} 
/* #expander must have "height: 0" in IEwin bug fixing */

/* The above is a modified Holly hack for #expander, with zero substituted for the 
usual 1% height value. Any % value on this element causes a horrendous IE bug! */ 


#wrapper1 {
  position: relative;
  font-size: .9em;                                           /* set global font-size here */ 
  border: 3px solid #000;
  border-width: 4px 3px;
} /* this positioning may be needed for IEwin if page is to contain positioned elements */

#wrapper2 {  
  position: relative;                                       /* extra insurance against bugs in IEwin */
}


/****************** Main Page Structure *****************/

/* To modify the side column widths and the col divider widths, the values that are 
marked "critical" and also refer to the desired mod MUST be changed as a group. */


.outer {
  border-left: 2px solid fuchsia;                          /*** Critical left divider dimension value ***/
  border-right: 2px solid black;                           /*** Critical right divider dimension value ***/
  margin-left: 200px;                                      /*** Critical left col width value ***/
  margin-right: 1px;                                       /*** Critical right col width value ***/  was 200
}

.float-wrap {
  float: left;
  width: 100%;
}

.center {
  float: right;
  width: 100%;
}

.left {
  float: left;
  position: relative;                                      /* Needed for IE/win */
  width: 200px;                                            /*** Critical left col width value ***/
  margin-left: -202px;                                     /*** Critical left col width value ***/ /*** Critical left divider dimension value ***/
}

.right {
  float: right; 
  position: relative;                                      /* Needed for IE/win */
  width: 200px;                                            /*** Critical right col width value ***/
  margin-right: -202px;                                    /*** Critical right col width value ***/ /*** Critical right divider dimension value ***/
  margin-left: 2px;                                        /*** Critical right divider dimension value ***/
}

.centerbox {
  font-weight: bold;
  text-align: justify;
  overflow: visible;
  width: 100%;
}

.container-left {color: #fff;}

.container-right {color: #fff; padding-bottom: 80px;} /* makes room for the so.Boo flower */


.presenter1 {
position: relative;
/*border  : medium double fuchsia; */
}
/*************** Header and Footer elements *****************/

.header {
  width: 100%;
  color: #fff;
  padding: 5px 0;
} 



/*\*/
* html .header {background-position: 10px 3px;}
/* IEwin hack needed because the "jello" BG is in a positioned wrapper and shows
variance. IEwin does not support fixed backgrounds on elements other than the body */

.header span {color: #fff;} 

.footer {
  width: 100%;
  font-size: 0.7em;
  font-weight: bold;
  clear: both;
  padding: 5px 0 15px;
  position: relative;
}

.footer p {margin: 10px 0 0 20px; color: #fff;}

/************** Spacing Controls for various column contents ***************/

.outer ul {
  text-align: center;
  margin: 10px 0;
}

.textpadder {padding: 8px;}

.menupadder {padding: 50px 0 0 0;}

#div-1a {
 position=relative;
 margin: 10px 0 10px 300px;
 align=center;
 width:290px;
}
#div-1b {
 position=relative;
 width:920px;
}

/************** Generic Rules *************/

a {color: #ffd; }  

p  {
   margin: 0.5em 0 0 1em
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
   font-family: Verdana, serif;

   }

h1 {
   margin: 10px 0 10px 180px;
   font-family: arial;
   font-weight: bold;
   
}

h2 {
  font-size: 1.2em; 
  text-align: left; 
  margin: 0 10px 10px 100px;
  color: #fff;
  font-style: italic
}

h3 {
  font-size: 1.2em; 
  margin: 0; 
  text-align: center; 
  padding: 5px 0; 

  border: 3px solid white;
  border-color: #fff #d4cab9 #c2b9a8 #ece3d2;
  color: #fff;
  background-color: fuchsia;
  font-family: arial, georgia, sans-serif;
}

.alignright {margin: 0 10px 10px 0; text-align: right;}

.small {font-size: .8em;}

.hr {
  margin: 0;
  color: fuchsia;
  background: fuchsia;
  height: 3px;
}


.contact {
position: absolute;
top: 10px;
right: 10px;
}

.hflower {
position: absolute;
top: 10px;
left: 10px;
}

.flower {
position: absolute;
top: 18px;
right: 10px;
}

.w3c {
position: absolute;
top: 18px;
right: 110px;
}

.pink1 {
color: fuchsia;
font-size: 18pt;
line-height: 120%;
font-weight: bold;
font-style: italic;
font-family: Georgia;
}

.pink2 {
margin: 0 0 0 30px;
color: fuchsia;
font-size: 12pt;
font-weight: bold;
font-family: Georgia;

}

.return1 {
position: relative;
float: right;
color: fuchsia;
font-size: 10pt;
font-weight: bold;
font-family: Georgia;
border: 1px solid blue;
padding: 2px 5px 2px 5px;

}

.white1 {
color: white;
font-size: 16pt;
font-weight: bold;
font-family: Georgia;

}

.white2 {
color: white;
font-size: 12pt;
font-weight: bold;
font-family: Georgia;

}

.white3 {
color: white;
font-size: 8pt;
font-weight: normal;
text-align: center;

}


.txtboxhdr1 {
float: right;
width: 350px;
top: 10px;
left: 300px;
background-color: fuchsia;
text-align: right;

}

/* Padding (Top, Right, Bottom, Left) */
.pad01 {
padding: 2px 5px 0 2px;
vertical-align: text-bottom;
text-align: center;
width: 104px;
}

.pad02 {
padding: 2px 5px 0 2px;
width: 150px;
}
/************** Fancy Nav Buttons *************/

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 141px; /* Width of Menu Items */
border-bottom: 1px solid white;
background: fuchsia;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: fuchsia;
padding: 1px 5px;
border: 1px solid white;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: pink;
}

.suckerdiv .subfolderstyle{
background: url(http://www.soBooBags.com/images/arrow-list.gif) no-repeat center right;
}

/************** Special Fixes *************/
.outer {word-wrap: break-word;}
/* Prevents long urls from breaking layout in IE, must 
be hidden in a conditional comment for CSS to validate */

/* \*/
* html #wrapper1,
* html #wrapper2,
* html .outer a, 
* html .container-left, 
* html .container-right,
* html .outer,
* html h2,
* html .mainnav li a 
{height: 1%;}
/* Holly hack */


#wrapper1,
#wrapper2,
.outer a, 
.container-left, 
.container-right,
.outer,
h2,
.sidenav li a 
{min-height: 1%;}
/* gives layout for IE7 */

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */


/*** Variance fixes for IEwin ***/

/*\*/
* html .outer p {margin-right: -6px;}
/* */

/**************** Utility Rules *******************/

/*\*/ /*/
.sidenav a:hover {position: relative;}
/* this fixes an IEmac hover bug in the left column, hidden from other browsers */

.brclear { /* Use a break with this class to clear float containers */
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}

.clicker {
  display: block;
  text-align: center; 
  padding: 3px; 
  background: #833; 
  cursor: pointer;   
}


.hide {display: none;}

/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
