﻿/* CSS Document  for Tom Wood's Brewery */

body{
background-image:url("images/bg.jpg");
background-repeat:repeat-x;
margin:0px;
font-family: tahoma, Verdana, sans-serif;
font-size: small;}

.holder{
width:748px;
margin-left:auto;
margin-right:auto;
margin-top:5px;
background-image:url("images/curve_mid.jpg");
background-repeat:repeat-y;
}

.header{
height:120px;
padding:0px 0px 0px 0px;
background-image:url("images/header_bg_brewery.gif");
background-color:#ffffff;
}

#navigation{
height:24px;
line-height:24px;
width:718px;
margin:86px 10px 0px 10px;
color:#CC6633;
}

#navigation li{
float:left;
list-style-type:none;
white-space:nowrap;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:0.8em;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
background-color:inherit;
color: #ffffff;
}

* html #navigation a {width:1%;}

#navigation a:hover{
color:#FF9933;
text-decoration:none;
}

#navigation .selected{
color:#FF9933;
text-decoration:none;
}
.top_curve{
background-image:url("images/curve_top.jpg");
background-repeat:no-repeat;
height:16px;}

.left_shade1{
background-image:url("images/curve_left.jpg");
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.centre_content{
width:738px;
background-color:#FFFFFF;
float:left;
}

.right_shade1{
background-image:url("images/curve_right.jpg");
background-repeat:no-repeat;
width:5px;
float:left;
height:600px;
}

.left_content{
float:left;
width:190px;
background-color:#FFFFFF;
margin-left:14px;
margin-top:10px;
}

.right_content{
	margin-top:10px;
	float:right;
	width:489px;
	margin-right:15px;
	padding-left: 10px;
	border-left: solid 1px #F2F2F2;
}


.bottom_curve{
height:17px;
background-image:url("images/curve_btm.jpg");
background-repeat:no-repeat;
background-position: center center;
clear:both;
}

.footer{
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
	font-family: "Century Gothic";
	color: #000000;
	font-size: small;
}

h2 {
	margin: 0;
	color: #006633;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 a:visited {
	color: #000;
	text-decoration: none;
}
	
h2 a:hover {
	color: #000;
	text-decoration: none;
}
	
h2 a:link {
	color: #000;
	text-decoration: none;
}
	
h1 {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333333;
	margin: 0;
	font-family: "Century Gothic";
}

h1 a:hover {
	text-decoration: none;
	color: #006633;
}
	
h1 a:visited {
	text-decoration: none;
	color: #006633;
}
	
h1 a:link {
	text-decoration: none;
	color: #006633;
}
	
h4 {
	margin: 0;
	color: #333333;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 9px;
	background-image: url("images/dots-hr-4.gif");
	background-repeat: repeat-x;
}

h3 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

h5 {
	margin: 0 0 8px 0;
	color: #999;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

.hr{
	width: 100%;
	height:8px;
	background-image:url("images/dots-hr.gif");
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	background-repeat: repeat-x;
	background-position:center;
}

a:visited {
	color: #006633;
	text-decoration: none;
	}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}
.image {
	background-color:#FFFFFF;
	border-width:1px;
	margin: 2px 10px 10px 10px;
	border-color: #000000;
	border-style: solid;
}

