body {
  margin:0;
  padding:0;
  text-align:center;
}

a {
  font:12px Arial, Verdana;
  color:#a3b514 !important;
  text-decoration:none;
}
a:hover {
  color:#bcc6c8 !important;
  text-decoration:underline;
}

#page {
  margin-left:auto;
  margin-right:auto;
  width:960px;
  text-align:left;
}

#header {
  width:960px;
  height:200px;
  background:#fff url(../_pics/header.png) no-repeat 0 0;
}

#logo {
  position:relative;
  top:25px;
  left:30px;
  width:300px;
  height:110px;
  display:block;
}

#header form {
  position:relative;
  top:-50px;
  left:385px;
  width:542px;
  height:68px;
  display:block;
  margin:0;
}

#header form label {
  display:none;
}

#searchtext {
  position:relative;
  top:11px;
  left:96px;
  width:180px;
  height:15px;
  border:none;
  background-color:transparent;
}

#searchsubmit {
  position:absolute;
  top:10px;
  left:272px;
  width:40px;
  height:20px;
  border:none;
  background-color:transparent;
}

#header form p {
  margin:0;
  padding:0;
  position:absolute;
  top:10px;
  left:325px;
  width:205px;
  height:50px;
  font:11px Arial, Verdana;
  /*color:#bdc5c9;*/
  color:#808080;
}

#menu {
  position:relative;
  top:-32px;
  left:31px;
  width:896px;
  height:46px;
  z-index:100;
}


#menu ul.level1 {
    float: left;
    margin: 0;
    padding: 16px 0 0 14px;
    list-style: none;
    height:0;
}
#menu ul.level1 li.level1 {
    float: left;
    background:url(../_pics/menu_li.gif) no-repeat 0px 5px;
    padding:0 20px 10px 10px;
}
#menu ul.level1 li.hover {
    background:url(../_pics/menu_li_sel.gif) no-repeat 0px 5px;
}
#menu ul.level1 li.level1 a {
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-transform:lowercase;
}
#menu ul.level1 li.hover a {
    color:#bcc6c8;
}
li.selected a.m, a.selected {
    color:#808080 !important;  
}
li.selected {
    background:url(../_pics/menu_li_sel.gif) no-repeat 0px 5px !important;
}



#menu ul.level1 li.level1 ul {
    display: none;
}

#menu ul.level1 li.hover ul {
    display: block;
}

#menu ul.level1 ul {
    float: left;
    margin:3px 0 0 0;
    padding: 14px 0;
    position: absolute;
    list-style: none;
    border:solid #bcc6c8 1px;
    background-color:#fff;
    z-index:101;
}
#menu ul.level1 ul li {
    display: block;
    border-bottom:1px #fff solid;

}
#menu ul.level1 ul li a {
    color:#a3b514 !important;
    padding:0 14px;
    text-transform:lowercase;
}
#menu ul.level1 ul li a:hover {
     color:#bcc6c8  !important;
}



#section1 {
  width:960px;
  height:307px;
  background:#fff url(../_pics/section1.png) no-repeat 0 0;
  overflow:hidden;
}

#section1 .sec {
  position:relative;
  width:250px;
  height:250px;
  z-index:1;
  font:18px Arial,Verdana;
  /*color:#808080;*/
  color:#000;
}

#section1a {
  left:55px;
  top:40px;
}

span.big {
  font:bold 26px Arial,Verdana;
  color:#bcc6c8;
}
#section1 a:hover, #section2 a:hover {
  color:#a3b514;
}
a.right {
  display:block;
  text-align:right;
  font:18px Arial,Verdana;
}

a.big {
  font:bold 28px Arial,Verdana;
  padding:5px 0;
  display:block;
}

#section1b {
  top:-210px !important;
  left:360px;
}

#section1c {
  top:-460px !important;
  left:665px;
}

#section1c h1 {
  font:18px Arial,Verdana;
  margin:0;
}

#section1c h2 {
  font:18px Arial,Verdana !important;
  margin:5px 0 5px 0;
}

#section1c h2 a {
  font:18px Arial,Verdana !important;
}
#section1c a {
  margin-top:4px;
}  

#section1c p {
  margin:0 0 10px 0;
}

#section1b p.lead, #section1b span.lead, #section1c p.lead,  #section1c span.lead {
  color:#bcc6c8;
  font:bold 14px Arial,Verdana;
}

#section1c ul {
  list-style: none;  
  margin:0;
  padding:0;
}

#section1c ul li {
  margin:0 0 5px 0;
  padding:0;
  font:12px Arial,Verdana;
}

#section2 {
  width:960px;
  height:68px;
  background:#fff url(../_pics/section2.png) no-repeat 0 0;
  overflow:hidden;
}

#section2 .sec {
  position:relative;
  width:400px;
  height:30px;
  font:18px Arial,Verdana;
}
#section2 a {
  font:18px Arial,Verdana;
}


#section2a {
  top:25px;
  left:55px;
}

#section2b {
  top:-5px;
  left:505px;
}

#footer {
  width:960px;
  height:83px;
  background:#fff url(../_pics/footer.png) no-repeat 0 0;
}

#footer ul {
    float: right;
    margin: 20px 40px 0 0;
    padding: 5px 0 ;
    list-style: none;
    border-top:solid #a3b514 1px;
}
#footer ul li {
    float: left;
    background:url(../_pics/footer_li.gif) no-repeat 0px 5px;
    padding:0 10px 10px 10px;
    
}
#footer ul li a {
    font:bold 12px Arial, Verdana;
    text-decoration:none;
    display:block;
}
  
#main {
  background:#fff url(../_pics/bgline.gif) repeat-y 0 0;
  width:960px;
  padding:10px 0 0 0;
  border:solid 0px black;
}

#nop {
  margin-top:-10px;
}
#submenu {
  sposition:relative;
  ttop:0px;
  tleft:15px;
  margin-top:-10px;
  float:left;
  width:180px;
}

#submenu ul {
    list-style: none;
}
#submenu ul li {
  padding:4px 0;    
}
#submenu ul li a {
    text-decoration:none;
    display:block;
    text-transform:lowercase;
    font-weight:bold;
}

#content {
  margin:0px 30px 0 200px;
  border:solid 1px white;
  font:12px Arial, Verdana;
  position:relative;  
  top:0;
  color:#000;
  min-height:200px;
  height:auto !important;
  height:200px;
}


#content h1 {
 font:bold 14px Arial, Verdana; 
 color:#808080;
 margin:0;
 padding:0;
}

#content p {
  margin:0 0 10px 0;
}

#content table td {
  vertical-align:top;
}

form.trade {
margin:0 0 100px 200px;
}

form.trade h1 {
  font:bold 16px Arial, Verdana !important;
  color:#BDC5C8 !important;
  margin:10px 100px !important;
}

form.trade label {
  width:100px;
}

form.trade2 {
margin:0 0 100px 100px;
}
form.trade2 h1 {
  font:bold 16px Arial, Verdana !important;
  color:#BDC5C8 !important;
  margin:10px 150px !important;
}
form.trade2 label {
  display:block !important;
  float:none !important;
  width:600px;
}

form.trade2 div {
  margin-bottom:10px;
}

.errormsg {
  display:none;
  color:red;
  margin:3px 0 !important;
}
.error .errormsg {
  display:block;
}

.lead {
  margin:5px 0 20px 0;
}

.block {
  margin-bottom:20px;
}

.block .nav {
  float:right;
}

.block .news {
  border:solid #808080 1px;
  padding:10px;
}

.newsitem {
  margin-bottom:20px;
}

ul.files {
 list-style: none; 
 margin:0;
 padding:0 0 0 10px;
}

ul.files li {
  padding-left:25px;
  background:url(../_pics/pdf.gif) no-repeat 0 0;
  margin:5px 0;
  /*text-transform:lowercase;*/
}

ul.files li.excel {
  background:url(../_pics/excel.gif) no-repeat 0 0;
}

ul.files li.word {
  background:url(../_pics/word.gif) no-repeat 0 0;
}

ul.files li.ppt {
  background:url(../_pics/ppt.gif) no-repeat 0 0;
}

#content h1.leftgray {
 font:bold 14px Arial, Verdana !important; 
 color:#808080 !important;
 margin:0 !important;
 padding:0 !important;
}

/*footer wildom logo*/
#footer ul.left {
    float: left !important;
    margin-left: 40px;
    border: none;
}

#footer ul.left li{
    font-size: 11px; 
    font-family: arial; 
    font-weight: bold;
    background: none;
    padding: 0 5px 0 5px;
}
li.sitebuild {
    border-right: 1px solid #BDC5C9;
    font-weight: bold;
}
li.sitebuild_link a {
    font-size: 11px !important; 
    font-family: arial; 
    font-weight: normal !important;
    color: #A3B514;
}
span.first_tag {
    color: #BDC5C9;
}

span.secund_tag {
    color: #808080;
}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}