/*
  This file is based on the ploneCustom.css.dtml shipped with Plone.

   (do not remove this :)
   (not this either :)
*/

/* YOUR CSS RULES START HERE */


/* ************** */
/* GENERAL LAYOUT */
/* ************** */

BODY {
	margin: 0px;
	background: none;
	text-align: left;
}

#pageContainer {
	text-align: left;
	width: auto;
	margin: 0px;
	background: none;
}

#mainContent {
	margin-left: 0px;
	padding-right: 0px;
}



/* **************** */
/* DECORATIVE ITEMS */
/* **************** */

#cornerTopLeft, #cornerTopRight, #cornerBottomLeft, #cornerBottomRight {
	display:none;
}



/* *************************** */
/*   HEADER & LEFT NAV BAR     */
/* ************************** */

#headerContainer {
	display: none;
}

#navBig UL {
	display: none;
}

#navSmall UL {
	display: none;
}

.boxTop{
	width: auto; /* new */ 
	padding: 0;/* new */ 
	margin: 0;/* new */ 
}

.quote {
}

.highlightBox DIV DIV {
	padding: 0; 
	margin: 0; 
} 

#navLeft {
	float:none;
	padding: 0px;
	margin: 0px;
	width: auto;
}

.quote H4 {
	margin: none; 
} 

.quote P {
	margin: none; 
} 

.quicktip P {
	margin: 0; 
} 

#navLeft ul {
	margin: 0px 0px 0px 0px; /* top right bottom left */ 
	padding: 10px 8px 10px 0px; /* top right bottom left */ 
	border-right: 0; 
} 

#navLeft li {
	display: inline; 
	margin-left: 0; 
	padding-left: 0; 
	margin-right: 8px; 
} 

#breadCrumb {
	padding-top: 0px; 
	padding-bottom: 5px; 
	border-bottom: 1px solid #60A3DE; 
	margin-bottom: 10px; 
}


/* ************** */
/*   FOOTER       */
/* ************** */

.previousNext {
	display: none;
}

#footer LI {
	color: black;
}

#footer LI A:link, #footer LI A:visited {
	color: black;
}



/* ************** */
/*    HOME PAGE   */
/* ************** */

#banner {
	display: none;
}

#logoCropped {
	background: url(images/logo_neteffects.gif) no-repeat;
	height: 120px;
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	width:170px;
}

/* following is a hack to get the logo to print (it's a background image) */ 
/* backslash hides from IE5, which can't do this trick */ 
#lo\go { 
	background: none; 
	display: list-item; 
	list-style-image: url(images/logo_neteffects.gif); 
	list-style-position: inside; 
	letter-spacing: -1000em; 
	font-size: 1pt; 
	color: #fff; 
} 

#lo\goCropped { 
	background: none; 
	display: list-item; 
	list-style-image: url(images/logo_neteffects.gif); 
	list-style-position: inside; 
	letter-spacing: -1000em; 
	font-size: 1pt; 
	color: #fff; 
} 

#homeContent {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 6px;
	padding-bottom: 10px;
}


/* YOUR CSS RULES STOP HERE */

/*  */

/* Latest version of the documentation on pre-defined properties from Plone 
   can be found in CMFPlone/skins/plone_styles/ploneCustom.css */
