
/* now for some decent comments for a style sheet*/
/* firstly set the body tag with all the necessary defaults for the page
*/
body {
	background-color: #003399;
	scrollbar-face-color: #003399;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000066;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #000066;
}
/*	Input1 
	used in the homepage for product search
*/
.input1 
	{
	font-size: 0.7em; 
	background-color: #ffffff; 
	color: #000000;
	font-family : verdana;
	border: 1; 
	border-Style: solid; 
	border-color: #3399FF;
	}
/*	border1 
	used in the homepage for product search
*/
.border1 
	{
	border: 1; 
	border-Style: solid; 
	border-color: #000000;
	background-color : #99CCFF;
	}
/*	Text1 
	will be the default sized text used on all pages
	color black
	Note:
	Changes include using em for the site impaired and to comply with US
	regulations.
*/
.Text1 
{
	font-family : Verdana, Geneva, Arial; 
	color : #FFFFFF;
	font-size:0.7em;
 	font-weight : bold;
}
/*	Text2 
	At Present used in the top navbar
	color white
*/
.Text2 
{
	font-family:Verdana, Geneva, Arial; 
	color:#3399FF;
	font-size:0.8em;
 	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
/*	Text3 
	At Present used in the top navbar
	color black
*/
.Text3 
{
	font-family:Verdana,Geneva,Arial; 
	color:#3399ff;
	font-size:1.4em;
	text-decoration:none;
 	font-weight:bold;
	font-style:normal;
}
/*	Text4 
	At Present used in the top navbar
	color black used for whats hot text
*/
.Text4 
{
	font-family:Verdana, Geneva, Arial; 
	color:#ffffff;
	font-size:0.8em;
 	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}
/*	Text5 
	At Present used in the top navbar
	color black used for whats hot text
*/
.Text5 
{
	font-family:Verdana, Geneva, Arial; 
	color:#3399FF;
	font-size:1.0em;
 	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
/*	text6 
	Standard text size
*/
.Text6 
{
	font-family:Verdana, Geneva, Arial; 
	color:#99CCFF;
	font-size:0.8em;
 	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}

/*	Text7 
	At Present used in the top navbar
	color darkgrey
*/
.Text7 
{
	font-family:Verdana, Geneva, Arial; 
	color:#99CCFF;
	font-size:0.8em;
 	font-weight:bold;
	font-style:italic;
	font-style:normal;
	text-decoration:none;
}
/*	Text8 
	At Present used in the top navbar
	color darkgrey
*/
.Text8 
{
	font-family:Verdana, Geneva, Arial; 
	color:#FFFFFF;
	font-size:0.8em;
 	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
/*	background1 
	will be the default background
	colour turquoise blue
*/
/*	Text9 
	At Present used in the top navbar
	color black used for whats hot text
*/
.Text9 
{
	font-family:Arial, Verdana, Geneva ; 
	color:#ffffff;
	font-size:0.7em;
 	font-weight:normal;
	font-style:normal;
	text-decoration:none;
}


.bg1 
{
	background-color : #3399FF;
}
/*	background2 
	will be the default background
	colour turquoise blue
*/
.bg2 
{
	background-color : #99CCFF;
}
/*	background3 
	will be the default background
	colour turquoise blue
*/
.bg3 
{
	background-color : #C5E1FD;
}
/*	background4
	background for the category lines
	colour grey
*/
.bg4 
{
	background-color : #cccccc;
}
/*	background4
	background for the BASKET
	colour grey
*/
.bg5 
{
	background-color : #eeeeee;
}
.bg6 
{
	background-color : #cc0000;
}
/*	link1 
	used for the links for top nav
*/
 .link1:link  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.8em;
 	text-decoration:underline;
 	color:#ffffff;
	font-weight:bold;
 }
.link1:visited  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.8em;
 	text-decoration:underline;
 	color:#ffffff;
	font-weight:bold;
 }
 
 .link1:active  
 {
 	font-family:Verdana, Geneva, Arial;
 	font-size:0.8em;
 	text-decoration:underline;
 	color:#ffffff;
	font-weight:bold;
 }
 
 .link1:hover  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.8em;
 	text-decoration:underline;
 	color:#3399FF;
	font-weight:bold;
 }	
 /*	link2 
	used for the links selected for top nav
*/
 .link2:link  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#ffffff;
	font-weight:normal;
 }
.link2:visited  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#ffffff;
	font-weight:normal;
 }
 
 .link2:active  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#ffffff;
	font-weight:normal;
 }
 
 .link2:hover  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#3399FF;
	font-weight:normal;
 }	
 /*	link3 
	used for the links for Services and products on the homepage
*/
 .link3:link  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#000000;
	font-weight:normal;
 }
.link3:visited  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#000000;
	font-weight:normal;
 }
 
 .link3:active  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#000000;
	font-weight:normal;
 }
 
 .link3:hover  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#3399ff;
	font-weight:normal;
 }
 /*	link4 
	used for the links selected for Services and products on the homepage
*/
 .link4:link  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#3399ff;
	font-weight:normal;
 }
.link4:visited  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#3399ff;
	font-weight:normal;
 }
 
 .link4:active  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#3399ff;
	font-weight:normal;
 }
 
 .link4:hover  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.6em;
 	text-decoration:underline;
 	color:#3399ff;
	font-weight:normal;
 }
  /*	link5 
	used for the links in the contact us page
*/
 .link5:link  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.7em;
 	text-decoration:underline;
 	color:#333366;
	font-weight:normal;
 }
.link5:visited  
 {
 	font-family : Verdana, Geneva, Arial;
 	font-size : 0.7 em;
 	text-decoration : underline;
 	color : #333366;
	font-weight : normal;
 }
 
 .link5:active  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.7em;
 	text-decoration:underline;
 	color:#333366;
	font-weight:normal;
 }
 
 .link5:hover  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.7em;
 	text-decoration:underline;
 	color:#3399ff;
	font-weight:normal;
 }
 /*	link6 
	used in the product categories page for product categories
*/
 .link6:link  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.7em;
 	text-decoration:underline;
 	color:#333366;
	font-weight:bold;
 }
.link6:visited  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.7em;
 	text-decoration:underline;
 	color:#333366;
	font-weight:bold;
 }
 
 .link6:active  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.7em;
 	text-decoration:underline;
 	color:#333366;
	font-weight:bold;
 }
 
 .link6:hover  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:0.7em;
 	text-decoration:underline;
 	color:#3399ff;
	font-weight:bold;
 }
 /*	link7 
	used in the product categories page for product categories
*/
 .link7:link  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:1.0em;
 	text-decoration:underline;
 	color:#FF9900;
	font-weight:bold;
 }
.link7:visited  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:1.0em;
 	text-decoration:underline;
 	color:#FF9900;
	font-weight:bold;
 }
 
 .link7:active  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:1.0em;
 	text-decoration:underline;
 	color:#FF9900;
	font-weight:bold;
 }
 
 .link7:hover  
 {
 	font-family:Verdana,Geneva,Arial;
 	font-size:1.0em;
 	text-decoration:underline;
 	color:#FF9900;
	font-weight:bold;
 }
 .fotgal 
 {
 	border:1px; 
	border-thickness:1px; 
	border-color:#eee;
	border-style:solid;
}
A:hover, A:active 
{
	color:#000
}
A:hover .fotgal, A:active .fotgal 
{
	border:1px; 
	border-thickness:1px;
	border-color:#000; 
	border-style:solid
}