/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}



/** General Styles **/

body {
	background: #dfe3ee url('../img/bgDiagLine.gif') repeat center top;
}

p, ul, li {
	color: #13171f;
}

a {
	color: #a7122a;
	text-decoration: none;
	font-weight: bold;
}

	a:hover {
		text-decoration: underline;
	}


div.cAlign {
	width: 915px;
	margin: auto;
}

/** Main Container **/
div#mainContainer {
	width: 960px;
	margin: auto;
	-moz-box-shadow: 0 0 60px 20px #bfc4ca;
	-webkit-box-shadow: 0 0 60px 20px#bfc4ca;
	box-shadow: 0 0 60px 20px #bfc4ca;
}
	
/** Header **/

div#headerContainer {
	background: #dde4ec url('../img/bgHeader.gif') no-repeat center top;
	
	width: 960px;
	height: 200px;
	
	margin: auto;
}
div#UKTSLink{
	width:410px;
	height: 70px;
	position: relative;
	left: 10px;
	top: 30px;
	cursor: hand;
	cursor: pointer;
}
	

/** Body/Wrapper **/

div#bodyContainer {
	background: #dde4ec;
	
	width: 960px;
	margin: auto;
}

/** Nav Bar **/
div#navBar {
	width: 960px;
	height: 38px;
	background: #dde4ec url('../img/bgNavBar.gif') no-repeat center top;
	font-family: 'Arial', sans-serif;
}

	div#navBar ul li {
		list-style: none;
		float: left;
	}
	div#navBar ul li img{
		float: left;
	}

	div#navBar a {
		text-transform: uppercase;
		font-size: 16px;
		font-weight: bold;
		color: #e1e4ed;
		/* GSC Settubgs padding: 11px 14px 7px 14px;*/
		padding: 11px 23px 7px 23px;
		float: left;
		letter-spacing:2px;
	}
	div#navBar li#navGetLatest{
		float: right;
	}
	div#navBar a#navGallery{
		padding: 11px 11px 7px 11px;
	}
		
		div#navBar a.activeItemMenuBlue {
			background: #183f7a;
			color: #e1e4ed;
		}
		
		div#navBar a.activeItemMenuRed {
			background: #890000;
			color: #e1e4ed;
		}
		
		div#navBar a:hover {
			text-decoration: none;
			background: #183f7a;
			color: #ffffff;
			
			/*CSS3 Transition*/
			
			-moz-transition: background 0.2s ease-in-out;
			-webkit-transition: background 0.2s ease-in-out;
			-o-transition: background 0.2s ease-in-out;
			transition: background 0.2s ease-in-out;
			
		}
		div#navBar li#navGetLatest a:hover {
			text-decoration: none;
			background: #890000;
			color: #ffffff;
			
			/*CSS3 Transition*/
			
			-moz-transition: background 0.1s ease-in-out;
			-webkit-transition: background 0.1s ease-in-out;
			-o-transition: background 0.1s ease-in-out;
			transition: background 0.1s ease-in-out;
			
		}
		
div#pictureDisplay {
	margin: 10px 0px 10px;
	position: relative;
}
	div#pictureDisplay h1 {
		position: absolute;
		top: 15px; /* in conjunction with left property, decides the text position */
		left: 15px;
		width: 895px; /* optional, though better have one */
		color: #FFFFFF;
		font-size: 32.32px;
		font-family: 'Arial', sans-serif;
	}

	img.FPBanner {
		background: white;
		padding: 10px;
		box-shadow: 0px 0px 3px #000000;
		
	}
	
	img.FPBanner:hover {
	
		opacity: 0.7;
	
		/*CSS3 Transition*/
		-moz-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
		-webkit-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
		-o-transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
		transition: opacity 0.2s cubic-bezier(0.42, 0, 0.58, 1);
		
	}
	
/** Text Body **/
div#textBody img.galleryImg:hover {
	opacity: 0.7;
	-moz-transition: opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1);
	-webkit-transition: opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1);
	-o-transition: opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1);
	transition: opacity 0.15s cubic-bezier(0.42, 0, 0.58, 1);
}

div#textBody {
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 3px;
	font-size: 13px;
	font-family: 'Arial', sans-serif;
}
div#textBody table tr{
	margin: 0px;
	padding: 0px;
}

div#textBody h1 {
	font-family: 'Arial', sans-serif;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-left: 3px;
	font-size: 32.32px;
}

div#textBody h2 {
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 18px;
	padding-left: 3px;
}

div#textBody  .bold{
	font-style: italic;
	font-weight: bold;
}
div#textBody h3 {
	font-family: 'Arial', sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	font-size: 14px;
	padding-left: 3px;
	font-style: italic;
}

div#textBody p {
	padding-bottom: 20px;
	padding-left: 3px;
}
div#textBody ul {
	padding-left: 20px;
	padding-bottom: 10px;
}
div#textBody div#credits {	
	width: 300px;
	margin: auto;
}
div#textBody div#credits ul li{	
	list-style: none;
	font-weight: bold;
	line-height: 2em;
}

/** The Packs Page **/
div#textBody table#packs  ul li {
	list-style: none;
	height: 20px;
}
div#textBody table#packs  div#history ul li {
	list-style: disc;
	height: auto;
}
div#textBody table#packs ul.list li {
	list-style: disc;
	height: auto;
	margin-left: 15px;
}
div#textBody table#packs  .larger_font{
	font-size: 150%;
} 
div#textBody table#packs div.packContainer {
	padding-bottom: 20px;
}
div#textBody table#packs img {
	/*float: left;*/
	background: white;
	padding: 10px;
	margin-right: 10px;
	box-shadow: 0px 0px 3px #000000;
	/*width: 200px;
	height: 200px;*/
}
div#textBody table#gsc img {
	background: white;
	padding: 10px;
	box-shadow: 0px 0px 3px #000000;
	/*width: 200px;
	height: 200px;*/
}
div#textBody h3 {
	padding-bottom: 0px;
}