/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Products Page
-----------------------------------------------------------------------------*/

#content ul {
	list-style:inside;
	padding:0 0 15px 10px;
	}
	
h2 {
	text-align:left;
	}
	
#topInfo {
	border-bottom:#f1dd6d solid 1px;
	margin:0 0 15px 0;
	}
	
#topInfo h2 {
	margin:0 0 10px 0;
	}
	
#topInfo li {
	font-weight:bold;
	margin:0 0 10px 0;
	font-size:120%;
	}
	
#topInfo img {
	margin:0 0 10px 0;
	}
	
.leftCol {
	width:440px;
	float:left;
	}
	
.rightCol {
	width:440px;
	float:right;
	}
	
/* =slide show details
-----------------------------------------------------------------------------*/
.slideShow {
	width:430px;
	height:245px;
	overflow: hidden;
	margin:0 0 20px 0;
	background:#e6d3a8;
	}
	
.slideShow img {
	top:0;
	left:0;
	width:430px;
	height:245px;
	z-index:100;
	}
	
.navContainer {
	width:430px;
	}

.nav {
	padding:0 0 10px 0;
	width:430px;
	}
	
.nav a {
	border: 1px solid #ccc;
	background: #755f3a;
	text-decoration: none;
	margin: 0 5px;
	padding:3px 5px;
	color:#ffffff;	
	}
	
.nav a.activeSlide {
	background: #19461f;
	}
	
.nav a:focus {
	outline: none;
	}
	
.navContainer2 {
	width:430px;
	}

.nav2 {
	padding:0 0 10px 0;
	width:430px;
	}
	
.nav2 a {
	border: 1px solid #ccc;
	background: #755f3a;
	text-decoration: none;
	margin: 0 5px;
	padding:3px 5px;
	color:#ffffff;	
	}
	
.nav2 a.activeSlide {
	background: #19461f;
	}
	
.nav2 a:focus {
	outline: none;
	}

	
