/* CSS Document */
body {
	background-attachment: scroll;
	background-color: #666666;
	background-image: url(gfx/elements/greyfade_bg.jpg);
	background-repeat: repeat-x;
	font-family:  Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

p {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

td {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}


a:link {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}
a:active {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
	}	
a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal; }
#menu {
	float: right;
	display:block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 590px;
}
#menu li {
float:left;
	margin: 5px 0px;
	padding: 0;
}
#menu a {
	background: url("gfx/elements/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 0px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #666666 url("gfx/elements/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 5px;
}
.productheading {
	font-size: 20px;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #FFCC00;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;

}
.horizmenu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:#333333;}
.horizmenu li{text-decoration:none; padding:0; margin:0; list-style:none; display:inline; float:left;}
.horizmenu li a{float:left; padding-left:15px; display:block; color:rgb(255,255,255); text-decoration:none;  cursor:pointer; background:#333333;}
.horizmenu li a span{text-decoration:none; line-height:30px; float:left; display:block; padding-right:15px; background:#333333;}
.horizmenu li a:visited{text-decoration:none;}
.horizmenu li a:hover{text-decoration:none; background:#ffcc00; color:#000;}
.horizmenu li a:hover span{text-decoration:none; background:#ffcc00;}
.horizmenu li a.active, .menu li a.active:hover{text-decoration:none; line-height:30px;  background:#ffcc00;}
.horizmenu li a.active span, .menu li a.active:hover span{text-decoration:none; background:#ffcc00;}

  .horizmenu li#inverted{text-decoration:none; padding:0; margin:0; list-style:none; display:inline; float:left;}
.horizmenu li#inverted a{float:left; padding-left:15px; display:inline; color:rgb(255,255,255); text-decoration:none;  cursor:pointer; background:#ff0000;}
.horizmenu li#inverted a span{text-decoration:none; line-height:30px; float:left; display:inline; padding-right:15px; background:#ff0000;}
.horizmenu li#inverted a:visited{text-decoration:none;}
.horizmenu li#inverted a:hover{text-decoration:none; background:#ffffff; color:#ff0000;}
.horizmenu li#inverted a:hover span{text-decoration:none; background:#ffffff;}
.horizmenu li#inverted a.active, .menu li a.active:hover{text-decoration:none; line-height:30px;  background:#ffffff;}
.horizmenu li#inverted a.active span, .menu li a.active:hover span{text-decoration:none; background:#ffffff;}
 

 
  .strapline {
  	font-size: 18px;
  }
  
table.productgrid {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: separate;
}
table.productgrid td {
	border-width: 0px 1px 0px 1px;
	padding: 2px 2px 2px 2px;
	border-style: none solid none solid;
	border-color: #eeeeee;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
}
input[type="text"]:focus, 
input[type="text"].focus,
input[type="password"]:focus, 
input[type="password"].focus,
select:focus,
select.focus,
textarea:focus,
textarea.focus{
  background-color: #eeeeee;
  padding: auto;
}
.newflash {
position: relative;
}

.newflash span {
position: absolute;
width:50px;
height:50px;
left: 0;
top: 0;
background-image: url(gfx/newflash.gif);
} .whiteborder1px {
	border: 1px solid #FFFFFF;
}
