html body {
	background: none;
	background-color: #fff;	
	color: #01458c;	
	margin: 0;
	padding: 0;
	text-align: left;
}

body, td, th, input, select, textarea {
	font: normal 10pt/14pt  Verdana, Helvetica, Tahoma, Arial, sans-serif;
}



/* ========================== PAGE LAYOUT ========================== */ 

#container {
	margin: 0;
	text-align: left;
	width: 100%;
}

#header {
	display: none;
}

#content {
	background-color: #fff;
	background-image: none;
	padding: 0;
}

#main { 
	width: 100%;
	float: none;
}

#footer {
	display: none;
}


/* ========================== HEADINGS ========================== */ 

h2 {
	font-size: 17pt;
	line-height: 19pt;
}

h4 {
	font-size: 11pt;
	line-height: 14pt;
}

h4 em.date {
	font-size: 10pt;
}

h4.topic {
	font-size: 10pt;
	line-height: 15pt;
}

h5 {
	font-size: 12pt;
	line-height: 15pt;
}

h5.feature {
	font-size: 10pt;
	line-height: 13pt;
}



/* ========================== PRIMARY NAVIGATION ========================== */ 

ul#primary-nav {
	display: none;
}

/* ========================== SHARED MAIN CONTENT ITEMS ========================== */

/* head that contains section / subsection / utilities */

div#head {
	display: none;
}


/* ========================== TEASER COLUMN ========================== */

div#teasers-col {
	 display: none;
}



/* ========================== LISTS OF CONTENT / news / demos / faqs ..... some shared ========================== */


div.demo-info {
	width: 100%;
}

div.news-info {
	width: 100%;
}

div.product-info {
	width: 100%;
}

div.offer-info {
	width: 100%;
}

div.cat-info {
	width: 100%;
}


/* ========================== LINKS ========================== */

/* back to top */

p.backtotop {
	display: none;
}


/* back to.... */

p.backto {
	display: none;
}

/* more */

p.more {
	display: none;
}