/*----------------------------------------------------*/
/* 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-top: 45px;
	padding-left: 10px;
	padding-right:0px;
}
#topbrands table tr td {
	height:19px;
	width:117px;
}

#topbrands table tr td a {
	color: #E69B64;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-left: 6px;
}
#topbrands table tr td a:hover {
	color: #AFC541;
}

/*----------------------------------------------------*/
/* Navigation */
/*----------------------------------------------------*/

#navigation {
	padding-top:96px;
}
#navigation div {
	display: block;
	height: 29px;
	background-repeat: no-repeat;
	margin:3px;
}
#navigation div a {
	display: block;
	height: 29px;
	background-repeat: no-repeat;
}
#navigation div a span {
	display: none;
}
#navigation div a:hover {
	background-position: 0 -29px;
}

#navigation div.info a {
	width: 46px;
	background-image: url(../img/menu_info.jpg);
}
#navigation div.faq a {
	width: 45px;
	background-image: url(../img/menu_faq.jpg);
}
#navigation div.links a {
	width: 56px;
	background-image: url(../img/menu_links.jpg);
}
#navigation div.shopcart a {
	width: 113px;
	background-image: url(../img/menu_shoppingcart.jpg);
}
#navigation div.contact a {
	width: 91px;
	background-image: url(../img/menu_contactus.jpg);
}
/*----------------------------------------------------*/
/* If You are Lady */
/*----------------------------------------------------*/

#lady {
	position:relative;
	top:-6px;
	left:236px;
	width:150px;
	height:31px;
	display: block;
}
#lady a {
	width:150px;
	height:31px;
	display: block;
}
#lady a span {
	display: none;
}
#men {
	position:relative;
	top:25px;
	left:-100px;
	width:340px;
	height:46px;
	display: block;
}
#men a {
	width:340px;
	height:46px;
	display: block;
}
#men a span {
	display: none;
}
/*----------------------------------------------------*/
/* midle background */
/*----------------------------------------------------*/
.midtopbg{
	width:100%;
	height:100%;
	background: url(../img/top2_bg.jpg) no-repeat top;
	margin:0px;
	padding:0px;
}
.midbotbg{
	width:100%;
	height:100%;
	background: url(../img/bot2_bg.jpg) no-repeat bottom;
	margin:0px;
	padding:0px;
}
/*----------------------------------------------------*/
/* Page Title */
/*----------------------------------------------------*/

h2 {
	font-size: 22px;
	color: #E88037;
	text-align: center;
	padding: 0;
	margin: -7px 0 0 0;
	text-transform : uppercase;
}
h2 a {
	color: #9D5144;
	text-decoration: none;
}
h2 a:hover {
	color: #9D5144;
}
h3 {
	color: #AFC541;
	font-size: 16px;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(../img/bgline.gif) repeat-x 0 13px;
	font-weight: bold;
	text-transform : uppercase;
}
h3 span{
	color: #AFC541;
	font-size: 16px;
	padding-left: 5px;
	padding-right: 5px;
	background-color:#310F01;
	font-weight: bold;
	text-transform : uppercase;
}
div.brand h3 {
	color: #AFC541;
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform : capitalize;
	background-image: none;
}
h4{
	color: #E88037;
	font-size: 12px;
	text-align: left;
	padding-left: 25px;
	padding-right: 5px;
}
h6{
	height:20;
	background: url(../img/bgline.gif) repeat-x 0 5px;
	margin: 0;
	padding: 0;
	text-align: right;
	padding-top: 8px;
}
h6 a{
	padding-right: 12px;
	font-weight: bold;
	font-size: 8px;
	text-decoration: none;
}
/*----------------------------------------------------*/
/* Content */
/*----------------------------------------------------*/

#content {
	padding-top: 18px;
	padding-bottom: 25px;
}
p {
	margin: 0;
	padding: 3px 20px 3px 20px;
	font-size: 11px;
}

/*----------------------------------------------------*/
/* Table */
/*----------------------------------------------------*/

table.border {
	background-color:#4C360F;
	text-align:center;
	margin:10px;
}
table.border th, table.border td{
	background-color: #310F01 ;
	color:#E88037;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:5px;
	padding-right:5px;
	font-size: 12px;
}
div.border {
	border-style: solid;
	border-width: 1px;
	border-color: #4C360F;
	margin:10px;
}
/*----------------------------------------------------*/
/* Footer */
/*----------------------------------------------------*/

.bottom-text {
	font-size: 12px;
}
.bottom-text a {
	color: #310F01;
	text-decoration: none;
}
.bottom-text a:hover {
	color: #310F01;
}

