/*----------------------------------------------------*/
/* Header */
/*----------------------------------------------------*/

h1#keyword {
	display: none;
}
#topbrands {
	background: url(../img/bg_topbrands.gif) no-repeat;
}
#bottom-header {
	background: url(../img/warning.gif) no-repeat top right;
}

#bottom-header a {
	display: block;
	height: 11px; width: 154px;
	margin: 8px 0 0 63px; 
}
#bottom-header a span {
	display: none;
}
#bottom-header a {
	background: url(../img/cigarettes-for-men.gif) no-repeat;
}
#bottom-header a:hover {
	background-position: 0 -11px;
}

/*----------------------------------------------------*/
/* Top Brands */
/*----------------------------------------------------*/

#topbrands {
	padding: 11px 0 0 15px;
}
#topbrands div {
	float: left;
	margin: 0 0 0 11px;
	padding: 0;
}

#topbrands div a {
	display: block;
	color: #CF6683;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 9px;
	background: url(../img/marker.gif) no-repeat 0 7px;
}
#topbrands div a:hover {
	color: #87354C;
	background-position: 0 -11px;
}

/*----------------------------------------------------*/
/* Navigation */
/*----------------------------------------------------*/

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation ul li {
	margin: 0;		/* hack for opera7 */
	float: left;
}
#navigation ul li a {
	display: block;
	height: 36px;
	background-repeat: no-repeat;
}
#navigation ul li a span {
	display: none;
}
#navigation ul li a:hover {
	background-position: 0 -36px;
}

#navigation ul li.info a {
	width: 93px;
	background-image: url(../img/info.gif);
}
#navigation ul li.faq a {
	width: 124px;
	background-image: url(../img/faq.gif);
}
#navigation ul li.links a {
	width: 108px;
	background-image: url(../img/links.gif);
}
#navigation ul li.shopcart a {
	width: 194px;
	background-image: url(../img/cart.gif);
}
#navigation ul li.contact a {
	width: 165px;
	background-image: url(../img/contact.gif);
}

/*----------------------------------------------------*/
/* Page Title */
/*----------------------------------------------------*/

h2 {
	font-size: 22px;
	color: #9D5144;
	text-align: center;
	background: url(../img/title_line.gif) repeat-x 0 20px;
	padding: 0;
	margin: -7px 0 0 0;
}
h2 a {
	color: #9D5144;
	text-decoration: none;
}
h2 a:hover {
	color: #9D5144;
}
h3 {
	height: 28px; width: 628px;
	background: url(../img/bg_brand_title.gif) no-repeat;
	color: #F8EAEE;
	font-size: 20px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------*/
/* Content */
/*----------------------------------------------------*/

#mid-table {
	margin-bottom: 27px;
}
#content {
	padding: 18px 0;
	background-color: #F3E1E5;
	padding-bottom: 2px;
}
#content div.faq {
	clear: left;
	width: 628px;
	margin: 0 0 23px 27px;
	background-color: #FFFFFF;
}
p {
	margin: 0;
	padding: 0 20px 4px 15px;
	text-indent: 15px;
	font-size: 11px;
}

/*----------------------------------------------------*/
/* Footer */
/*----------------------------------------------------*/

.bottom-text {
	font-size: 10px;
	padding-top: 15px
}
.bottom-text a {
	color: #CF6683;
	text-decoration: none;
}
.bottom-text a:hover {
	color: #87354C;
}

#bottom-lf {
	background: url(../img/bg_bottom_lf.gif) no-repeat;
	padding-left: 4px;
}

#bottom-rg {
	background: url(../img/bg_bottom_rg.gif) no-repeat;
	padding-right: 17px;
	text-align: right;
}

