A {
  /*color: #929ea9;*/
  color: #101617;
  text-decoration: none;
}

A:hover {
  color: #BC0202;
  text-decoration: underline;
}

.top{
	width: 484px;
	height: 75px;
  	background:transparent url(../images/top.png) repeat-x scroll 0% 0%;
}
.top1{
	width: 484px;
	height: 75px;
	margin-top: 20px;
  	background:transparent url(../images/top1.png) no-repeat scroll 100% 0%;
}
.top2 {
	width: 484px;
	height: 75px;
  	background:transparent url(../images/top2.png) no-repeat scroll 0% 0%;
  	padding:0 0 8px 0;
}

#headerLeftContainer {
	width: 484px;
	height: 55px;
	padding: 20px 0 0 0;
	margin: 0;
	text-align: right;
}
/*#header .headerLeft*/ 
#headerLeftContainer div {
	/*float: left;
	height: 75px;*/
	padding: 0px 10px;
	margin: 0;
}

#navigation ul {
	float: right;
	padding: 0;
	margin-right: 10px;
	margin-left: 12px;
	border: 1px lolid white;
	clear: right;
}

#navigation ul li {
	float: left;
	width: 149px;
	height: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
	background-image: url(../images/menu.gif);
	color: white;
}
#navigation ul li.current {
	background-image: url(../images/menu-current.gif);
}
#navigation ul li.current a {
	color: #BC0202;
}

#navigation ul li a {
	font:normal normal bold 11px Verdana, Arial, sans-serif;
	color: #FFF;
	display: block;
	padding-top: 20px;
}
#navigation ul li a:hover {
	color: #BC0202;
}
#navigation ul li.cartTitle {
	line-height: 10px;
	margin: 0;
  	font:normal normal bold 11px arial,sans-serif;
  	color:#FFF;
}
#navigation ul li.cartTitle img {
	padding-top: 8px;
}
#navigation ul li.cartTitle a {
	padding: 0;
	font:normal normal bold 11px arial,sans-serif;
	color: #BC0202;
}

.middle {width:865px; margin:0; background:transparent; padding:0;}

/*.col-2-left-layout .col-main { float:right; width:631px;}*/
.side-col {width:210px;}

/* Main category menu styling */
.header-nav-container {
	width: 210px;
	background: none;
}
.sidebar {
	width:210px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: none;
	background:#ffffff url(../images/sidebar.png) no-repeat scroll 0% 100%;
}
.sidebar-inner {padding: 0 5px;}
.header-nav {
	width: 208px;
	margin: 0;
	padding: 0;
}
.left-block-heading,
.right-block-heading {
	width:160px;
	height:23px;
	margin:0;
	padding: 13px 0 0 50px;
	color: #c4c7d1;
	font: normal normal bold 13px arial, sans-serif;
	background: url(../images/heading_sidebar.gif) no-repeat;	
}
.left-block-heading h3,
.right-block-heading h3 {
	color: #c4c7d1;
	font: normal normal bold 13px arial, sans-serif;
	text-transform: none;
}
.right-block-heading h3 {text-transform: uppercase;}

.btn-subscribe {padding-top: 5px; text-align: center;}

/* Category browse */
.category-head {
	width: 631px;
	height: 36px;
	background: url(../images/heading_contentbox.gif) no-repeat;	
}

.category-head h2 {
	margin: 0;
	padding: 10px 0 0 45px;;
	color: #C4C7D1;
	font: normal normal bold 13px arial, sans-serif;
	text-transform: capitalize;
}

.product-separator, .horsep {
  height:1px;
  margin:11px 13px;
  background:#ffffff url(../images/hor_separator.gif) repeat scroll 0% 0%;
  font-size:1px;
}
.horsep {
	margin: 11px auto;
}

/* Footer */

.footer {
	width: 100%;
	padding: 10px 0;
	margin: 10px auto;
	background: transparent;
}

