/** TEMPLATE **/
html { overflow-y: scroll; }

body{
	background-image:url("/images/bodyBackground.jpg");
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#printDiv {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

#page_outer {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

#top_outer {
	width:980px;
	height:135px;
	background-image:url('/images/bubbles.png');
	background-repeat:no-repeat;
}

#content_outer { padding-left:10px; padding-top:1px; }

#logo_div {
	 position:relative;
	 top:20px;
}

#address_div {
	background-image:url('/images/addressBackground.jpg');
	height:35px;
	line-height:35px;
	text-align:right;
	margin-top:10px;
}

#address_div a { color:#cb3240; }

#signNewsletter input[type=text] {
	font-size:10px;
}

#lightbox_frame{
	width:370px;
	height:500px;
	background-color:transparent;
}
.lightbox {
	display: none;
	position: fixed;
	top:5%;left:35%;width:50%;height:50%;
	width: 370px;
	height: 500px;
	z-index:1002;
	overflow:hidden;
	background-color:transparent;
}

.black_overlay{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5000px;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.fontRed { color:#cb3240; }
.fontGray { color:#999999; }
.fontBlack { color:#000000; }
.font11 { font-size:11px; }
.font15 { font-size:15px; }
.font20 { font-size:20px; }
.font26 { font-size:26px; }
.font30 { font-size:30px; }
.padding5 { padding:5px; }
.padding10 { padding:10px; }
.boxBorder { border: solid 1px #999999; }
.bumpUp{ position:relative; top: -1px; }
.bumpUp2{ position:relative; top: -2px; }
.bumpUp3{ position:relative; top: -3px; }
.bumpLeft { position:relative; left: -1px; }
.clear { clear:both; }
.fontLower{
	text-transform: capitalize !IMPORTANT;
	font-weight:normal;
}

.ingredientSpan{
	font-size: 10px;
	font-weight:bold;
}

.h1 {
	float:left;
	margin-bottom:0px;
	margin-top:0px;
	text-transform:uppercase;
	background-color:#ffffff;
	z-index:1;
	overflow:hidden;
	white-space:nowrap;
}

h1 {
	text-transform:uppercase;
	color:#cb3240;
}

.h2 {
	float:left;
	margin-bottom:0px;
	margin-top:0px;
	font-size:11px;
	background-color:#ffffff;
	z-index:1;
	text-transform:uppercase;
	overflow:hidden;
	white-space:nowrap;
}

h2 {
	text-transform:uppercase;
	color:#999999;
}

/*
ol {
	padding:0px;
	margin:0px;
}
*/
.ol_top10 {
	padding:0px;
	margin:0px;
}

.li_top10 {
	float:left;
	margin-bottom:0px;
	margin-top:0px;
	font-size:11px;
	background-color:#ffffff;
	z-index:1;
	list-style-type: none;
	white-space:nowrap;

}

/*
li {
	float:left;
	margin-bottom:0px;
	margin-top:0px;
	font-size:11px;
	background-color:#ffffff;
	z-index:1;
	list-style-type: none;
	white-space:nowrap;
}
*/
.liStar {
	background-image: url('/images/star.png');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding-left:22px;
}
.liNumber {
	color:#000000;
	font-weight:bold;
}

/** GENERAL **/
img { border-width:0px; }

a {
	text-decoration:none;
	color:#cb3240;
}

a, input { outline:none; }

.numberBox{
	background-color: #cb3240;
	width:25px;
	height:25px;
	line-height:25px;
	text-align:center;
	color: white;
	font-weight:bold;
	font-size: 14px;
}

/** ALCOHOL DIGESTION **/
.alcoBoxSmall{
	background-image:url("/images/alcoBoxSmall.png");
	width: 185px;
	height: 129px;
}
.alcoBoxMedium{
	background-image:url("/images/alcoBoxMedium.png");
	width: 906px;
	height: 323px;
}

/** MENU **/
#menu_div {
	color:#d6d6d6;
	width:740px;
	height:23px;
	line-height:23px;
	background-color:#ffffff;
	border:solid 1px #999999;
	text-transform:uppercase;
	position:relative;
	left:238px;
	top:-25px;
}

#menu { float:left; height:40px; }

#menu_div #search {
	height:23px;
	border-left:solid 1px #999999;
	float:right;
	width:160px;
	position:relative; left:-2px;
}

#menu_div input[type=text] {
	border:none;
	background-color:transparent;
	width:105px;
}

#menu_div img {
	padding-right:5px;
}
.menu_links a{
	font-weight:bold;
}
.menu_links .active{
	color:#000000;
}
.menu_links a:hover{
	color: #000000; /* THEMED VALUE */
}

/* submenu links */
#sub_menu {

	width:572px;
	position:relative;left:-1px;
	padding-left:5px;
}
.sub_menu_links {
	background-color:#ffffff;
	width:740px;
	margin-left: -370px;
	position:absolute;
	left:50%;
}
#sub_main_menu .menu_links{
	margin-top:6px;
}
.sub_menu_links a{
	font-weight:bold;
}
.sub_menu_links .active{
	color:#000000;
}
.sub_menu_links a:hover{
	color: #000000;
}