

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#Wrapper {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1027px;
	_width:1055px;
	margin-left: -514px;

}

#Header {
	float: left;
	clear: both;
	width: 1027px;
	_margin-top:-3px;
}

#Top_Left_Empty {
	float: left;
	clear: right;
	width: 91px;
	height: 88px;
}

#Header_Main {
	float: left;
	clear: right;
	width: 847px;
}

#Top_Empty {
	float: left;
	clear: both;
	width: 847px;
	height: 15px;
}

#Header_Bottom {
	float: left;
	clear: both;
	width: 847px;
}

#Logo {
	float: left;
	clear: right;
	width: 250px;
	height: 73px;
}

#Header_Right {
	float: left;
	clear: right;
	width:597px;
	height:73px;
	background-image: url(../images/nsi_technologies_05bk.jpg);
	background-repeat: repeat-x;
}

#Top_Menu {
	float: right;
	clear: both;
	width: 368px;
	height: 37px;
	margin-top: 36px;
	margin-right: 5px;
}

.Top_Menu_Btn {
	float: left;
	clear: right;
	width: 92px;
	height: 37px;
}

#Top_Right_Empty {
	float: left;
	clear: right;
	width:89px;
	height:88px;
}

#Middle {
	float: left;
	clear: both;
	width: 1027px;
	_margin-top:-3px;
}

#Left_Margin {
	float: left;
	clear: right;
	width: 91px;
	height: 291px;
}

#Main {
	position: relative;
	float: left;
	clear: right;
	width: 787px;	
	background-image: url(../images/content_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 30px;
	_padding:26px;
	
}

#Sidemenu {
	float: left;
	clear: right;
	font-size: 12px;
	margin-top: 20px;
	padding-right:10px;
	border:none;
	height:147px;
	/*background-image:url(../images/submenu_divider.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;*/
}

.content_box_1
{
	border:1px solid #e1e1e1;
	background-color:#FBFBFB;	
	padding:15px;
	float:left;
	clear:right;
	width:346px;
	
}

.content_box_2
{
	border:1px solid #e1e1e1;
	background-color:#FBFBFB;	
	padding:15px;
	margin-bottom:20px;
	float:left;
	clear:both;
	width:744px;
}

.content_box_3
{
	border:1px solid #e1e1e1;
	background-color:#FBFBFB;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;	
	padding: 5px 15px 15px 15px;
	float:left;
	clear:right;
	width:346px;
	#width:346px;
	_width:376px;
	
}
#Banner
{
	float:left;
	clear:right;
	width:560px;
	height:160px;
	background-color:white;
	margin:10px;
	
}

#Sidemenu a:link, #Sidemenu a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #222222;
}

#Sidemenu a:hover, #Sidemenu a:visited:hover {
	font-size: 12px;
	text-decoration: none;
	color: #D6A00E;
}

#Right_Margin {
	float: left;
	clear: right;
	width: 89px;
	height: 291px;
	background-image:url(../images/nsi_technologies_08.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#Footer {
	float: left;
	clear: both;
	width: 1027px;
	height: 39px;
	text-align: center;
	background-image: url(../images/nsi_technologies_11.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 15px;
	_margin-top:-340px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#50658b;
	margin:20px 0 10px 0;
	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#d7a00e;
	margin:5px 0 10px 0;
	
}

h3
{
	font-size:18px;
	margin:0px 0px 5px 0px;
	color:#50658b;
}

p, td
{
	font-size:12px;
	vertical-align:top;
	text-align:left;
	margin:0 0 10px 0;
	line-height:18px;
}



ul
{
	margin-top:5px;
}


li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	margin-left:-20px;
	line-height:18px;
	list-style-image:url(../images/bullet.jpg);
}

a:link, a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #50668d;
}

a:hover, a:visited:hover {
	font-size: 12px;
	text-decoration: none;
	color: #D6A00E;
}

#contents img
{
	border:1px solid #50658B;
}



.normalRow
{
background-color:#ffffff;/* You can update the background Color to normal Gridview Back Color */
cursor:pointer;/* You can change cursor pointer to default, Pointer etc */
}

.highlightRow
{
background-color:#cfd8e0;/* You can change the background Color of the row to whatever color you want. You can also give Hexadecimal color code also */
cursor:pointer;/* You can change cursor pointer to default, Pointer etc */
}

.alternateRow
{
background-color:#e9e9e9;/* You can change the background Color of the row to whatever color you want. You can also give Hexadecimal color code also */
cursor:pointer;/* You can change cursor pointer to default, Pointer etc */
}


  .cssPager td
  {
    padding-left: 4px;      
    padding-right: 4px;

  }