/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1em;
	font: .9em Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

/************ Body Structure ************/

body {
   background: url(images/bg.gif) repeat-x;
}

#container {
  margin: 0 auto;
  width: 980px;
}


/************ Header ************/

#header {
   width: 980px;
}

#header .logo {
   padding-top: 0px;
   padding-right: 48px;
}

#header td {
	vertical-align: top;
    padding-top: 26px;
	font-weight: bold;
}

#header td a {
    text-decoration: none;
	color: #000000;
	font-size: .85em;
	padding-right: 20px;
}

#header td a:hover {
    text-decoration: underline;
	color: #000000;
}

.since {
  font-weight: bold;
  padding-top: 8px !important;
  padding-left: 64px;
}

.help-center {
    text-align: right;
	padding-right: 8px;
}

.help-center a {
   text-align: right !important;
   padding-right: 0 !important;
}

/************ Left Menu ************/


#left {
   width: 222px;
   float: left;
   display: inline;
   margin-right: 12px;

}

#left-menu {
 	width: 220px;
	margin-top: 30px;
}

#left-menu li {
   list-style-type: none;
   margin-bottom: 7px;
   width: 220px;
   text-align:center;
}
#left-menu a {
   font: bold 1.15em Arial, Helvetica, sans-serif;
   color: #000;
   text-decoration: none;
}

#left-menu a:hover {
   text-decoration: underline;
}

#left-menu img {
  border: 0;

}

/************ Body Content ************/


#right {
  width: 740px;
  float: left;
  display: inline;
}

#inner-wrap {
   background: #fff;
   float: left;
   
}
.tagline {
   padding-left: 80px;
}

.banner {

}

/* Home */

#cat-list {
   width: 740px;
   background: #fff;
   padding-top: 30px;
   margin-top:0;

}

.cat-wrap {

	float: left;
	width: 246px;
	display: inline;
	margin-bottom: 60px;
	text-align: center;
}

.cat-wrap img {

}


.cat-wrap h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}

.cat-wrap p {
	text-align: center;
}

.cat-wrap em {
  color: #FF0000;
  font-weight: bold;
  font-style: normal;
}

.bot-banner {
	padding:18px 0px 0px 50px;
}


/* Product List */

#item-list {
   width: 740px;
   background: #fff;
   padding-top: 30px;
   margin-top:0;

}

.item-wrap {

	float: left;
	width: 246px;
	display: inline;
	margin-bottom: 60px;
	text-align: center;
}

.item-wrap img {
    margin: 0px auto;
}

.shop-now {
  margin-top: 4px !important;
}

.item-wrap h2 {
	text-align: center;
	font-weight: bold;
	font-size: .9em;
	height: 38px;
	width: 230px;
}

.item-wrap p {
	text-align: center;
}

.item-wrap em {
  color: #FF0000;
  font-weight: bold;
  font-style: normal;
}

















