body{
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}
img{
	border: 0px;
}
ul{
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearall{
	clear: both;
	height: 1px;
	line-height: 1px;
}
.banner{
	width: 800px;
	height: 159px;
	position: relative;
	margin: 0px auto 0 auto;
	background:url(../images/banner.jpg);
}
.menuwrapper{
	position: absolute;
	left: 0px;
	top: 169px;
	width: 100%;
	height: 30px;
	z-index: 200;
}
#mainMenu{
	height:30px;
	margin:0 auto 0;
	position:relative;
	text-align:left;
	width:805px;
}
#mainMenu li{
	position:relative;
	display:inline;
	float:left;
}
#mainMenu a{
	display:inline;
	float:left;
	width:134px;
	height:30px;
	overflow:hidden;
	background:#ff0000;
	text-decoration:none;
	text-indent:-9999px;
	cursor:pointer;
}

#mainMenu li.l1 a{
	background:url(../_images/menu/company_info.png) transparent no-repeat 0px 0px;
}
#mainMenu li.l2 a{
	background:url(../_images/menu/services.png) transparent no-repeat 0px 0px;
}
#mainMenu li.l3 a{
	background:url(../_images/menu/news.png) transparent no-repeat 0px 0px;
}
#mainMenu li.l4 a{
	background:url(../_images/menu/events.png) transparent no-repeat 0px 0px;
}
#mainMenu li.l5 a{
	background:url(../_images/menu/useful_links.png) transparent no-repeat 0px 0px;
}
#mainMenu li.l6 a{
	background:url(../_images/menu/contact_us.png) transparent no-repeat 0px 0px;
}

#mainMenu ul.sub{
	position:absolute;
	left:0px;
	top:30px;
	display:none;
	width:234px;
	border:1px solid rgb(151,193,233);
	background:rgb(255,255,255);
	z-index:500;
}
#mainMenu ul.sub ul.sub{
	position:absolute;
	left:234px;
	top:0px;
	z-index:600;
}
#mainMenu ul.sub li{
	height:auto;
	padding:0;
	width:234px;
	cursor:pointer;
}
#mainMenu ul.sub li a{
	display:block;
	width:186px;
	height:auto;
	background:url(../_images/menu/bullet-mainmenu.png) rgb(255,255,255) no-repeat 25px 7px;
	color:rgb(8,90,164);
	line-height:13px;
	font-size:12px;
	padding:5px 8px 5px 40px;
	margin:0;
	border-bottom:1px solid rgb(151,193,233);
	text-indent:0px;
}
#mainMenu ul.sub li a:hover{
	background-color:rgb(181,219,255);
	color:rgb(8,90,164);
	text-decoration:none;
}
.redbox{
	position: absolute;
	top: 132px;
	right: 1px;
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
	background-color: #fb1821;
	line-height: 26px;
}
.redbox a
{
	color: white;
	font-size: 12px;
}
a 
{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.wrapper{
	position: absolute;
	top: 199px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
.content{
	position: relative;
	width: 798px;
	min-height: 707px;
	_height: 707px;
	margin: 0 auto 0 auto;
}


/* Surplus Sales table design */

#box-table-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	margin: 25px;
	width: 500px;
	border-collapse: collapse;
	border-top: 7px solid #9baff1;
	border-bottom: 7px solid #9baff1;
}
#box-table-b th
{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	padding: 4px;
	background: #e8edff;
	border-right: 1px solid #9baff1;
	border-left: 1px solid #9baff1;
	color: #039;
}
#box-table-b td
{
	text-align:left;
	padding: 4px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}
#box-table-b td.center
{
	text-align:center;
	padding: 4px;
	background: #e8edff; 
	border-right: 1px solid #aabcfe;
	border-left: 1px solid #aabcfe;
	color: #669;
}

/*******************************
	Gridview
*/

.mGrid {   
	width: 100%;   
	background-color: #fff;   
	margin: 5px 0 10px 0;   
	border: solid 1px #525252;   
	border-collapse:collapse;   
}  
.mGrid td {   
	padding: 2px;   
	border: solid 1px #c1c1c1;   
	color: #717171;   
}  
.mGrid th {   
	padding: 4px 2px;   
	color: #fff;   
	background: #70A6DF url(../_images/gridview/grd_head.png) repeat-x top;   
	border-left: solid 1px #525252;   
	font-size: 0.9em;   
}  
.mGrid .alt { background: #fcfcfc url(../_images/gridview/grd_alt.png) repeat-x top; }  
.mGrid .pgr { background: #424242 url(../_images/gridview/grd_pgr.png) repeat-x top; }  
.mGrid .pgr table { margin: 5px 0; }  
.mGrid .pgr td {   
	border-width: 0;   
	padding: 0 6px;   
	border-left: solid 1px #666;   
	font-weight: bold;   
	color: #fff;   
	line-height: 12px;   
}     
.mGrid .pgr a { color: #666; text-decoration: none; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; }  
