body {
	margin: 0px;
	background-color: #FFFFFF;
	font-family: "Trebuchet Ms", Arial, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #4C3C2A;
}
form {
	margin: 0px;
}
.basketbutton {
	text-align:left
}
a#basketopen {
	display: inline;
	background-image: url(/images/basket.gif);
	background-repeat:no-repeat;
	height: 18px;
	padding: 0 0px 0 20px;
	text-align:left;
}
h1 {
	font-size: 13pt;
	border-bottom: solid 2px #f7921e;
}
h2 {
	text-align:center;
	margin: 10px 0;
}
h2 a {
    padding: 93px 0 0 0;
    overflow: hidden;
    background-image: url("images/bs_logo_orange_bg.gif");
    background-repeat: no-repeat;    
    height: 0px !important;
    height /**/:93px;
	margin: 0 auto;
	width:145px;
	display: block;
}
h3 {
	font-size:10pt;
}
form.product_search {
	margin: 15px 0 0 10px;
	padding:0;
	float:left;
}
.product_search h3{
	margin: 0;
	font-size:10pt;
}
.product_search .text_medium{
	margin: 0;
}
/* MAIN WRAPPERS */

div.clearer {
	clear: left;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
div.master_wrapper {
	width: 900px;
	height: 100%;
	margin: 0 auto;
}
div.sidebar {
	float: left;
	width: 169px;
	/*height: 100%;*/
	background:#F7921E url(images/left_nav_bg.gif) bottom left no-repeat;
}
div.sidebar_content_divide {
	float: left;
	width: 2px;
	height: 100%;
	background-color: #006E8D;
	background-image: url(images/sidebar_content_divide.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
div.content {
	float: left;
	height: 100%;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
div.content_inner {
	width: 660px;
	margin: 10px 20px;
}
ul.indent {
	position: relative;
	left: 15px;
}
div.sidebar_links {
	text-align: right;
	margin: 0px 10px 10px 10px;
	font-weight: bold;
	font-size: 8pt;
	clear:both;
}
ul.primary_nav {
	list-style-type:none;	
	margin: 0;
	font-size: 10pt;
	padding: 0;
}
ul.primary_nav li{
	border-bottom: 2px solid #eba14c;
	padding: 10px 0;
}
div.sidebar_link_seperator {
	margin-left: -10px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 159px;
	height: 1px;
	background-color: #4C3C2A;
	overflow: hidden;
	font-size: 0px;
}
/* NAVBAR */

ul.topnavbar {
	font-weight: bold;
	text-align: left;
	margin: 0 0 20px 148px;
	list-style-type: none;
	padding: 0;
}
.topnavbar li {
	border-left:2px solid #555555;
	display:inline;
	margin:0 5px 0 0;
	padding:0 0 0 7px;
}
li.home {
	border: none;
}
/* LINKS */

a:link {
	color: #555555;
}
a:visited {
	color: #555555;
}
a:active {
	color: #555555;
}
a:hover {
	color: #4C3C2A;
}
a.sub_items:link {
	color: #555555;
}
a.sub_items:visited {
	color: #555555;
}
a.sub_items:active {
	color: #555555;
}
a.sub_items:hover {
	color: #4C3C2A;
}
.sidebar_links a {
	color: #ffffff;
	text-decoration: none;
}
.sidebar_links a:visited {
	color: #ffffff;
	text-decoration: none;
}
.sidebar_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* ONE OFF OBJECTS */

div.footer {
	text-align: center;
	font-size: 8pt;
	color: #BEB3A7;
	margin-bottom: 10px;
	clear: both;
}
div.page_break {
	height: 1px;
	border-bottom: solid 1px #685E54;
	font-size: 0px;
}
div.title_images {
	margin-bottom: 10px;
}
input.text_medium {
	border: 0px;
	width: 131px;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/input_text_medium.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 8pt;
	padding: 3px;
	font-weight: bold;
	width: 147px;
}
/* SEARCH */

input.go {
	background-image: url(images/button_go.gif);
	width: 36px;
	height: 25px;
	border: 0px;
	font-size: 0px;
	float: right;
	margin: 5px 10px;
}
/* Delivery Info */

div.deliveryInfo {
	text-align: left;
	font-weight: normal;
}
div.deliveryInfo ul {
	list-style-position: outside;
	list-style-type: none;
	margin:0;
	padding:0 20px;
}
div.deliveryInfo ul li {
	margin-left: -10px;
}
div.deliveryInfo strong {
	display: block;
}
