/* reset css */
* {font-size: 100.01%;}
html {font-size: 62.5%;}
body{
	margin:0;
	font:1.4em/1.43em Arial, Helvetica, sans-serif;
	color:#58595b;
}
img{border-style:none;}
a{
	color:#8cc63f;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:1em/1.2em arial,sans-serif;
	vertical-align:middle;
}


form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

.legal ul{
	margin-bottom:20px;
	margin-left:50px;
}

.legal ul li{
	margin-bottom:1em;
	list-style-type:disc;
	
}

#wrapper{
	position:relative;
	height:1%;
	overflow:hidden;
}
/* header start*/
#header{
	width:100%;
//	overflow:hidden;
//	margin-top:20px;
	margin-bottom:20px;
}
#header .login-holder{
	overflow:hidden;
	padding:0 0 30px !important;
}

.btn-login{
	font-weight:bold !important;
	color:#8cc63f !important;
}

/* LANGUAGE SELECTION BAR ////////////////////////////////////////////////////////////////*/

#language_bar {
    clear: left;
    float: right;
    font-size: 11px;
    font-weight: bold;
    position: relative;
    right: 10px;
    text-align: right;
    top: -5px;
}

#language-select {
	background:#ccc;
	border:1px solid #bbb;
	color:#999;
	padding:3px 8px;
	text-shadow:1px 1px 1px #eee;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, rgb(238,238,238)),
    color-stop(0, rgb(204,204,204))
	);
	background-image: -moz-linear-gradient(
	    center bottom,
	    rgb(238,238,238) 100%,
	    rgb(204,204,204) 0%
	);
	
}

	#language-select:hover {
		background:#eee;
		background-image: -webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(1, rgb(204,204,204)),
	    color-stop(0, rgb(238,238,238))
		);
		background-image: -moz-linear-gradient(
		    center bottom,
		    rgb(204,204,204) 100%,
		    rgb(238,238,238) 0%
		);
	}
	
	#language-select.on {
		background-image:none;
		background:#eee !important;
		border-bottom:0px;
		
		-webkit-border-bottom-left-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-bottomleft: 0px;
		-moz-border-radius-bottomright: 0px;
		border-bottom-left-radius: 0px;
		border-bottom-right-radius: 0px;
	}
	
	#language-menu {
		background:#eee;
		border:1px solid #bbb;
		border-top:0px;
		display:none;
		list-style:none;
		margin:0px;
		padding:4px 0px 6px;
		position:absolute;
		width:99%;
		z-index:500;
		
		-webkit-border-bottom-left-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-bottomright: 6px;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	
		#language-menu li {
			margin:0px;
		}
		
			#language-menu a {
				display:block;
				padding:4px 7px;
				text-align:left;
			}
			
			#language-menu a:hover {
				background:#f7f7f7;
			}


/* LINKS ////////////////////////////////////////////////////////////////*/

			a:link, a:visited {
				text-decoration: none;
				color: #8cc63f;
				font-family: Arial, Helvetica, sans-serif;
			}







#header .btn-login:hover{text-decoration:underline;background:none;}
#header .btn-join{
	float:right;
	color:#fff;
	margin-top:15px;
}
/* masthead start */
#masthead {
	position:relative;
	
	width:938px;
	height:298px;
	border:1px solid #b3b3b3;
	background:url(../images/masthead_graphic.png) no-repeat;
}

/* gallery start */
.gallery-holder{
	width:100%;
	overflow:hidden;	
	position:relative;
	padding:0 0 20px;
}
.gallery-holder .gallery{
	overflow:hidden;
	height:299px;
	border: 1px solid #b4b4b4;
	
}
.gallery-holder .gallery li{
	float:left;
	position:absolute;
	left:1;
	top:1;
}
.gallery-holder .gallery li img{display:block;}
.gallery-holder .sub-nav{
	position:absolute;
	left:6px;
	top:270px;
	z-index:10;
}
.gallery-holder .sub-nav li{
	float:left;
	margin:0 0 0 0px;
	font-size:0.79em;
}
.gallery-holder .sub-nav li:first-child{margin-left:0;}
.gallery-holder .sub-nav a{
	float:left;
	width:88px;
	height:21px;
	padding:1px 0 0;
	text-align:center;
	color:#fff;
	text-decoration:none !important;
	background:#2c2d2d;
	border:1px solid #5a5958;
	z-index:1;
}
.gallery-holder .sub-nav a:hover{
	background:#4c4c4c;
	border-color:#5a5958;
}
.gallery-holder .sub-nav li.active a.sourcing,
.gallery-holder .sub-nav li.active a.sourcing:hover{
	background:#fff;
	color:#4c4c4c;
	border-color:#4c4c4c;
}
.gallery-holder .sub-nav li.active a.apparel,
.gallery-holder .sub-nav li.active a.apparel:hover{
	background:#65a3c7;
	border-color:#cde4f4;
}
.gallery-holder .sub-nav li.active a.fabrics,
.gallery-holder .sub-nav li.active a.fabrics:hover{
	background:#1e43a2;
	border-color:#84d4f4;
}
.gallery-holder .sub-nav li.active a.home,
.gallery-holder .sub-nav li.active a.home:hover{
	background:#8cc63f;
	border-color:#c3f381;
}
.gallery-holder .sub-nav li.active a.industrial,
.gallery-holder .sub-nav li.active a.industrial:hover{
	background:#b3b3b3;
	border-color:#f6f6f6;
}
.gallery-holder .gallery li.active{ z-index:2;}


/* navigation start */
#nav {
	float:right;
	clear:none;
	margin:25px 10px 0px -130px;
	font-size:12px;
	font-weight:bold;
	display:inline;
		
}

#nav li{
	display:inline;
	padding-left:10px;
}

#nav li a, #nav li a:visited{
	color:#898989;
	padding:5px 10px;
	text-decoration:none;
}

#nav li a:hover,
#nav li.active a{
	text-decoration:none;
	background:#00447c;
	color:#fff;
}


/* content start */

.legal p{
	line-height:1.6em;
	text-align:justify;
	margin-bottom:20px;
}

.legal h1{
	font-size:2.14em;
	letter-spacing:-1px;
	line-height:1em;
	margin:13px 0 36px 0;

}


.clkBox{
	position:relative;
	margin-top:10px;
}

.clkBox .button{
	position:absolute;
	top:200px;
	right:10px;
}

.contentBox{
	margin-top:10px;
	border:1px solid #b3b3b3;
}

.invisible:link, .invisible:visited, .invisible:hover{
	text-decoration:none;
	border:none;
	position:absolute;
	top:0;left:0;
}

#content{
	width:100%;
	display:table-footer-group;
	margin-top:30px;
}
#content:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	margin-top:10px;
}
.logo a{
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:200px;
	height:46px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
.box{
	overflow:hidden;
}
.box div{
	width:100%;
	//overflow:hidden;
}
.box .l{background:url(../images/bg-box-border.gif) repeat-y;}
.box .t{background:url(../images/bg-box-border.gif) repeat-x;}
.box .r{background:url(../images/bg-box-border.gif) repeat-y 100% 0;}
.box .b{background:url(../images/bg-box-border.gif) repeat-x 0 100%}
.box .lt{background:url(../images/bg-box-lt.gif) no-repeat;}
.box .rt{background:url(../images/bg-box-rt.gif) no-repeat 100% 0;}
.box .rb{background:url(../images/bg-box-rb.gif) no-repeat 100% 100%;}
.box .lb{
	background:url(../images/bg-box-lb.gif) no-repeat 0 100%;
	padding:5px 5px 5px 6px;
	width:auto;
	height:1%;
	overflow:hidden;
}

.clkBox{
	border: 1px solid #b4b4b4;
	position:relative;


}

.brandList h3{
	line-height:18px !important;
	
	
	
}


.box .snapshot_box {
	background:url(../images/snapshot_box_graphic.png) no-repeat #ffffff;
	background-clip:padding-box;
	text-align:right;
	width:298px;
	height:248px;
	color:#58595c;
	position:relative;
}

.box .snapshot_box img{
	position:absolute;
	bottom:0;
	right:0;
}
.clkBox a.invisible{
	display:block;
	height:132px;
	width:300px;
	position:absolute;
	top:0;
	left:0;
}

* html .box .downloads{
	height:132px;
	overflow:visible;
}
.downloads .title{
	display:block;
	text-align:left;
	padding-left:20px;
	font-size:2.71em;
	line-height:1em;
	font-weight:bold;
	margin:15px 0 3px;
}
.downloads span{
	font-size:1.1em;
	line-height:1.1em;
	margin-left:20px;
	float:left;
	text-align:left;
}

.inBox{
	color:#58595b;
	text-decoration:none;
}


.box .marketplace_access_box{
	background:url(../images/reg_buyer_logo_box.png) no-repeat #ffffff;
	width:618px;
	text-align:right;
	overflow:hidden;
	height:248px;
	color:#58595c;
	position:relative;
}
.request,
.promo{
	text-align:center;
	min-height:132px;
	color:#58595c;
}
* html .request,
* html .promo{
	height:132px;
	overflow:visible;
}
.request .title{
	font-size:3.29em;
	line-height:1em;
	display:block;
	margin:27px 0 10px;
	text-align:center;
}
.request p{
	font-size:.9em;
	line-height:1em;
	margin-bottom:.5em;
	font-weight:bold;
}
.secondaryJoinLink{
	color:#f8971d;;
	font-weight:bold;
	margin:4px;
	float:left;
	clear:none;
	text-decoration:none;
}
.secondaryJoinLink:hover{
	text-decoration:underline;
}
.request p.small{
	font-weight:normal;
	font-size:.75em;
}
.promo .title{
	margin:25px 20px 0px;
	font-size:2.3em;
	line-height:1.1em;
	display:block;
	text-align:center;
}
/* primary start */
.primary{margin-top:42px;}
.primary h2{
	color:#58595b;
	font-size:2.36em;
	line-height:1.2em;
	margin:20px 0 0;
}
.primary h3{
	color:#58595b;
	font-size:1.21em;
	margin:3px 0 0;
}
.primary p{
	margin:11px 0 0;
}
.primary .marketplace,
.categories .marketplace,
.inner .marketplace,
.why-us .marketplace{
	width:300px;
	margin:28px auto 0;
	overflow:hidden;
}

.categories .marketplace a,
.inner .marketplace a,
.why-us .marketplace a{
	float:right;
	color:#58595b;
	font-size:0.93em;
	margin:1px 3px 0 0;
}
.primary .marketplace .btn,
.categories .marketplace .btn,
.inner .marketplace .btn,
.why-us .marketplace .btn{
	height:71px;
	overflow:hidden;
	display:block;
	float:none;
	margin:0;
	background:url(../images/btn-market.gif) no-repeat;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
.primary .marketplace .btn:hover,
.categories .marketplace .btn:hover,
.inner .marketplace .btn:hover,
.why-us .marketplace .btn:hover{
	background:url(../images/btn-market-hover.gif) no-repeat;
}
.primary .marketplace .btn strong,
.categories .marketplace .btn strong,
.inner .marketplace .btn strong,
.why-us .marketplace .btn strong{
	display:block;
	text-align:center;
	font-size:24px;
	line-height:24px;
	font-weight:normal;
	margin:13px 0 1px;
}
.primary .marketplace .btn span,
.categories .marketplace .btn span,
.inner .marketplace .btn span,
.why-us .marketplace .btn span{font-size:0.93em;}
.media{margin-top:0px;}
.media .title{
	background:url(../images/asterisk.gif) no-repeat;
	text-indent:30px;
	width:100%;
	
	overflow:hidden;
	font-size:1.43em;
	line-height:1.5em;
	display:block;
	margin:0 0 8px;
}
.media .title span{float:left;}
.media .title .btn-rss{
	float:right;
	margin:3px 2px 0 0;
	display:inline;
	background:url(../images/btn-rss.gif) no-repeat;
	width:20px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	display:none; /*TEMPORARY*/
}
.media .media-list{
	padding:0 0 31px;
	height:213px;
	overflow:auto;
}
.media .media-list li{
	overflow:hidden;
	vertical-align:top;
	padding:14px 0 7px 13px;
}
.media .media-list li a{
	color:#58595b;
	font-weight:bold;
	font-size:0.86em;
	text-decoration:none;
}
.media .media-list li a:hover,
.media .media-list li.active a{
	color:#8cc63f;
	text-decoration:underline;
}

.media .iaf{
	float:right;
	margin-top:10px;
}
.buyers{
	width:100%;
	overflow:hidden;
	margin:70px 0 0;
	text-align:center;
}


.buyers .title{
	display:block;
	font-size:0.7em;
	font-weight:bold;
	color:#58595B;
	margin:0 0 10px;
	text-align:left;
}
.buyers-list{
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
	margin-bottom:15px;
}
.buyers-list li{
	float:left;
	display:inline;
	margin:0 0 0 65px;
}
//.buyers-list li:first-child{margin-left:0;}
.buyers-list li img{display:block;}
.customers-list{
	list-style:none;
	margin:0 0 	0px 30px;
	padding:0;
}
.customers-list li{
	display:inline;
	float:left;
	margin:0 50px 0 90px;
	vertical-align:top;
}
.customers-list li img{display:block;}
/* footer start */
#footer{
	width:100%;
	overflow:hidden;
	margin:-10px 0 20px;
}

#footer .languageLinks{
	color:#ddd;
	text-align:center;
}
#footer .col h4{
	line-height:1.2em;
	margin:0;
}
#footer .col{
	padding:0 0 6px;
	margin-top:25px;
}
#footer .col ul{
	margin:14px 0 22px;
	height:1%;
	overflow:hidden;
}
#footer .col ul li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	font-size:0.86em;
	line-height:1.16em;
	padding:2px 0 4px;
}
#footer .col ul li a{
	color:#898989;
	text-decoration:none;
}
#footer .col ul li a:hover{
	color:#8CC63F;
	text-decoration:underline;
}
#footer .col h4,
#footer .col ul{
	margin-left:32px;
}
#footer .col .social-list{
	margin-top:16px;
	position:relative;
	width:250px;
	z-index:999;
	}
#footer .col .social-list li{
	float:left;
	margin:0 6px 0 0;
	padding:0;
}
#footer .col .social-list li img{float:left;}
#footer .sub-nav{
	border:1px solid #bbb;
	float:right;
	margin:19px 0 0;
}
#footer .sub-nav li{
	float:left;
	background:url(../images/divider-footer.gif) no-repeat 0 7px;
	padding:5px 6px 6px 7px;
	font-size:9px;
	line-height:1.2em;
	white-space:nowrap;
}
#footer .sub-nav li:first-child{background:none;}
#footer .sub-nav li a{
	text-decoration:none;
	color:#898989;
}
#footer .sub-nav li a:hover{
	color:#8CC63F;
	text-decoration:underline;
}
#footer .sub-logo{
	float:left;
	margin:21px 23px 0 4px;
	display:inline;
}
* html #footer .sub-logo{margin-right:20px;}
#footer .sub-logo a{
	display:block;
	background:url(../images/logo1.png) no-repeat;
	width:200px;
	height:42px;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#footer .copyright{
	height:1%;
	overflow:hidden;
	display:block;
	font-size:9px;
	line-height:1.2em;
	color:#898989;
	margin:19px 0 0;
}
/* about page start */
#content .row{width:100%;}
#content .row:after{
	content:"";
	display:block;
	clear:both;
}
#content .breadcrumbs{
	width:100%;
	overflow:hidden;
	margin:-32px 0 0 1px;
	position:relative;
	float:left;
}
#content .breadcrumbs li{
	float:left;
	color:#b3b3b3;
	font-weight:bold;
	background:url(../images/ico-check.gif) no-repeat 0 50%;
	padding:0 8px 0 17px;
}
#content .breadcrumbs li:first-child{
	padding-left:0;
	background:none;
}
#content .breadcrumbs li a{
	color:#b3b3b3;
	font-weight:normal;
	text-decoration:none;
}
#content .breadcrumbs li a:hover{text-decoration:underline;}

.inner-content h2{
	font-size:2.14em;
	line-height:1em;
	color:#58595b;
	margin:15px 0 11px;
	overflow:hidden;
	width:100%;
}
.inner-content h3{
	font-size:1.36em;
	line-height:1em;
	margin:0 0 13px;
	padding:33px 0 0;
	width:100%;
	overflow:hidden;
}
.inner-content p{
	line-height:1.86em;
	margin:0 0 26px;
}
.inner-content .aside{
	margin-top:19px;
}
.inner-content .image-holder{margin-top:45px;}
.inner-content .image-holder img{display:block;}
/* alliances page start */

.alliances-content{
//	margin-bottom:100px;
}
.alliances-content  {
	color:#58595B;
//	font-size:2.14em;
//	line-height:1em;
//	margin:15px 0 17px;
//	overflow:hidden;
	width:100%;
}
.alliances-content p{
	line-height:1.6em;
    margin-top:10px;
}
.alliances-content .section{
	width:100%;
	overflow:hidden;
	margin:13px 0 0 ;
	padding:0 0 14px;
}
.section h3{
	font-size:1.86em;
	line-height:1.2em;
}
.section .img-holder{
	height:137px;
	border:1px solid #58595b;
	margin:6px 0 0;
}
/*  page start */
.categories .section{
	width:100%;
	overflow:hidden;
	padding:0 0 52px;
}
.categories h2{
	font-size:2.14em;
	line-height:1em;
	margin:13px 0 10px;
}
.categories h3{
	font-size:1.14em;
	line-height:1em;
	margin:15px 0 0;
}
.categories p{
	margin:0;
	padding:0 0 3px;
}
.categories p a{
	color:#58595b;
	text-decoration:none;
}
.categories p a:hover{
	text-decoration:underline;
	color:#8cc63f;
}
.categories .aside{
	width:298px;
	border: 1px solid #b4b4b4;
	margin-top:21px;
	padding-top:10px;
	}
.aside img{
	display:block;
	}
.categories .aside p{
//	font-size:14px;
	margin:9px 10px 30px 10px;
}
.categories .marketplace{margin-top:5px;}
/* contact page start */
.inner-contact h2{
	color:#58595B;
	font-size:2.14em;
	line-height:1em;
	margin:20px 0 0px;
	overflow:hidden;
	width:100%;
}
.contact-frm{
	height:1%;
	overflow:hidden;
	margin:43px 80px 0 0;
}
.contact-frm .row,
.contact-frm .row-company,
.contact-frm .row-title,
.contact-frm .row-mail{
	width:100%;
	overflow:hidden;
	margin:0 0 25px;
}
.contact-frm .row-company{margin:0 0 38px;}
.contact-frm .row-title{margin:0 0 43px;}
.contact-frm .row-mail{margin:0 0 55px;}
.contact-frm label{
	font-size:1.43em;
	line-height:1em;
	color:#58595b;
	display:block;
	font-weight:bold;
	padding:0 0 3px;
}
.contact-frm label span{color:#f8971d;}
.contact-frm .input-short{
	background:url(../images/bg-input-short.gif) no-repeat;
	display:block;
	width:209px;
	height:29px;
	padding:0 5px;
}
.contact-frm .input-short input{
	width:100%;
	margin:5px 0 0;
	padding:0;
	border:none;
	background:none;
	outline:none;
}
.contact-frm .hint{color:#58595b;}
.contact-frm .text{
	background:url(../images/bg-input.gif) no-repeat;
	width:449px;
	height:29px;
	overflow:hidden;
	padding:0 5px;
	display:block;
}
.contact-frm .text input{
	width:100%;
	border:none;
	margin:5px 0 0;
	padding:0;
	background:none;
	outline:none;
}
.contact-frm .area{
	display:block;
	background:url(../images/bg-textarea.gif) no-repeat;
	width:440px !important;
	height:119px;
	overflow:hidden;
	padding:10px;
}
.contact-frm .area textarea{
	float:left;
	padding:0;
	margin:0;
	overflow:auto;
	background:none;
	width:100% !important;
	height:119px;
	max-height:119px;
	border:none;
	outline:none;
}
.contact-frm .btn{
	background:url(../images/btn-submit.gif) no-repeat;
	width:140px;
	height:42px;
	padding:0;
	border:none;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
/* aside start */
.inner-contact .aside{
	margin-top:24px;
	margin-left:16px;
}
.inner-contact .aside img{display:block;}
.inner-contact .aside h2{
	font-size:1.43em;
	color:#00447c;
	margin:23px 0 0;
}
.inner-contact .aside h3{
	font-size:1.07em;
	color:#58595b;
	margin:5px 0 0;
}
.inner-contact .aside address{
	font-size:0.79em;
	line-height:1.3em;
	font-style:normal;
}
.inner-contact .aside address em{font-style:normal;}
.inner-contact .aside address span{display:block;}
.inner-contact .aside dl{
	margin:10px 0 0;
	padding:0 0 17px;
	font-size:0.79em;
	line-height:1.3em;
}
.inner-contact .aside dt{
	float:left;
	margin:0 3px 0 0;
}
* html .inner-contact .aside dt{margin-right:0;}
.inner-contact .aside dd{
	margin:0;
	height:1%;
	overflow:hidden;
}
/* faq start */
.inner h2{
	font-size:2.14em;
	line-height:1.2em;
	margin:11px 0 0;
}
.inner h3{
	font-size:16px;
	line-height:1.2em;
	margin:54px 0 11px;
}
.inner h3 span{padding-right:10px;}
.inner ul{
	margin:19px 0 0 82px;
	font-size:12px;
}
.inner ul li{
	font-weight:bold;
	padding:0 0 6px;
}
.inner ul li a{
	color:#58595b;
	text-decoration:none;
}
.inner ul li a:hover{
	text-decoration:underline;
	color:#8cc63f;
}
.inner ul li span{padding-right:7px;}
.inner p{
	padding:0 0 0 84px;
	line-height:1.86em;
	margin:0 0 6px;
}
.inner .back{
	padding-left:83px;
	line-height:1.2em;
}
.inner .aside{
	margin-top:20px;
}

.inner .grid_11 {
//	margin-bottom:100px;
}
.contact-box{
	height:1%;
	overflow:hidden;
	padding:0 10px 20px 15px;
	width:auto !important;
}
.contact-box h3{
	font-size:1.43em;
	line-height:1em;
	margin:15px 0 0;
}
.contact-box p{
	margin:23px 0 0;
	padding:0;
	line-height:1.43em;
}
.contact-box p a{text-decoration:none;}
.contact-box p a:hover{text-decoration:underline;}
.inner .marketplace{margin-top:24px;}
/* join-buyer page start */
.join-inner h2{
	color:#58595B;
	font-size:1.6em;
	line-height:1.2em;
	text-align:center;
	margin:30px 0 0px;
	overflow:hidden;
	width:100%;
}
.join-inner p{margin:0 0 0px; font-size:14px;}
.join-inner .price{
	text-align:center;
	padding:0;
	min-height:78px
}

.join-inner .box{
	position:relative;
	overflow:hidden;
}


* html .join-inner .price{
	height:78px;
	overflow:visible;
}
.join-inner .price .value{
	display:block;
	font-size:2.86em;
	line-height:1em;
	color:#00447c;
	text-align:center;
	margin:35px 0 0px;
}

.join-inner .price .value a, .join-inner .price .value a:visited{
	color:#00447c;
	text-decoration:none;
}

.join-inner .price .value a:hover{
	text-decoration:underline;
}

.join-inner .price .oneLine{
	margin-top:30px;
}
.join-inner .price span{
	font-size:0.86em;
	line-height:1em;
	
}
/*****    New Join Styles     *******************************/

.joinList li strong{
	display:block;
	font-size:2.86em;
	line-height:1em;
	color:#00447c;
	text-align:center;
	margin:35px 0 0px;
}

.joinList span{
	font-size:1em;
	line-height:1.2em;
	text-align:center;
	display:block;
	color:#58595b;
	text-decoration:none;
}

#snapshotLink {
	float: right;
	font-weight: bold;
    position: relative;
    right: 20px;
    text-decoration: none;
    top: 210px;

}

#snapshotLink:hover {
	text-decoration: underline;
}

/***********************/

.start-box{
	width:100%;
	overflow:hidden;
	padding:0px 0 0;
	margin-bottom:100px;
}
.start-box .slogan{
	display:block;
	color:#8cc63d;
	font-size:3.4em;
	line-height:1em;
	margin:20px 0 20px;
}
.start-box h3{
	font-size:1.3em;
	line-height:1.2em;
	margin:0 0 24px;
}
.start-box .language{float:left;}
.start-box .supplier{float:right;}
.start-box .box .lb{
	min-height:239px;
	height:auto;
}
* html .start-box .box .lb{
	height:239px;
	overflow:visible;
}
.start-box .box .language-list li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	text-align:center;
	padding:5px 0 6px;
}

.language-list .button{
	width:100px;
}

.start-box .box .language-list li a:hover,
.start-box .box .language-list li.active a{color:#8cc63f;}
.start-box .box .supplier{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.start-box .box .supplier .question{
	font-size:2.14em;
	line-height:1em;
	display:block;
	text-align:center;
	margin:7px 0 20px;
}
.start-box .box .supplier a{
	font-size:1.43em;
	line-height:1.2em;
	text-decoration:none;
}
.start-box  .img-holder{margin:6px 0 0;}
.start-box  .img-holder img{display:block;}
/* legal page start */
.join-inner .section{
	width:100%;
	overflow:hidden;
	padding:0 0 32px;
}
.join-inner .section h2{margin-bottom:8px;}
.join-inner .section p{
	line-height:1.86em;
	margin:0 0 26px;
}
.join-inner .section h3{
	font-size:1.35em;
	line-height:1.2em;
	margin:0 0 10px;
}
/* value page start */

.why-us .box{
	position:relative;
	margin-bottom:18px;
	width:298px;
	height:184px;
	border:1px solid #b4b4b4;
	overflow:hidden;
}

.why-us h2{
	font-size:24px;
	letter-spacing: -0.05em;
	margin:14px 0 4px;
	text-align:center;
}
.why-us p{
	
	margin:0 10px 20px 10px;
}

.ribbon{
	width:298px;
	height:20px;
	background:url(../images/green_divider_280.gif) no-repeat 8px 0px;

}

.join h6{
	font-size:1.3em;
	margin-bottom:10px;
	text-align:center;
}

.why-us .marketplace{margin:0 auto;}
.benefits h3{
	font-size:1.57em;
	line-height:1.2em;
	margin:14px 0 3px;
}
.benefits .benefits-list li{
	background:url(../images/bullet.gif) no-repeat 0 13px;
	padding:10px 0 9px 25px;
	height:1%;
	overflow:hidden;
	vertical-align:top;
	line-height:1.25em;
}
//.action{margin-top:54px;}
.action .buyer_title{
	background:url(../images/asterisk_blue.gif) no-repeat;
	background-position:20%;
	text-align:center;

	width:100%;
	overflow:hidden;
	font-size:1em;
	line-height:2em;
	display:block;
	margin:0 0 8px;
}
.action .supplier_title{
	background:url(../images/asterisk.gif) no-repeat;
	background-position:20%;
	text-align:center;

	width:100%;
	overflow:hidden;
	font-size:1em;
	line-height:2em;
	display:block;
	margin:0 0 8px;
}
.action p{
	line-height:1.6em;
	margin-bottom:-20px;
}
.action h3{
	font-size:2.14em;
	line-height:1em;
	letter-spacing:-1px;
	margin:13px 0 36px 0px;
}
.action ul{
	height:1%;
	overflow:hidden;
	//padding:0 0 40px;
}
.action li{
	float:left;
	margin:0 0 0 20px;
	display:inline;
}
.action li:first-child{margin-left:0;}
.action li a{
	color:#58595b;
	text-decoration:none;
}
.action li a:hover{border:none;}
.action li a:hover span{text-decoration:none;}
.action img{display:block;}
.action li div{
	display:block;
	font-size:11px;
	margin-bottom:20px;
	font-weight:bold;
	margin:2px 0 0;
}
.join-inner .buyers{margin:43px 0 0;}
.join-inner .buyers-list li{margin:0 0 0 110px;}
.join-inner .buyers-list li:first-child{margin-left:0;}
.join-inner  .buyers .title{margin:0 0 12px;}

#wufoo{

	margin-left:-5px;
	float:left;
	display:block;
	height:700px;
}

.alliances-content .section img {
	border:1px solid #ccc;
	margin-top:6px;
}


iframe{float:left;
	height:700px;}

#imgLoader{
	background-image:url(../images/box-bkgd-hover.jpg) no-repeat;
	background-image:url(../images/btn-join-hover.gif) no-repeat;
	background-image:url(../images/btn-market-hover.gif) no-repeat;
	display:none;
}


/***** Buttons  ****/

.button{
	display:inline-block;
	outline: none;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
	
	font-weight:bold !important;
	font:1em Arial, Helvetica, sans-serif;
	padding: .5em 1em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover{
	text-decoration:none;
}

.button:active{
	
}

.green{
	color:#ffffff !important;
	border: solid 1px #8cc63f;
	background: #8cc63f;
	background: -webkit-gradient(linear, left top, left bottom, from(#A6E05A), to(#8cc63f));
	background: -moz-linear-gradient(top,  #A6E05A,  #8cc63f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A6E05A', endColorstr='#8cc63f');
}

.green:hover {
	background: #71b01e;
	background: -webkit-gradient(linear, left top, left bottom, from(#93d240), to(#71b01e));
	background: -moz-linear-gradient(top,  #93d240,  #71b01e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#93d240', endColorstr='#71b01e');
}


.orange{
	color:#ffffff !important;
	border: solid 1px #f8971d;
	background: #f8971d;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb252), to(#f8971d));
	background: -moz-linear-gradient(top,  #ffb252,  #f8971d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb252', endColorstr='#f8971d');
}

.orange:hover {
	background: #f08b0c;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffa635), to(#f38700));
	background: -moz-linear-gradient(top,  #ffa635,  #f38700);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa635', endColorstr='#f38700');
}
/*.green:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#8cc63f), to(#A6E05A));
	background: -moz-linear-gradient(top,  #8cc63f,  #A6E05A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc63f', endColorstr='#A6E05A');
}*/

.blue{
	color:#ffffff !important;
	border: solid 1px #043359;
	background: #043359;
	background: -webkit-gradient(linear, left top, left bottom, from(#00447c), to(#043359));
	background: -moz-linear-gradient(top,  #00447c,  #043359);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00447c', endColorstr='#043359');
}

.blue:hover {
	background: #032744;
	background: -webkit-gradient(linear, left top, left bottom, from(#023865), to(#032744));
	background: -moz-linear-gradient(top,  #023865,  #032744);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#023865', endColorstr='#032744');
}
/*.blue:active {
	color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#8cc63f), to(#A6E05A));
	background: -moz-linear-gradient(top,  #8cc63f,  #A6E05A);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cc63f', endColorstr='#A6E05A');
}*/


.large{
	width:180px;
	height:40px;
	font-size:16px;
	padding: .5em .5em .55em;
	margin: 10px;
	font-weight:bold !important;
}

.large span{
	margin:auto;
	width:100px;
	text-align:center;
	display:block;
	
}

	

/*****    Misc     *******************************/

.bold{
	font-weight:bold;
}

.signup_cta {
	font-weight:bold;
	color:#f8971d;
	margin-bottom:10px;
	
}
.reg{
	width:85%;
}
#buyer_btn_box{
//	border:1px solid #b3b3b3;
	width:180px;
	height:70px;
	position:relative;
	top:180px;
	left:70px;
	text-align:center;
	float:left;
	clear:none;
	
}

#supplier_btn_box{
	margin-left:15px;
//	border:1px solid #b3b3b3;
	width:205px;
	height:70px;
	position:relative;
	top:180px;
	left:80px;
	text-align:center;
	float:left;
	clear:none;
	
}

.divider{
	height:40px;
	margin-top:30px;
}

.iaf_logo{
	float:right;
	margin:10px 20px 0 0;
}

p {
	font-size:12px;
}
