/* CSS Document */

/*GENERAL */

body {
margin: 0px 0px 0px 0px; 
	font-family:Arial, Helvetica, sans-serif;;
	color:#666;
	font-size:12px;
	background:url(http://www.x-fire.co.uk/img/top_continue.jpg);
	background-position:0px -1px;
	background-repeat:repeat-x;
}

img {
	border:none;
}

p {
	margin-bottom:8px;
	margin-top:8px;
}

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

a:hover {
	text-decoration:underline;
}

.hiddenPic {
	display:none;
}

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

/* Footer */

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

a#facebook span {
	display:none;
}

a#facebook:hover {
	background-position:bottom;
	background-color:#FFF;
}

a#youtube { 
	background-image:url(http://www.x-fire.co.uk/img/youtube_icon.jpg);
	background-position:top;
	height: 22px; 
	width:22px; 
	display:inline-block 
}

a#youtube span {
	display:none;
}

a#youtube:hover {
	background-position:bottom;
	background-color:#FFF;
}

a#rss { 
	background-image:url(http://www.x-fire.co.uk/img/rss_icon.jpg);
	background-position:top;
	height: 22px; 
	width:22px; 
	display:inline-block 
}

a#rss span {
	display:none;
}

a#rss:hover {
	background-position:bottom;
	background-color:#FFF;
}

a#linkedin { 
	background-image:url(http://www.x-fire.co.uk/img/linkedin_icon.jpg);
	background-position:top;
	height: 22px; 
	width:22px; 
	display:inline-block 
}

a#linkedin span {
	display:none;
}

a#linkedin:hover {
	background-position:bottom;
	background-color:#FFF;
}


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

a#twitter span {
	display:none;
}

a#twitter:hover {
	background-position:bottom;
	background-color:#FFF;
}


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

a#tableless span {
	display:none;
}

a#tableless:hover {
	background-position:bottom center;
	background-color:#FFF;
}


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

a#xhtmlro span { 
	display:none;
}

a#xhtmlro:hover { 
	background-position:bottom center;
	background-color:#FFF;
}

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

a#cssro span { 
	display:none;
}

a#cssro:hover { 
	background-position:bottom center;
	background-color:#FFF;
}

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

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

.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;
	background-color:#FFF;
}

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:none;
	padding-left:0px;
	font-weight:100;
	}
	
dl.serviceslist { 
	list-style-type:none;
	padding-left:30px;
}

dl.serviceslist dt {
	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;
}
dl.serviceslist dd {
	background-image:none;
	list-style:none;
	padding-left:20px;
	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.service {
	width:340px;
	background-color:#E4F1FF;
	border:dashed;
	border-width:thin;
	margin-top:0px;
	padding:0px 2px 0px 2px;
}

p.service {
	margin:0px 0px 0px 0px;
}

p.close {
	text-align:right;
	margin-bottom:0px;
	margin-top:3px;
	font-size:9px;
}

/* LAYOUT */

div.body {
	margin: 0px auto -1px auto;
		width:900px;
		
}

* {
margin: 0;
}
html, body {
height: 100%;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
width:900px;
margin: 0px auto -45px;
background-image:url(http://www.x-fire.co.uk/img/bg.jpg);
background-position:left;
background-repeat:repeat-y;

}

.wrappercol {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0px auto -45px;
width:900px;
background-image:url(http://www.x-fire.co.uk/img/bg_col.jpg);
background-position:left;
background-repeat:repeat-y;
}

div.container {
	width:880px;
		margin-bottom:10px;
				margin:0px 10px 0px 10px;
				display:inline-block;
}

div.push {
	height:40px;

}

div.footer {
		margin: 5px auto -1px auto;
	width:900px;
	height:40px;
	background-color:#FFF;
	background-image:url(http://www.x-fire.co.uk/img/bg_footer.jpg);
	background-position:0px 0px;
background-repeat:no-repeat;
text-align:center;
}

div.copynote {
	float:left;
	padding-left:5px;
	padding-top:5px;
}

div.footlinks {
	float:right;
	padding-right:5px;
	text-align:right;
	vertical-align:middle;
}

div.hr {
	padding:5px 5px 5px 5px;
	display:block;
}

div.vr {
	background-color:#000;
	width:10px;
	height:100%;
	left:630px;
	bottom:0px;
	float:left;
}

/* COLUMNS */
div.col1 {
	float:left;
	width:615px;
	display:block;
}

div.col2 {
	float:right;
	width:254px;
	display:block;
}

div.compic1 {
	float:right;
	height:81px;
	width:139px;
	background-image:url(img/mb_xfire.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	
}

div.compic2 {
	float:right;
		height:53px;
	width:225px;
	clear:right; 
	background-image:url(img/mb_xfire.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	display:block;
}

.iphonepic {
	float:right;
	margin-top:50px;
}

.qrcode {
	background-image:url(img/qr.png);
	background-repeat:no-repeat;
	background-position:top;
	float:right;
	text-align:center;
	vertical-align:top;
	width:150px;
	margin-top:-100px;
	padding-top:125px;
}


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

.menurow {
	background:url(http://www.x-fire.co.uk/img/top.jpg);
	height:28px;
	width:900px;
	background-position:0px 36px;
	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;
}

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;
}

/* NAV BAR */
#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 7px 0px 7px;
	color:#666;
	float:left;
	width:auto;
	text-decoration:none;
	height:17px;
	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;
}

/*GREYBOX*/

/* Last-Modified: 28/06/06 00:08:22 */
#GB_overlay {
    background-color: #000;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    z-index: 100;
}

#GB_window {
    left: 0;
    top: 0;
    font-size: 1px;
    position: absolute;
    overflow: visible;
    z-index: 150;
}

#GB_window .content {
    width: auto;
    margin: 0;
    padding: 0;
}

#GB_frame {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    white-space: nowrap;
}


.GB_Gallery {
    margin: 0 22px 0 22px;
}

.GB_Gallery .content {
    background-color: #fff;
    border: 3px solid #ddd;
}

.GB_header {
    top: 10px;
    left: 0;
    margin: 0;
    z-index: 500;
    position: absolute;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
}

.GB_header .inner {
    background-color: #333;
    font-family: Arial, Verdana, sans-serif;
    padding: 2px 20px 2px 20px;
}

.GB_header table {
    margin: 0;
    width: 100%;
    border-collapse: collapse;
}

.GB_header .caption {
    text-align: left;
    color: #eee;
    white-space: nowrap;
    font-size: 20px;
}

.GB_header .close {
    text-align: right;
}

.GB_header .close img {
    z-index: 500;
    cursor: pointer;
}

.GB_header .middle {
    white-space: nowrap;
    text-align: center;
}


#GB_middle {
    color: #eee;
}

#GB_middle img {
    cursor: pointer;
    vertical-align: middle;
}

#GB_middle .disabled {
    cursor: default;
}

#GB_middle .left {
    padding-right: 10px;
}

#GB_middle .right {
    padding-left: 10px;
}


.GB_Window .content {
    background-color: #fff;
    border: 3px solid #ccc;
    border-top: none;
}

.GB_Window .header {
    border-bottom: 1px solid #aaa;
    border-top: 1px solid #999;
    border-left: 3px solid #ccc;
    border-right: 3px solid #ccc;
    margin: 0;

    height: 22px;
    font-size: 12px;
    padding: 3px 0;
    color: #333;
}

.GB_Window .caption {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    padding-right: 20px;
}

.GB_Window .close { text-align: right; }
.GB_Window .close span { 
    font-size: 12px;
    cursor: pointer; 
}
.GB_Window .close img {
    cursor: pointer;
    padding: 0 3px 0 0;
}

.GB_Window .on { border-bottom: 1px solid #333; }
.GB_Window .click { border-bottom: 1px solid #333; }

