@import url(layout.css) screen;
@import url(nav.css) all;

/*-----------------------------------------
 Body - Links - Typography - Images - Lists - Clearing - Misc
Date:    16-09-2007
Version: 1.1
Author:  Jonathan Alstead
email:   jona at launchsite.co.uk
web:     www.launchsite.co.uk
------------------------------------------*/
* { 
padding: 0;
margin: 0;
}
body {
font: small "Geneva",Arial,Tahoma,sans-serif;
text-align: center;
background: #000 url(../images/back.gif) repeat-x top left;
color: #fff;
margin: 0 auto;
}
/*-----------------------------------------
LINKS
-----------------------------------------*/
a {
color: #0066FF ; 
border-bottom: 1px dashed;
text-decoration: none;
}

a:visited {
	color : #40666F;
	text-decoration : none;
 border-bottom: 1px dashed;
}

a:hover {
	color: #0099FF;
	text-decoration : none;
 border-bottom: 1px dashed;
}

a:active {
color : #0066FF;
text-decoration : none;
border-bottom: 1px dashed;
}
a.flash {
color: #00CCFF;
font-weight: bold;
}
/*-----------------------------------------
TYPOGRAPHY
-----------------------------------------*/
h2 { 
font:  bold  16px "Trebuchet MS",arial,sans-serif;
padding-bottom: 2px;
color: #E74823;
margin: 10px 50px 5px 0;
border-bottom: 1px solid #E74823;
}
h3 {
font:  bold  14px "Trebuchet MS",arial,sans-serif;
padding-bottom: 2px;
color: #EC6E51;
margin: 5px 0px 2px;
text-transform: capitalize;
}
#header h1 {
 position: absolute;
 top: 84px;
 left: 0px;
 text-indent: -5000px;
 z-index: 1;
 height: 65px;
 width: 406px;
 background: #670000 url(../images/logo.gif) no-repeat;
}
#header h2 {
 text-indent: -9000px;
 top: -25px;
 right: -9px;
 z-index: 2;
 height: 174px;
 width: 98px;
 position: absolute;
 background: url(../images/header_man.jpg) no-repeat;
 margin:0;
 padding:0;
 border-bottom: none;
}
#footer h3 {
 background: url(../images/footer_works.gif) no-repeat;
 text-indent: -10000px;
 position: absolute;
 top: -39px;
 width: 310px;
 height: 101px;
 right:0;
 margin: 0;
}
#footer h3.leaf {
 background: url(../images/footer_leaf.gif) no-repeat;
 position: absolute;
 top:-52px;
 left: 0;
 width: 63px;
 height: 130px; 
  margin: 0;
}
p.front {
 padding: 5px 50px;
 line-height: 140%;
}
p {
 color: #fff;
}
/*-----------------------------------------
IMAGERY
-----------------------------------------*/
.frontimage {
 margin: 5px 10px 5px 30px;
}
.frontimage img {
 padding-left: 5px;
 padding-top: 10px;
 }
.img1 {
 float: right;
 padding: 4px;
 border: 1px solid #ccc;
 margin: 4px 4px;
}
.img2 {
 float: left;
 padding: 4px;
 border: 1px solid #ccc;
 margin: 4px 4px; 
}
/*-----------------------------------------
FORM
-----------------------------------------*/
select { 
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #B3B3B3;
border-bottom: 1px solid #B3B3B3;
}
label { 
float: left;
width: 10em;
text-transform: uppercase;
 }
input { 
width: 180px;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
border-right: 1px solid #B3B3B3;
border-bottom: 1px solid #B3B3B3;
}
.submit { 
margin-left: 130px !important;
margin-left: 135px;
width: 6em;
background-color: #DD4949;
color: #fff;
text-transform: uppercase;
font-family: Arial, Helvetica, sans-serif;
font-size: smaller;
}
textarea {
 width: 17em;
 height: 10em;
 border-left: 1px solid #ccc;
 border-top: 1px solid #ccc;
 border-right: 1px solid #B3B3B3;
 border-bottom: 1px solid #B3B3B3;
}
.required {
font-weight: bold;

}
/*-----------------------------------------
FLASH
-----------------------------------------*/
#flashcontent {
 margin-left: 50px;
}
/*-----------------------------------------
BOX
-----------------------------------------*/

.box {
 color: #fff;
 background: Maroon url(../images/front1.jpg) no-repeat 95%;
 width: 550px;
 margin: 10px 0 10px;
}
.box h3, .box h5 {
 padding: 5px 20px 0 20px; 
  letter-spacing: 2px;
}
.box h5 {
 text-transform: uppercase;
 font-size: 12px;
}
.box p {
  padding: 10px 20px 5px 20px;
}
/*-----------------------------------------
CLEARING
-----------------------------------------*/
.clearafter {
 height: 0;
 visibility: hidden;
 content: ".";
 clear: both;
 display: block;
}
*html .clearafter {
 height: 1%;
 display: inline-element;
}