/*-----------------------------------------------------------------------------------------------------------------------------------------------------------
CSS for 	Totel Solutions - Main Stylesheet
Author:		Alison Springall (alisonspringall@silktide.com) / Silktide Ltd
Created:	23/12/2008
	
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@import url(totel.css);

body				{ background: #fff none; }



/* Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#container 	  		{ width: 100%; min-height: 10px; background: #fff none; } 
* html #container 	{ height: auto; }

#outerwrapper		{ background: transparent none; }

#header				{ width: 100%; border-bottom: 1px solid #eee; margin-bottom: 10px;}

#mainnav			{ display: none; }

#banner				{ width: 100%; background: #fff none; border-left: 0; border-right: 0; margin: 0 0 0 0; }

#contentwrapper		{ width: 100%; background: #fff none; border-top: 0; margin: 0 0 0 0; }

#content			{ margin: 0 0 0 0; }

.fullcontent #content-top	{ display: none; }
.fullcontent #content		{ width: 100%; background: #fff none; margin: 0 auto; }
.fullcontent #content-bot	{ display: none; }

#sidecol			{ display: none; }

#footer				{ width: 100%; background-color: #fff; border-top: 1px solid #eee; }



