body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #2c2e31;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin: 0 auto;
	padding: 0;
	color: #000000;
	text-align: center;
}
.mainCSS #holder {
	margin: 0 auto;
	z-index:0;
}
.mainCSS #menu {
	margin: 0 auto;
	top: 0px;
	height: 0px;
	width:1024px !important;
	z-index:2;
	float:right;
	margin-left:15%;
}
.mainCSS #menuHolder {
	position:relative;
	top: 0;
	margin:0 auto;
	z-index:10;
   width:454px;
}
.mainCSS #header {
	top: 0px;
	margin: 0 auto;
	width: 1024px;
	background-repeat: no-repeat;
	z-index:0;
}

.mainCSS #content {
	top: 0px;
	width: 1024px;
	margin: 0 auto;
	z-index:0;
}
.mainCSS #contentTop {
	top: 0px;
	margin: 0 auto;
	width: 1024px;
	overflow: hidden;
	background-image: url(../images/content_09.png);
	background-repeat: repeat-y;
	z-index:0;
}
.mainCSS #wrap {
	margin:0 49px 20px auto;
	width: 715px;
	float:right;
	z-index:0;
}
.mainCSS #footer {
	margin: 0 auto;
	width: 1024px;
	top: 0px;
	overflow:hidden;
	background-image: url(../images/content_09.png);
	background-repeat: repeat-y;
	margin-bottom: 0 auto;
}
.mainCSS #sideBar {
	top: 0px;
	width: 216px;
	float:left;
	margin-left: 30px;
	height:100%;
	padding-bottom:20px;
	margin-bottom:-1px;
}
.footer {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
}
.content {
	color: #000000;
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif;
}
.sideBar {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	color: #000000; 
	font-weight: bold; 
	font-size: 18px; 
	font-family: Arial, Helvetica, sans-serif; 
}
.tagLineText {
	color: #222222;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.large {
	color: #0066ff;
	font-weight: bolder;
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
}
.medium {
	color: #0066ff;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066ff;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066ff;
}
a:hover {
	text-decoration: none;
	color: #222222;
}
a:active {
	text-decoration: none;
	color: #0066ff;
}

/*tooltip stylesheet*/

#hover { 
	position: absolute;
	width: 250px;
	border: 1px solid #FFFFFF;
	padding: 2px;
	background-color: #790a0a;
	visibility: hidden;
	z-index: 100;
	text-align:justify;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.productBox {
   border: 5px ridge #485254;
   width: 155px !important;
   height: 110px !important;
   float: left;
   margin-right: 3px;
   margin-top: 5px;
}
.productBoxBlank {
   width: 155px !important;
   height: 133px !important;
   float: left;
   margin-right: 3px;
   margin-top: 5px;
}
.productEnd {
   width: 2px !important;
   height: 133px !important;
   float: left;
}
.productLinkBlankÊ {
   width: 155px !important;
   height: 13px !important;
   float: left;
   margin-right: 3px;
   margin-top: 5px;
}
.picGifsProducts {
	font-size: 10px;
	float: left;
	letter-spacing: -0.05em;
	color: #4A5558;
   width: 160px !important;
   height: 13px !important;
   float: left;
   margin-right: 3px;

   margin-bottom: 19px;
}

#clear {
clear:both;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
}

.nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 100;
  position: relative;
  margin-right:29px;
}
.nav li {
  border-left: 1px solid #000;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  font: normal 1em Arial, Helvetica, sans-serif;
  background: #565656;
  color: white;
  display: block;
  text-decoration: none;
}

.nav li a:hover {
  background: #ccc;
  color: #000;	

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  background: #ccc;
  color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
  background: #565656;
  color: white;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  background: #ccc;
  color: #000;	
}

.nav ul {
  background: #565656;
  border-bottom: 1px solid #000;
  list-style: none;
  margin: 0;
  position: absolute;
  top: -999em;
  left: -1px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 24px;
}
.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border: 1px solid #000;
  border-bottom: 0;
  white-space: nowrap;
}
.nav ul a:hover {
  background: #ccc;
  color: #000;
}
