html, p, li, ul, img, h1, h2, h3, h4, h5, h6{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 0.8em/1.4em Verdana, sans-serif;
	color: black;
	background: #CCCCCC url(http://www.junction14.co.uk/images/bg_0709.jpg) no-repeat top center;
}

h1{
  display: none;
  font: 1.6em/1.6em Arial, Helvetica, sans-serif;
  margin: 5px 0px 0px 30px;
  padding: 0px;
  color: black;
  text-transform: uppercase;
}

h2{
  clear: left;
  font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
  margin: 10px 0px 0px 30px;
  padding: 8px 0px 2px 0px;
  text-transform: uppercase;
  color: white;
}

h3{
  clear: left;
  font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
  margin: 10px 0px 0px 30px;
  padding: 8px 0px 2px 0px;
  text-transform: uppercase;
  color: white;
}

h4{
  font: bold 0.9em/1.2em Arial, Helvetica, sans-serif;
  margin: 0.05em 0em 0.2em 0em;
  padding: 0px;
}

p{
  font: 0.9em/1.6em Verdana, sans-serif;
  margin: 5px 30px 10px 30px;
  padding: 0px;
  color: white;
}

img{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

ul{
  margin: 0px;
  padding: 0px;
}

li{
  margin: 0px 0px 0px 44px;
  padding: 2px 0px;
  color: white;
}

hr{
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid white;
  border-left: 0px;
  margin: 0px 5px;
  padding-top: 10px;
}

.hidden{
  display: none;
}

/* page layout */
#container{
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 410px;
	height: auto;
	border: 0px;
	text-align: left;
}

#header{
  float: left;
  width: 410px;
  padding: 0px;
  margin: 0px;
  margin-top: 5px;
  background: #0066CC;
}

#navigation{
  float: left;
  width: 410px;
  padding: 0px;
  margin: 0px;
  text-indent: 18px;
  background: #0066CC url(/images/bg_body.gif) repeat-y scroll top center;
}

#navigation ul{
  padding: 0px;
  margin: 0px 1px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#navigation li{
  font: 0.85em/2.25em Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  list-style: none outside;
  display: inline;
  padding: 6px 0px 6px 6px;
  margin: 0px;
  margin-left: 1px;
}

#navigation li a{
  color: white;
  background: none;
  text-decoration: none;
}

#navigation li a:hover{
  color: #FFD700;
  background: none;
  text-decoration: underline;
}

#home .home, #services .services, #samples .samples, #contact .contact, #links .links, #news .news{
  background: white;
  color: #003366;
  padding: 6px 2px;
}

#content{
  float: left;
  left: 0px;
  width: 410px;
  margin: 0px;
  padding: 0px;
  /*margin-bottom: 20px;*/
  min-height: 500px;
  background: #0066CC url(/images/bg_body.gif) repeat-y scroll top center;
}

#content a:link, #content a:visited{
  color: white;
  text-decoration: underline;
}

#content a:hover, #content a:visited:hover{
  color: #FFD700;
  text-decoration: none;
}

.logosample{
  border: 1px solid #000066;
  margin: 10px 15px 15px 100px;
}

#content p{
  clear: both;
}

.samplepic{
  float: left;
  border: 1px solid #000066;
  margin: 10px 0px 15px 25px;
}

#content a.img{
  border: 2px solid white;
}

#content a:link img, #content a:visited img{
  border: 2px solid white;
}

#content a:hover img, #content a:visited:hover img{
  border: 2px solid #FFD700;
}

#topofpage{
  color: white;
  padding: 10px 30px;
  margin: 0px 1px;
  border-bottom: 1px solid white;
}

#footer{
  clear: both;
  border-bottom: 5px solid silver;
  width: 410px;
  /*padding: 15px 24px;*/
  padding: 0px;
  margin: 0px;
  text-align: left;
  font: 0.9em/1em Arial, Helvetica, sans-serif;
  color: #000066;
  background: #0066CC url(/images/bg_footer.gif) repeat-y scroll bottom center;
}

.footertext{
  padding: 10px 30px;
}

#topofpage a:link, #topofpage a:visited, #footer a:link, #footer a:visited{
  color: white;
  text-decoration: underline;
}

#topofpage a:hover, #topofpage a:visited:hover, #footer a:hover, #footer a:visited:hover{
  color: white;
  text-decoration: none;
}

.footerphone{
  font: 1.7em/1.5em Arial, Helvetica, sans-serif;
}

/* contact form */
#contactform{
  float: left;
  width: 260px;
}

input, textarea{
  border: 1px solid #003366;
}

#contactdetails{
  float: left;
  border: 1px solid white;
}

#contactdetails p{
  margin: 5px 10px;
  padding: 0px;
}

.contacthead{
  font-weight: bold;
  text-transform: uppercase;
}

/* fun page */
ul.funlist li{
  list-style: none outside;
  margin: 0px 0px 0px 30px;
  padding: 0px;  
}

