/* 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;
}

/* site container */
/*******************************************************************************/
body
{
	background: #CCC url(/site/img/bgslice.gif) repeat;
}

div#container
{
	width: 768px;
	padding: 0;
}

div#site_container
{
	width: 755px;
	background: #fff;
	padding: 0;
	border: 1px #000099 solid;
}

div#shadow_container
{
	width: 768px;
	background: url(/site/img/bgshadow.gif) top right repeat-y;
}

div#flashholder
{
	margin-bottom: 20px;
}

/* skip links - accessibility */
/*************************************************************************************/
div#skiplinks
{
	height: 2.5em;
	font-size: 0.8333em;
}
 
div#skiplinks p
{
	color: #999;
	line-height: 2.5em;
	padding: 0;
	margin: 0;
}
 
/* lvha */
div#skiplinks a,
div#skiplinks a:link, div#skiplinks a:visited, 
div#skiplinks a:hover, div#skiplinks a:active
{
	color: #999;
}



/* header block */
/*******************************************************************************/
div#header_container
{
	height: 124px;
	background: url(/site/img/header-bg.jpg) right no-repeat;
}

div#header_container img
{
	margin: 0 5px;
}

div#top_quicklogin
{
	clear: both;
	text-align: right;
	padding: 2px;
}

div#top_quicklogin p.greenmessage
{
	background: url(/site/img/accept.png) left top no-repeat;
	padding: 0 3px 0 19px;
	display: inline;
}

div#top_quicklogin p.redmessage
{
	background: url(/site/img/exclamation.png) left top no-repeat;
	padding: 0 3px 0 19px;
	display: inline;
}

/* pipe class */
/*******************************************************************************/
.pipe
{
	height: 19px;
	background: #3689c6 url(/site/img/pipetile.gif) repeat;
}

/* body block */
/*******************************************************************************/
div#menu_column
{
	width: 116px;
	margin: 5px 5px;
	float: left;
}

div#copy_column
{
	width: 423px;
	margin: 5px 15px;
	float: left;
}

div#right_column
{
	width: 164px;
	margin: 5px 0;
	float: left;
}


/* menu column */
/*******************************************************************************/
div.nav_menu
{
	/*width: 114px;*/
	border: 1px #3689c6 solid;
	margin-bottom: 5px;
}

div#shopping_cart_box_content
{
	padding: 5px;
}

/* copy column */
/*******************************************************************************/
img.productimage
{
	margin-right: 4px;
}

table.spectable td
{
	vertical-align: top;
	color: #6f6f6f;
}



/* right column */
/*******************************************************************************/
div.right_menu
{
	/*width: 164px;*/
	background: #3689c6 url(/site/img/rightbox-bg.gif) top left no-repeat;
	margin-bottom: 5px;
}

/* shopping cart buttons */
table#checkout-tbl input.update 		{	width: 150px;	}
table#checkout-tbl input.contshopping	{	width: 130px;	}
table#checkout-tbl input.chkout			{	width: 70px;	}


/* sIfr[Dwyer Method] */
div#search_box h3
{
	width: 164px;
	height: 17px;
	background-image: url(/site/img/search.gif);
}

div#search_box_padding
{
	padding: 5px;
}


div#search_box_padding p
{
	margin-bottom: 3px;
}

div#search_box_padding a
{
	color: #fff;
}

div#search_box input.khxc_quickbutton
{
	width: 130px;
}

input.searchbox_text
{
	position: relative;
	width: 120px;
	height: 18px;
	padding: 0;
}

img.searchbox_btn
{
	position: relative;
	top: -3px;
	left: 0;
	margin: 0;
	padding: 0;
}

div#manufacturer_box h3
{
	width: 164px;
	height: 17px;
	background-image: url(/site/img/manufacturer.gif);
}

select.manufact_select
{
	margin: 7px 0 7px 7px;
	width: 150px;
}

div#right_column h3 span
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}


/* footer */
/*******************************************************************************/
div#footer_container
{
	background: url(/site/img/bgshadow_foot.gif) top left no-repeat;

	padding: 2em 1em;
	color: #093081;
	font-size: 0.8333em;
}


#gbu0--contact--message
{
	width: 380px !important;
}