/* CSS Document */
body	{font-family:Arial, Helvetica, sans-serif; font-size:12px; }
	.price {font-family:Arial, Helvetica, sans-serif;
	color:#000000;	
	}
	.aborder{border:0.1cm;
			border-color: #000000}
	.colorSet{border-style: outset;
			  border-bottom-color: white;
			  border-left-color: white;
			  border-right-color: white;
	font-family: Arial, Helvetica, sans-serif;	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;}
	.menuItems{text-align: right;
			   font-family: Times;}
	.menuBarA{color: #000000;
                           border-style: outset;			   
                           border-bottom-color: white;
						   border-left-color: white;
						   border-right-color: white;
						   background-color: #406BDB;
						   border-top-color: white;
							font-family: Arial, Helvetica, sans-serif;	
							font-style: normal;
							font-weight: normal;
							font-variant: normal;
							color: #000000;}
	.menuTDA{color: #000000;
			   background-color: #666666;}
	.menuTDIA{color:#CCCCCC;
				background-color:#406bdb;}
				   
	.menuBarIA{background-color: #818E96;
			        border-style: outset;
				   	font-family: Arial, Helvetica, sans-serif;	
					font-style: normal;
					font-weight: normal;
					font-variant: normal;
					color: #000000;}
	.menuItemTitle{color:#406bdb; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
	.submenuBarIA{background-color: #666666; 
			        border-style: outset;
					font-family: Arial, Helvetica, sans-serif;	
					font-style: normal;
					font-weight: normal;
					font-variant: normal;
					color: #000000;}
	.banner{background-color: #406BDB;
                           border-style: outset;			   
                           border-bottom-color: white;
			   border-left-color: white;
			   border-right-color: white;
			   border-top-color: white;
	font-family: Arial, Helvetica, sans-serif;	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
			background-repeat: no-repeat;
			background-position: 0 bottom;}
	.menuItemA{color: #CCCCCC;
			   cursor: hand;
	font-family: Arial, Helvetica, sans-serif;	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}
	.menuItemIA{color: #FFFFFF;
				cursor: auto;}
	.link{text-decoration: none; color:#FFFFFF; font-weight:bold;}
	A:link {text-decoration: none;
			color:#FFFFFF; font-weight:bold;
			font-family:Arial, Helvetica, sans-serif}
	A:visited {text-decoration: none;
			color:#FFFFFF;
			font-family:Arial, Helvetica, sans-serif}
	A:active {text-decoration: none;
			color:#FFFFFF;
			font-family:Arial, Helvetica, sans-serif}
	A:hover {text-decoration: none;
			color: #CCCCCC;
			font-family:Arial, Helvetica, sans-serif}

ul.grMenu, ul.grMenu ul {
  width: inherit;                 /* sets the size of the menu blocks */
  border: 1px solid #FFF;      /* puts a black border around the menu blocks */
  background-color: #406bdb;      /* makes the menu blocks mint green - a bg-color MUST be included for IE to work properly! */
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.grMenu li {
  list-style-type: none;       /* removes the bullet points */
  margin: 0px;                 /* Opera 7 puts large spacings between li elements */
  position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
  color: #fff;                 /* sets the default font colour to white */
  border-bottom: 1px #FFFFFF solid;
  border-left: 1px #FFF solid;
  border-right: 1px #FFF solid;
  height:30px;
  
}

ul.grMenu li > ul {          /* using the > selector prevents many lesser browsers (and IE - see below) hiding child ULs */
  width: 200px;
  display: none;               /* hides child menu blocks - one of the most important declarations */
  position: absolute;          /* make child blocks hover without leaving space for them */
  top: 0px;                    /* position slightly lower than the parent menu item */
  left: 165px;                  /* this must not be more than the width of the parent block, or the mouse will */
 }
ul.grMenu li:hover, ul.grMenu li.CSStoHighlight {
  background-color: #ccc;      /* gives the active menu items a yellow background */
  color: #fff;                 /* makes the active menu item text black */ 
}
ul.grMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.grMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.grMenu li a { color: #fff; display: block; width: 100%; text-decoration: none; }
ul.grMenu li a:hover, ul.grMenu li a.CSStoHighLink { color: #000;  text-decoration: none; }
ul.grMenu li:hover > a { color: #000;  text-decoration: none; } /* supports links in branch headings - must not be display: block; */
-->
/*
marquee {
   -moz-binding                  : none !important;
   display                       : block;
   height                      : auto !important;
}

*/
.specialsTbl	{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#406bdb; text-align:center; width:540px;}
.specialsCnt	{width:180px; background:#FFFFFF; vertical-align:top; height:140px; text-align:center}
.special3Span	{background:#FFFFFF; vertical-align:top; height:150px; text-align:center;}
.specialsTDTbl	{width:200px; background:#FFFFFF; vertical-align:top; height:50px; font-weight:bold;}
.list			{list-style-image:url(Pics/Check.gif); marker-offset:12}
.resumeTitle	{color:#000000; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
a.resumeTitle	{color:#000000; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
a.resumeTitle:hover {color:#000000; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
a.resumeTitle:visited {color:#000000; font-size:14px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.snr			{height:200px; border: 1px #406bdb solid; text-align:center;}
.JSRLink		{color:#406bdb;}
a.JSRLink		{color:#777777;}
a.JSRLink:hover	{color:#000000;}
a.JSRLink:visited	{color:#555555;}
.description	{height:75px; vertical-align:middle; color:#000000;}
.buyNow			{height:34px; vertical-align:top; color:#406bdb;}

.contact	{font-family:Arial, Helvetica, sans-serif; color:#444444; font-weight:bold; font-size:10px; text-align:center;}
a.contact {color:#444444;}
a.contact:hover {color:#000000;}