@charset "UTF-8";
/* CSS Document */

/* Resets **************************************************************************************** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; }
	
:focus {
	outline: 0; }
	
ol, ul {
	list-style: none;
	font-size:80%;}

table {
	border-collapse: separate;
	border-spacing: 0;
	line-height:150%;
	font-size:75%;
	margin-bottom:16px;
	border:solid 1px #E9E9E9; }
	
caption, th, td {
	text-align: left;
	font-weight: normal; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: ""; }
	
blockquote, q {
	quotes: "" ""; }
	
img { display:block; }
	
hr {
	border:none;
	height:1px;
	background-color:#6BA81E;
}
	
.clear { clear: both; height: 0; }

address { font-style:normal; }

abbr { border-bottom:dotted #D81111 1px; }

a:link { 
	color:#D81111; 
	text-decoration: none; }

a:hover { 
	color:#D81111; 
	text-decoration: none;
	border-bottom:dotted #D81111 1px; }

a:visited, 
a:active { 
	color:#D81111; 
	text-decoration: none; }
	
a:visited:hover, 
a:active:hover { 
	color: #D81111; 
	text-decoration: none; }

.hidden {
	position:absolute;
	left:0px;
	top:-2000px;
	width:1px;
	height:1px;
	overflow:hidden; }
	
h1 {
	color:#D81111; 
	font-size:170%;
	font-family:"Trebuchet MS", Times New Roman, Times, serif;
	padding-top:0px;
	margin-top:0px;
	padding-bottom:5px;
	padding-left:50px;
	float:left;
}
.h1_float {
	float:left;
	margin-left:50px;
}
h2 {
	color:#6BA81E;
	font-size:105%;
	font-weight:bold;
	padding-bottom:4px;
}
.home_p {
	padding-bottom:10px;
}
label {
	font-size:75%;
	font-weight:bold;
}
input {
	margin-top:2px;
	width:272px; }

textarea {
	margin-top:2px;
	width:272px; }
	
fieldset {
	border:solid #616d75 1px;
	padding:10px;
}
legend {
	color:#073655;
	font-size:90%;
	font-weight:bold;
	word-spacing:-1px;
	padding-left:2px;
	padding-right:2px;
}
caption {
	color:#073655;
	font-size:100%;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:3px;
	word-spacing:-1px;
	border-bottom:solid #b0c5d3 1px;
}
table th {
	padding-top:6px;
	padding-bottom:3px;
	padding-left:10px;
	background-color:#edf5fa;
	padding-right:10px; }

table td {
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:20px; }
.td1 {
width:60%;
}
.td2 {
width:20%;
}
em {
	font-style:italic;
}
p {
	line-height:150%;
	padding-bottom:8px;
	font-size:75%;
}
	
/* ********************************************************************************************* */

body {
	font-family:Trebuchet MS, Arial, sans-serif;
	height:100%;
	background-color: #fff;
	text-align:left;
	margin:0px;
	color:#000;
	background-image:url(images/header_bg.png);
	background-repeat:repeat-x;
}
	
/* ********************************************************************************************* */

.highlight_a {
	float:left;
	width:183px;
	background-image: url(images/highlight_a.jpg);
	background-repeat:repeat-y;
}
.highlight_inner {
	float:left;
	width:153px;
	margin:4px;
	padding:11px;
	background-color:#EBFAFF;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	z-index:2;
}
#header {
	width:860px;
	clear:both;
}
#header_container {
	width:860px;
	padding-left:45px;
}
#content_container {
	width:827px;
	padding-left:78px;
}
#subbuteo_players {
	height:216px;
	padding-left:640px;
	position:absolute;
	top:0;
	width:310px;
}
#navigation {
	width:183px;
	float:left;
	padding-top:103px;
	margin-bottom:16px;
}
#shoppingcart {
	width:183px;
	float:left;
	padding-top:103px;
	margin-bottom:16px;
}
#shoppingcategories {
	width:183px;
	float:left;
	padding-top:103px;
}
ul#nav_list {
	font-weight:bold;
	list-style-type:disc;
	color:#D81111;
	font-size:90%;
	padding-left:15px;
}
ul#nav_list li {
	margin-bottom:8px;
}
.right {
	width:644px;
	float:right;
	padding-top:76px;
}
.box {
	width:272px;
	float:left;
	padding-left:50px;
}
.box_right {
	width:272px;
	float:right;
}
.example_image {
	border:solid 1px #A0A0A0;
	float:left;
	margin-bottom:12px;
	margin-top:6px;
	margin-right:17px;
	margin-bottom:17px;
}
.example_image_left {
	border:solid 1px #A0A0A0;
	float:left;
	margin-bottom:12px;
	margin-top:6px;
}
.example_image_right {
	border:solid 1px #A0A0A0;
	float:right;
	margin-bottom:12px;
	margin-top:6px;
}
.form_row {
float:left;
width:272px;
padding-bottom:8px;
}
.required {
	color:#D81111;
	font-weight:bold;
	font-size:120%;
}
.list_items {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 15px;
	padding-bottom:8px;
	line-height: 150%;
	font-size:75%;
}
.alert_box {
	width:272px;
	float:left;
	margin:solid 1px #000000;
}
.cocktail {
	width:125px;
	float:left;
	margin-right:17px;
	margin-bottom:17px;
	text-align:center;
	font-weight:bold;
}
.cocktail_heading {
	padding-bottom:3px;
}
.cms_cocktail_img {
border:solid 1px #A0A0A0;
margin-left:auto;
margin-right:auto;
}
.nav_left {
float:left; width:183px;
}
.page-numbers {
	clear:both;
}
.wide_h1 {
float:left; padding-bottom:25px; clear:both; width:580px;
}
.wide_box {
	margin-right:0px;
	width:596px;
	float:left;
	padding-left:50px;
}
.shop_row {
width:646px; clear:both;
}
div#footer {
width:827px; border-top:solid #e3e3e3 1px; float:left; margin-top:32px; font-size:95%; color:#A0A0A0; padding-bottom:32px; clear:both;
}