@charset "UTF-8";
/* General purpose styles for www.neonflare.co.uk */

/* Reset 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,
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%;
	vertical-align: baseline;
	background: transparent;
}

body
{
	line-height: 1;
}

ol, ul
{
	list-style: none;
}

:focus
{
	outline: 0;
}

/* Global styles: */

p
{
	margin-top:15px;
}

h1
{
	font:28px "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color:#BBBBBB;
}

h2
{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	margin-top:15px;
	line-height:22px;
}

h1 a
{
	color:#DDDDDD;
	text-decoration:none;
}

h1 a:hover
{
	color:#BBBBBB;
}

.verySmall
{
	font-size:10px;
	line-height:12px;
}

.italic
{
	font-style:italic;
}

.bold
{
	font-weight:bold;
}

.floatl
{	
	float:left;
}

.floatr
{
	float:right;
}

.pink
{
	color:rgb(247,111,245);
}

.back
{
	font-size:20px;
	color:#DDDDDD;
}

div#wrapper
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:700px;
	clear:both;
	background-image:url(../images/backgrounds/grad-backdrop.png);
	background-position:center top;
	background-repeat:no-repeat;
}

div#workspace
{
	position:relative;
	top:0px;
	width:800px;
	height:700px;
	margin:0px auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:18px;
	background-position:center -4px;
	background-repeat:no-repeat;
}

.menuBar
{
	height:22px;
	background-color:#DDDDDD;
	border:1px solid #AAAAAA;
	border-width:1px 0px;
	font:13px Verdana, Arial, Helvetica, sans-serif;
}

#menu
{
	width:792px;
	padding:0px 4px;
	margin:4px 0px 15px 0px;
}

#topNav a
{
	float:left;
	text-decoration:none;
	color:#333333;
	display:block;
	padding:2px 20px 4px 20px;
}

#topNav a:hover
{
	color:white;
	background-color:rgb(247,111,245);
}

#menuExt
{
	position:absolute;
	top:4px;
	left:0px;
	width:100%;
}

#neonLogo
{
	margin:0px 0px 10px 24px;
}

#phoneNo
{
	font:24px Verdana, Arial, Helvetica, sans-serif;
	color:#AAAAAA;
	text-align:right;
	padding:2px 25px 0px 452px;
}

#mainContent
{
	clear:left;
	font-size:14px;
	height:500px;
}

#footer
{
	position:absolute;
	bottom:10px;
	width:750px;
	padding:0px 25px;
	text-align:center;
}

#footer a
{
	text-decoration:none;
	color:#666666;
}

#footer a:hover
{
	color:black;
}

.myLink
{
	text-decoration:none;
}

.dark_red
{
	color:rgb(127,0,4);
}

.red
{
	color:red;
}

.yellow
{
	color:#FF9900;
}