body {
	font-family: arial; 
	text-align:center;
}


td {
	 font-size: 12px;
}

h1 {
	margin: 0px;
	font-size:20px;
}

img {
	border: 0px;
}

#ProductDisplay {
	margin: 0 auto;
	width:500px;
}

#ProductDisplay TD{
  	border-right: 1px solid #C9C7C2;
  	border-bottom: 1px solid #C9C7C2;
  	text-align: center;
  	padding-left: 14px;
  	font-size:12px;
}

#ProductDisplay  a{
  	text-decoration: none;
}
#ProductDisplay  a:hover{
  	text-decoration: underline;
}

#Product {

}
#Product h1 {
	margin: 0px;
	font-size:20px;
}
#Product h2 {
	margin: 0px;
	font-size:12px;
}

#Product h3 {
	margin: 0px;
	font-size:12px;
}

#Product .PriceTable {
	font-size:14px;
	background-color:#F4F8F4;
	border: #000000 solid;
	border-width: 1px 1px 1px 1px;
}


#Product .ListPrice {

	font-size:13px;
	color: #cococo;
	font-weight:none;
	text-decoration: none;
	line-height: 30px;
}
#Product .OurPrice {

	font-size:13px;
	color: #800000;
	font-weight:bold;
	text-decoration: none;
	line-height: 30px;
}

#Product .Savings {

	font-size:12px;
	color: green;
	font-weight:bold;
	text-decoration: none;
	line-height: 30px;
}


.LeftBar {
	 font-size: 11px;
	 background-color : #EFEFEE;
}


#OuterTable {
	width: 760px;
	border: 1px solid #000000;
	margin: 0 auto;
}

#OuterTable td{
	padding: 2px;
}

#LeftMenu {
	width: 160px;
	background-color:#E9E9E9;
	vertical-align:top;
}


#LeftMenu a {
	text-decoration: none;
}

#LeftMenu a:hover {
	text-decoration: underline;
}

#LeftMenu  li {
	list-style:square;
}
	

/*globalnav*/

#globalnav {
	position:relative;
	float:left;
	width:100%;
	padding:0 0 0em 0em;
	margin:0;
	list-style:none;
	line-height:1em;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
}

#globalnav A {
	display:block;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	background:#006600;
	margin:0;
	padding:0.5em 1em;
	border-left:1px solid #000000;
	border-top:1px solid #000000;
}

#globalnav A:hover,
#globalnav A:active,
#globalnav A.here:link,
#globalnav A.here:visited {
	background:#E6F4E3;
	color:#000000;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}


#footer {
	font-size: 11px;
}
