/**
 * Custom Category CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 3215 2006-03-20 06:05:55Z birdbrain $
 */



#logoWrapper{
    /*background-color: #e5d9e5;*/
    background: #fff url('https://rainafrica.com/shop/includes/templates/lavender/images/kubrickheader2.jpg') top no-repeat;
}

#productListHeading, #categoryIcon {
	border-bottom:3px solid #808080;
}
/*-- Styling the SLIDESHOW --*/
body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
/*	margin:0px;
	padding:0px;*/
}

body{
	/* Setting default text color, background and a font stack */
/*	color:#444444;
	font-size:13px;
	background: #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;*/
}

#container_head {
    height: 310px;
    width: 710px;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	/*-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;*/
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	/*border:1px solid white;*/
	
	/*background:transparent url(img/panel.jpg) repeat-x bottom center ;*/
	
	/* The width of the gallery */
	width:600px;
	overflow:hidden;
	position:relative;
}

#slides{
	/* This is the slide area */
	height:300px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:920px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
	position:absolute;
	display:block;
	top:260px;
	right:0px;
	zoom:1;
	width:205px;
}

#menu img {
	margin:auto;
	padding-top:3px;
}


#gallery li.menuItem.headline {
	/* This is the container for the thumbnails */
	height:250px;
	position:absolute;
	display:block;
	top:-200px;
	left:-400px;
	zoom:1;
	width:250px;
	font-size:40px;
	line-height:60px;
  /* CSS3 standard */
  opacity:0.6;
	background-color:#000000;		
}

#slides #headline-menu li a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;

	
}

#gallery li.menuItem.inact a.headline {
	display:none;
}

#gallery li.menuItem.inact.act a.headline, #gallery li.menuItem.act a.headline {
	display:block;
	background-color:#eee;
	opacity:0.6;
	filter:alpha(opacity=60);
	
}


#gallery ul{
	margin:0px;
	padding:0px;
	display:inline;

}

#gallery #menu ul{
	margin:0px;
	padding:0px;
	display:inline;
	width:200px;
}


#gallery li{
	/* Every thumbnail is a li element */
	width:45px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;	
	float:right;
}

* html #gallery li {
	display:inline;
}

#gallery li.inact {
	/* The inactive state, highlighted on mouse over */
	background:url(img/number_bg_blue.jpg) no-repeat center center;
}


#gallery li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/number_bg_lightblue.jpg) no-repeat center center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}

#gallery li.act,#gallery li.act:hover{
	/* The active state of the thumb */
	background:url(img/number_bg_lightblue.jpg) no-repeat center center;
	/*font-size:20px;*/
	font-family:Arial, Helvetica, sans-serif;
	}
#gallery li a {
	height:30px;
}
#gallery li.inact a{
	color:#ffffff;
	text-decoration:none;
	/*padding-left:15px;*/
	font-family:Arial, Helvetica, sans-serif;
}
#gallery li.act a{
	cursor:default;
	text-decoration:none;
	color:#ffffff;
	/*padding-left:15px;*/
	font-family:Arial, Helvetica, sans-serif;
}
#gallery li.act a:hover, #gallery li.inact a:hover{
	color:#777;
}

.fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:2px;
	/*background:url(img/divider.png) no-repeat right;*/
}

#gallery li a{
	display:block;
	/*background:url(img/divider.png) no-repeat right;*/
	/*height:35px;
	width:43px;*/
	padding-top:10px;
	background-color:#888;
	margin:3px;	
	border: 1px solid #fff;

}

#gallery a img{
	border:none;
}
