/*
screen.css =============================================================
	 	
========================================================================	
   	Author:	James Dacosta
   	Email: 	james@bright-interactive.com
   	Date:	26/11/07
------------------------------------------------------------------------
	Comments
------------------------------------------------------------------------
   
   	
   	
========================================================================*/  


/* =reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* =layout
------------------------------------------------------------------------*/

body {
	font: small Verdana, sans;
	line-height: 1.4;
	background:#eaeaea;
}

.bodysmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #777777;
}

#wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
	background:#fff;
	overflow:hidden;
}

#header{
	height:125px;
 	width:100%;
	position:relative;
	background: url(../img/08/source_header.jpg) top left repeat-x;
	border-top:5px solid #623666;
}

#header img{
	float:left;
	padding-left:35px;	
}
#adminform{
	padding-left:23px;	
}

strong{
	font-weight:bold;
}

em{
	font-style:italic;
}

/*
#main{
	float:left;
	background: url(../img/08/header_shad.png) top left repeat-x;
	
}
*/



/* =navigation
------------------------------------------------------------------------*/

#header ul li, #header ul li a{
	float:left;
}

#header ul {
	position:absolute;
	top:0px;
	right:24px;
	margin-top:-5px;
}


#header ul li a{
/*
	padding:15px 16px 0px 10px;
*/
	padding:15px 10px 0px 10px;
	background: url(../img/08/dotted.gif) top left repeat-y;
	color:#302037;
	text-decoration:none;
	font-weight:bold;
	font-size:80%;
	text-shadow:#fff 0 0 0;
	border-top:5px solid #623666;
}

#header ul li a:hover, #header ul li a.currentsection{
	color:#436EAA;
	border-top:5px solid #436EAA;
}

#header form{
	position:absolute;
	bottom:10px;
	right:35px;
  	text-align:right;
  	width:330px;
}

#hpanel{
	position:absolute;
	bottom:10px;
	right:35px;
  	text-align:right;
  	width:660px;
}

#hpanel label{
	width:100px;
	display:block;
	float:left;
	font-size:70%;
	font-weight:bold;
	line-height:1;
	color:#623666;
	margin-top:2px;
}

#header form#buyer_search{
	right:355px;

}

#header form a{
	font-size:75%;
}

#header form input{
	vertical-align:middle;
}

#header form input#search{
	width:170px;
}

#header form label{
	width:100px;
	display:block;
	float:left;
	font-size:70%;
	font-weight:bold;
	line-height:1;
	color:#623666;
	margin-top:2px;
}

#suppm
		{
		height:26px; 
		background: url(../img/08/menu-back.gif)  top left repeat-y; 
		text-align:right; 
		padding-top:12px; 
		padding-right:30px
}


#content_main{
 	float:left;
/*
	display:inline-block;
*/
	width:100%;
	min-height:300px;
}

#content_main a.arrow{
	background: url(../img/misc/arrow.gif) left 6px no-repeat;
	padding-left:15px;
	display:block;
	clear:left;
}

body.home #content_main{
	min-height:100px !important;
	height:auto !important;	
}

div.col1, div.col2{
	padding:20px 40px 20px 40px;
}

body.col-2 div.col1 #page_content{
	width:70%;
	float:right;
}


body.cols-equal div.col1 #page_content{
	width:50%;
	float:left;
}

body.cols-equal div.col1 #page_secondary{
	width:49%;
	float:right;
}

body.home div.col1, body.home div.col2{
	float:left;
	width:44.5%;
	padding:10px 0px 10px 40px;
}

#content_bottom{
	float:left;
/*
	display:inline-block;
*/
	margin-top:0px;
	padding:0 0 0 40px;
}

body.home div.col2{
	padding-left:12px;
	width:46%;
	margin-top:2px;
}

ul#partners{
 	float:right;
	margin-right:10px;
}

body.home ul#partners{
	width:79%;
}

ul#partners li{
	float:left;
	width:155px;
	padding:0 40px 0 0px;
}


body.home ul#partners li{
	float:left;
	width:155px;
 	padding:0;
}

#footer{
	background:#DFE9F2 url(bg-footer.gif) top left repeat-x;
	float:left;
/*
	display:inline-block;
*/
	margin-top:20px;
	font-size:70%;
	color:#777;
	width:100%;
}

#footer_nav{
	margin-left:40px;
}

#footer p{
	margin:5px 40px 0 40px;
}

#footer_nav li, #footer_nav li a{
	float:left;
}

#footer_nav li{
	margin-right:7px;
}

#footer_nav li a{
	padding:20px 0px 20px 7px;
	background: url(../img/structure/footer_sep.gif) center left no-repeat;
	color:#777;
	text-decoration:none;
}

#footer_nav li a:hover{
	text-decoration:underline;
}

#footer_nav li.first a{
	background:none;
}


#content_bottom{
	float:left;
	width:100%;
}

#content_bottom .cb-col{
	width:220px;
	float:left;
	margin-left:20px;
}

#content_bottom .first{
	margin-left:0;
}

/* =list
------------------------------------------------------------------------*/

div.col1 ul, div.col1 ul li{
	list-style-type:disc;
}


div.col1 ul li{
	margin-left:15px;
}

div.col1 ul{
	margin-bottom:4px;
}

div.col1 ol, div.col1 ol li{
	list-style-type:decimal;
}


div.col1 ol li{
	margin-left:25px;
}

div.col1 ol{
	margin-bottom:4px;
}

/* =typography
------------------------------------------------------------------------*/

body{
	color:#666;
}

p.intro{
	font-weight:bold;
	font-size:110%;
	line-height:1.6;
	color:#333;
}

p{
	margin-bottom:15px;
}

h1{
	color:#777777;
 	font-size:200%;
 	margin:0px 20px 0px 20px;
 	font-weight:normal;
 	font-family:Arial;
	width:80%;
 	overflow:hidden;
}

h2{
	color:#825C7D;
 	font-size:150%;
 	margin:0 0 10px 0;
 	font-weight:normal;
 	font-family:Arial;
}

h3{
	color:#562F5B;
	font-weight:bold;
	font-size:100%;
	padding:0 0 5px 0;
}

body.home h1{
	padding:0;
	position:relative;
	height:175px;
	margin:0px;
	width:100%;
}

body.home h1 img{
	position:absolute;
	right:0px;
}

a{
	color:#436BA9;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}


#press-release a.button{
	color:#fff;
	background:#694168;
	border-width:2px;
	border-style:solid;
	border-color:#A88DAC #402143 #402143 #A88DAC;
	padding:1px 6px;
	float:left;
	font-size:90%;
	margin-top:5px;
}


#press-release a.button:active{
	border-color: #402143 #A88DAC #A88DAC #402143;
}



/* =homepage
------------------------------------------------------------------------*/

#partners-area{
	background:#EBEBEB url(../img/08/partners_shad.jpg) top left repeat-x !important;
	padding:14px 0px;
	float:left;
	width:100%;
}

#partners-area h3{
	float:left;
	margin-top:5px;
	font-weight:normal;
}

#partners-area ul{
 	width:79%;
}

#partners-area li{
 	float:left;
 	width:125px;
 	padding:0 !important;
 }


#content_top{
	background:#BDD4E4;
	float:left;
	display:inline-block;
	width:100%;
	padding:7px 0 
}

#content_top #buyers, #content_top #supplier{
	width:46.5%;
	float:left;
	padding:0px 0 0px 40px;
}

 #content_top #supplier{
	padding:0px 0 0px 20px;
 }

#content_top #buyers h2, #content_top #supplier h2{
	font-size:220%;
	margin-bottom:10px;
 	font-family:Arial;	
}

#content_top #buyers dl, #content_top #supplier dl{
	width:220px;
	float:left !important;
	padding:5px 0 5px;
	margin-right:6px;
 	min-height:60px;
}

* html #content_top dl{
	height:60px;
}

#content_top #buyers .visitnow, #content_top #supplier .visitnow{

}

.news-col{
	margin-top:-100px;
	position:relative;
}

#content_top #buyers dd, #content_top #supplier dd{
	font-size:80%;
	color:#313538;
}

#content_top #buyers{
	background:url(../img/structure/sep.gif) top right repeat-y;
	background-position:100% 50%;
 }

#content_top #buyers dt, #content_top #supplier dt{
	font-weight:bold;
	color:#436BA9;
	font-size:80%;
}

h1 {
	position:relative;
}

h1 span{
	width:450px;
 	position:absolute;
	top:145px;
	left:528px;
	padding:0;
	margin:0;
	color:#fff;
	font-size:90%;
	font-weight:normal;
	
}

#buyers h2{
	width:160px;
	float:left;
}

#buyers p{
	width:270px;
}


#supplier h2{
	width:190px;
	float:left;
 
}

#supplier p{
	width:240px;
}

#buyers p, #supplier p{
	float:right;
 	font-size:85%;
	padding:10px 10px;
	line-height:1.4;
	color:#333;
}

#latest-news dt{
	font-weight:bold;
	color:#333;
	font-size:110%;
}

#latest-news dd{
	margin-bottom:20px;
}

#latest-press-releases a{
 	margin-bottom:20px;
	display:block;
	padding-left:25px;
	background:url(../img/08/pdf.gif) top left no-repeat;
}

#latest-press-releases li, #new-featured-suppliers li{ 
	float:left;
	width:100%;
}

#latest-press-releases, #latest-press-releases li{
	list-style-type:none;

}

#content_bottom{
	font-size:85%;

}
#content_bottom h3{
	font-size:110%;
	margin-bottom:10px;

}



div.group 
{
 	float:left;
 	width:100%;
}

div.group div ul li { margin-left:0 !important; }

div.group div.a {
	width:50%;
	float:left;
}

div.group div.a iframe {width:100%;}

div.group div.b {
 	padding:10px;
}

div.group div.left {
 	padding-left:0;
}

div.group div.right {
 	padding-right:0;
}




/* =loginForm
------------------------------------------------------------------------*/

.web{
	margin-top:-20px;
}

.web #loginForm div{
 	width:100% !important;
}

.web #loginForm div label{
	width:20%;
}

 .web #loginForm #submit{
 	width:68% !important;
 }

 .web #loginForm span a{
 }

.web #loginForm {
	
}


/* =sub nav
------------------------------------------------------------------------*/

img.header-img{
	float:left;
}


#subnav{
	background:#7B5480 url(../img/structure/nav-bk.jpg) bottom left repeat-x;
  	float:left;
	width:100%;
	font-size:85%;
 	padding-top:13px;
/*
	padding-bottom:12px;	
*/
}

#subnav #profile, #subnav #submenu{
 	padding-left: 40px;
 	padding-right: 40px;
}

#subnav #profile{
	position:absolute;
	top:48px;
	right:0;
}

#subnav #profile a{
	color:#4F7EC7 !important;
	font-weight:bold;
	text-shadow:#fff 0 0 0;
	
}

#subnav #submenu{
 	float:right;
 	padding-right:33px;
}



ul#top_menu li, ul#top_menu li a, ul#top_menu li span{
	float:left;
}

ul#top_menu li a, ul#top_menu li span{
	padding:6px 10px 12px 10px;
	font-weight:bold;
	text-shadow:#fff 0 0 0;
/*
	background: url(../img/structure/topsubnav_sep.gif) center left no-repeat;
*/
}

ul#top_menu li.first a{
	background:none;
}

ul#top_menu li{
	margin:0px;
	padding:0;
}

ul#top_menu{
	padding:0;
	margin:0;
}

#subnav a, #subnav span{
	color:#fff;
	text-decoration:none;
}

#subnav a:hover{
	color:#fff;
	text-decoration:underline;
}

ul#top_menu li a.sel{
	color:#4B354E !important;
/*
	font-weight:bold;
*/
	text-shadow:#4B354E 0 0 0;
	background:#B89EBB url(../img/structure/selected-bk.jpg) top left repeat-x;
}

#subnav a.sel:hover{
	text-decoration:none;
	cursor:normal;
}

#press-release ul#top_menu li.breadcrumb a, #press-release ul#top_menu li.breadcrumb span{
 	background: url(../img/structure/nav_sep_bc.gif) center left no-repeat;
 	background-position:0% 45%;
 	padding-left:14px;
}


/*
ul#top_menu li.first a, #press-release ul#top_menu li.first a, ul#top_menu li.first span, #press-release ul#top_menu li.first span {
	background:none;
}
*/



/*
#subnav{
	background:#825C7D;
	color:#fff;
 	float:left;
	width:100%;
	font-size:85%;
	border-bottom:2px solid #B49DB1;
 	padding-top:8px;
	padding-bottom:8px;	
}

#subnav #profile, #subnav #submenu{
 	padding-left: 40px;
 	padding-right: 40px;
}

#subnav #profile{
 	float:left;
}

#subnav #submenu{
 	float:right;
 	padding-right:33px;
}

ul#top_menu li a, ul#top_menu li span{
	padding:2px 0px 2px 8px;
	background: url(../img/structure/topsubnav_sep.gif) center left no-repeat;
}


ul#top_menu li{
	margin-right:8px;
}

#subnav a{
	color:#fff;
	text-decoration:none;
}

#subnav a:hover{
	color:#fff;
	text-decoration:underline;
}

#subnav a.sel{
	color:#D5BBD1 !important;
	font-weight:bold;
	text-shadow:#D5BBD1 0 0 0;
}

#subnav a.sel:hover{
	text-decoration:none;
	cursor:normal;
}
*/

#pagenav{
	float:left;
	width:210px;
	background: url(../img/structure/pagenavsep.jpg) top right no-repeat;
	height:300px;
	padding-right:25px;
}

#pagenav ul{
	width:100%;
}

#pagenav ul li{
	float:left;
	display:block;
	width:100%;
	margin-bottom:1px;
}

#pagenav ul li a{
	width:190px;
	float:left;
	display:block;
	padding:5px 10px 5px 0px;
	
}

#iframe_profile{
	height:35px;
	width:550px !important;
  	position:absolute;
	top:48px;
	right:40px;
 	width:auto;
}


/* =forms
------------------------------------------------------------------------*/


form.basic{

}


form.basic div,form.basic div#submit{
	width:50%;
	overflow:hidden;
	padding:4px 0;
}

#contactform div{
	width:100%;
}

form.basic div#submit span{
	width:68%;
	float:right;
	display:block;
}

#contactform  div#submit span{
	width:37%;
	float:right;
	display:block;
}

form.basic div#submit span a{
	display:block;
}

form.basic label{
	width:30%;
	text-align:right;
	float:left;
	padding-right:2%;
}

form.basic input.text, form.basic textarea.text{
	width:50%;
	text-align:left;
	float:left;
}


p.error{
	font-weight:bold;
 	color:#C01100;
}

/* =tabs
------------------------------------------------------------------------*/
ul.tabs { border-bottom:1px solid #ccc; float:left; width:100%; }
ul.tabs, ul.tabs li{ margin:0 !important; padding:0 !important;}
ul.tabs li{
	float:left;
	list-style-type:none !important;
	
}
div.tab_container {overflow:hidden; width:100%; margin-bottom:10px;}
ul.tabs li a {padding:5px 10px 5px; float:left; border:1px solid #ccc; border-top-color:#dedede; border-bottom:none; position:relative; margin-bottom:-1px; margin-left:2px;  /*bottom:-1px; */ background:url(../img/misc/tab_bg.jpg) bottom left repeat-x;}
ul.tabs li a.current {background:none; border-bottom:1px solid #fff; }
ul.tabs li.first a{border-left:1px solid #ccc; margin-left:0px; }

/* =quotes
------------------------------------------------------------------------*/

#quotes{
	float:right;
	width:400px;
}
#quotes ul {
	list-style: disc;
	margin-left:15px;
	margin-bottom:1em;
	}
#quotes ul ul {
	list-style: circle;
	}	

blockquote#about-quote{
	margin-bottom:20px;
	background:#fafafa url(../img/misc/quote.gif) top left no-repeat;
	background-position:10px 10px;
	font-family:Georgia;
	font-style:italic;
	padding:25px;
	padding-bottom:0;
	border:1px double #ededed;
	
/*
	border-top:3px double #ededed;
	border-bottom:3px double #ededed;
*/
}

blockquote#about-quote p{
	background: url(../img/misc/quote-r.gif) bottom right no-repeat;
	background-position:100% 60%;
	padding:0 0 5px 0;	
}

blockquote strong{
	display:block;
	margin-top:25px;
}


/* =sifr
------------------------------------------------------------------------*/

#press-release h1 {
	font-style: normal;
	font-family: Trebuchet MS;
 	font-size: 2em;
 	font-weight:normal;
 	text-shadow:#fff 0 0 0;
}


.sIFR-flash {
	visibility: visible !important;
}


.sIFR-replaced {
	visibility: visible !important;
}




.sIFR-hasFlash h2.home_options{
 	visibility: hidden;
	color: #2D2139;
	font-style: normal;
	font-family: arial;
 	font-size: 1.6em;
 	height: 40px; 
	width: 230px;
 }
 
.sIFR-hasFlash h1.sifr {
	visibility: hidden;
	color: #2D2139;
	font-style: normal;
	font-family: arial;
	text-transform: uppercase;
 	font-size: 1.8em;
 	height: 40px;
}




span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}



.scr{
    font-size:0% !important;        
    text-indent: -9999em !important;
    letter-spacing: -9999em !important;
	position:absolute;
	top:-9999px;
}

#featpanel {
    width:500px; 
	background:#EBF0F5;
	border:1px solid #336699;
	padding:10px;
	text-align:left;
}

#featpanelred {
    width:500px; 
	background:#FFE3E3;
	border:1px solid #FF0000;
	padding:10px;
	text-align:left;
}
#featpanelgreen {
    width:500px; 
	background:#E1FFE1;
	border:1px solid #80FF80;
	padding:10px;
	text-align:left;
}


#feathead {
    width:430px; 
	background:#CCCCCC;
	border:none;
	text-align:center;
	padding:5px;
}
#newsy ul	{
	text-align:left
}

#newsy ul	li {
	margin-left:-15px;
	color:#CCCCCC;
	padding-bottom:10px;
}

#featpanelgreen ul	{
	text-align:left;
	color:#555555;
}

#featpanelgreen ul	li {
	color:#555555;
}
.newshead {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #777777;
	text-decoration: none;
	text-align:left;
}