/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Text
Navigation
Images
Tables
Forms

/*--HTML Elements---------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
	
html {
	background: #3a1c12 url('http://secure.server101.com/bos/images/bgtile.png') repeat;
	}

body {
	font: 62.5%/1.5 normal "Baskerville","Georgia","Times New Roman",serif;
	font: 62.5%/1.5 normal "Century Gothic","Avant Garde","Arial",sans-serif;
	background: url('http://secure.server101.com/bos/images/header.png') no-repeat;
	color: #666;
	width: 846px;
	height: 579px;
	margin: 0px auto;
	position: relative;
	}
	
#header {
	height: 169px;
	width: 755px;
	position: absolute;
	left: 19px;
	}
	
#content {
	background: #fff url('http://secure.server101.com/bos/images/contentbg.jpg') no-repeat;
	height: auto;

	min-height: 380px;
	overflow: visible;

	width: 755px;
	position: absolute;
	top: 169px;
	left: 86px;
	padding-bottom: 30px;
	
	}
#content p {
	color: #5a3102;
	font-family: "Baskerville","Georgia","Times New Roman",serif;
	font-family: "Century Gothic","Avant Garde","Arial",sans-serif;
	font-size: 1.3em;
	line-height: 1.6em;
	margin-left: 165px;
	margin-right: 70px;	
	}
#content h2 {
	color: #5a3102;
	font-size: 2.2em;
	line-height: 2.8em;
	margin-left: 165px;
	margin-right: 70px;	
	}
#content h3 {
	color: #bd0d0d;
	font-size: 1.8em;
	font-weight: bold;
	margin-left: 165px;
	margin-right: 70px;	
	}
#content h4 {
	color: #5a3102;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	margin-left: 165px;
	margin-bottom: .9em;
	margin-top: .9em;	
	}
#content ul li {
	color: #5a3102;
	font-size: 1.1em;
	}
#content ul {
	margin-left: 180px;
	margin-right: 70px;	
	margin-bottom: .4em;	
	line-height: 1.3em;
	}
	
.inlineimage {
	float: left;
	margin-left: 165px;
	width: 215px;
	}
#content p.caption {
	margin: 0;
	padding: 0;
	}


.box {
	border: 1px solid #ccc;
	width: 220px;
	height: 16em;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	}
	
.box p {
	padding: 5px;
	}
	
p.moreinfo {
	font-size: 1em;
	font-weight: bold;
	color: #444;
	}
	
.search_results_pages {
	font-size: 1.3em;
	margin-left: 80px;
	}

img.floatright {
	float: right;
	margin-right: 70px;
	margin-left: 10px;
	}
img.floatleft {
	float: left;
	margin-left: 165px;
	margin-right: 30px;
	}

	
/*--Page Structure--------------------------------------------------------------*/
	
#header {
	}
	
#content {
	}

#footer {
	margin-top: 15px;
	}
#footer p {
	font-size: .9em;
	text-align: center;
	}

.bold {	font-weight: bold; }
.strike { text-decoration: underline; }
.italics { font-style: italic; }
.superbold { font-weight: bold; color:#ff6600; }
.clearall { clear: both; }
.hide {	visibility: hidden;	}
.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/*--Text-------------------------------------------------------------------------*/
		
h1,h2,h3,h4,h5,h6 {
	color: #333;
	font: 1em/2 normal "Didot","Georgia","Times New Roman",serif;
	}

h1 { font-size: 2.4em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
	
ul, ol, dl { font-size: 1.2em; margin-bottom: 1.8em; list-style-type: square; }
li, dt, dd { font-family: "Century Gothic","Avant Garde","Arial",sans-serif; font-size: 1em; margin-bottom: .4em; line-height: 1.6em; }

p { 
	margin-bottom: .5em;
	font-size: 1.2em;
	}

a:link, a:visited { text-decoration: none; color: #854621; }
a:hover, a:active {	text-decoration: underline; color: #CC6600; }
*:focus {outline: none; }

/*--Navigation-------------------------------------------------------------------*/

ul#nav {
	height: 25px;
	width: 600px;
	list-style-type: none;
	background: #553322;
	position: absolute;
	top: 138px;
	left: 215px;
	z-index: 1;
	font-family: "Lucida Grande","Trebuchet MS","Verdana",sans-serif;
	}

ul#nav li {
	display: block;
	float: left;
	width: auto;
	margin-bottom: 0;
	line-height: 1em;
	}

ul#nav li#menu1 { width: 90px; }
ul#nav li#menu2 { width: 130px; }
ul#nav li#menu3 { width: 90px; }
ul#nav li#menu4 { width: 90px; }
ul#nav li#menu5 { width: 40px; }
ul#nav li#menu6 { width: 70px; }
ul#nav li#menu7 { width: 100px; }

ul#nav li:hover {
	background: #432618;
	}

ul#nav li a {
	text-align: center;
	line-height: 2.1em;
	text-decoration: none;
	display: block;
	color: #c99e6e;
	}

ul#nav li a i {
	font-style: normal;
	}

ul#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	}

ul#nav li:hover ul {
	left: auto;
	}
ul#nav li:hover ul, ul#nav li.sfhover ul {
	left: auto;
	}

#nav li ul ul {
	margin: -1em 0 0 10em;
}
	
ul#nav li ul li {
	font-size: 11px;
	list-style-type: none;
	background: #553322;
	border: 1px solid #432618;
	margin-bottom: 0;
	}
	
ul#nav li ul li a {
	width: 13em;
	text-align: left;
	padding-left: 5px;
	}
	
ul#nav li ul li ul {
	margin-top: -2em;
	}

ul#nav li:hover ul ul, ul#nav li.sfhover ul ul { left: -999em; }
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul { left: auto; }
ul#nav li:hover ul ul, ul#nav li:hover ul ul ul, ul#nav li.sfhover ul ul, ul#nav li.sfhover ul ul ul { left: -999em; }
ul#nav li:hover ul, ul#nav li li:hover ul, ul#nav li li li:hover ul, ul#nav li.sfhover ul, ul#nav li li.sfhover ul, ul#nav li li li.sfhover ul { left: auto; }

	
/*--Images-----------------------------------------------------------------------*/
	
a img, img, img a {
 border: none;
 }

/*--Tables-----------------------------------------------------------------------*/

table,table tr,table tr td { border-collapse: collapse;	}

table { margin: 0 auto; }

table.productsearch th {
font-size: 1.2em;
	color: #ffffff;
	background: #51260f;
	width: 190px;
	}
table.productsearch td {
font-size: 1.2em;
	color: #49200b;
	background: #d7c4b3;
	
	}

table.search_results_table {
	color: #49200b;
	background: #d7c4b3;
	width: 600px;
	margin-top: 10px;
	}
table.search_results_table td {
	padding: 5px;
	}
	
#content table#shoppingcart {
	margin-top: 10px;
	width: 600px;
	}
	


/*--Forms------------------------------------------------------------------------*/

.button {
	background: #000 ! important;
	border:#F7ECD4 1px solid;
	padding: 2px;
	margin: 0 2px 0 0;
	color:#FFF;
	}

.button:focus {
	padding:2px;
	background: #000 ! important;
	}

.button:hover {
	background: #CCC ! important;
	color: #000;
	}