@font-face { 
  font-family: Jenna Sue; 
    src: url('../fonts/JennaSue-webfont.eot'); 
    src: local("Jenna Sue"), url('../fonts/JennaSue-webfont.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

@font-face { 
  font-family: Zoe; 
    src: local("Zoe"), url('../fonts/ARBONNIE.ttf'); 
} 

html { 
  height: 100%;}

* { 
  margin: 0; 
  padding: 0;}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section { 
  display:block;}

body { 
  font: normal .80em arial, sans-serif;
  margin: 10px 0px 10px 0px;
  background-color: #E9E9E9;
  background-image: url(../images/background.jpg);
  background-repeat: repeat-y;
  background-position: center;
}

p { 
  padding: 0 0 25px 0;
  line-height: 1.7em;}

img { 
  border: 0;}

h1, h2, h3, h4, h5, h6 { 
  font: normal 350% 'Zoe', arial, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;}

h2 { 
  font: normal 170% 'Zoe', arial, sans-serif;
  margin: 0;
  padding: 0 0 8px 0;}

h3 { 
  font: normal 150% arial, sans-serif;}

h4, h5, h6 { 
  margin: 0;
  padding: 0 0 5px 0;
  font: normal 110% arial, sans-serif;
  line-height: 1.5em;}

h5, h6 { 
  font: italic 95% arial, sans-serif;
  padding-bottom: 15px;}

a, a:hover { 
  outline: none;
  text-decoration: none;}

a:hover { 
  text-decoration: none;}

ul { 
  margin: 2px 0 22px 17px;}

ul li { 
  list-style-type: circle;
  margin: 0 0 0 0; 
  padding: 0 0 4px 5px;}

ol { 
  margin: 8px 0 22px 20px;}

ol li { 
  margin: 0 0 11px 0;}

#main, #header, #logo, #menubar, #site_content, #footer { 
  margin-left: auto; 
  margin-right: auto;}

#main { 
  width: 950px;
  margin: 0px auto;}

/*
header { 
  width: 950px;
  height: 105px;}
*/

header {
width: 950px;
height: auto;
}

#logo { 
  width: 950px;
  float: left;
  height: 100px;
  background: transparent;
  padding: 0;}

#logo {
width: 950px;
float: left;
height: auto;
background: transparent;
padding: 0;
}

#logo h1 { 
  font: normal 450% 'Zoe', arial, sans-serif;
  padding: 6px 0 0 20px;}

#logo h1 {
font: normal 450% 'Zoe', arial, sans-serif;
padding: 0px 0px 0px 20px;
line-height: 1em;
margin: 0px 0px -10px 0px;
height: auto;
}

#logo h1 a:hover { 
  text-decoration: none;}

#site_content { 
  width: 950px;
  overflow: hidden;
  margin: 4px auto 0 auto;
  padding: 0;}

/*
#left_content { 
  float: left;
  text-align: justify;
  width: 444px;
  padding: 20px 0 5px 25px;
  margin: 0;}
*/

#left_content {
float: left;
text-align: justify;
width: 544px;
padding: 20px 0 5px 25px;
margin: 0;
}

#left_content ul { 
  margin: 2px 0 22px 0px;}

#left_content ul li { 
  list-style-type: none;
  margin: 0 0 0 0; 
  padding: 2px 0 2px 28px;
  line-height: 1.5em;}

/*
#right_content { 
  float: right;
  width: 450px;
  padding: 0;
  min-height: 450px;}
*/

#right_content {
float: right;
width: 350px;
padding: 0;
min-height: 350px;
}

#right_content img { 
  float: left;}

/*
footer { 
  height: 44px;
  width: 950px;
  float: right;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;
  font: 160% 'Zoe', arial, sans-serif;
  text-align: right;}
*/

footer {
height: 25px;
width: 950px;
float: right;
margin: 20px 0px 15px 0px;
padding: 0px 0px 0px 0px;
border-radius: 7px 7px 7px 7px;
-moz-border-radius: 7px 7px 7px 7px;
-webkit-border: 7px 7px 7px 7px;
font: 120% 'Zoe', arial, sans-serif;
text-align: right;
}

/*
footer p { 
padding: 12px 20px 0px 0px;
line-height: 1em;}
*/

footer p {
padding: 6px 20px 0px 0px;
line-height: 1em;
letter-spacing: .025em;
}

footer a, footer a:hover {
  text-decoration: none;}

/* styling for the slideshow on the homepage */
/* ORIGINAL */
/*
ul.slideshow 
{
  width: 950px;
  height: 430px;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
}
*/

/* MODIFIED */
ul.slideshow 
{
  width: 94%;
  height: 430px;
  position: relative;
  margin: 4px auto;
  padding: 0px;
}

/* ORIGINAL */
/*
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;}
*/

/* MODIFIED */
ul.slideshow li 
{
  position: absolute;
  margin: 0% 0%;
  float: left;
  padding: 0;
  left: 0;
  right: 0;
  list-style: none;
}

ul.slideshow li.show {
  z-index: 500;}

/* ORIGINAL */ 
ul img {
  border: none;
}

/* MODIFIED */
/*
ul img 
{
border: none;
border-radius: 5px;
box-shadow: 0px 0px 6px #B0C4DE;
margin: 6px 0px 5px 0px;
}
*/
 
#slideshow-caption {
  width: 950px;
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0; 
  z-index: 500;}
 
#slideshow-caption .slideshow-caption-container {
  padding: 20px 25px 0 25px;   
  z-index: 1000;}
 
#slideshow-caption p {
  padding: 0;
  font: normal 130% arial, sans-serif;}

/* form styling */
.form_settings { 
  margin: 0;}

.form_settings p { 
  padding: 0 0 10px 0;}

.form_settings span { 
  padding: 5px 0; 
  float: left; 
  width: 170px; 
  text-align: left;}
  
/*
.form_settings input, .form_settings textarea { 
  padding: 4px; 
  width: 252px; 
  font: 100% 'trebuchet ms', arial, sans-serif;
  border: 0;
  border-bottom: 1px solid; 
  background: transparent;}
*/

.form_settings input, .form_settings textarea { 
padding: 4px; 
width: 252px; 
font: 100% 'trebuchet ms', arial, sans-serif;
background: transparent;
border: 1px solid; 
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
}

/*
.form_settings .submit { 
  font: 220% 'Zoe', arial, sans-serif; 
  border: 0; 
  width: 100px; 
  margin: 0 0 0 162px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;}
*/

.form_settings .submit {
font: 180% 'Zoe', arial, sans-serif;
letter-spacing: .1em;
border: 1px solid;
width: 100px;
margin: 0px 0px 0px 162px;
height: 27px;
padding: 0px 0px 0px 5px;
text-align: center;
cursor: pointer;
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
/* border: 1px outset; */
/* border-color: #757575 #757575 #757575 #757575; */
/* box-shadow: 1px 1px 0px #757575; */
}

/*
.form_settings textarea, .form_settings select { 
  font: 100% 'trebuchet ms', arial, sans-serif; 
  border: 1px solid; 
  border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  width: 250px;
  overflow: auto;}
*/

.form_settings textarea, .form_settings select { 
font: 100% 'trebuchet ms', arial, sans-serif; 
border: 1px solid; 
border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
width: 250px;
overflow: auto;
}

.form_settings select { 
  width: 304px;}

.form_settings .checkbox { 
  margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

/* styling for the blog page */
#blog_container h4 {
  font: normal 300% 'Zoe', arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 5px 0;}

#blog_container h4.select {
  width: 475px;}

.blog {
  background: url(../images/calendar.png) no-repeat;
  width: 54px;
  height: 46px;
  float: left;
  margin: 0 15px 0 0;}

.blog h2 {
  font: bold 90% arial, sans-serif;
  text-shadow: none;
  text-align: center;
  margin: 0;
  padding: 4px 0 0 0;}
  
.blog h3 {
  font: 140% arial, sans-serif;
  text-shadow: none;
  margin: 0;
  text-align: center;
  padding: -10px 0 0 0;}
  
#blog_text {
  padding: 20px;
  overflow: auto;
  height: 100%;}

#blog_text h1 {
  font: normal 300% 'Zoe', arial, sans-serif;;
  margin: 0 0 15px 0;
  padding: 5px 0;}

/* stylesheet for sooperFish by www.sooperthemes.com -- author: jurriaan roelofs */
html body ul.sf-menu ul,html body ul.sf-menu ul li { 
  width: 180px;}

html body ul.sf-menu ul ul { 
  margin: 0 0 0 180px;}

ul.sf-menu,ul.sf-menu * { 
  margin: 0;
  padding: 0;}

ul.sf-menu { 
  display: block;
  position: relative;}
  
ul.sf-menu li { 
  display: block;
  list-style: none;
  float: left;
  position: relative;}

ul.sf-menu li.right {
float: right;
}

ul.sf-menu li:hover { 
  visibility: inherit; /* fixes IE7 'sticky bug' */ }

ul.sf-menu a { 
  display: block;
  position: relative;}
  
ul.sf-menu ul { 
  position: absolute;
  left: 0;
  width: 150px; 
  top: auto;
  left: -999999px;}
  
ul.sf-menu ul a { 
  zoom: 1; /* IE6/7 fix */ }

ul.sf-menu ul li { 
  float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
  width: 150px;}
  
ul.sf-menu ul ul { 
  top: 0;
  margin: 0 0 0 150px;}

ul.sf-menu li:hover ul,ul.sf-menu li:focus ul,ul.sf-menu li.sf-hover ul, 
ul.sf-menu ul li:hover ul,ul.sf-menu ul li:focus ul,ul.sf-menu ul li.sf-hover ul,
ul.sf-menu ul ul li:hover ul,ul.sf-menu ul ul li:focus ul,ul.sf-menu ul ul li.sf-hover ul,
ul.sf-menu ul ul ul li:hover ul,ul.sf-menu ul ul ul li:focus ul,ul.sf-menu ul ul ul li.sf-hover ul { 
  left: auto;}
  
ul.sf-menu li:hover ul ul,ul.sf-menu li:focus ul ul,ul.sf-menu li.sf-hover ul ul,
ul.sf-menu ul li:hover ul ul,ul.sf-menu ul li:focus ul ul,ul.sf-menu ul li.sf-hover ul ul,
ul.sf-menu ul ul li:hover ul ul,ul.sf-menu ul ul li:focus ul ul,ul.sf-menu ul ul li.sf-hover ul ul,
ul.sf-menu ul ul ul li:hover ul ul,ul.sf-menu ul ul ul li:focus ul ul,ul.sf-menu ul ul ul li.sf-hover ul ul { 
  left: -999999px;}

/* autoArrows CSS */
/*
span.sf-arrow { 
  width: 7px;
  height: 7px;
  position: absolute;
  top: 20px;
  right: 5px;
  display: block;
  overflow: hidden;
  font-size: 1px;
}
*/

/*
span.sf-arrow {
width: 7px;
height: 7px;
position: absolute;
top: 17px;
right: 5px;
display: block;
overflow: hidden;
font-size: 1px;
}
*/

span.sf-arrow {
width: 7px;
height: 7px;
position: relative;
top: -2px;
left: 5px;
display: inline-block;
overflow: hidden;  /* making sure IE6 doesn't overflow and expand the box */
font-size: 1px;
}

ul ul span.sf-arrow { 
  right: 5px;
  top: 20px;
  background-position: 0 100%;
}

/* theming the menu */
/*
nav { 
  height: 44px;
  width: 950px;
  float: right;
  margin: 20px auto 20px auto;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;} 
*/

nav { 
  height: 34px;
  width: 950px;
  float: right;
  margin: 15px auto 20px auto;
  border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border: 7px 7px 7px 7px;} 

/* Theming the menu */
ul#nav { 
  float: left;
  width: 100%;
}

ul#nav ul { 
  padding-bottom: 15px;
}

/*
ul#nav li a { 
  padding: 10px 25px 0px 25px;;
  font: 170% 'Zoe', arial, sans-serif;
  text-decoration: none;
  margin-right: 2px;
}
*/

ul#nav li a {
padding: 7px 25px 0px 25px;
font: 160% 'Zoe', arial, sans-serif;
text-decoration: none;
margin-right: 2px;
letter-spacing: .05em;
}

.para-text
{
  font-size: 1.1em;
  line-height: 1.6em;
}

.phone-number, .gc-cs-link
{
padding-left: .5em !important;
text-decoration: none !important;
color: inherit !important;
/*
cursor: inherit !important;
*/
}

/* Styles for Items Page */
/*
#TB_overlay
{
    position: fixed;
    z-index: 1;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.3;
    top: 0px;
}
.item
{
    margin: 4% 17% 0% 17%;
    background-color: #FFFFFF;
    height: auto;
    position: absolute;
    padding: 1%;
    box-shadow: 4px 4px 8px #757575;
    border-radius: 5px;
    z-index: 2;
}
.image-holder
{
    width: 46%;
    float: left;
    position: relative;
    background-color: #FFFFFF;
}
.image
{
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.thumb-holder
{
    float: left;
    position: relative;
    width: 100%;
    padding: 0% 0% 0% 0%;
    text-align: center;
}
.image-thumb
{
    width: 10%;
    padding: 5px 5px 0px 5px;
}
.description-holder
{
    width: 52%;
    float: left;
    position: relative;
    padding-left: 2%;
}
.title
{
    font-size: 1.75em;
    font-weight: bold;
    color: #4682B4;
    padding: 0px 0px 15px 0px;
    float: left;
    position: relative;
    width: 100%;
}
.description
{
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
    width: 100%;
    line-height: 1.3em;
    font-size: 1.1em;
    color: #2F4F4F;
}
.price
{
    font-size: 1.75em;
    font-weight: bold;
    color: #4682B4;
    padding: 0px 0px 20px 0px;
    float: left;
    position: relative;
    width: 100%;
}
.currency
{
    font-size: .7em;
    color: #4682B4;
}
.button
{
    padding: 3px 6px 3px 6px;
    border: 2px solid #4682B4;
    border-radius: 5px;
    color: #2F4F4F;
    text-align: center;
    background-color: aliceblue;
    font-weight: bold;
    float: left;
    position: relative;
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
    cursor: pointer;
    margin-top: 10px;
}
.items-list
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul.items-list>li
{
    width: 175px;
    height: 213px;
    padding: 5px;
    margin: 0px 8px 14px 4px;
    display: inline-block;
    box-shadow: 0px 0px 10px -2px #C0C0C0;
    border-radius: 5px;
}
.items-list-img
{
    width: 175px;
    padding-bottom: 3px;
}
.items-list-title
{
    font-size: .9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 3px;
    letter-spacing: .02em;
}
.items-list-price
{
    font-size: 1.1em;
    text-align: right;
    font-weight: bold;
    color: #4682B4;
    letter-spacing: .02em;
}
.items-list-title>a
{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}
*/

.zoom-button 
{
    position: absolute;
    padding: 0px 5px 0px 5px;
    font-size: 1.4em;
    margin: 1% 0% 0% 94%;
    background-color: #FFF;
    border-radius: 50%;
    opacity: .4;
    box-shadow: 2px 2px 5px -2px #757575;
    cursor: pointer;
}
#zoom-window
{
display: block;
width: 60%;
margin: 1% 19% 0% 19%;
padding: 1%;
z-index: 3;
position: absolute;
background-color: #FFFFFF;
top: 0%;
border-radius: 5px;
box-shadow: 4px 4px 8px #757575;
}
.close-zoom-button
{
position: absolute;
padding: 0% 2% 1% 2%;
font-size: 3em;
margin: 1% 0% 0% 90%;
background-color: #FFF;
border-radius: 50%;
opacity: .4;
box-shadow: 2px 2px 5px -2px #757575;
cursor: pointer;
line-height: 1em;
}

/*Styles from items.php */
#TB_overlay
{
    position: fixed;
    z-index: 1;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000000;
    opacity: 0.3;
    top: 0px;
    /*
    */
}
.item
{
    /* ORIGINAL */
    /*
    width: 58%;
    margin: 4% 20% 0% 20%;
    */
    /* NEW */
    width: 65%;
    margin: 4% 17% 0% 17%;
    background-color: #FFFFFF;
    height: auto;
    position: absolute;
    padding: 1%;
    box-shadow: 4px 4px 8px #757575;
    border-radius: 5px;
    z-index: 2;
    /*
    top: 0px;
    */
}
.image-holder
{
    /* ORIGINAL */
    width: 50%;
    /* NEW */
    /*
    width: 40%;
    */
    float: left;
    position: relative;
    background-color: #FFFFFF;
}
.image
{
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.thumb-holder
{
    float: left;
    position: relative;
    width: 100%;
    padding: 0% 0% 0% 0%;
    text-align: center;
}
.image-thumb
{
    width: 10%;
    padding: 5px 5px 0px 5px;
}
.description-holder
{
    width: 48%;
    float: left;
    position: relative;
    padding-left: 2%;
    /* ORIGINAL */
    /*
    */
    /* NEW */
    /*
    padding-left: 0%;
    height: 428px;
    overflow-x: auto;
    */
}
.title
{
    font-size: 1.75em;
    font-weight: bold;
    color: #4682B4; /* steelblue */
    /*color: #2F4F4F;*/
    /*color: #696969;*/ /* dimgray */
    padding: 0px 0px 15px 0px;
    float: left;
    position: relative;
    width: 100%;
}
.description
{
    padding: 0px 0px 0px 0px;
    float: left;
    position: relative;
    width: 100%;
    line-height: 1.3em;
    font-size: 1.1em;
    color: #2F4F4F;
}
.price
{
    font-size: 1.75em;
    font-weight: bold;
    color: #4682B4; /* steelblue */
    /*color: #2F4F4F;*/
    /* ORIGINAL */
    /*
    padding: 0px 0px 35px 0px;
    */
    /* NEW */
    padding: 0px 0px 20px 0px;
    float: left;
    position: relative;
    width: 100%;
}
.currency
{
    font-size: .7em;
    /*color: #008B8B;*/ /* darkcyan */
    color: #4682B4; /* steelblue */
}
.button
{
    padding: 3px 6px 3px 6px;
    border: 2px solid #4682B4;
    border-radius: 5px;
    color: #2F4F4F;
    text-align: center;
    background-color: aliceblue;
    font-weight: bold;
    float: left;
    position: relative;
    /* ORIGINAL */
    /*
    width: 15%;
    margin-left: 38%;
    margin-right: 38%;
    cursor: pointer;
    */
    /* NEW */
    width: 10%;
    margin-left: 45%;
    margin-right: 45%;
    cursor: pointer;
    margin-top: 10px;
}
.items-list
{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}
ul.items-list>li
{
    width: 175px;
    height: 213px;
    padding: 5px;
    margin: 0px 8px 14px 4px;
    display: inline-block;
    box-shadow: 0px 0px 10px -2px #A9A9A9;
    border-radius: 5px;
    /*
    margin: 0px 8px 14px 1px;
    border: 1px solid #C0C0C0;
    box-shadow: 3px 3px 6px #C0C0C0;
    */
}
ul.items-list>li:hover
{
    box-shadow: 0px 0px 10px -2px #000000;
}
.items-list-img
{
    width: 175px;
    padding-bottom: 3px;
}
.items-list-title
{
    font-size: .9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 3px;
    letter-spacing: .02em;
}
.items-list-price
{
    font-size: 1.1em;
    text-align: right;
    font-weight: bold;
    color: #4682B4; /* steelblue */
    letter-spacing: .02em;
}
.items-list-title>a
{
    text-decoration: none;
    color: #000000;
    font-weight: normal;
}
.sold
{
    color: #FF3333;
    text-transform: uppercase;
}
.reserved
{
    /*color: #4682B4;  steelblue */
    color: #C1D5E6;
    text-transform: capitalize;
}
.unavailable
{
    color: #C1D5E6;
    text-transform: capitalize;
}
.description-holder>.reserved,
.description-holder>.unavailable
{
    font-style: italic;
}
.item-cat {
    text-transform: capitalize;
    padding: 0px 0px 0px 0px;
    margin-top: 0px;
    font-size: 1.0em;
    width: inherit;
    float: left;
    clear: both;
    margin-bottom: 15px;
}
.buy-button
{
    margin: 20px 0px 0px 0px;
    padding: 3px 0px 3px 0px;
    font-size: .65em;
    border: 2px solid #4682B4;
    border-radius: 5px;
    text-align: center;
    width: 125px;
    background-color: #F0F8FF;
}
.footer-addr
{
    width: 100%;
    position: relative;
    float: left;
    clear: both;
    text-align: center;
    font-size: 1.3em;
    font-family: serif;
    letter-spacing: .15em;
    padding: 0px 0px 10px 0px;
}
.footer-container
{
    clear: both;
    position: relative;
    float: left;
}

/* INDEX PAGE STYLES */
.box_container
{
  position: relative;
  clear: both;
  width: 94%;
  margin: 1% auto 1% auto;
  padding: 5px 0px 5px 0px;
}
.boxes
{
  position: relative;
  float: left;
  width: 26%;
  height: 220px;
  text-align: center;
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 0px 6px #A9A9A9;
  border-radius: 5px;
  margin: 0px 0px 4px 0px;
}
.box_left
{
}
.box_middle
{
  margin-left: 11%;
  margin-right: 11%;
}
.box_right
{
  float: right;
}
.box_title
{
  font: 2.25em 'Zoe', arial, sans-serif;
  letter-spacing: .05em;
  color: #FFF;
  padding: 3px 0px 0px 0px;
  margin: 0px auto 0px auto;
  background-color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.box_text
{
  margin: 10px auto 0px auto;
  font-size: 1.2em;
  line-height: 1.35em;
  width: 90%;
}
.box_text_link
{
  bottom: 2%;
  position: absolute;
  text-align: center;
  width: 100%;
  font: 1.9em 'zoe', Arial, sans-serif;
  letter-spacing: .05em;
}
.box_text > a
{
  font-weight: normal;
  color: #000000;
}
.box_text > a:hover
{
  font-weight: bold;
  color: #008B8B;
}
ul.slideshow li img 
{
  border-radius: 5px;
  box-shadow: 0px 0px 6px #A9A9A9;
  margin: 0px 0px 0px 0px;
}

/* ITEMS_HOME STYLES */
#site_content.one_column
{
  padding: 20px 0 5px 25px;
}
.categories_list
{
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#items_home li.categories_list_item
{
  list-style-type: none;
  margin: 0px 15px 18px 0px;
  padding: 0px 0px 0px 0px;
  width: 190px;
  height: 190px;
  box-shadow: 0px 0px 6px #A9A9A9;
  display: inline-block;
  position: relative;
  border-radius: 5px;
}
.category_image
{
  margin: 0px 0px 0px 0px;
  position: relative;
  float: left;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.category_image img
{
  border-radius: 5px;
}
.category_name
{
  float: left;
  position: absolute;
  bottom: 0px;
  font-family: 'zoe', arial, sans-serif;
  font-weight: normal;
  font-size: 2em;
  letter-spacing: .05em;
  background-color: #000;
  width: 183px;
  padding: 3px 0px 0px 7px;
  color: #FFF;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#items_home > li.categories_list_item:hover
{
  box-shadow: 0px 0px 6px #000000;
}

