﻿/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 Tahoma, Verdana, sans-serif;
  background-color:#fff;
}

h1 {
  font-size: 2.2em;
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
}

ul {
	margin-left: 20px;
}

li {
  font-size: 1.2em;
}

p {
	font-size: 1.2em;
}

#maincontent h2, p {
  margin: 1em 0;
}

h2 {
	background-color: #993300;
	color: #fff;
	height: 25px;
	line-height:25px;
	padding-left: 20px;
}

h3 {
	font-size: 1.3em;
	color: #993300;
	border-bottom: 1px solid #ccc;
}

#branding h1 {
  margin: 0;
}

#wrapper {
  background-color: #fff;
}

#branding {
  height: 50px;
  background-color:#fff;
}

#footer {
  background-color:#993300;
  padding: 1px 20px;
  color: #fff;
  text-align: right;
}

#footer p {
	margin: 0;
	font-size: 1.0em;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 940px;
}

#wrapper {
  width: 900px; 
  margin: 0 auto; 
  text-align: left; 
  background: #fff url(../images/mainnav-bg.jpg) repeat-y top left;
}


#content { 
  width: 680px;
  float: right; 
}

#mainNav { 
  width: 220px; 
  float: left; 
} 

#footer { 
  clear: both; 
} 

/* Top Navigation Styles */

#topnav {
	width: 680px;
	margin-top: 20px;
	text-align: right;
	float: right;
	background: #fff url(../images/topnav-bg.gif) repeat-x top left;
}

#topnav ul {
	list-style: none;
}

#topnav li {
	display: inline;
	margin-left: -1px;
	margin-right: -1px;
}

/* Left hand nav styling */

#mainNav { 
	background-color: #fff;
}

#mainNav ul {
	background-color: #F3E6E0;
	list-style: none;
	font-size: 0.9em;
	margin-top: 15px;
	margin-left: -10px;
}

#mainNav li {
	border-bottom: 1px dashed #993300;
	margin-bottom: 3px;
}

#mainNav li a {
	display: block;
	width: 200px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #000;
	text-decoration: none;
}

#mainNav li a:hover {
	background-color: #993300;
	color: #fff;
	text-decoration: none;
}

#mainNav li ul {
	font-size: 0.6em;
	margin-left: 20px;
	margin-top: -5px;
	background-color: transparent;
}

#mainNav li ul li {
	border:0;
}

#mainNav li ul li a {
	display: block;
	width: 180px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #000;
	text-decoration: none;
}

#mainNav li ul li a:hover {
	background-color: #EBD2C5;
	color: #993300;
	text-decoration: none;
}

/* Flash holder */

#flashholder {
	margin-top: 1px;
}

/* Main Content */

#maincontent {
	padding: 20px;
}

#shopnav { 
	border-bottom: 1px solid #993300;
	text-align: right;
	height: 20px;
}

#shopnav ul {
	list-style: none;
}

#shopnav li {
	display: inline;
	font-size: 1.1em;
	margin-right: 30px;
}

#shopnav a {
	color: #000;
	text-decoration: none;
}

#shopnav a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.offer-of-the-week {
	border: 1px solid #993300;
	padding-top: 40px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 400px;
	height: 185px;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
	background: #fff url(../images/offer-of-the-week.gif) no-repeat top left;
}

/* Featured Products */

.featuredproducts {
	width: 200px;
	height: 312px;
	text-align: center;
	float: left;
	border: 1px solid #993300;
	margin-bottom: 10px;
	margin-left: 10px;
	overflow: hidden;
}

.featuredproducts img {
	border: 0;
}

.featuredproducts h3 {
	height: 30px;
}

.featuredproducts h3 a {
	text-decoration: none;
	color: #993300;
}

.featuredproducts h3 a:hover {
	text-decoration: underline;
}

.last {
	border-right: 1px solid #993300;
}

.featuredproducts .divider {
	background-color: #E5DFDC;
	margin: 0;
	padding: 2px;
}

.featuredproducts .introtext {
	font-size: 1.1em;
	padding: 4px;
}

.featuredproducts .introtextholder {
	height: 75px;
}

/* Sub Categories */

.subcats {
	width: 300px;
	height: 243px;
	text-align: left;
	float: left;
	border: 1px solid #993300;
	margin-bottom: 10px;
	margin-left: 10px;
}

.subcats h3 {
	text-align: center;
	font-size: 1.5em;
	background-color: #F3E6E0;
}

.subcats .imgholder {
	float: left;
	width: 140px;
	margin-left: 5px;
	overflow: hidden;
}

.subcats img {
	border: 0;
}

.last {
	border-right: 1px solid #993300;
}

.subcats .subcattextholder {
	height: 155px;
}


.subcats .divider {
	background-color: #E5DFDC;
	clear: both;
	margin: 0;
	padding: 2px;
	padding-left: 20px;
}

.subcats .subcattext {
	font-size: 1.1em;
	padding: 4px;
}

.pricefrom {
	font-size: 1.4em;
	font-weight: bold;
	color: #993300;
}

.highstreetprice {
	font-size: 1.1em;
	color: #ff0000;
	text-decoration: line-through;
}

/* Product Repeat */

.productrepeat {
	width: 625px;
	text-align: left;
	float: left;
	border: 1px solid #993300;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
}

.productrepeat h3 {
	text-align: center;
	font-size: 1.5em;
	background-color: #F3E6E0;
}

.productrepeat .imgholder {
	float: right;
	width: 290px;
}

.productrepeat img {
	border: 0;
}

.productrepeat .divider {
	background-color: #E5DFDC;
	clear: both;
	margin: 0;
	padding: 2px;
	padding-left: 20px;
}

.productrepeat .productextholder {
	font-size: 1.1em;
	margin-top: 10px;
}

.productrepeat .productextholder ul {
	margin-left: 40px;
}

.productrepeat .productextholder li {
	font-size: 1.0em;
}

.clear {
	clear: both;
}

.rightpic {
	float: right;
	width: 200px;
	margin-left: 20px;
}

/* Footer links */

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

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