@import url(reset.css);
@import url(layout.css);
/*-----------------------------------------
 Body - Links - Typography - Images - Lists - Form - Misc
Date:    05-09-2007
Version: 1.0
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
* { 
padding: 0;
margin: 0;
}
/*--------------------------------------------
Body
----------------------------------------------*/
body { 
background: #fafafa url(../images/back.jpg) repeat top;
font: normal small  Helvetica, geneva, arial, sans-serif;
margin: 10px auto;
text-align:center;
}

/*--------------------------------------------
Links
----------------------------------------------*/
a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #228B22;
}

a:visited {
	color: #993366;
}

a.top:link,a.top:visited {

	text-decoration: none;
	padding: 2px 10px 4px 12px;
	border-right: 1px solid #B1B1EC;
}
a.top:hover {
	color: #228B22;
	text-decoration: underline;
}

/*---- Subnav ----*/
ul.textNav {
  list-style-type: none;
  margin: 70px auto 10px;
  width: 400px;
}
ul.textNav li {
	background: none;
	margin: 0;
	display: inline;
	list-style-type:none;
}
.posright {
	float: right;
	padding-left: 21px;
	background: url(../images/fish_bullet.gif) no-repeat left center;
}
.posleft {
	float: left;
	padding-left: 21px;
	background: url(../images/fish_bullet.gif) no-repeat left center;
}
a[href$=".pdf"] {
	padding-left:25px;
	background: url(../images/pdf.gif) no-repeat 0;
	display: block;
	line-height: 20px;
	margin-left: 5px;
}
/*--------------------------------------------
Headers, Paragraphs
----------------------------------------------*/
h1 {
	font-size: 140%
}
h2 {
	font-size: 125%;
}
h3 {
	font-size: 105%;	
	margin: 10px 0;
}
h4 {
	margin: 4px 0;
	font-weight: bold;
}
p {
	padding: 8px 2px;
	line-height: 1.6em;
}
/*--------------------------------------------
Typography
----------------------------------------------*/
#header h1 {
	background: url(../images/logo.png) no-repeat bottom;
	width: 603px;
	height: 23px;
	text-indent: -9000px;
	position:absolute;
	top: 129px;
	left:0;
}


/*--------------------------------------------
Images
----------------------------------------------*/
#rightColumn img {
	padding: 4px;
	margin-bottom: 5px;
	border-right: 1px solid #535300;
	border-bottom: 1px solid #535300;
	border-left: 1px solid #b6b700;
	border-top: 1px solid #b6b700;
}
/*--------------------------------------------
Lists
----------------------------------------------*/
ol {
	list-style-type: decimal;
}
ol li {
	list-style-type: decimal;	
}
ul {
list-style-type: none;
border: none;
}
li {
list-style-type: circle;
line-height: 1.5em;
margin-left: 30px;
}
li.tariffs em {
	padding-left: 120px;
}
li em {
	padding-left: 100px;
	font-weight: bold;
}
/*--------------------------------------------
Form
----------------------------------------------*/
form {
	background-color: #FFFFFF;
	border: 0px dotted #CCCCCC;
	bottom: 3px;
	margin-bottom: 5px;
	margin-left: 5px;
}

input,textarea,select {
	background-color: #CCCCCC;
	 font:  10px bold Verdana, Geneva, Arial, Helvetica, sans-serif;

} 
/*--------------------------------------------
Misc
----------------------------------------------*/
strong {
	color: #535300;
	font-weight: bold;
}
.tablesource { 
font-size: 10px;
border: 1px solid #9DB36E; 
background-color: #F6F4D4;
margin-top: 10px;
}
td {
padding: 0.2em 1em; 	
}
.salmon {
font-size: 10px;
border: 1px solid #9DB36E; 
background-color: #F6F4D4;
margin-top: 10px;
width: 95%;
}
.salmon td { 
padding: 0.5em 0.3em;
}
.tel {
	font-size: 10px;
	font-weight: 700;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background-color: #d5c931;
	border-bottom: 1px solid #333;
}
.noline {
	border-bottom: none;
}