/* 
Website:	Obscure Toy Promotions
URL:		http://www.obscuretoypromotions.co.uk
Version:	1 
Author:		Toroca
URL:		http://www.toroca.co.uk

HTML Attributes */
body{ font-family: tahoma, verdana, arial, sans-serif; font-size: 11pt; color: #FFF; background: #000; margin-top: 10px; }
a:link, a:visited, a:active { text-decoration: underline; color: #FFF; }
a:hover { text-decoration: underline; color: #F06; }
h1 { display: block; margin: 0 0 2px 0; padding: 0; color: #F06; font-weight: bold; font-size: 18pt; }
h2 { display: block; margin: 0 0 2px 0; padding: 0; color: #F06; font-weight: bold; font-size: 13pt; }
span { font-size: 10pt; color: #FFF; }
form{ margin: 0; padding: 0; }

/* Layout Attributes */
#container {
width: 990px;
height: 100%;
margin: auto;
}

#header {
width: 100%;
height: 132px;
margin: 0;
background: URL(layout/banner-top.JPG) no-repeat #000;
}

#navigation {
width: 128px;
padding-left: 4px;
padding-right: 4px;
padding-top: 35px;
background: URL(layout/banner-bottom.JPG) no-repeat #000;
float: left;
font-size: 14pt;
font-weight: bold;
}

#content {
width: 824px;
padding-left: 4px;
padding-right: 4px;
padding-top: 10px;
text-align: justify;
float: left;
padding-bottom: 20px;
}

/* Image Attributes */
.image-centre-border {
display: block;
margin: 0 auto;
background: #FFF;
padding: 4px;
border: 1px solid #CCC;
}

.image-centre {
display: block;
margin: 0 auto;
background: #000;
padding: 4px;
}

.image-left {
display: block;
background: #FFF;
border: 0px;
float: left;
margin-right: 6px;
margin-top: 4px;
}

.image-right{
display: block;
background: #000;
border: 0px;
float: right;
margin-left: 25px;
margin-top: 4px;
}

/* Unsorted and Sorted List Attributes */
ul.list {
list-style: square;
display: block;
margin-top: 4px;
margin-bottom: 4px;
}

/* Link Attributes */
a.nav-link:link {
text-decoration: none;
color: #FFF;
}

a.nav-link:visited {
text-decoration: none;
color: #FFF;
}

a.nav-link:hover {
text-decoration: none;
color: #F06;
}

a.nav-link:active {
text-decoration: none;
color: #FFF;
}

/* Header & Span Attributes */
p.centre {
text-align: center;
margin: 0;
padding: 0;
}

/* Contact Attributes */
.button {
font-family: "Courier New";
font-size: 8pt;
padding: 2px;
border: 1px #F06 solid;
color: #000;
background: #FFF;
}

.textarea { 
font-family: "Courier New";
font-size: 8pt;
padding: 2px;
border: 1px #F06 solid;
color: #000;
background: #FFF;
}