/* CSS Document */

	/* General styles */
html, body {
    height: 100%;
}

body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background-color: #000000;
        min-width:600px;    /* Minimum width of layout - remove line if not required */  /* The min-width property does not work in old versions of Internet Explorer */
		font-size:100%;
		font: Arial, Helvetica, Verdana,  sans-serif;
		font-family: Arial, Helvetica, Verdana,  sans-serif;
    }

p {
        margin:.4em 0 .8em 0;
        padding:0;
		font-size: smaller;
    }
	
.smaller{
	font-size: -1;
}


/* -------- HEADINGS */
	
h1,h2,h3, h4, h5, h6, p {
	margin: 0 10px;
	padding: 3px;
	
}

h1,h2,h3, h4, h5, h6, {
	text-transform: uppercase;
	font: Arial Black, Arial, Helvetica, Verdana,  sans-serif;
	font-family: Arial Black, Arial, Helvetica, Verdana,  sans-serif;
}
 
h1 {
	font-size: xx-large;
	color: #0066FF;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: right;
	
}

h2 {
	font-size: 200%;
	color: #00D346;
	text-transform: uppercase;
}

h3 {
	color: #0066FF;
	text-transform: uppercase;
	}

h4 {
	color: #0066FF;
	text-transform: uppercase;
	}
	
h5 {
	color: #0066FF;
	text-transform: uppercase;
	}
	
h6 {
	color: #0066FF;
	text-transform: uppercase;
	}

.navigation {
	font-size: 125%;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	}
	

/* -------- LINKS */

a:link {
	color: #00D346;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #EB128F;
	background: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #6AF458;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #FFF117;
	text-decoration: none;
	font-weight: bold;
}
.uptotop a:hover {
	text-decoration: none;
	background: #ffffff;
}

/* -------- SPECIAL TEXT */

blockquote {
	font-size: smaller;
	font-style: italic;
	color: #000000;
}
	
.blink {
	text-decoration: blink;
}

/* -------- IMAGES */
	img {
		margin: 0px;
		border: 0px;
		behavior:	url("pngbehavior.htc");
	}
	
/* -------- HEADER STYLES */
    #header {
        clear:both;
        float:left;
        width:100%;
    }
	#header {
		border-bottom:0px solid;
	}
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	#header ul {
	    clear:left;
	    float:left;
	    width:100%;
	    list-style:none;
	    margin:10px 0 0 0;
	    padding:0;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
	    margin:0;
	    padding:0;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    margin:0 0 0 1px;
	    padding:3px 10px;
	    text-align:center;
	    background:#FFFFFF;
	    color:#FFFFFF;
	    text-decoration:none;
	    position:relative;
	    left:15px;
		/*line-height:1.3em;*/
	}
	#header ul li a:hover {
	    background:#000000;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#fff;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
	



	
/* -------- 'WIDTHS' SUBMENU */
.framegrabbox {
	width: 220px;
	float: right;
	background-color: #283937;
	padding: 5px;
	magin: 15px;
	color: #ffffff;
	font-size: bold;
	font-size: 1em;
}




	
	
/* -------- 'WIDTHS' SUBMENU */
	#layoutdims {
		clear:both;
		background:#FFFFFF;
		border-top:0px solid #FFFFFF;
		margin:0;
		padding:6px 15px !important;
		text-align:center;
	}
	
	
	
	
	
	
/* -------- COLUMN CONTAINER */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	
	
	
	
	
/* -------- THREE COLUMN SETTINGS */
	.holygrail {
	    background:#transparent;    	/* Right column background colour - goes across whole page!!!!!!!! */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-250px; 	/* Width of right column */
        position:relative;
        right:100%;
	    background: #transparent;  	/* Centre column background colour that is also the background for the left col !!!!!! */
		/*background-image: url('stripe_black-purp-white.jpg');*/
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:500px;         	/* Left column width + right column width */
	    background: transparent;   	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:250px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 255px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:220px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:230px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
		color: #5326a7;
    }
	
	
	



/* -------- SPECIAL COLUMNS _ LEFT AND RIGHT */
.xsnazzyleft {
background: transparent; 
width:219px; 
float:right; 
margin:10px 0px 10px 0px;
padding: 1px;
}
.xsnazzyright {
background: transparent; 
width:219px; 
float:right; 
margin:0px 0px 10px 0px;
padding: 1px;
}

.xboxcontentleft { /*inside box colour, left hand side!!!!!!!!!!!!!!*/
display:block; 
height:auto;
background:#ffffff; 
}
.xboxcontentright {
display:block; 
height:auto;
background:#ffffff; 
}

/* -------- SPECIAL COLUMNS _ CENTRE */
.centrebox {
background: #ffffff; /* this will change the centre column colour, but it has a margin on the right*/
background-image: url('../zaxis/images/columns/centre-bw-slash1.png'); 
background-repeat: repeat-no;
/*width:100%; 
float:righ; 
margin:10px 0px 10px 0px;
padding: 1px;*/
}


	
/* -------- FOOTER */
#footercontainer {
    position: relative;
	min-height: 100%;
	height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
	}

#footer {
        clear:both;
        float:left;
        width:100%;
		/*border-top:1px solid #6AF458;*/
		font-size:80%;
		color: #FFFFFF;
		background-color: #FFFFFF;
		position: absolute;
  		bottom: 0;

    }
#footer p {
        padding:10px;
        margin:0;
    }
    /*
    </style>
    [if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]  */
	
html>body #container {
    height: auto;
	}
	
	
/* -------- SNAZZYCORNERS 

.xsnazzy h1, .zsnazzy h1 {
margin:0; 
font-size:1.2em; 
padding:5px 10px 5px 10px; 
border-bottom:1px solid #6AF458;
}
.xsnazzy p, .zsnazzy p {
margin:0; 
padding:5px 5px; 
font-size:10px;
}
.xsnazzy {
background: transparent; 
width:219px; 
float:right; 
margin:10px 0px 10px 0px;
padding: 1px;
}

.xsnazzycenter {
background: transparent; 
width:100%; 
float:right; 
margin:10px 0px 10px 0px;
padding: 1px;
}

.xtop, .xbottom {
display:block; 
background:#transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#ffffff; 
border-left:1px solid #6AF458;
border-right:1px solid #6AF458;
}
.xb1 {
margin:0 5px; 
background:#6AF458;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #6AF458;
border-width:0 1px; 
height:auto;
background:#ffffff; 
}
* html .xboxcontent {
height:1px;
}

.cololab
