/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

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

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .grid_1 {
	width:60px;
}
    .container_12 .grid_2 {
	width:140px;
}
    .container_12 .grid_3 {
	width:220px;
}
    .container_12 .grid_4 {
	width:300px;
}
    .container_12 .grid_5 {
	width:380px;
}
    .container_12 .grid_6 {
	width:460px;
}
    .container_12 .grid_7 {
	width:540px;
}
    .container_12 .grid_8 {
	width:620px;
}
    .container_12 .grid_9 {
	width:700px;
}
    .container_12 .grid_10 {
	width:780px;
}
    .container_12 .grid_11 {
	width:860px;
}
    .container_12 .grid_12 {
	width:940px;
}




/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .prefix_1 {
	padding-left:80px;
}
    .container_12 .prefix_2 {
	padding-left:160px;
}
    .container_12 .prefix_3 {
	padding-left:240px;
}
    .container_12 .prefix_4 {
	padding-left:320px;
}
    .container_12 .prefix_5 {
	padding-left:400px;
}
    .container_12 .prefix_6 {
	padding-left:480px;
}
    .container_12 .prefix_7 {
	padding-left:560px;
}
    .container_12 .prefix_8 {
	padding-left:640px;
}
    .container_12 .prefix_9 {
	padding-left:720px;
}
    .container_12 .prefix_10 {
	padding-left:800px;
}
    .container_12 .prefix_11 {
	padding-left:880px;
}


/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .suffix_1 {
	padding-right:80px;
}
    .container_12 .suffix_2 {
	padding-right:160px;
}
    .container_12 .suffix_3 {
	padding-right:240px;
}
    .container_12 .suffix_4 {
	padding-right:320px;
}
    .container_12 .suffix_5 {
	padding-right:400px;
}
    .container_12 .suffix_6 {
	padding-right:480px;
}
    .container_12 .suffix_7 {
	padding-right:560px;
}
    .container_12 .suffix_8 {
	padding-right:640px;
}
    .container_12 .suffix_9 {
	padding-right:720px;
}
    .container_12 .suffix_10 {
	padding-right:800px;
}
    .container_12 .suffix_11 {
	padding-right:880px;
}


/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .push_1 {
	left:80px;
}
    .container_12 .push_2 {
	left:160px;
}
    .container_12 .push_3 {
	left:240px;
}
    .container_12 .push_4 {
	left:320px;
}
    .container_12 .push_5 {
	left:400px;
}
    .container_12 .push_6 {
	left:480px;
}
    .container_12 .push_7 {
	left:560px;
}
    .container_12 .push_8 {
	left:640px;
}
    .container_12 .push_9 {
	left:720px;
}
    .container_12 .push_10 {
	left:800px;
}
    .container_12 .push_11 {
	left:880px;
}




/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .pull_1 {
	right:80px;
}
    .container_12 .pull_2 {
	right:160px;
}
    .container_12 .pull_3 {
	right:240px;
}
    .container_12 .pull_4 {
	right:320px;
}
    .container_12 .pull_5 {
	right:400px;
}
    .container_12 .pull_6 {
	right:480px;
}
    .container_12 .pull_7 {
	right:560px;
}
    .container_12 .pull_8 {
	right:640px;
}
    .container_12 .pull_9 {
	right:720px;
}
    .container_12 .pull_10 {
	right:800px;
}
    .container_12 .pull_11 {
	right:880px;
}

	.grid_7 p{
	margin-bottom: 10px;		
}

/**************
Global
***************/
body{
	background-color: #000000;
	border-top: #d60a0a 8px solid;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	height: 100%;
}

.marginright{
	margin-right: 58px;	
}

.boldsentence{
	color: #990617;
	font-weight: bold;	
}

.button{
	background-color: #d60a0a;
	background-image: url(../images/redbutton.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 100;
	margin-top: 10px;
	padding: 5px 15px;
	text-align: center;
}

.button:hover{
	background-color: #3c3c3c;
	background-image: url(../images/greybutton.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 100;
	margin-top: 10px;
	padding: 5px 15px;
	text-align: center;
}


.submitbutton{
	background-color: #333333;
	background-image: url(../images/blackbutton.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #ffffff;
	cursor: pointer;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 100;
	margin-top: 10px;
	overflow: visible;
	padding: 5px 15px;
	text-align: center;
}

.cookbook{
	background-color: #d60a0a;
	background-image: url(../images/redbutton.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 0;
	color: #ffffff;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 100;
	margin-top: 10px;
	overflow: visible;
	padding: 5px 15px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;		
}

.agecheck{
	background-color: #000000;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9000;
}

.tsingtao{
	float:left;
	position:relative;
	right:-73px;
	top:-208px;
}

.none{
	display: none;	
}

.blockdisplay{
	display: block !important;	
}

#agecheck{
	float: left;
	margin: 0 30px 0 0;
}

#day,#month,#year{
	float: left;
	margin: 3px;
}

.boxchecker{
	background-color: #990618;
	height: 118px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 18%;
	padding: 10px;
	width: 435px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}

.boxchecker p{
	font-style:italic;
	line-height:1.4em;
}

.boxchecker h1{
	font-size:1.5em;
	margin:10px 0;
	text-align:left;	
}

#ageverification{
	cursor:pointer;
	margin: 0 0 0 10px;	
}

.drinkawareimage{
	float:left;
	margin-top:-255px;
}

.drinkaware{
	width: 435px;
}

#ageyes{
	margin: 10px 0;
}

#ageno{
	margin: 10px 20px;
}

h1{
	color: #ffffff;
	font-size: 2.813em;
	font-weight: 100;
	line-height: 1em;
	margin: 10px 28px 20px;
	text-align: center;	
}

h2{
	 color: #cccccc;
	 font-size: 1.313em;
	 font-weight: 100;
	 line-height: 1.25em;
	 text-align: center;
}

.margin{
	margin: 0 0 10px;	
}

.margintop{
	margin: 30px 0 0 0 !important;	
}

.margintop25{
	margin: 20px 0 0 0 !important;	
}

.underline{
	text-decoration: underline;	
}

.topfour{
	
}

.topfour ul, .board ul{
	margin: 0 10px;	
}

.topfour ul li, .board ul li{
	padding: 5px;	
}

.board ul li{
	border-bottom: #666666 1px dotted;
	height: 30px;
}

.topfour ul li{
	border-bottom: #666666 1px dotted;
	height: 51px;
}

.board ul li a{
	color: #ffffff;
	font-size: 0.8em;
	margin: 0 15px 0 0;
}

.topfour ul li a{
	color: #ffffff;
	display: block;
	font-size: 1.3em;
}

.board ul li span{
	color: #333333;
	font-style: italic;	
}

.topfour ul li span{
	color: #333333;
	font-style: italic;
}

.bordernone{
	border: 0 !important;	
}

.posupsmall{
	background-image: url(../images/small_up.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.posdownsmall{
	background-image: url(../images/small_down.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.possmall{
	background-image: url(../images/small_same.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.posupbig{
	background-image: url(../images/large_up.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.posdownbig{
	background-image: url(../images/large_down.png);
	background-position: center right;
	background-repeat: no-repeat;
}

.posbig{
	background-image: url(../images/large_same.png);
	background-position: center right;
	background-repeat: no-repeat;
}

p.borderbottom{
	border-bottom: #333333 1px solid;
	padding: 0 0 10px;
}

.nomination {
	left: -49px;
	position: absolute;
	top: 8px;
}

/**************
Navigation
**************/

/**************
Top Navigation
**************/
#nav{
	background-image: url(../images/legacy_of_tastelogo.jpg);
	background-repeat: no-repeat;
	background-position:center center;
	height: 202px;
	margin: 20px 10px 10px 10px;
}

.navigation{
	margin: 74px 0 0;
}

.navigation li{
	float: left;
	list-style: none;
	margin:10px;
}

.navigation li a{
	display: block;
	text-indent: -10000px;
}

#navigation_left{
	float: left;	
}

#navigation_right{
	float: right;
}

#navigation_home{
	margin: 10px 10px 10px 0;
}

#navigation_home a{
	background-image: url(../images/sprite_general.png);
	background-position: 940px -5px;
	height: 20px;
	width: 64px;
}

#navigation_home a:hover, #navigation_home.active a{
	background-position: 940px 58px;
}

#navigation_thesearch{
	margin: 10px 31px;
}

#navigation_thesearch a{
	background-image: url(../images/sprite_general.png);
	background-position: 843px -5px;
	height: 20px;
	width: 116px;	
}

#navigation_thesearch a:hover, #navigation_thesearch.active a{
	background-position: 843px 58px;
}

#navigation_theresults{
	margin: 10px 31px;	
}

#navigation_theresults a{
	background-image: url(../images/sprite_general.png);
	background-position: 1003px 78px;
	height: 20px;
	width: 120px;
}

#navigation_theresults a:hover, #navigation_theresults.active a{
	background-position: 1003px 34px;	
}

#navigation_nominate {
	
}

#navigation_nominate a {
	background-image: url(../images/sprite_general.png);
	background-position: 686px -5px;
	height: 20px;
	width: 108px;
}

#navigation_nominate a:hover, #navigation_nominate.active a {
	background-position: 686px 58px;	
}

#navigation_vote{
}

#navigation_vote a{
	background-image: url(../images/sprite_general.png);
	background-position: 686px -5px;
	height: 20px;
	width: 102px;
}

#navigation_vote a:hover, #navigation_vote.active a{
	background-position: 686px 58px;
}

#navigation_history{
}

#navigation_history a{
	background-image: url(../images/sprite_general.png);
	background-position: 538px -5px;
	height: 20px;
	width: 87px;
}

#navigation_history a:hover, #navigation_history.active a{
	background-position: 538px 58px;
}

#navigation_recipes{
	margin: 10px 42px;
}

#navigation_recipes a{
	background-image: url(../images/sprite_general.png);
	background-position: 400px -5px;
	height: 20px;
	width: 77px;	
}

#navigation_recipes a:hover, #navigation_recipes.active a{
	background-position: 400px 58px;
}

#navigation_contact{
	margin:10px 0 10px 10px;
}

#navigation_contact a{
	background-image: url(../images/sprite_general.png);
	background-position: 276px -5px;
	height: 20px;
	width: 90px;
}

#navigation_contact a:hover, #navigation_contact.active a{
	background-position: 276px 58px;
}

/****************
Foot Navigation
****************/

#footer{
	border-bottom: #333333 1px dotted;
	border-top: #333333 1px dotted;
	padding: 10px 0 10px 0;
	margin: 0 10px 10px 10px;
}

#footer #bottom_navigation ul li {
	display: block;
	margin: 5px 0;
}

#footer #bottom_navigation ul li a {
	color: #d60a0a;
	font-size: 0.9em;
}

#footer #bottom_navigation ul li a:hover {
	color: #ccc;
	font-size: 0.9em;
}

#footer #sociallink span {
	font-size: 0.7em;	
}

#footer #sociallink ul {
	margin: 10px 0 0 0;	
}

#footer #sociallink ul li {
	display: block;	
}

#footer #sponsor span {
	font-size: 0.7em;	
}

#footer #sponsor ul {
	margin: 20px 0 0 0;	
}

#footer #sponsor ul li {
	float: left;
}

#footer #sponsor #cathaypacific {
	background-image: url(../images/sponsor_cathaypacific.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 58px;
	margin: 0 40px 0 0;
	width: 162px;
}

#footer #sponsor #cathaypacific a {
	display: block;
	height: 100%;
	text-indent: -10000px;
	width: 100%;
}

#footer #sponsor #archant {
	background-image: url(../images/sponsor_archant.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 69px;
	width: 143px;
}

#footer #sponsor #archant a {
	display: block;
	height: 100%;
	text-indent: -10000px;
	width: 100%;
}

#footer #association span {
	font-size: 0.7em;	
}

#footer #association ul {
	margin: 20px 0 0 0;	
}

#tsingtao_logo{
	background-image: url(../images/tsingtao_bottle_glass.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 105px;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: -10000px;
	width: 80px;
}

#tsingtao_logo a{
	display: block;
	height: 93px;
	width: 80px;	
}

#courthouse_doubletree{
	background-image: url(../images/courthouse.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 92px;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: -10000px;
	width: 111px;
}

#courthouse_doubletree a{
	display: block;
	height: 92px;
	width: 111px;	
}

#twitter_roll{
	background-image: url(../images/sprite_general.png);
	background-position: 151px -5px;
	cursor: pointer;
	height: 21px;
	text-indent: -10000px;
	width: 70px;
}

#twitter_roll:hover{
	background-position: 66px -5px;	
}

#facebook_roll{
	background-image: url(../images/sprite_general.png);
	background-position: 151px -32px;
	cursor: pointer;
	height: 21px;
	text-indent: -10000px;
	width: 67px;		
}

#facebook_roll:hover{
	background-position: 66px -32px;
}

#twitter_roll a, #facebook_roll a, #youtube_roll a {
	display: block;	
}

#youtube_roll{
	background-image: url(../images/sprite_general.png);
	background-position: 151px -57px;
	cursor: pointer;
	height: 21px;
	text-indent: -10000px;
	width: 70px;		
}

#youtube_roll:hover{
	background-position: 66px -57px;
}

.copyright {
	float: left;
	font-size: 0.7em;
	margin: 0 0 10px 0;
	width: 50%;
}

.copyright a {
	color: #d60a0a;
}
.copyright a:hover {
	color: #ccc;
}



.drink {
	float: right;
	font-size: 0.7em;
}

/****************
Home
****************/

#page_home #video_contain{
	margin: 0 10px 9px 10px;
}

#page_home #video_top{
	background-image: url(../images/video_head.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	height: 42px;
	width: 940px;
}

#page_home #video_hold{
	border: 0;
	float: left;
	z-index: 15;
}

#page_home #main{
	border-top: #333333 1px solid;
}

#page_home #main h1{
	color: #ffffff;
	font-size: 2.4em;
	font-weight: 100;
	line-height: 1em;
	margin: 10px 28px 20px;
	text-align: center;
}

#page_home #main h2{
	 color: #cccccc;
	 font-size: 1em;
	 font-weight: 100;
	 line-height: 1.25em;
	 text-align: center;
}

#page_home #home_panel{
	margin: 10px 0 10px 0;
	padding: 15px 0 15px 0;
}

#page_home #home_panel h1{
	font-size: 2.3em;
	margin: 10px 0;
	text-align: left;
}

#page_home #home_panel h2{
	font-size: 1em;
	text-align: left;
}

.panel-rollover{
padding-bottom:10px;
display:block;
height:410px;
}

.panel-rollover:hover{
background-color:#B20808;
display:block;
}

/***************
The Results
****************/

#page_results #main{
}

#page_results #main h1{
	color: #ffffff;
	font-size: 2.813em;
	font-weight: 100;
	line-height: 1em;
	margin: 0 0 10px;
	text-align: left;	
}

#page_results #main h2{
	color: #ffffff;
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1em;
	margin: 0 0 10px;
	text-align: left;	
}

#page_results #main p{
	 color: #cccccc;
	 font-size: 1em;
	 font-weight: 100;
	 line-height: 1.25em;
	 margin: 0 0 10px 0;
	 text-align: left;
}

#page_results #process_panel{
	border-top: #333333 1px solid;
	margin: 10px 0 10px 0;
	padding: 15px 0 10px 0;
}

#page_results #process_panel h3{
	font-size: 1.3em;
	font-weight: 100;
	padding: 10px;
}

#page_results #nominations p, #voting p, #judging p, #awards p{
	padding: 0 12px;
}

#page_results #nominations a, #voting a, #judging a, #awards a{
	text-decoration: underline;
}

#page_results #nominations{
	background-image: url(../images/process_dark_first.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_results #nominations.stage_active{
	background-image: url(../images/process_red_first.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_results #voting{
	background-image: url(../images/process_dark.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_results #voting.stage_active{
	background-image: url(../images/process_red.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_results #judging{
	background-image: url(../images/process_dark.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_results #judging.stage_active{
	background-image: url(../images/process_red.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_results #awards{
	background-image: url(../images/process_dark_comp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_results #awards.stage_active{
	background-image: url(../images/process_red_comp.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_results #prize{
	border-top: #333333 1px solid;
	margin: 0 0 10px 0;
	padding: 15px 0 10px 0;
}

#page_results #sponser_panel{
	border-top: #333333 1px solid;
	margin: 0 0 10px 0;
	padding: 15px 0 10px 0;
}

#page_results #sponsers{
	border-top: #333333 1px solid;
	margin: 0 0 10px 0;
	padding: 15px 0 10px 0;
}

#page_results #sponsers h3{
	font-size: 1.4em;
	font-weight: 100;
	margin: 10px 0 10px 0;
}

#page_results #sponsers img{
	display: inline;
	margin: 0;
}

#page_results #wholesalers{
	border-top: #333333 1px solid;
	margin: 10px 0 10px 0;
	padding: 15px 0 0 0;
}

#page_results #wholesalers img{
	margin: 0 12px 10px 0;
}

#page_results #sponsers .grid_4{
	height: 480px;	
}

#page_results #sponsers .grid_4 .button{
	position: absolute;
	bottom: 0;
}

#page_results #video .grid_6{
	margin-bottom: 10px;
}

#page_results #award .gallery{
	border-top: #333333 1px solid;
	padding: 15px 0 10px 0;	
}

#page_results #award .gallery .grid_2{
	margin-bottom: 20px;	
}

#page_results #award{
	border-top: #333333 1px solid;
	margin: 0 0 10px 0;
	padding: 15px 0 0 0;	
}

#finalistvideos{
	margin: 0 0 10px 0;	
}

.playvid a{
	height: 70px;
	left: 191px;
	position: absolute;
	top: 92px;
	width: 70px;	
}

.playmovie:hover{
	background-image: url("../images/startermouse.png");	
}

.playmovie
{
	background-image: url("../images/starter.png");
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
}

.playbutton a{
	height: 70px;
	left: 434px;
	position: absolute;
	top: 208px;
	width: 70px;
}

.playfirst{
	background-image: url("../images/starter.png");
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;
}

.playfirst:hover{
	background-image: url("../images/startermouse.png");
}

/***************
The Search
****************/

#page_search #main{
}

#page_search #main h1{
	color: #ffffff;
	font-size: 2.813em;
	font-weight: 100;
	line-height: 1em;
	margin: 0 0 10px;
	text-align: left;	
}

#page_search #main h2{
	color: #ffffff;
	font-size: 1.8em;
	font-weight: 100;
	line-height: 1em;
	margin: 0 0 10px;
	text-align: left;	
}

#page_search #main p{
	 color: #cccccc;
	 font-size: 1em;
	 font-weight: 100;
	 line-height: 1.25em;
	 margin: 0 0 10px 0;
	 text-align: left;
}

#page_search #process_panel{
	border-top: #333333 1px solid;
	margin: 10px 0 10px 0;
	padding: 15px 0 10px 0;
}

#page_search #process_panel h3{
	font-size: 1.3em;
	font-weight: 100;
	padding: 10px;
}

#page_search #nominations p, #voting p, #judging p, #awards p{
	padding: 0 12px;
}

#page_search #nominations a, #voting a, #judging a, #awards a{
	text-decoration: underline;
}

#page_search #nominations{
	background-image: url(../images/process_dark_first.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_search #nominations.stage_active{
	background-image: url(../images/process_red_first.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_search #voting{
	background-image: url(../images/process_dark.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_search #voting.stage_active{
	background-image: url(../images/process_red.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_search #judging{
	background-image: url(../images/process_dark.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_search #judging.stage_active{
	background-image: url(../images/process_red.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_search #awards{
	background-image: url(../images/process_dark_comp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_search #awards.stage_active{
	background-image: url(../images/process_red_comp.jpg) !important;
	background-position: center center;
	background-repeat: no-repeat;
	height: 151px;
}

#page_search #prize{
	border-top: #333333 1px solid;
	margin: 0 0 10px 0;
	padding: 15px 0 10px 0;
}

#page_search #sponser_panel{
	border-top: #333333 1px solid;
	margin: 0 0 10px 0;
	padding: 15px 0 10px 0;
}

#page_search #sponsers{
	border-top: #333333 1px solid;
	margin: 0 0 10px 0;
	padding: 15px 0 10px 0;
}

#page_search #sponsers h3{
	font-size: 1.4em;
	font-weight: 100;
	margin: 10px 0 10px 0;
}

#page_search #sponsers img{
	display: inline;
	margin: 0;
}

#page_search #wholesalers{
	border-top: #333333 1px solid;
	margin: 10px 0 10px 0;
	padding: 15px 0 0 0;
}

#page_search #wholesalers img{
	margin: 0 12px 10px 0;
}

#page_search #sponsers .grid_4{
	height: 480px;	
}

#page_search #sponsers .grid_4 .button{
	position: absolute;
	bottom: 0;
}

#page_search #main .sponsor h1 {
	color: #999999;
	font-size: 1.4em;
	margin: 10px 0;
}

#page_search #main .sponsor p {
	margin: 0 0 20px 0;	
}

#page_search #main .sponsor .condition {
	display: block;
	font-size: 0.7em;
	margin: 10px 0;
}

#page_search #main .sponsor .link {
	color: #c9090d;
	clear: left;
	display: block;
	float: left;
	margin: 10px 0;
}

#page_search #main .sponsor_gallery {
	margin: 10px 0 10px 10px;	
}

#page_search #main .sponsor_gallery img {
	margin: 0 0 10px 0;	
}

/*****************
Vote
*****************/

#page_vote #main h1, #page_vote #main h2{
	margin: 0 0 10px;
	text-align: left;		
}

#page_vote #main p{
	color: #cccccc;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.25em;
	margin: 0 0 10px 0;
}

#page_vote #main h2{
	border-top: #333333 1px solid;
	padding: 10px 0 0 0;
}

#page_vote #main .instructions li{
	color: #cccccc;
	list-style: disc;
	margin: 0 0 20px 10px;
}

#page_vote #main #mapgrab{
	border-bottom: #333333 1px solid;
	margin: 10px 0;	
}

#page_vote #main #mapgrab #mapcanvas{
	height: 350px;
	margin: 0 0 10px;
	width: 940px;
}

h1.borderbottom{
	border-bottom: #333333 1px solid;
	padding: 15px 0 10px;
}

#page_vote #main #leader{
	border-bottom: #333333 1px solid;
	margin: 0 0 10px;
	padding: 0 0 10px;
}

#page_vote #main #leader #score{
	background-color: #202020;
}

#page_vote #main #vote{
	background-color: #990617;	
	margin: 0 0 10px;
}

#page_vote #main #vote #formvote{
	background-color: #990617;
	margin: 0 0 10px;
}

#page_vote #main #vote #formvote h3{
	border-bottom: 1px #ffffff dotted;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 100;
	margin: 10px 10px 10px 0;
	padding: 5px 0;	
}

#page_vote #main #vote #formvote h4{
	font-style: italic;
	font-weight: 0.8em;
	margin: 10px;
	padding: 0 0 0 5px;
}

#page_vote #main #vote label, #page_vote #main #vote input{
	display: block;	
}

#page_vote #main #vote label[for="news"]{
	float: right;	
}

#page_vote #main #vote #dobday, #page_vote #main #vote #dobmonth, #page_vote #main #vote #dobyear{
	font-size: 0.7em;
	margin: 10px 0 0 0;
}

#page_vote #main #vote input[type="checkbox"]{
	margin: 10px 0 10px 0;
}	

#page_vote #main #vote label{
	font-size: 1.2em;	
}

#page_vote #main #vote input[type="text"]{
	height: 24px;
	margin: 10px 0 10px 0;
	width: 275px;	
}

.required{
	float: right;
	font-size: 0.7em;
	position: relative;
	right: 20px;
	bottom: 20px;
}

#page_vote #main #vote img{
	margin: 10px 0 10px 0;	
}

#page_vote #main #vote .form_return{
	background-color: #990617;
	border-bottom: #ffffff 1px solid;
	padding: 15px 0;
	text-align: center;	
}

#page_vote #main .form_return{
	background-color: #990617;
	margin: 0 0 10px 0;
	padding: 15px 0;
	text-align: center;	
}

/*****************
Nomination
*****************/

#page_nominate #main h1 {
	font-size: 1.8em;
	margin: 10px 0 20px 0;
	text-align: left;
}

#page_nominate #main h2 {
	border-bottom: #ffffff 1px dotted;
	color: #ffffff;
	display: block;
	font-style: italic;
	margin: 10px 0;
	text-align: left;
	width: 290px;
}

#page_nominate #main p {
	line-height: 1.25em;
	margin: 0 0 10px;	
}

#page_nominate #main #form_nominations{
	background-color: #990617;
	margin: 0 0 10px;
}

#page_nominate #main #form_nominations h3{
	border-bottom: 1px #ffffff dotted;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 100;
	margin: 10px 10px 10px 0;
	padding: 5px 0;	
}

#page_nominate #main #form_nominations h4{
	font-style: italic;
	font-weight: 0.8em;
	margin: 10px;
	padding: 0 0 0 5px;
}

#page_nominate #main #form_nominations label, #page_nominate #main #form_nominations input{
	display: block;	
}

#page_nominate #main #form_nominations label[for="news"]{
	float: right;	
}

#page_nominate #main #form_nominations #dobday, #page_nominate #main #form_nominations #dobmonth{
	font-size: 0.7em;
	margin: 10px 0 0 0;
	width: 40px;
}

#page_nominate #main #form_nominations #dobyear {
	font-size: 0.7em;
	margin: 10px 0 0 0;
	width: 60px;
}

#page_nominate #main #form_nominations #additional {
	height: 110px;
	margin: 10px 0;
	width: 290px;	
}

#page_nominate #main #form_nominations input[type="checkbox"]{
	margin: 10px 0 10px 0;
}	

#page_nominate #main #form_nominations span {
	display: block;
	margin: 10px 0 0 0;
}

#page_nominate #main #form_nominations label{
	font-size: 1.2em;	
}

#page_nominate #main #form_nominations input[type="text"]{
	height: 24px;
	margin: 10px 0 10px 0;
	width: 275px;	
}

.required{
	float: right;
	font-size: 0.7em;
	position: relative;
	right: 20px;
	bottom: 20px;
}

#page_nominate #main #form_nominations img{
	margin: 10px 0 10px 0;	
}

#page_nominate #main .form_return{
	background-color: #990617;
	margin: 0 0 10px 0;
	padding: 15px 0;
	text-align: center;	
}

/*****************
Map
*****************/

#page_vote #main #mapgrab .marker{
	overflow: hidden;
}

#page_vote #main #mapgrab .marker .button{
	float: right;
	font-size: 1em;
	margin: 0;	
	padding: 2px 15px;
}

#page_vote #main #mapgrab .marker h1{
	color: #000000;
	font-size: 1.2em;
}

#page_vote #main #mapgrab .marker h2{
	color: #000000;
	font-size: 1.1em;
}

#page_vote #main #mapgrab .marker h5{
	color: #000000;
	font-size: 1.1em;
}

#page_vote #main #mapgrab .marker p{
	color: #000000;
	display: block;
}

#page_activate h1{
	margin: 10px 0;
	text-align: left;
}

/*****************
History
*****************/

#page_history #main h1 {
	font-size: 1.8em;	
}

#page_history #main h1, #page_history #main h2{
	margin: 0 0 10px;
	text-align: left;
}

#page_history #main p{
	color: #cccccc;
	font-size: 1em;
	line-height: 1.25em;
	margin: 0 0 10px 0;
}

#page_history .history_text {
	height: 240px;	
}

#page_history #former{
	border-top: #333333 1px solid;
	margin: 0 0 10px;
	padding: 15px 0;
}

#page_history .introduction {
	height: 100px;	
}

#page_history #former h2{
	color: #ffffff;
}

#page_history #former .information img{
	margin: 10px 0;
}

#page_history #former .information h2{
	color: #cccccc;
	font-size: 1em;
	font-weight: bold;
}

#page_history #former .gallery{
	border-top: #333333 1px solid;
	padding: 15px 0 0;
	margin: 10px 0 0;
}

#page_history #former .gallery img{
	margin: 0 5px 10px 0;	
}

#page_history #former .details{
	background-color: #990617;
	height: 414px;
}

#page_history #former .details img{
	margin: 0 0 0 10px;	
}

#page_history #former .details p{
	color: #ffffff;
	font-size: 1.1em;
	margin: 0 0 0 10px;	
	padding: 0 10px 4px 0;
}

#page_history #former .details .telephone{
	background-image: url(../images/telephone.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	height: 18px;
	padding: 0 0 7px 20px;
}

#page_history #former .details .site{
	background-image: url(../images/mail.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 1em;
	height: 17px;
	padding: 0 0 7px 20px;
}

#page_history #former .details h1{
	border-bottom: #ffffff 1px dotted;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 100;
	margin: 10px;
	padding: 0 0 10px;
}

/*****************
Recipes
*****************/

#page_recipes #main h1, #page_recipes #main h2{
	margin: 0 0 10px;
	text-align: left;
}

#page_recipes #main p{
	color: #cccccc;
	font-size: 1em;
	font-weight: 100;
	line-height: 1.25em;
	margin: 0 0 10px 0;
}

#page_recipes #main #recipes{
	border-top: #333333 1px solid;
	margin: 0 0 10px;
	padding: 15px 0;
}

#page_recipes #main #cookbook h2, #page_recipes #main #recipes h2{
	color: #ffffff;
	font-size: 1.8em;	
}

#page_recipes #main #recipes .recipe{
	margin-bottom: 15px;
}	

#page_recipes #main #recipes .recipe p{
	color: #ffffff !important;	
}

#page_recipes #main #cookbook{
	background-image: url(../images/legacyoftastecookbook.jpg);
	background-position: 385px 18px;
	background-repeat: no-repeat;
	border-top: #333333 1px solid;
	height: 327px;
	padding: 15px 0 0 0;
}

#page_recipes #main #cookbook h3{
	color: #cccccc;
	font-size: 1.1em;
	font-weight: 100;
	line-height: 1.25em;
	margin: 0 0 10px;
	text-align: left;
}

#page_recipes #main #cookbook label{
	display: block;
	float: left;
	font-size: 0.7em;
	margin: 20px 0 10px 0;
}

#page_recipes #main #cookbook input[type="text"]{
	background-color: #202020;
	border: #666666 1px solid;
	color: #ffffff;
	height: 26px;
	margin: 0 0 20px 0;
	width: 220px;
}

#page_recipes #main #cookbook .form_message{
	color: #d60a0a;
	font-size: 0.8em;	
}

/*****************
Recipe
*****************/

#page_recipes #main #instructions h2{
	font-size: 1.8em;	
}

#page_recipes #main #instructions .large_image{
	margin: 0 0 10px;	
}

#page_recipes #main #instructions #share.button{
	float: right;
	font-size: 0.8em;
	margin: 10px 0px 0px 10px;
	padding: 0 9px 0 6px;
}

#page_recipes #main #instructions #share img{
	vertical-align: middle;	
}

#page_recipes #main #instructions #print.button{
	float: right;
	font-size: 0.8em;
	margin: 10px 0px 0px 10px;
	padding: 0 7px 0 0;	
}

#page_recipes #main #instructions #print img{
	padding: 3px 5px;
	vertical-align: middle;
}

#page_recipes #main .recipeinfo{
	color: #333333;
	display: block;
	font-size: 1.2em;
	font-style: italic;
	margin: 10px 0;
}

#page_recipes #main #instructions #ingredients{
	border-bottom: #333333 1px solid;
	border-top: #333333 1px solid;
	padding: 15px 0;	
}

#page_recipes #main #instructions #ingredients h2{
	font-size: 1.5em;
	margin: 0 0 10px;
}

#page_recipes #main #instructions #ingredients h3{
	color: #cccccc;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 100;
	margin: 0 0 10px;
}

#page_recipes #main #instructions #ingredients ul{
	list-style: disc;
	margin: 0 0 0 20px;
}

#page_recipes #main #instructions #ingredients ul li{
	color: #cccccc;
	margin: 0 0 5px 0;
}

#page_recipes #main #instructions #cook{
	margin: 0 0 10px;	
}

#page_recipes #main #instructions #cook h2{
	border-bottom: #333333 1px solid;
	padding: 15px 0;	
}

#page_recipes #main #instructions #cook ol{
	list-style: decimal;
	margin: 0 0 0 35px;
}

#page_recipes #main #instructions #cook ol li{
	margin: 0 0 5px;	
}

#page_recipes #main #instructions .button{
	font-size: 1em;
	margin: 0 0 10px 0;
	padding:5px 15px;
}

/*****************
Contact
****************/

#page_contact #main #form .form_return{
	background-color: #990617;
	border-bottom: #ffffff 1px solid;
	padding: 15px 0;
	text-align: center;	
}

#page_contact #main h1, #page_contact #main h2{
	margin: 0 0 10px;
	text-align: left;	
}

#page_contact #contact_text{
	border-bottom: #333333 1px solid;
	margin: 0 0 10px;
}	

#page_contact #form{
	background-color: #990617;
	margin: 0 0 10px;
}

#page_contact #form h3{
	border-bottom: 1px #ffffff dotted;
	font-size: 1.3em;
	font-style: italic;
	font-weight: 100;
	margin: 10px;
	padding: 5px 0;	
}

#page_contact #form h4{
	font-style: italic;
	font-weight: 100;
	margin: 10px;
	padding: 0 0 0 5px;
}

#page_contact #addresses ul{
	font-size: 0.8em;
	margin: 10px;
	padding: 5px 0 0 5px;
}

#page_contact #addresses ul li{
	margin: 0 0 5px 0;
}

#page_contact #email label, #page_contact #email input{
	display: block;	
}

#page_contact #email label{
	font-size: 1.2em;	
}

#page_contact #email input[type="text"]{
	height: 24px;
	margin: 10px 0 10px 0;
	width: 275px;	
}

#page_contact #email input[type="checkbox"]{
	margin: 10px 0 10px 0;
}

#page_contact #email #message{
	height: 163px;
	margin: 10px 0 10px 0;
	width: 280px;
}

#required{
	float: right;
	font-size: 0.7em;
	position: relative;
	right: 20px;
	bottom: 20px;
}

/**************
Finalist
***************/

#page_finalist #main h1, #page_finalist #main h2{
	margin: 0 0 10px;
	text-align: left;		
}

#page_finalist #main strong {
	color: #999999;
	float: left;
	height: 80px;
	line-height: 1.2em;
	margin: 10px 0 10px 0;
}

.finaliststartplay{
	background-image: url("../images/starter.png");
	background-repeat: no-repeat;
	height: 70px;
	width: 70px;	
}

.finaliststartplay:hover{
	background-image: url("../images/startermouse.png");
}

#page_finalist #main h2{
	font-size: 1em;	
}

.finaliststart a{
	height: 70px;
	left: 72px;
	position: absolute;
	top: 92px;
	width: 70px;		
}

#page_finalist #main #finalist_panel{
	border-top: #333333 1px solid;
	margin: 0 0 20px 0;
	padding: 15px 0 0 0;
}

#page_finalist #main h3{
	font-size:1.875em;
	font-weight:normal;
	margin: 0 0 10px;
}

#page_finalist #main h4{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 10px;
}

#page_finalist #main #finalist_panel span{
	color: #999999;
	display: block;
	float: left;
	font-size: 1em;
	height: 150px;
	line-height: 1.2em;
}

#page_finalist #main #finalist_panel .details{
	background-color: #990617;
	float: left;
	height: 414px;
	margin: 0 0 10px;
}

#page_finalist #main #finalist_panel .details p{
	color: #ffffff;
	font-size: 1.125em;
	margin: 0 0 0 10px;	
	padding: 0 10px 4px 0;
}

#page_finalist #main .details h2 {
	border-bottom: 1px #ffffff dotted;
	color: #ffffff;
	font-size: 1.625em;
	font-style: italic;
	margin: 10px;
}

#page_finalist #main #finalist_panel .details img{
	margin: 0 10px 10px;	
}

#page_finalist #main #finalist_panel .details .telephone{
	background-image: url(../images/telephone.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 1.125em;
	height: 18px;
	line-height: 1.3em;
	margin: 54px 0 0 10px;
	padding: 0 0 7px 20px;
}

#page_finalist #main #finalist_panel .details .site{
	background-image: url(../images/mail.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	font-size: 1.125em;
	height: 17px;
	line-height: 1.4em;
	padding: 0 0 7px 20px;
}
