/* Primary Print style sheet for code-red-tech website */
/* Version 2 - implementing more fully CSS */

/* change the body defaults */
body {
	font: 0.9em Arial, Helvetica, sans-serif;
	background-color: #c5c5c5;
	color: #000000;
	margin-top: 0; /* for IE7 */
	width: 100%;
}

#background-bar {
	display:none;
}

/* the container is the main block of content, including the banner and menus  - used for centralising*/
#container {
}

/* banner image includes some text */
#banner {
	display:none;

}

/* This is the content block, including the tabbed navigation */
#content
{
}

/* Main tabbed navigation */
#header{
	display:none;
}
hr {
	width: 100%;
	color:#D52507;
	background-color:#D52507;
	border: none;
}


/* footer info for sub menus, copyright etc */
#footer {
	margin:25px; 
}
#footer a{ 
	display:none;

}
#footer span{
	color:#d52507;
	font-size:medium;
}


#footer span a{ 
	display:none;
}


.pagetop {
	display:none;
}

.emailform {
display:none;
}

