@charset "utf-8";
/* CSS Document */

#foobar
{
	background-color:		#474747;	/* Dark Grey Backgrounds */
	background-color:		#ed1c24;	/* BR Red */
}

img 
{ 
	border:none
}



body 
{
	font-family: 			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:				13px;
	background-color: 		#ffffff;
	margin:					0px 15px auto;
	text-align: 			center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 					#474747;
}

p
{
	font-size:				13px;
	line-height:		18px;
	margin:				0.5em 0em 0em 0em;
}

ul
{
	margin-top: 5px;
	margin-bottom: 10px;
}

li
{
	margin-bottom:  5px;
}

h3
{
		font-size: 1.4em;
		font-weight: 			bold;	
		margin: 20px 0px 0px 0px;
}

#outer  
{
	background-color:		#474747;
}

#header
{
	background-image:		url(/images/br-header-full.jpg);
	background-repeat:		no-repeat;
	background-position: 	center;
	background-color:		#474747;
	height: 				184px;
	width:					1000px;   	/* Sets width to fit bg image and a bit to spare */
	margin:					0 auto 0px auto;		/* Keeps the whole thing centred so menu can be relied on to sit properly */	
}

#menu /* This is the TOP MENU */
{
	font-family: 			"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 				11px;
	font-weight: 			bold;
	text-align:				right;
	margin-right:			42px;		/* Brings the menu in from right the correct distance */
	padding-top: 			153px;		/* Positions menu vertially correct */
	color: 					#ee1d23;
}

#menu a
{
	color: 					#ffffff;
	text-decoration:		none;
}

#menu a:hover
{
	text-decoration:underline;
}


/* COLUMNS one two three four */

#home_body
{
	/*  position:relative;
	top: -32px; 		This eliminates Ebay White Band issues between header and body on IE7 IE6 IN EBAY */
	
	margin: 0 auto 20px auto;
	padding-bottom: 20px;
	width:auto;
	background-color:		#474747;
	height:					100.01%;
}

#col_wrapper
{
	width:					930px;   	/* Sets width to match header, allowing for Label outside box  */

	text-align:center;
	margin:auto;
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}


#col_one
{
	width: 200px;
	background-image:url(/images/br-stopwatch.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height: 545px;				/* Height here determines where footer sits */
	padding-top: 120px;
	padding-left:12px;
	float:left;
}

#col_two
{
	width: 248px;
	float:left;
}


#col_three
{
	width: 248px;
	float:left;
}

#col_four
{
	width: 221px;
	float:left;
}


#col_wide    /* for pages like Delivery & Returns */
{
	width: 690px;	
	text-align: left;
	display: inline-block;

}

#col_wide img
{
	float: left;
	clear:both;

	
}


#left_bg
{
	width: 200px;
	background-image:url(/images/br-col_one.jpg);
	
	float:left;
}


#sidemenu /* This is the SIDE  MENU */
{
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				13px;
	font-weight: 			bold;
	text-align:				left;
	margin-left:			20px;		/* Brings the menu in from right the correct distance */
	padding-top: 			110px;		/* Positions menu vertially correct */
	color: 					#474747;
	line-height:			22px;
}

#sidemenu a
{
	color: 					#474747;
	text-decoration:		none;
	font-weight:			normal;
}

#sidemenu a:hover
{
	text-decoration:underline;
}



#delivery,
#delivery li a   /*Delivery Charges */
{
	color: #474747;
	text-decoration:underline;
}

