/* ---- General ---- */

body
{

	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

/* ---- Elements ---- */

p {
	color: #696969;
	line-height: 150%;
	text-align: justify;
}

h4 {line-height: 150%;

}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	width: 500px;
	text-align: left;
	border: 1px #000 solid;
}

td {
	padding: 5px;
	border: 1px #000 solid;
}

tr {	width: 500px;
	border: 1px #000 solid;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #505050;
	line-height: 150%;
	list-style-type: disc;
}


li {
	display: block;
	
}

span#company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* ---- Layout/ Columns ---- */

div#header {
	display: none;

}

div#footer {
	display: none;
}

/* taken from Position Is Everything - clear floated DIV */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* taken from Position Is Everything - clear floated DIV */



div#line {
   display: none;
}

div#content, div#mainwrap  {
	float: none;
	margin: 40px 20px 40px 20px;
	width: auto;
	} 
	
div#content:before { 
	content: "Smart Textiles Network"; 
	line-height: 30px;
	font-size: 14px;
	color: #696969;
}	

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
   
#content a[href^="/"]:after {
   content: " (http://www.smartextiles.co.uk" attr(href) ") ";
   }   

div.blue { background: transparent none;;
}

div.yellow {
	background: transparent none;
}

div.pink {
	background: transparent none;
}

/*----------------Menues ----------------*/

ul#mainmenu {
	display: none;
}


ul#submenu {
	display: none;
}

div#submenu {
        
	display: none;
}


ul#subsubmenu {
	display: none;
}
	
li #subsubmenu, li#submenu, li#menu {	display: none;
}

/* ----Text/ Font Styles ---- */

#title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	width: 550px;
}