body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

body {
  background:url(http://www.tappertom.co.uk/public/images/bg.gif);
  color: #999999;
  font:normal 12px Georgia;	
  text-align: center;
}

/* links  */

a {
  color: #eb7808;
  text-decoration: none;
}
a:hover {text-decoration: underline; }

/* headings */

h1 {font-size:2em}  /* displayed at 24px */
h2 {font-size:1.5em}  /* displayed at 18px */
h3 {font-size:1.25em}  /* displayed at 15px */
h4 {font-size:1em}  /* displayed at 12px */

/* strong em */
strong { font-weight: bolder; }
em { font-style: italic; }

/* tables & forms */

input, select, th, td {font-size:1em}

/* classes */

.error { color: red; }

/* page structure & layout */

#page {
  margin: 0 auto;
  text-align: left;
  width: 743px;
  border-top:0;
  border-bottom:0;
  padding:0 18px 60px;
  height:100%;
}

#top_bar{
  background:url(http://www.tappertom.co.uk/public/images/down.gif) repeat-x;
  width:100%;
  position:relative;
  top:0;
  left:0px;
  height:37px;
  padding-top:8px;
}

#top_bar a{
  text-transform:lowercase;
  font:bold 14px Arial;
  color:#ffe8d1;
  padding:7px 37px 4px 37px;
}

#top_bar a:hover{
  color:white;
}

#top_bar li{
  display:inline;
  position:relative;
  left:15px;
}

#header {	
  height: 119px;
  position: relative;
  background:url(http://www.tappertom.co.uk/public/images/header.png) no-repeat;
  padding-bottom:2px;
  border-bottom:1px dashed #594837;
}

#nav {
  bottom: 0;
  font-size: 1.1em;
  position: absolute;
  top:100px;
  display:inline;
}
#breadcrumb {
  background: #87BCD8;
  border-bottom: 2px solid #90C7E4;
  color: #4C7897;
  font-size: 1.2em;
  height: 46px;
  position: relative;
}

#info {
  background: #76AAC9; 
  border-bottom: 3px solid #93CCEA;
  color: #E4EEF4; 	
  font-size: 1.2em;
  line-height: 2.0em;	
  position: relative;
  padding: 20px 230px 20px 30px;
}

#content {
  float: left;
  font-size: 1.2em;
  line-height: 1.5em;
  width: 784px;
}



/* header */

#header h1 {
  font-size: 4.0em;
  position: absolute;
  margin: 30px 0 0 45px;
}
#header h1 a {
  color: #9ca9b7;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
  text-decoration: none;
}
#header h1 a:hover {color: #fff;}
#header h1 span {
  color: #fff;
  font-size: 18px;
}

/* navigation */

#nav ul {
  display: inline;
}
#nav li {
  display: block;
  float: left;
  list-style: none;
}

/* breadcrumb */

#breadcrumb a {
  color: #4c7897;
  text-decoration: none;
}

/* info */

#info a {
  color: #E4EEF4;
}

/* content */

#content h1{
  color:#594837;
  font:bold 14px Arial;
}

#content h1 a{
  color:#ff932a;
  font:bold 22px Arial;
}

#content h1 a:hover{
  text-decoration:none;
  color:#594837;
}

#content h2 {
  color:#ff932a;
  font:bold 22px Arial;
}

#content h2 a {
  color: #76aac9;
  text-decoration: none;
}
#content h2 a:hover {
  color: #7C90A1;
}
#content h3, #content h4 {
  background: none;
  border-bottom: 1px solid #dfe3e4;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px;
}
#content p {
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
#content ol {
  line-height: 1.8em;
  margin: 0 30px 20px 50px;
}
#content ul {
  line-height: 1.8em;
  margin: 0 30px 20px 30px;
}
#content ul li {
  line-height: 1.8em;
  list-style: square;
  padding-left: 2px;
}

/* footer */

#footer {
  clear: both;
  color: #aaa;
  font-size: 1.1em;
  height: 70px;
}

#footer p {
  background:url(http://www.tappertom.co.uk/public/images/grey.png);
  line-height: 1.5em;
  text-align: center;
  position:relative;
  top:25px;
  padding:20px 0;
}

/* misc */

a img { border: none; }
acronym { cursor: help; }
blockquote {
  background: url(quote.gif) no-repeat 10px 0;
  color: #76aac9;
  border-left: 2px solid #76aac9;
  line-height: 1.5em;	
}
hr, .hide { display: none; }
.show { display: inline; }

pre, code { font-size: 1.1em; line-height: normal; background: #eee; color: #444; }

/* classes */

.right, .left {
  background: #fff;
  border: 1px solid #e3e7e8;
  float: left;
  margin: .5em 12px 6px 0;
  padding: 6px;
}
.right {
  float: right;
  margin: .5em 0  6px 12px;
}
.left {
  float: left;
  margin: .5em 12px 6px 0;
}

/* comment */
.comment-form-body {
  width: 450px;
}

#welcome{
  font:italic 52px Georgia;
  width:784px;
  background:url(http://www.tappertom.co.uk/public/images/green_bg.gif) repeat-y;
  padding:0 0 26px 6px;
  color:#242424;
  text-transform:none;
  height:30px;
}

#port2{
  font:bold 34px Arial;
  color:#2e2e2e;
  position:relative;
  left:-205px;
  top:-1px;
}

#port3{
  font:bold 34px Arial;
  color:#2e2e2e;
  position:relative;
  left:-131px;
  top:-1px;
}

#contact{
  margin-left:70px;
}

#text{
  padding:31px 0 13px 0;
  font:normal 27px Georgia;
  text-transform:none;
  text-align:center;
  width:784px;
}

.contactForm {
width:308px;
}

.contactForm p {
padding:10px;
}

.contactForm input {
width:390px;
height:28px;
color:#594837;
font:bold 22px Arial;
border:1px dashed #594837;
background:0;
}

.contactForm textarea {
width:390px;
height:120px;
color:#594837;
font:normal 14px Georgia;
overflow:auto;
border:1px solid #594837;
}

.submit {
  width:107px !important;
  height:39px !important;
  border:0 !important;
}

#form{
  color:#ff932a;
  font:bold 22px Arial;
}

#pageheader{
  background:url(http://www.tappertom.co.uk/public/images/header_bg.gif) no-repeat;
  height:35px;
  width:116px;
  font:italic 18px Georgia;
  color:white;
}

.about{
  padding-left:12px;
  padding-top:4px;
}

.port{
  padding-top:2px;
  padding-left:15px;
}

.line{
  width:742px;
  background:url(http://www.tappertom.co.uk/public/images/line.gif) repeat-x;
  height:4px;
  font-size:4px;
  position:relative;
  top:-4px;
}

#portimage a img{
  margin-top:10px;
  border:1px solid #e5e5e5;
}

#viewproject{
  text-align:right;
  float:right;
}