/* GENERIC styles
------------------------- */
* { margin:0; padding:0; }
body {
	background: #000 url(../imgs/woodbg.jpg) 0 0 repeat-x;
	color: #fff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}
p {
	padding: 0 0 15px;
}
blockquote {
	padding: 0 30px;
}
a:link, a:visited {
	color: #e59b12;
	text-decoration: none;
}
a:hover {
	color: #670a14;
	text-decoration: underline;
}
hr {
	background: #670a14;
	border: 0;
	color: #670a14;
	height: 1px;
	margin: 0 0 15px;
}
h3 {
	color: #e59b12;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 8px;
}



p.info {
	color: #666;
	font-size: 11px;
}



/* STRUCTURAL styles
------------------------- */
#shell {
	display: block;
	margin: 10px auto 20px;
	position: relative;
	width: 680px;
}
#content {
	background: transparent url(../imgs/hdr_star.gif) 0 26px repeat-x;
	display: block;
	margin: 0 auto;
	text-align: left;
	width: 440px;
}
#header {
	display: block;
	margin: 0 100px 45px;
	width: 240px;
}



/* HEADER styles
------------------------- */
a#logo {
	background: url(http://www.jimbeamfoods.com/imgs/hdr_logo.png) no-repeat 0 0 !important;
	background: none;
	cursor: pointer;
	display: block;
	height: 132px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -4000px;
	width: 240px;
}
* a#logo span {
	display: block;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.jimbeamfoods.com/imgs/hdr_logo.png');
}
#header h1#addflavor {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 131px;
	overflow: hidden;
	text-indent: -4000px;
	width: 240px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.jimbeamfoods.com/imgs/hdr_addflavor.png');
}
#header h1#addflavor[id] {
	background-image: url(http://www.jimbeamfoods.com/imgs/hdr_addflavor.png);
}
#header h2#winprizes {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 95px;
	overflow: hidden;
	text-indent: -4000px;
	width: 240px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.jimbeamfoods.com/imgs/hdr_winprizes.png');
}
#header h2#winprizes[id] {
	background-image: url(http://www.jimbeamfoods.com/imgs/hdr_winprizes.png);
}



/* PRODUCT styles
------------------------- */
#product-bag a {
	background: url(http://www.jimbeamfoods.com/imgs/product_bag.png) no-repeat 0 0 !important;
	background: none;
	cursor: pointer;
	display: block;
	height: 252px;
	left: 50px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: -4000px;
	top: 110px;
	width: 168px;
	z-index: 10;
}
* #product-bag a span {
	display: block;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.jimbeamfoods.com/imgs/product_bag.png');
}
#product-bottle a {
	background: url(http://www.jimbeamfoods.com/imgs/product_bottle.png) no-repeat 0 0 !important;
	background: none;
	cursor: pointer;
	display: block;
	height: 262px;
	right: 70px;
	overflow: hidden;
	position: absolute;
	text-decoration: none;
	text-indent: -4000px;
	top: 110px;
	width: 134px;
	z-index: 11;
}
* #product-bottle a span {
	display: block;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='http://www.jimbeamfoods.com/imgs/product_bottle.png');
}



/* FORM styles
------------------------- */
form {
	display: block;
	margin: 0 0 25px 90px;
}
form a:link, form a:visited {
	font-size: 14px;
	font-weight: bold;
}
form a:hover {
	font-size: 14px;
	font-weight: bold;
}
label.error {
	color: #f00;
	font-weight: bold;
}
p.formerror {
	background: #310101;
	color: #fff;
	margin: 0 0 15px;
	padding: 10px;
}
p.formerror strong {
	color: #f00;
}



/* RULES styles
------------------------- */
#rules {
	background: #310101;
	color: #988080;
	margin: 0 0 25px;
	padding: 10px;
}
#rules h3 {
	font-size: 16px;
	padding: 0 0 15px;
}
#rules p {
	font-size: 11px;
}
#rules p strong {
	color: #fff;
	font-size: 12px;
}



/* Footer styles
------------------------- */
#footer p {
	color: #666;
	font-size: 10px;
	padding: 0 10px 10px;
	text-align: left;
}
#footer a { color: #e59b12; }