/********************************************
	WEB DESIGNER:  		Mohan.Periyaswamy
						mohan@nxsofts.com
						
	WEBSITE:   			http://www.nxsofts.com/
	TEMPLATE NAME: 		Nexus Software Solutions Inc - The Hub for Intellectual people
	
	DIRECTOR : 			Hari Bayireddy
						hari@nxsofts.com			
      	
   HTML ELEMENTS - CSS
********************************************/ 
/* main*/

* 
body {
	color:#333333;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
	margin:0 auto;
	padding:0;
	background:#C8E3F1 url(bg.jpg) repeat-x;
	}
/* Top Menu*/
#topPan ul{
	width:980px;
	height:32px;
	display:block;
	right:0px;
	margin:0px;
	padding:0px;
	background:url(menu-bg.gif) 0 0 repeat-x #FF8714;
	color:#000000;
}
#topPan ul li{
	float:left; 
	display:block; 
	width:140px; 
	height:32px; 
	background:url(menu-devider.gif) right top no-repeat;
}
#topPan ul li span{
	display:block; 
	width:140px; 
	height:32px;
	background:url(menu-hover.gif) 50% 0 no-repeat; 
	font:13px/32px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold;
	color:#990000; 
	text-align:center; 
	text-decoration:none;
}
#topPan ul li a{
	display:block; 
	width:139px; 
	height:32px; 
	background:url(menu-bg.gif); 
	color:#000000;
	font:13px/32px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-align:center; 
	text-decoration:none;
}
#topPan ul li a:hover{
	display:block;
	width:140px;
	color:#FFFFFF;
	background:url(menu-hover.gif) 50% 0 no-repeat;
	text-decoration:none; /*position:fixed;*/
	margin:0;
	padding:0px;
}
/* links */
a img {
	border:0;
}
a	{
	color: #FF0000;
	background: inherit;
	text-decoration: none;
}
a:hover { 
	color: #006699;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2 {
	font-size: 1.4em;
	border-bottom:1px solid #bababa;
	color: #339900;
}
h3 {
	font-size: 1.1em;
	color: #CC0000;
	letter-spacing: 1px;
}

h1, h2, h3, p { 
	padding: 0;
	margin: 10px 15px; 
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color:#333333;
}
ul span, ol span {
	color:#333333;
}
strong{
	color:#009900;
}

/* images */
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #EAEAEA; 
	border-left: 5px solid #72A545;  
	font-weight: bold; 
}

/* main content */
#main {
	float: left;
	width: 535px;
	margin: 0; padding: 0;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0 3px 25px;
	text-transform: none;
	background: url(sidebar.gif) no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;	
	color: #339900;	
}	
/* sidebar */
#sidebar {
	float: right;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
}
#sidebar h1 {
	padding: 13px 0px 5px 24px;
	background: url(sidebar.gif) no-repeat 0% .7em;
	text-transform: none;
	color: #990000;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 2px solid #E0E0E0;
	
}
#sidebar ul.sidemenu a {
	display: block;
	font-weight: bold;
	color: #000066;
	text-decoration:none;
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #0099CC;
	min-height: 18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #C7F565;
	color: #0099CC;
	font-weight: bold;
	min-height: 18px;
	color: #990000;
	border-left:8px solid #FF0000;
}
#sidebar ul.sidemenu li span{
	display:block;
	padding:2px 5px 2px 10px;
	background: #E0E0E0;
	color: #0099CC;
	font-weight: bold;
	min-height: 18px;
	text-decoration:none;
	border-left:5px solid #339900;
}


/*** footer ***/
#footer{
	background:url(footer.gif);
	height:35px;
	width:980px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	}

/*** Various classes ***/
.photo {
	background:#fff;
	border:1px solid #bababa;
	margin:6px 18px 2px 5px;
	padding:2px;
}
.image { 
	float: left; 
	padding:2px; 
	border:1px solid #CCCCCC; 
	font:Verdana, Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	color:#000066; 
	margin:2px 8px 2px 2px; 
}
