/* CSS Document */
/*******************************************************************************/
/* Layout CSS File                                                             */
/*   Screen-based site layout and positioning rules                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* center align trick */
/*******************************************************************************/
body {
	/* to get ie5/win to align the layout in the center */
	text-align: center;
}

div#container {
	/* for center alignment */
	margin: 0 auto;
	text-align: left;
}

/* utility classes */
/*******************************************************************************/
div.spacer {
	clear: both;
}

/* skip links - accessibility */
/*************************************************************************************/
div#skiplinks
{
	height: 2em;
	font-size: 10px;
}

div#skiplinks p
{
	color: #ccc;
	line-height: 2em;
	margin-bottom: 0;
}
 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #ccc;
}


#bigfreeze
{
	border: 1px solid #891F1F; 
	padding: 5px;
	font-size: 1.6em;
	margin-bottom: 1em;
	color: #891F1F;
	clear: both;
}

#bigfreeze a
{
	font-size: 1em;
	font-weight: bold;
	color: #FF6600;
}

/* overall container */
/*******************************************************************************/
div#container
{
	width: 967px;
	padding: 0;
}


/* header block */
/*******************************************************************************/
div#header_container
{
}

/* site container */
/*******************************************************************************/
div#site_container_head
{
	background: #fff url(/site/img/bg_topcap.gif) no-repeat;
	height: 8px;
	font-size: 0.01em; /* fix for minimum div height bug in IE */	
}

div#site_container
{
	background: #fff url(/site/img/bg_mid.gif) repeat-y;
}

div#site_container_foot
{
	background: #fff url(/site/img/bg_botcap.gif) no-repeat;
	height: 10px;
	font-size: 0.01em; /* fix for minimum div height bug in IE */
}

/* column - navigation */
/*******************************************************************************/
div#nav_column
{
	float: left;
	width:  145px;
	margin: 0 14px 0 0;
}

div#nav_column ul
{
	margin: 110px 0 0 1px;
	padding: 0;
	list-style-type: none;
}

div#nav_column ul li
{
	width: 145px;
	margin-bottom: 2px;
	background: #c70101 url(/site/img/nav_btn.jpg) no-repeat top left;
}

div#nav_column ul li a
{
	line-height: 28px;
	padding-left: 30px;
	display: block;
}

div#nav_column ul li a:hover,
div#nav_column ul li.selected
{
	background: url(/site/img/nav_btn_on.jpg) no-repeat top left;
}

/* column - body */
/*******************************************************************************/
div#body_column
{
	float: left;
	width: 533px;
	margin: 0 14px 0 0;
	padding: 0 35px;
}


/* ecommerce */
/*******************************************************************************/
thead tr td
{
	font-size: 2em;
}

.thead-heatlogs
{
	background-color: #891F1F;
	color: #fff;
}

.thead-briquettes
{
	background-color: #F7F89B;
}

.required {
	color: #900;
}
.prettyradio {
	display: none !important;
}
a.package {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #45861e;
	color: #fff !important;
	display: block;
	padding: 4px;
	margin: 4px;
}
a.package:hover {
	background: #386c19;
}
.highlight {
	background: #CCC;
}
table.radioTable {
	margin: 10px;
}
table.radioTable tr.titlerow th {
	border-bottom: 2px solid #333;
}
table.radioTable td {
	padding: 10px;
}
table.radioTable th {
	padding: 10px;
	font-weight: bold;
	font-size: larger;
}
table.radioTable th span {
	font-size: smaller;
}

fieldset {
	margin: 1em 0 2.5em !important;
}

#sob_skipsizes,
#sob_bookonline,
#flashholder,
.bmralogo,
.nshalogo
{
	display: none;
}

/* column - body */
/*******************************************************************************/

ul p
{
	font-size: 1em !important;
}

li
{
	clear: both;
}

ul.skips_list
{
	margin: 1em;
	list-style-type: none;
}

div.skip_thumb
{
	float: left;
	width: 105px;
	text-align: center;
}

ul.skip_gallery
{
	list-style-type: none;
}

ul.skip_gallery li
{
	border-top: 1px solid #000;
}

ul.skip_gallery h4
{
	font-size: 1.6em;
	line-height: 2em;
}

/* column - adbar */
/*******************************************************************************/
div#adbar_column
{
	float: left;
	width: 176px;
}

div.vcard, div#adbar_column img, div#flashholder
{
	margin: 0 0 6px 0;
}

/* footer */
/*******************************************************************************/
div#footer_container
{
	color: #666666;
	font-size: 0.83em;
}


.standout
{
	font-size:1.16em!important;
	color:#C00!important;
}

.phonenumber
{
	font-size:1.33em!important;
	font-weight:bold!important;
	color:#F60!important;
}
