@charset "UTF-8";body  {	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	background: #ffffff url(../images/bg_tile.jpg) repeat-x;}#MainNavContainer{	height:24px;	display:block;	padding:0px;	margin-top: -25px;}#MainNav{position:relative;display:block;height:24px;font-size:12px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;}#MainNav ul{margin:0px;padding:0;list-style-type:none;width:auto;}#MainNav ul li{display:block;float:left;margin:0 1px 0 0;}#MainNav ul li a{display:block;float:left;color:#000066;text-decoration:none;padding:5px 20px 0 20px;height:19px;background:transparent url(../images/menu_bg-OFF.gif) no-repeat top left;}#MainNav ul li a:hover{color:#fff;background:transparent url(../images/menu_bg-OVER.gif) no-repeat top right;}#MainNav ul li a.current,#MainNav ul li a.current:hover{color:#ffffff;background:#ff0033;}#container {	width: 950px;	background: #FFFFFF;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */	font-family: inherit;} #Cart-container {	width: 650px;	background: #FFFFFF;	margin: 0 auto 0; /* the auto margins (in conjunction with a width) center the page */	text-align: left; /* this overrides the text-align: center on the body element. */	font-family: inherit;} #header { 	background: #DDDDDD; } #header h1 {	}#ProdNav {	float: left; /* since this element is floated, a width must be given */	width: 110px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 15px 10px; /* padding keeps the content of the div away from the edges */	border-right: thin dotted #000066;	margin-top: 15px;}#ProdNav a {display:block; height: 46px; width: 110px; overflow: hidden; }#ProdNav a:hover {display:block; text-indent: -110px; }#ProdNav a.here {display:block; text-indent:-220px; }#ProdNav a.here:hover {display:block; text-indent:-110px; }#ProdGraphic {	float: right; /* since this element is floated, a width must be given */	width: 360px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */	padding: 55px 15px 0px;}#ProdGraphic h3 {	color:#ff0033;	background-color:#FFFFFF;	font: bold 1.75em Tahoma, Geneva, sans-serif;}#FullContent {	padding-top: 15px;	text-align: center;}#FullContent p {	font: .9em/1.5em Tahoma, Geneva, sans-serif;	text-align: left;}#ProdContent {	margin: 20px 400px 0 160px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */} #ProdContent  a {	text-decoration: underline;	color: #000066;	font-weight: bold;} #ProdContent  a:visited {	color: #3998CE;} #ProdContent  a:hover {	color: #ff0033;	background-color:#FFFFFF;} #ProdContent  a:active {	color: #FC0;} #ProdContent  h2 {	color: #000066;	font:bold 1.4em Tahoma, Geneva, sans-serif;	padding: 12px 0px 0px 10px;}#ProdContent  h3 {	color: #ff0033;	font:bold 1.1em Tahoma, Geneva, sans-serif;	padding: 12px 0px 0px 10px;}#ProdContent  p {	color: #000066;	line-height: 1.2em;	padding-left: 10px;	margin-bottom: 10px;}#footer {	font-size: .7em;	text-align: center;	} #footer a {	text-decoration: none;	color: #000066;} #footer a:visited {	color: #3998CE;} #footer a:hover {	color: #ff0033;	background-color:#FFFFFF;} #footer a:active {	color: #FC0;} .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */	float: right;	margin-left: 8px;}.fltlft { /* this class can be used to float an element left in your page */	float: left;	margin-right: 8px;}.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */	clear:both;    height:0;    font-size: 1px;    line-height: 0px;}.Titleclass {	font: .6em Tahoma, Geneva, sans-serif;	color: #006;}.Sectionclass {font: bold 1em Tahoma, Geneva, sans-serif;	color: #000;}#page-wrap {	width: 760px;	background: white;	margin: 20px auto;	min-height: 250px;	height: auto !important;	height: 250px;}#buy {	font: .9em Tahoma, Geneva, sans-serif;	color: #006;	padding-top:10px;	border-top: thin dotted #666;}#contentForm {  display: block;  width: 620px;  margin: 40px auto;/*this line will center the page*/  padding: 15px;  background-color: white;}/* and now the form formatting itself */label {  display: block;  float: left;  clear: left;  Width: 170px;  line-height: 36px;  margin-bottom: 10px;  margin: 5px 0;}input, textarea, select {  margin: 0;  float: left;  padding: 2px;  font-size: 1em;  color: #666666;  background: #F5F5F5;  border: 1px solid #ccc;  margin: 6px 0;}   input:focus, textarea:focus, select:focus {  border: 1px solid #999;  background-color: #FFFFFF;}input.button { background:transparent url(/images/submit.jpg) no-repeat scroll left top;border:medium none;cursor:pointer;font-weight:bold;height:28px;margin-left:150px;width:90px;}span.required{  font-size: 13px !important;  color: red !important;}.errormsg {  display: block;  width: 90%;  height: 22px;  line-height: 22px;  color: #FFFFFF;  font-weight: bold;  background: #FF9D9D url(/images/stop.gif) no-repeat 10px center;  padding: 3px 10px 3px 40px;  margin: 10px 0;  border-top: 2px solid #FF0000;  border-bottom: 2px solid #FF0000;}.msgSent {  font-size: 20px;  text-align: center;}.tinytext {font-size: .5em; color:#CCCCCC;}.tinytext a {font-size: .5em; color:#CCCCCC;}.tinytext a:hover{font-size: .5em; color:#FF0033;}/*-- Column Style--*/ul.column{	width: 100%;	padding: 0;	margin: 10px 0;	list-style: none;}ul.column li {	float: left;	width: 180px; /*Set default width*/	padding: 0;	margin: 5px 0;	display: inline;}.block {	height: 306px;	font-size: 1em;	margin-right: 15px; /*Creates the 10px gap between each column*/	padding: 10px;	background: #fff;}.block h2 {	font-size: 1.8em;}.block h3 {	font-size: 1.1em;}.block a {	text-decoration:none;}.subtext {	font-size: .8em;}/*-- Column Style2--*/ul.column2{	width: 100%;	padding: 0;	margin: 10px 0;	list-style: none;}ul.column2 li {	float: left;	width: 150px; /*Set default width*/	padding: 0;	margin: 5px 0;	display: inline;}.block2 {	height: 300px;	font-size: 1em;	margin-right: 10px; /*Creates the 10px gap between each column*/	padding: 6px;	background: #fff;}.block h2 {	font-size: 1.8em;}.block h3 {	font-size: 1.1em;}.block2 a {	text-decoration:none;	line-height: 18px;}.block2 a:hover {	color:#F00;}.subtext2 {	font-size: .85em;	font-weight:bold;}