@charset "utf-8";
/* Anti-HangoverPills.com CSS Document */
body
{
	background: #000000;
	padding: 0;
	margin: 0;
	font-family: 'Tahoma', Arial;
	font-size: 12px;
	color: #CCCCCC;
	line-height: 18px;
}
a
{
	color:#000000;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
h1
{
	font-family:"Tahoma", Arial;
	font-size: 22px;
	color: #D5A22A;
	font-weight: normal;
	padding: 5px 0;
	margin: 5px 0;
	text-transform: lowercase;
}

h2
{
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-transform:capitalize;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 20px;
	
}
#logo
{
	padding-top: 30px;
	padding-bottom: 15px;
}
#toppane
{
	background: #222222 url(images/top-merge.jpg) repeat-x top;
}
#botpane
{
	background: url(images/bot-merge.jpg) repeat-x top;
	height: 120px;
}
#contentpane-home
{
	padding: 20px 0;
}
#contentpane
{
	padding: 20px 0;
}
#menus
{
	border-bottom: solid 1px #333333;
	line-height: 22px;
	font-size: 14px;
}
#menus a
{
	color: #CCCCCC;
	text-decoration: none;
	padding: 0 12px;
}
#menus a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 12px;
}
#menus a.selected
{
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 12px;
}
#submenu td
{
	width: 150px;
	background: #D4A32A url(images/submenu-bg.jpg) repeat-x;
	border: solid 1px #000000;
	line-height: 20px;
	color: #000000;
}
#submenu td a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#submenu td a:hover
{
	display: block;
	color: #D4A32A;
	text-decoration: none;
	background: #222222;
}
#submenu td a.current
{
	display: block;
	color: #D4A32A;
	text-decoration: none;
	background: #222222;
}
.bottom-links
{
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
}
.bottom-links a
{
	text-decoration: none;
	color: #CCCCCC;
	padding: 0 30px;
}
.bottom-links a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

	
.footer-text
{
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
}
.footer-text a
{
	color: #CF982D;
	text-decoration: none;
}
.footer-text a:hover
{
	color: #CCCCCC;
	text-decoration: underline;
}

.retail_bg
{
	background: url(images/retail_bg.png) no-repeat top;
	padding-top: 100px;

}

.wholesale_bg
{
	background: url(images/content.png) no-repeat top;
	padding-left: 15px;
	padding-top: 100px;

}


