/* CSS Document */

body {
	text-align: center;
	margin: 20px 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 11px;
}

a, a:visited {
	color: #274072;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	margin: 0;
	font-size: 16px;
	color: #274072;
}

p 
{
	font-size: 12px;
}

#shell {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

#logo {
	float: left;
}

/* Start styling for the top links i.e. Add to Favourites, Vouchers and Discounts */
#toplinks {
	float: right;
}
#toplinks ul {
	list-style-type: none;
	margin: 20px 0 0;
}	
#toplinks ul li {
	display: inline;
}
#toplinks ul li a {
	display: block;
	float: left;
	font-size: 11px;
	color: #274072;
	margin-left: 13px;
	background-position: center left;
	background-repeat: no-repeat;
}
#toplinks ul li a.tlfav {
	background-image: url(images/favicon.gif);
	padding-left: 18px;
}
#toplinks ul li a.tlvad {
	background-image: url(images/vouchericon.gif);
	padding-left: 16px;
}

/* End styling for top links */

/* Start styling for main nav bar */
#navbar {
	padding-top: 30px;
	clear: both;
	border-bottom: 8px solid #bf0000;
}
#navbar ul, #navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navbar ul {
	text-align: center;
	padding: 6px 0;
}
#navbar ul li {
	display: inline;
}
#navbar ul li a {
	color: #bf0000;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 0 6px;
	background-image: url(images/tabyellowright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#navbar ul li a span, #navbar ul li a span.selected {
	padding: 10px 30px 6px;
	background-image: url(images/tabyellowleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navbar ul li a.selected { 	background-image: url(images/tabredright.gif); color: #FFFFFF; font-weight: bold }
#navbar ul li a span.selected {  background-image: url(images/tabredleft.gif); }

/* End nav bar */

#content {
	border-top: 8px solid #ffb905;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
	background-position: left top;	
}

#leftcol {
	float: left;
	background-image: url(images/leftcolbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 212px !important;
	padding: 10px 0 0 30px;
}
#rightcol {
	float: left;
	background-image: url(images/rightcolbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 513px !important;
}
#rightcol #introtext {
	clear: none;
	padding: 20px 0 0 20px;
}
#rightcol #introtext #pig {
	float: right;
	margin-top: -20px;
}
#rightcol #introtext #pig img {
	position: relative;
}

.rightcolheader {
	clear: left;
	padding: 0 0 0 15px;
}
.redyellowstrip {
	clear: left;
	background-image: url(images/maincolheaderbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}
.rightcolheader .tab {
	float: left;
	padding: 10px 0 6px;
	margin: 0 0 0 0;
	background-image: url(images/tabredright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.rightcolheader .tab span {
	background-image: url(images/tabredleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 30px 6px;
}

.productshome {
	clear: left;
}
.productshome .productfeature {
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px 0;
}
#rightcol #product 
{
	padding: 20px;
}
#rightcol #product img
{
	float: left;
	padding: 0 20px 20px 0;
}
#rightcol #results 
{
	margin: 20px;
}
#rightcol #dgResults
{
	width: 100%;
}
#rightcol .dgResultsHeader 
{
	font-weight: bold;
}
#rightcol .dgResultsAltRow 
{
	background-color: #fff1cd;
}
#rightcol .dgResultsRow 
{
	background-color: #ffdddd;
}

#leftcol h2 {
	background-image: url(images/leftcolheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 197px !important;
	overflow: hidden;
	padding: 3px 0 4px 15px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
}
#leftcol p {
	padding: 10px 15px;
	font-size: 11px;
	margin: 0;
}
#topsearches {
	padding: 10px 15px;
	margin: 0px;
	list-style-type: none;
}
#topsearches li {
	font-size: 11px;
	padding: 2px 0;
	border-bottom: 1px solid #f0f0f0;
}
#topsearches li a, #topsearches li a:visited {
	color: #274072;
	text-decoration: none;
}


#footer {
	clear: both;
	font-size: 11px;
	text-align: center;
	padding-top: 25px;
	margin-top: 20px;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#flinks {
	color: #274072;
	text-decoration: none;
}
.clear 
{
	display: block;
	clear:both;
}


/*\*//*/
#navbar ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}

#navbar ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/

/*\*/
* html #navbar ul li a {
	padding: 0;
}
/**/

