@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0;
}

img {
	border: 0;
}

#divBasket{
	float:right; 
	width:150px; 
	height:64px; 
	background-image:url(../images/basket.gif);
	background-repeat: no-repeat;
	color:#FFFFFF;
	text-align:right;
}

#toplinks {
	float: right;
	padding: 8px;
}

#toplinks a {
	color: #042dab;
}

#body {
	font-family: Verdana;
	margin: 5px 0 0 0;
	overflow: hidden;
}

#nav {
	background: url(../images/nav.jpg) repeat-x;
	height: 26px;
	margin: 2px 0 2px 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
	float: left;
}

#nav ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	height: 14px;
	padding: 6px 26px 6px 26px;
}

#nav ul li a:hover {
	background: url(../images/navRO.jpg) repeat-x;
}

#promolinks td {
	width: 11%;
	text-align: center;
	border: 1px solid #999;
	border-bottom: 0;
	border-right: 0;
}

#newsreel {
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 8px;
	width: 191px;
	height: 110px;
}

#ticker {
	position: absolute;
	top: 23px;
	left: 423px;
	width: 220px;
	overflow: hidden;
	color: #000;
}

a.trade {
	background: url(../images/tradeenquiries.gif);
	display: block;
	width: 170px;
	height: 45px;
	position: absolute;
	bottom: 7px;
	left: 6px;
}

a.trade:hover {
	background: url(../images/tradeenquiriesRO.gif);
}

a.bespoke {
	background: url(../images/bespokebutton.jpg);
	display: block;
	width: 183px;
	height: 51px;
	bottom: 66px;
	left: 6px;
}

a.bespoke:hover {
	background: url(../images/bespokebuttonRO.jpg);
}

a.brakes {
	background: url(../images/braided.jpg);
	display: block;
	width: 183px;
	height: 62px;
	left: 6px;
	border-bottom:1px solid #CCC;
	margin-top:-1px;
}

a.brakes:hover {
}


.promo {
	background: #042dab;
	padding: 5px 0 5px 0;
	color: #fff;
	display: block;
}

.promoOn {
	background: #da0f0f;
}

div.circle {
	background: url(../images/flashpipe/circle1.png);
	position: absolute;
	width: 18px;
	height: 18px;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

div.pipedetail {
	position: absolute;
	padding: 10px;
	border: 3px #fff solid;
	font-size: 10px;
	background: #ddd;
	z-index: 999;
	width: 400px;
	text-align: left;
	display: none;
}

a {
	color:#990000;
}

a:hover {
	color:#003399;
}

.blueHighlight {
	font-weight:bold;
	font-size:120%;
	color:#003399;
}

.redHighlight {
	font-weight:bold;
	font-size:120%;
	color:#990000;
}

h2 {
	font-weight:bold;
	font-size:120%;
	color:#003399;
	line-height:100%;
	margin-bottom:5px;
}