
* { margin: 0; padding: 0 }

body
{
  font: 0.9em/1.4em arial, verdana, sans-serif;
  background: #FFF;
  color: #333;
}

h1
{
  color: #8A3063;
  font-size: 1.4em;
  margin: 10px 0;
}

h2
{
  margin: 10px 0;
  font-size: 1.2em;
}

h3
{
  margin: 10px 0;
  font-size: 1.0em;
  text-decoration: underline;
  font-weight: normal;
}

p
{
  margin: 10px 0;
}

hr {color: #fff; background-color: #fff; border: 1px dotted #8A3063; border-style: none none dotted; }

img { border: 0px; }

img.left { float: left; margin: 0px 10px 10px 0px; }
img.right { float: right; margin: 0px 0px 10px 10px; }

#container
{
  margin: 20px auto 0px auto;
  width: 970px;
  background: #fff url(/images/main-background.jpg) repeat-y;
}

#leftcolumn
{
  float:left;
  width: 185px;
  color: #FFF;
  padding: 25px 0px 25px 15px;
  background: url(/images/sidebar-background.jpg) no-repeat;
}

#rightcolumn { margin-left: 215px; }

#menu ul
{
  list-style: none;
  margin: 10px;
}

#menu li a
{
  text-decoration: none;
  color: #FFF;
  font-size: 1em;
}

#menu li a:hover { padding-left: 1px; }

#menu li ul
{
  display: none;
  list-style: square inside;
  margin: 2px 0 2px 10px;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.firstsfhover ul, #menu li.sfhover ul, #menu li li.firstsfhover ul, #menu li li.sfhover ul, #menu li li li.firstsfhover ul, #menu li li li.sfhover ul {
	display: block;
}

#current
{
  font-weight: normal;
  border-bottom: 1px dotted #ffffff;
}

li#current ul { display: block; }

#subscribe { margin: 15px 8px; width: 174px; }

#subscribe #flexiform-email
{
  display:block;
  width: 171px;
}

#subscribe #flexiform-submit
{
  display:block;
  width: 174px;
  height:32px;
  line-height:32px;
  text-align: center;
  background: #DB6900 url(/images/orange-button.jpg) no-repeat;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #DB6900;
  cursor: pointer;
}

#subscribe a
{ 
  display: block; 
  width: 100%; 
  color: #FFF; 
  text-decoration: none; 
  font-size: 0.7em; 
  text-align: center; 
}

#subscribe a:hover { text-decoration: underline; }

#header
{
  background: url(/images/header-background.jpg) no-repeat 505px 0px;
  height: 100px;
}

#header-tools
{
  height: 35px;
  padding: 5px 20px;
  text-align: right;
  color: #FFF;
  line-height: 35px;
}

#basket-tool, #search-tool
{
  float: right;
  margin: 0 20px;
}

#basket-tool a
{
  color: #fff;
  text-decoration: none;
}

#basket-tool a:hover
{
  text-decoration: underline;
}

#header-text
{
  background: url(/images/elephants.jpg) no-repeat left bottom;
  height: 45px;
  text-align: right;
  color: #F49DE0;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 25px;
}
#header-text p { margin: 0px; }

.cwi-image
{
margin: -15px -15px 0px -15px;
background: #000000;
height: 226px;
padding: 5px 0px 0px 0px;

}

.cwi-image h1
{
color: #dd6a00;
margin: 0;
font-size: 1.5em;
line-height: 1.5em;
font-weight: normal;
}


#content
{
  margin-right: 10px;
  background-color: #FFF;
  padding: 15px;
  border-right: 1px solid #49102F;
  min-height:650px;
  height:auto !important;
  height:650px;
  overflow: auto;
}

#content a
{
  text-decoration: none;
  color: #8A3063;
  border-bottom: 1px dotted #8A3063;
}

#content a:hover { color: #DB6900; border-color: #DB6900; }

#content ul { margin: 20px 50px; }

#content ol { margin: 20px 50px; }

#content li { margin: 5px 0; }

#footer
{
  text-align: right;
  color: #FFF;
  font-size: 0.8em;
  clear: both;
  height: 30px;
}

#footer ul
{
  list-style: none;
}

#footer li
{
  float: right;
  margin: 5px 15px;
}

#footer li a
{
  color: #FFF;
  text-decoration: none;
}

#footer li a:hover
{
  text-decoration: underline;
}

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

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/***** BUTTONS ***************/

.orange-button
{
  margin:5px;
  display:block;
  width: 174px;
  height:32px;
  line-height:32px;
  text-align: center;
  background: #DB6900 url(/images/orange-button.jpg) no-repeat;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #DB6900;
}

a.orange-button:hover
{
  border: 4px solid #E79950;
}

.green-button
{
  background: #00BD1A url(/images/green-button.jpg);
  border: none;
  width: 52px;
  height: 25px;
  line-height: 25px;
  color: #FFF;
}

.basket-button
{
  margin-bottom:-5px;
}

/***** CATEGORIES ***************/

.category-thumbnail
{
  width: 250px;
  height: 250px;
  float: left;
  text-align: center;
  margin: 3px 3px;
  border: 1px solid #764c62;
  padding: 10px;
}

.category-thumbnail a
{
  display:block;
  width: 250px;
  text-decoration: none;
}

.category-thumbnail img
{
  width: 200px;
  height: 200px;
  padding-top: 10px;
}

.more-categories-thumbnail
{
  width: 250px;
  height: 250px;
  float: left;
  text-align: center;
  margin: 3px 3px;
  border: 1px solid #764c62;
  padding: 10px;
}

.more-categories-thumbnail a
{
  display:block;
  width: 250px;
  text-decoration: none;
}

.more-categories-thumbnail img
{
  width: 200px;
  height: 200px;
  padding-top: 10px;
}

.category-product-thumbnail
{
  width: 205px;
  height: 180px;
  float:left;
  padding: 10px 10px;
}

.category-product-thumbnail-container img
{

}

.category-product-thumbnail a { display: block; }

.category-product-thumbnail-image { height:107px; }

#page-numbers
{
  background-color: #520e37;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  font-family: Arial;
  margin-left: 0px;
  padding: 3px 10px 0px 10px;
  clear: left;
  text-align: left;
}


#page-numbers a
{
 text-decoration: none;
color: #e0791c;
}

/***** PRODUCTS ***************/

#product-description
{
  width: 52%;
}

#product-right
{
  float:right;
  margin: 20px 10px 0 0;
}

#main-image { margin: 10px 0; }

/***** GALLERY ***************/

.gallery
{
  overflow:hidden;
}

.gallery-row
{
  margin-bottom:1em;
  overflow:hidden;
}

.gallery-thumbnail
{
  float:left;
  text-align:center;
  width:33%;
  margin: 20px 0;
}

.gallery-description
{
  font-size: 0.9em;
  text-align:left;
  margin-left: 10px;
}
