﻿/* --------------------------------
   GhostRetro.co.uk Global CSS 
----------------------------------- */
/*Reset all Styles*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*Basic Styles*/
body {
	line-height: 1;
	background: white;
	background: #000 url('../images/bodybground.gif') top left repeat-x;
	font: 12px/16px tahoma, Arial, Helvetica, sans-serif;
	color: #cecece;
	letter-spacing: .06em;
}
strong {
	font-weight: bold;
}
em {
	font-style: oblique;
}
ul {
	margin: 10px 25px;
}
img {
	float: left;
}
h1, h2, h3, h4, h5 {
	font-family: 'trebuchet ms', tahoma, arial, sans-serif;
	line-height: normal;
}
h1 {
	font-size: 24px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 24px;
	color: #9370D8;
}
h5 {
	font-weight: bold;
	font-size: 12px;
}
p {
	margin: 10px 0;
}
/*--[ Normal CSS styles ]----------------------------------*/
#NLogo {
	display: none;/*Don’t Show Narrow Logo*/
}
#SP1P-SR {
	display: none;/*Don’t Show Narrow Picture*/
}
#container {
	position: relative;
	width: 100%;
	display: block;
	overflow: auto;
	margin: 0 auto;
	top: 0px;
	min-height: 620px;
	background-color: transparent;
	border-bottom: 2px #63B1EB solid;
}
#header {
	position: relative;
	top: 22px;
	margin: 0 auto;
	width: 830px;
	height: 48px;
	z-index: 1;
}
#maincontent {
	position: relative;
	top: 45px;
	display: block;
	overflow: auto;
	margin: 0 auto;
	width: 80%;
	min-height: 45px;
	padding: 20px;
	background-color: #1c1c1c;
	border-bottom: 2px #63B1EB solid;
	border-top: 2px #63B1EB solid;
	border-left: 2px #63B1EB solid;
	border-right: 2px #63B1EB solid;
}
#specky-issue1-pic {
	position: relative;
	top: 75px;
	display: block;
	overflow: auto;
	margin: 0 auto;
	width: 671px;
	min-height: 45px;
	background-color: #1c1c1c;
	border-bottom: 2px #63B1EB solid;
	border-top: 2px #63B1EB solid;
	border-left: 2px #63B1EB solid;
	border-right: 2px #63B1EB solid;
}
.textcenter {
	text-align: center;
}
#page-fill {
	width: 100%;
	background: url('../images/header-bg.gif')repeat;
}
#footer-link-container {
	position: relative;
	margin: 0 auto;
	display: block;
	overflow: auto;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background-color: transparent;
}
/* Lower Page Links Style*/
.lptxt {
	margin-left: auto;
	margin-right: auto;
	line-height: 115%;
	font: 8.5pt Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.lpli a:link {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.lpli a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.lpli a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.lpli a:hover {
	text-decoration: none;
	color: #FF0000;
}
/*--[ Narrow Screen CSS Styles ]----------------------------------*/
#footer-link-container-M1 {
	position: relative;
	margin: 0 auto;
	display: none;
	overflow: auto;
	margin: 0 auto;
	width: 100%;
	min-height: 80px;
	text-align: center;
	background-color: transparent;
}
#footer-link-C1-M1 {
	position: absolute;
	display: block;
	left: 5px;
	width: 30%;
	text-align: left;
	min-height: 75px;
	background-color: transparent;
}
#footer-link-C2-M1 {
	position: relative;
	display: block;
	width: 30%;
	text-align: left;
	min-height: 75px;
	background-color: transparent;
}
#footer-link-C3-M1 {
	position: absolute;
	display: block;
	top: 0px;
	right: 5px;
	width: 30%;
	text-align: left;
	min-height: 75px;
	background-color: transparent;
}
/*Do Not Show Long Link Replacements*/
.LongLiRp {
	display: none;
}
@media only screen and (max-width: 1000px) {
/*Size Based on Main Content DIV only*/
#container {
	min-height: 645px;
}
}
@media only screen and (max-width: 845px) {
/*Size Based on logo width only*/
/* Change Logo*/
#StLogo {
	display: none;
}
#header {
	width: 324px;
	height: 95px;
}
#NLogo {
	display: block;
}
#container {
	min-height: 700px;
}
/*Rearrange footer */
.lptxt {
	font: 12.5pt Verdana, Arial, Helvetica, sans-serif;
}
#footer-link-container {
	display: none;
}
#footer-link-container-M1 {
	display: block;
}
}
@media only screen and (max-width: 700px) {
/*Size Based on Picture only*/
/* Change Picture*/
#SP1P-S {
	display: none;
}
#SP1P-SR {
	display: block;
}
#specky-issue1-pic {
	width: 359px;
}
#container {
	min-height: 1000px;
}
}
@media only screen and (max-width: 665px) {
/*Size Based on Footer Link width only*/
.LongLi {
	display: none;
}
.LongLiRp {
	display: block;
}
}
@media only screen and (max-width: 543px) {
/*Size Based on Main Content DIV only*/
#container {
	min-height: 1045px;
}
}
/*Rearrange footer */
