@charset "UTF-8";



img {
	border:none;
}

body {
margin: 0px 0px 0px 0px; 
	font-family:Arial, Helvetica, sans-serif;
	height:98%;
	color:#666;
	font-size:12px;
}
a:link, a:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

.hiddenPic {
	display:none;
}

.tablefull {
	height:100%;
	}

/* Backgrounds */

.logorow {
	background:url(http://www.x-fire.co.uk/img/top.jpg);
	background-position:top;
	width:900px;
	height:102px;
	margin: 0px auto -1px auto; 
}

.logorowcont {
	background:url(http://www.x-fire.co.uk/img/top_continue.jpg);
	background-position:top;
	width:100%;
	text-align:center;
	
}

.menurow {
	background:url(http://www.x-fire.co.uk/img/topmenu.jpg);
	height:28px;
	width:900px;
	margin: 0px auto -1px auto;
}

.menurowbt{
	background-image:url(http://www.x-fire.co.uk/img/btmmenu.jpg);
	height:8px;
	
}

.menurowcont {
	background:url(http://www.x-fire.co.uk/img/top_continue.jpg);
	background-position:bottom;
	height:36px;
	width:100%;
	text-align:center;
}

.vrleft {
	background-image:url(http://www.x-fire.co.uk/img/vr.jpg);
	width:1px;
	background-position:left;
	position:absolute;
	top:140px;
	bottom:10px;
	display:inline-block;
}

.vrright {
	background-image:url(http://www.x-fire.co.uk/img/vr.jpg);
	width:1px;
	background-position:right;
	position:absolute;
	top:140px;
	bottom:10px;
	display:inline-block;
}

.vrctr {
	width:6px;
	background-image:url(http://www.x-fire.co.uk/img/vrctr.jpg);
}

.heading {
	font-size:13px;
	color:#06F;
	font-weight:bold;
}

#nav {
	margin:0;
	padding:0px 0px 0px 0px;
	float:left;
	width:100%;
}

#nav li {
	display:inline;
	padding:0;
	margin:0;
}

#nav a:link,
#nav a:visited {
	padding:10px 5px 0px 5px;
	color:#666;
	float:left;
	width:auto;
	text-decoration:none;
	height:16px;
	border-right:1px solid #666666;
	font-size:13px;
	font-weight:900;
}

#nav li:first-child a {
	border-left:1px solid #666666;
}

#nav a:hover {
	background:#3F95FF;
	color:#FFF;
}

a#facebook { 
	background-image:url(http://www.x-fire.co.uk/img/face_icon50.jpg); 
	height: 20px; 
	width:20px; 
	display:inline-block 
}

a#facebook span {
	display:none;
}

a#facebook:hover {
	background-image:url(http://www.x-fire.co.uk/img/face_icon.jpg);
}

a#twitter { 
	background-image:url(http://www.x-fire.co.uk/img/twitter_icon50.jpg); 
	height: 20px; 
	width:20px; 
	display:inline-block 
}

a#twitter span {
	display:none;
}

a#twitter:hover {
	background-image:url(http://www.x-fire.co.uk/img/twitter_icon.jpg);
}


a#xhtmlro { 
	background-image:url(http://www.x-fire.co.uk/img/xhtml_50.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	height:20px; 
	width:80px; 
	display:inline-block;
	vertical-align:top;
}

a#xhtmlro span { 
	display:none;
}

a#xhtmlro:hover { 
	background-image:url(http://www.x-fire.co.uk/img/xhtml.jpg);
}

a#cssro { 
	background-image:url(http://www.x-fire.co.uk/img/css_50.jpg); 
	background-repeat:no-repeat;
	background-position:center center;
	height:20px; 
	width:80px; 
	display:inline-block;
	vertical-align:top;
}

a#cssro span { 
	display:none;
}

a#cssro:hover { 
	background-image:url(http://www.x-fire.co.uk/img/css.jpg);
}

.blogh1 {
	color:#666;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.date {
	font-size:10px;
	font-style:italic;
}

.smalllink {
	font-size:9px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a.smalllink:link, a.smalllink:visited {
	font-size:9px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a.smalllink:hover {
	text-decoration:underline;
}

a.normlink:link, a.normlink:visited {
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

a.normlink:hover {
	text-decoration:underline;
}

.quote {
	font-style:italic;
	text-align:center;
	color:#06f;
}

.clientquote {
	font-size:12px;
	font-style:italic;
	text-align:left;
	color:#666;
}

.clientname {
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	color:#666;
}

ul.listbullet { list-style-type:none; }

ul.listbullet li {
	background-image: url('http://www.x-fire.co.uk/img/bullet.jpg');
	background-position: 0px 3px; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 20px;
	border: 0px solid black;
}
ul.listbullet ul li {
	background-image:none;
	list-style:disc;
	padding-left:0px;
	font-weight:100;
	}

div.login {
	margin:auto;
	display:inline-block;
	background:#D3E4FE;
	border:groove;
}

div.divbox {
	margin:auto;
	display:inline-block;
	background:#D3E4FE;
	border-style:solid;
	color:#666;
	border-width:thin;
	width:200px;
	padding:3px;
	text-align:left;
}

div.divbox:hover {
	background:#CCC;
}

input.groovybutton
{
   font-size:10px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   color:#333333;
   background-color:#3399FF;
   border-style:solid;
   border-color:#333333;
}

.error {
	font-style:italic;
	color:#900;
	font-weight:bold;
} 	

div.labs {
	float:left;
	margin-left:420px;
	margin-top:15px;
	background-image:url(http://www.x-fire.co.uk/img/labs.gif);
	width:172px;
	height:77px;
}

div.page {
				height:100%;
}
div.container {
	width:890px;
	display:inline-block;
	padding-left:5px;
	padding-right:5px;
}
div.main {
	margin: 0px auto -1px auto;
		width:900px;
};