/* Wessex Beer Festival CSS Document */
/* Written by Tim Pritchard */

/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Wessex Beer Festival Site Global CSS Definitions **Start**
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body {
	width:800px;
	text-align:justify;
	margin:0px;
	padding:0;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-410px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(wessex_beer_festival_images/wessex_beer_festival_header_image.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

a {
	font-weight:bold;
	color:#009900;
	text-decoration:none;
}
a:hover {
	color:#009900;
	text-decoration:underline;
}
#site_sub {
	float:left;
	width: 800px;
	font-size:10px;
	color:#666666;
	padding:10px;
}
#site_sub a {
	color:#666666;
	font-weight:normal;
}
#bookings_line {
	font-size:22px;
	color:#009900;
	float:left;
	width: 400px;
}
#hbp_footer {
	float: left;
	width: 400px;
	font-size:9px;
	text-align:right;
}
#hbp_footer a {
	color:#666666;
	font-weight:normal;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Wessex Beer Festival Site Global CSS Definitions **End**
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Wessex Beer Festival Static Pages **Start**
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#wessex_beer_festival_site_container {
	width:800px;
	height:auto;
	border-top:0px;
	border-bottom:5px double #006600;
	border-right:5px double #006600;
	border-left:5px double #006600;
	padding:5px;
	float:left;
	background-image:url(wessex_beer_festival_images/wessex_beer_festival_body_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#wessex_beer_festival_header_container {
	float:left;
	width:798px;
	height:150px;
	border-right:1px solid #006600;
	border-left:1px solid #006600;

}

#wessex_beer_festival_body_container {
	float:left;
	width:798px;
	border-bottom:1px solid #006600;
	border-right:1px solid #006600;
	border-left:1px solid #006600;
	padding-bottom:10px;
}

#wessex_beer_festival_left_nav_container {
	float:left;
	width:165px;
	border-right:1px solid #006600;
	margin-top:10px;
	padding-top:120px;
}
#wessex_beer_festival_left_nav_container a {
	float:left;
	width:155px;
	padding:5px;
	color: #000;
}
#wessex_beer_festival_left_nav_container a:hover {
	text-decoration:none;
	color:#fff;
	background-image:url(wessex_beer_festival_images/wessex_beer_festival_navigation_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
#wessex_beer_festival_main_content {
	float:right;
	width:610px;
	padding-right:10px;
	padding-top:10px;
	overflow:hidden;
}
#wessex_beer_festival_footer_container {
	float:left;
	width:800px;
	height:16px;
	text-align:center;
	font-size:10px;
	margin-top:10px;
}
#wessex_beer_festival_footer_container a{
	font-weight:normal;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Wessex Beer Festival Static Page CSS Definitions **End**
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Wessex Beer Festival Dynamic Pages **Start**
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Each Item.html */
#wessex_beer_festival_each_item {
	width:126px;
	border:1px solid #006600;
	background-color:#FFFFFF;
	text-align:center;
	padding:5px;
	cursor:hand;
	cursor:pointer;
}
#wessex_beer_festival_each_item:hover {
	background-color:#DAFFCA;
	cursor:pointer;
	cursor:pointer;
}
#each_item_price {
	font-size:20px;
	color:#FF0000;
	font-weight:bold;
}
.itemtext {
	margin-top:8px;
}
.item_title {
	margin-top:7px;
	padding-bottom:5px;
	height:50px;
}
#each_item_view_item_link {}

/*view_item.html */
.product_header {
	float:left;
	width:100%;
	height:20px;
	border-bottom:1px dotted #009900;
	padding-bottom:10px;
}
.product_header h1 {
	font-size:12px;
	font-weight:bold;
	padding:0px;
}
#product_content {
	float:left;
	width:100%;
}
#product_name {
	float:left;
	font-size:20px;
	font-weight:bold;
	color:#FF0000;
	width:100%;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px dotted #009900;
}
#product_main_image {
	float:left;
	width:250px;
	padding-bottom:15px;
	padding-top:15px;
}
#image_holder {}
#image_holder td {
	width:250px;
	height:250px;
	overflow:hidden;
}
#product_description {
	float:left;
	width:350px;
	padding-bottom:15px;
	padding-top:15px;
}
#buy_selection {
	border:1px solid #006600;
	background-color:#CCCCCC;
	float:left;
	width:340px;
	padding:5px;
}
#price {
	font-weight:bold;
	font-size:34px;
	width:350px;
	color:#FF0000;
	float:left;	
}
#buy {
	float:left;
	padding:5px;
	width:325px;
	background-color:#FFFFFF;
	border:1px solid #006600;
}
#buy_btn {
	float:left;
}
#related_items {
	width:100%;
	float:left;
	padding-top:15px;
}
#related_items td {
	text-align:center;
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
	Wessex Beer Festival Dynamic Page CSS Definitions **End**
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#hbp {
	display:none;
}

