@charset "utf-8";
/* CSS Document */

* {margin:0;}

body { background:url(../images/back.jpg) no-repeat center top;}

#wrapper {
	width:848px;
	margin:auto;
}

#top {
	height:40px;
	padding-top:20px;
	
}
#top a {
	color:#FFF;
	text-decoration:none;
}
#top a:hover{
	color:#000;
	text-decoration:underline;
}

#top .navright{
	float:right;
	background:url(../images/topnav-right.png);
	width:64px;
	height:30px;
	padding-right:10px;
	text-align:right;
	font:11px Arial;
	color:#FFF;
	line-height:30px;
}
#top .navleft{
	float:right;
	background:url(../images/topnav-left.png);
	font-weight:normal;
	height:30px;
	padding:0px 10px 0px 20px;;
	text-align:right;
	font:11px Arial;
	color:#FFF;
	line-height:30px;
}
.logo {
	float:left;
	

}
.clear {
	clear:both;
}
/*============== Menu===============*/
#menu {
margin-top:13px;
float:left;
font-size:13px;
width:680px;
font-family:"Trebuchet MS";


}

* html #menu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#menu ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;

}

#menu li{
display:inline;
margin:0;
padding:0;


}

#menu a {
float:left;
background: url(../images/menuLeft.png) no-repeat left top;
margin:0;
padding:0 1px 0 9px;
text-decoration:none;
height:34px;
line-height:35px;

}

#menu a span {
float:left;
display:block;
background: url(../images/menuRight.png) no-repeat right top;
padding:0px 18px 0px 9px;
font-weight:bold;
color:#FFF;
height:34px;
text-transform:uppercase;
cursor:pointer;
}


#menu a span {float:none;}
/* End IE5-Mac hack */

#menu a:hover span {
color: black;
}

#menu #current a {
background-position: left bottom;
}

#menu #current a span {
background-position: right bottom;
color: black;
}

#menu a:hover {
background-position:left bottom;
}

#menu a:hover span {
background-position:right bottom;
}


/*============== Header ===============*/
#header {
	padding-top:16px;
}

/*============== Reamore ===============*/
ul#readmore {
	list-style:none;
	margin-top:20px;
}
#readmore li{
display:inline;
margin:0;
padding:0;


}
#readmore a {
float:left;
background: url(../images/read-left.jpg) no-repeat top left ;
margin:0;
padding:0 1px 0 25px;
text-decoration:none;
height:34px;
font:11px Arial;

}

#readmore a span {
float:left;
display:block;
background: url(../images/readright.jpg) no-repeat right top;
padding:8px 15px 0px 0px;
color:#FFF;
height:22px;
text-transform:uppercase;
overflow:hidden;
cursor:pointer;
}

/*============== Page ===============*/
#page {
	margin-top:20px;
}


#page .pgcol1 {
	margin-bottom:20px;
	width:560px;
	margin-right:10px;
	float:left;
	border-right:1px solid #EAEAEA;
}
#page .pgcol1 h1 {
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#0091a0;
	margin-bottom:15px;
}
#page .pgcol1 h2 {
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#EB9410;
	margin-bottom:8px;
}
#page .pgcol1 img {
	margin-bottom:10px;

}
#page .pgcol1 p {
	font-family:"Trebuchet MS";
	font-size:12px;
	line-height:16px;
	margin:0px 20px 38px 0px;
	text-align:justify;
	color:#1F359C;
}
#page .pgcol2 {

	width:261px;
	margin-left:15px;
	float:left;

}
#page .pgcol2 h1 {
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#0091a0;
	margin-bottom:10px;
}
#page .pgcol2 h2 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ee823a;
	text-transform:uppercase;
	text-decoration:underline;
	margin-bottom:10px;
}
#page .pgcol2 h3 {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#ee823a;
	text-transform:uppercase;
	text-decoration:underline;
	margin-bottom:10px;
}
#page .pgcol2 p {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align:justify;
	line-height:16px;
	margin-bottom:15px;
	
}
/*============== Traders ===============*/

#trader {
	margin-top:15px;
	background:url(../images/trader-back.png) left bottom no-repeat;
	
}
#trader ul#compCon{

	margin:5px 12px;	

}



#trader ul#compCon li{

	float:left;

	margin:5px 12px;	

}



#trader #companies{

	float:left;	

}



#trader div.lbtn, #trader div.rbtn{

	cursor: pointer;

	width:33px;

	height:50px;	

	float:left;

	margin-top:40px;

}



#trader div.lbtn{

	background: url("../images/la.gif") no-repeat;

}



#trader div.rbtn{

	background: url("../images/ra.gif") no-repeat;

}



#trader ul#compCon li div{

	font-size:12px;

	text-transform: uppercase;

	text-align: center;	

}


#trader h1 {
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#0091a0;
	border-bottom:1px solid #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}
#trader img { 
	margin-right:10px;
	margin-bottom:20px;
}
.tradersDetails
{
}
.tradersDetails img
{ float:left;
	margin-right: 8px;
	
}
.tradersDetails p
{ float:left;
 padding-top: 10px;
 width:400px;
	
}

/*============== Footer ===============*/
#footer {
	background: url(../images/footer.jpg) no-repeat center;
	height:39px;
	margin-bottom:20px;
}
#footer .inner {
	width:848px;
	margin:auto;
	line-height:35px;
	font-size:11px;
	font-family:Arial;
	color:#FFF;
}
#footer .inner .footleft {
	float:left;
}
#footer .inner .footleft a {
	color:#333;
	text-decoration:none;
}
#footer .inner .footleft a:hover {
	color:#900;
	text-decoration:underline;
}
#footer .inner .footright {
	float:right;
}
/*============== input fields ===============*/
#page .pgcol1 table {
	font:14px Arial;
}
input.checkbox {
	border:none;
	width:25px;
	font:12px Arial;

}
input.checkbox:focus {
	border:none;
	width:25px;
	font:12px Arial;

}
.combobox {

	width:190px;
	

}
input {
	width:180px;
	border:1px solid #0CF;
	padding:5px;
	font:12px Arial;
	font-weight:bold;
}
input:focus {
	width:180px;
	border:1px dashed #F63;
}

.inputDataForm {
	width:50px;
	border:1px solid #0CF;
	padding:4px;
	font:12px Arial;
	font-weight:bold;
}
.inputDataForm:focus {
	width:50px;
	border:1px dashed #F63;
}

input.submit {
	background:url(../images/submit.jpg) no-repeat;
	width:91px;
	height:29px;
	cursor:pointer;
	border:0px;

}
input.reset {
	background:url(../images/reset.jpg) no-repeat;
	width:91px;
	height:29px;
	cursor:pointer;
	border:0px;
	margin-left:20px;

}

td.tdbig {
	width:50px;
}
ul.myaccount {
	list-style:none;
	}
.myaccount li {
	border-bottom:1px dashed #E6E6E6;
	padding-bottom:10px;
	}
.myaccount li.personalinfo {
	background:url(../images/member.png) left top no-repeat;
	margin-bottom:20px;
	text-indent:25px;
	line-height:15px;
	font:16px Arial;
	font-weight:bold;
}
.myaccount li.cngass {
	background:url(../images/pass.png) left top no-repeat;
	margin-bottom:20px;
	text-indent:25px;
	line-height:15px;
	font:16px Arial;
	font-weight:bold;
}
.myaccount li.logout {
	background:url(../images/logout.png) left center no-repeat ;
	margin-bottom:20px;
	text-indent:30px;
	line-height:15px;
	font:16px Arial;
	font-weight:bold;

	
}

.myaccount li a {
	font:16px Arial;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
.myaccount li a:hover {
	font:16px Arial;
	font-weight:bold;
	text-decoration:underline;
	color:#FF6600;
	}
	
ul.Data {
	list-style:none;
	
	}
.Data li.detail {
	border-bottom:1px dashed #E6E6E6;
	padding-bottom:10px;
	font:14px Arial;
	font-weight:bold;
	text-decoration:none;
	color:#00;
	
	}

.Data li.detail a{
	border-bottom:1px dashed #E6E6E6;
	padding-bottom:10px;
	font:14px Arial;
	font-weight:bold;
	text-decoration:none;
	color:#00;
	
	}

.Data li.detail1 {
	border-bottom:1px dashed #E6E6E6;
	padding-bottom:10px;
	font:14px Arial;
	font-weight:normal;
	text-decoration:none;
	color:#00;
	
	}

.Data li.header {
	border-bottom:1px dashed #E6E6E6;
	padding-bottom:10px;
	font:16px Arial;
	font-weight:bold;
	text-decoration:none;
	color:#FF6600;
	
	}

