/*************************************************************************************************

	A14
	Master
	Document Created: 17th October 2008
	Design: James Love & Ben Gleadall(studioview)
	Version v1
	Styled: Jeremy Thompson (studioview)
	Flash Build: Ben Gleadall (studioview)
	
*************************************************************************************************/

/* Global reset */

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, 
b, u, i, center, 
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-size:100%;
	background:transparent
}
body{
	line-height:1;
	font-size: 62.5%;
	background-image: url(assets/build/bodyRep.gif);
	background-repeat: repeat-x;
	background-color: #494949;
}
ol, ul{list-style:none}
blockquote, q{quotes:none}
blockquote:before, blockquote:after, 
q:before, q:after{content:''; content:none}

/* remember to define focus styles! */
:focus{outline:0}

/* remember to highlight inserts somehow! */
ins{text-decoration:none}
del{text-decoration:line-through}

/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse; border-spacing:0}
.separator{clear:both}



/********Logo*/

div#logo{
	background-image: url(assets/build/logoHome.gif);
	height: 104px;
	width: 168px;
	margin-top: 41px;
}

div#logo h1{
	text-indent: -5000px;
}

div#logo h1 a{
	height: 104px;
	width: 168px;
	display: block;
}

/********Intro Text*/

div#introText{
	background-image: url(assets/build/introText2.gif);
	height: 155px;
	width: 474px;
	margin-top: 116px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
}

div#introText h2{
	text-indent: -5000px;
}

/*********Flash Text*/

div#flashText{
	background-image: url(assets/build/flashText.gif);
	height: 73px;
	width: 474px;
	margin-left: 25px;
}
div#flashText h3{
	text-indent: -5000px;
}
div#flashText h3 a{height: 73px;
	width: 474px;display: block;}


/*********Enter Button*/

div#enterBut{
	margin-left: 25px;
}
div#enterBut h4{
	text-indent: -5000px;
}
div#enterBut h4 a{
	background-image: url(assets/build/launchBut.gif);
	background-position: 0px 0px;
	height: 36px;
	width: 200px;
	display: block;
}
div#enterBut h4 a:hover{
	background-position: 0px -36px;
}
