/*
New Styles
*/


/* MAIN DIVS */

div#header {
	background: #be3527 url(../images/header_bg.gif) top left no-repeat;
	height: 140px;
}

div#header a {
	color: #fff;
	text-decoration: none;
}

div#header a:hover {
	color: #edc4b8;
	text-decoration: none;
}

div#content {
	margin-left: 30px;
	margin-right: 30px;
	background-color: #fff;
	padding-left: 77px;
	padding-right: 77px;
	overflow: hidden;
}

div#footer {
	background: #be3527 url(../images/footer_bg.gif) top left no-repeat;
	height: 120px;
	padding: 20px 20px 9px 20px;
	color: #fff;
	font-size: 7pt;
	text-align: center;
}


/* HEADER */

/* top menu */

div#header ul#topmenu {
	width: 308px;
	height: 105px;
	padding: 13px 10px 10px 10px;
	list-style: none;
	font-size: 9pt;
	background: transparent url(../images/menu_edge.gif) top right repeat-y;
	float: left;
	margin-right: 15px;
}

div#header ul#topmenu li {
	display: block;
	width: 130px;
	/*padding: 2px;*/
	margin-right: 10px;
	float: left;
	text-transform: lowercase;
}

div#header ul#topmenu li.current {
	border-bottom: #fff 1px solid;
	margin-bottom: -1px;
	/*padding-bottom: 1px;*/
}

/* logo */

div#header div#logo {
	float: left;
	width: 226px;
	height: 120px;
	background: url(../images/barkers_logo.gif) top left no-repeat;
}

/* search box */

div#header div#searchbox {
	float: right;
	width: 200px;
	background: transparent url(../images/searchbox_edge.gif) top right repeat-y;
	padding-right: 9px;
	color: #fff;
}

div#header div#searchbox div#search {
	padding: 5px;
	background-color: #f78f1e;
	color: #fff;
	font-weight: bold;
}

div#header div#searchbox div#search input {
	padding: 1px;
	padding-right: 10px;
	height: 13px;
	width: 106px;
	font-size: 7pt;
	color: #666;
	border: 0px;
	background-color: #fff;
	margin-left: 3px;
	margin-right: -3px;
	vertical-align: middle;
}

div#header div#searchbox div#search input.submit {
	height: 15px;
	width: 30px;
	border: 0px;
	background: url(../images/search_go.gif) top left no-repeat;
	margin-left: 0px;
	vertical-align: middle;
}

div#header div#searchbox div#login {
	padding: 4px 5px 0px 50px;
	color: #fff;
}

div#header div#searchbox div#login input {
	border: 0px;
	font-size: 7pt;
	color: #666;
	border: 0px;
	background-color: #fff;
	padding: 2px;
	width: 138px;
}

div#header div#searchbox div#login input.submit {
	float: right;
	height: 15px;
	width: 27px;
	border: 0px;
	background: url(../images/login_go.gif) top left no-repeat;
	margin: 3px;
}

div#header div#searchbox div#links {
	float: right;
	clear: both;
	margin-right: 7px;
}

div#header div#searchbox div#links a {
	text-decoration: underline;
}


/* FOOTER */

/* CONTENT */

#basket {
	background: #f78f1e;
	color: #fff;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	float: right;
	width: 200px;
	text-align: center;
}

div#content div#categories {
	padding: 
}

div#main {
	/*clear: both;*/
	height: 100%;
	/*width: 100%;*/
}

div.introbox {
	width: 200px;
	margin-left: -15px;
	height: 100%;
	float: left;
	color: #be3527;
}

div#main div.introbox p {
	margin-top: 5px;
	margin-bottom: 5px;
}

div#main div.introbox span.boldtext {
	color: #000;
	font-weight: bold;
}

/* product boxes */

div.productbox {
	padding: 0px;
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	background: #be3527;
	width: 151px;
	height: 100%;
	position: relative;
	margin: 10px;
	float: left;
}

div.productbox a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	font-size: 8pt;
	padding-left: 10px;
}

div.productbox p {
	padding: 10px;
	margin: 0px;
}

div#guaranteed-deliv {
	background: url(../images/guaranteed_deliv.gif) top left no-repeat;
	float: right;
	clear:both;
	height: 52px;
	width: 541px;
	margin-bottom: 20px;
	margin-right: 80px;
}

div#breadcrumbs {
	float: left;
}



/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* { margin:0; padding:0; }

body        { background:#bf3527; color:#000; font:11px/1.55em trebuchet ms, arial, helvetica, sans-serif; text-align:center;}
a           { color:#be3527; text-decoration:none; }
a:hover     { color:#db6d62; text-decoration:underline; }
a img       { border:0;}
:focus      { outline:0; }

/* Heading */
h1          { font-size:1.8em; line-height:1.17em; font-family: Trebuchet MS, Arial, Verdana, Tahoma; color: #bf3527; margin-bottom: 10px; }
h2          { margin-bottom:.4em; font-size:1.5em; line-height:1.2em; }
h3          { margin-bottom:.4em; font-size:1.35em; line-height:1.2em; }
h4          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; }
h5          { margin-bottom:.4em; font-size:1.05em; line-height:1.35em; height: 2.7em }
h6          { margin-bottom:.1em; font-size:1em; line-height:1.35em; }


/* Table */
th          { vertical-align:top; font-weight:normal; text-align:left; }
td          { vertical-align:top; }

/* Paragraph */
p           { margin-bottom:.9em; }
address     { margin-bottom:.4em; font-style:normal; line-height:1.4em; }
cite        { font-style:normal; font-size:10px;}
q:before, 
q:after     { content:'';}

/* Form */
form        { }
fieldset    { border:none; }
legend      { display:none;}
label       { color:#000;  font-weight:bold; }
div#searchbox label { color: #fff; }
input, 
select, 
button      { vertical-align:middle; }

/* Lists */
dt          { display:block; font-weight:bold; }
ul,ol       { list-style:none; }

/* Size */
small       { font-size:.85em; }
big         { font-size:1.15em; }
hr          { height:0; margin:8px 0; overflow:hidden; visibility:hidden; }

/* CONTACT */

.contactcolumn {
	width: 200px;
	padding: 0px 30px 0px 30px;
	float:left;
}

.contactcolumn .openingtimes {
	width: 178px;
	padding: 10px 5px 12px 15px;
	border: #bf3527 1px solid;
	height: 100%;
	overflow: hidden;
}

.contactcolumn  .openingtimes .time, .contactcolumn  .openingtimes .day {
	min-width: 72px;
	float: left;
}

.contactmidcol {
	width: 300px;
	height: 245px;
	background: url(../images/contact_barkers.jpg) top left no-repeat;
	float: left;
}

.contactphone {
	font-size: 1.8em;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #bf3527;
	border-bottom: #bf3527 1px solid;
	font-weight: bold;
}

.contact h4.title {
	color: #bf3527;
	font-size: 1.4em;
}

fieldset.contact {
	width: 200px;
}

fieldset.contact span.sm {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}