@import url('layout.css');
/*-----------------------------------------
Layout - Links - Typography - Images - Tables

Date:    02-06-2007
Version: 1.1
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
body { 
font-size: 14px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: center;
margin: 0;
padding: 0;
background: #fff url(../images/bg.jpg) repeat;
}

/* =Links -----------------------------------
-------------------------------------------*/
a { 
color: #000;
text-decoration: underline;
}
a:visited { 
color: #333;
text-decoration: underline;
}
a:hover { 
color: #666;
text-decoration: none;
}
a:active { 
color: #f00;
text-decoration: none;
}

h1 {
background: url(../images/header.jpg) no-repeat;
height: 260px;
width:755px;
text-indent: -9000px;
padding: 0;
margin:0;
}
h1 a {
background: url(../images/header.jpg) no-repeat;
display: block;
height: 260px;
}
#textNav  {
	text-align: center;
	margin:0 auto;
	padding: 10px 10px;
	margin-top: 30px;
	font-size: small;
}
#textNav a:link, #textNav a:visited {
padding: 5px  5px; 
}

/* =Typography -----------------------------
-------------------------------------------*/
p {
text-align: justify;
padding-left: 10px;
padding-right: 10px;
}
.details {
padding: 0;
}

/* =Images----------------------------------
-------------------------------------------*/
img {
border: 0;
padding: 0;
margin:0;
}
.title { 
padding: 10px 10px;
}

/* =Tables----------------------------------
-------------------------------------------*/
table {
border-collapse: collapse;
margin: 0 auto;
padding: 0;
}
.mainr {background: url(../images/shad-main.gif) repeat-y; vertical-align:top;}
/* =Box & Search Form ----------------------
-------------------------------------------*/
#searchbox { 
background-color: #ccc;
border: 1px solid #999;
width: 330px;
height: 30px;
font-size: 11px;
padding: 5px 5px 0 5px;
text-align: center;
margin: 5px;
}
* html #searchbox { 
width: 188px;
xheight: 28px;
}
#searchpropery { 
margin:0;
padding: 0;
}

