/*======================================*
** np-stylesheet.css
** ------------------------------------------------------------*
** Created: 18-04-06 (dd-mm-yy)
** Media: Screen
** Website: netprofitservices.com
**======================================*/


/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body { 
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	color: #000;
	margin: 0;
	padding: 10px;
	height: 100%;
	}
img { border: 0; }
a { text-decoration: underline; color: #000; }


/*------------------------------------------------------------*
**  Header Navigation
**------------------------------------------------------------*/
#header h1 { font-weight: normal; font-size: 2em; margin: 0; }

/*------------------------------------------------------------*
**  Header Navigation
**------------------------------------------------------------*/
#header div  {
	display: none;
	}
#header ul	{
	display: none;
	}	
	
/*------------------------------------------------------------*
**  Sub Menus
**------------------------------------------------------------*/	
ul.subnav {
	margin: 0;
	padding: 0;
	width: 220px;
	}
ul.subnav li {
	padding: 6px 0;
	margin: 0;
	}	
ul.subnav li a {  
	border: 0 !important;
	}	
ul.subnav li a em { font-style: normal; }	
	
/*------------------------------------------------------------*
**  Content
** 
**  Sets max-width of content to 750px and keeps it 
**  in the center.
**------------------------------------------------------------*/	
#container div.content {
	padding: 20px 0 0;	
	}					
#container div.content p { 
	margin: 17px 0; 
	line-height: 1.6em;
	font-size: 0.9em;
	}

/*------------------------------------------------------------*
**  Content with Black Background
**------------------------------------------------------------*/	
#container div.box {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc; 
	}	

/*------------------------------------------------------------*
**  Content Titles
**------------------------------------------------------------*/			
#container h2 {
	margin: 0 0 17px;
	font-size: 1.3em;
	color: #000;
	clear: both;
	}

/*------------------------------------------------------------*
**  Thumbnails
/*------------------------------------------------------------*/	

#container a.thumb { border: 0; }
#container a.thumb img { 
	border: 1px solid #000; 
	padding: 2px; 
	}

/*------------------------------------------------------------*
**  Bulleted Unordered List
**------------------------------------------------------------*/	
ul {
	list-style-type: none;
	}
ul.inline li { display: none; }	

	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { padding: 10px 0; }	
#footer p {
	font-size: 0.85em;
	margin: 3px 0;
	color: #333;
	}
#footer em { 
	font-style: normal;
	}	

