/*DEFAULT CSS FOR ALL SITES*/
body {
	background-image:url("/images/blue-grad-bg.jpg");
	background-color:#ffffff;
	background-repeat:repeat-x;
	overflow:none;
	color:#313738;
	font-size:80%;
	font-family:Helvetica, Arial, sans-serif;
}

body,html{
	width:100%;
	}
body,p,td,th,ol,ul,dl,dt,dd,input,textarea,select{
	font-family:Helvetica, Arial, sans-serif;
	}
body,div,table,td,th, img,address {
	margin:0px;
	padding:0px;
	border:0px;
}

hr {
	border:0 none;
	padding:12px;
}

#facts hr {
	border-bottom:1px solid #dce4e6;
	border-left:0 none;
	border-top:0 none;
	border-right:0 none;
	padding:12px 0 0 0;
	margin:0 0 12px 0;
}

p {
	margin:0 0 10px 0;
	line-height:15pt;
	color:#666666;
}

a {
	text-decoration: none;
	color:#0075BD;
	} 
a:hover {
	text-decoration: underline;
	color:#0075bd;
	}
	
html .s{font-size:0;} 
.s{clear:both;line-height:0;font-size:0;height:0px;}
.legal {font-size:11px;}

.large {
	font-size:17px;
	/*display:block;
	padding:4px 0;*/
}

table td {
	padding:4px 0;
	color:#007CC1;
}

table {
	margin-bottom:12px;
}

/* TEXT STYLES*/
 
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:0;
	color:#ffffff;
	padding:110px 0 0 30px;
	font-size:34px;
	line-height:14pt;
	}
	
#home h1 {
	padding:96px 0 0 30px;
	font-size:40px;
	line-height:42px;
}

.larger {
	font-size:50px;
}

.indentme {
	text-indent:3px;
	display:block;
}

h2 {
	font-size:18px;
	line-height:22px;
	font-family:Helvetica, Arial, Sans Serif;
	font-weight:normal;
	margin:0 0 10px 0;
	color:#0075bd;
	}

#home .aboutboxbottom h2, #home h3, #home h3 a {
	font-size:18px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans Serif;
	font-weight:normal;
	margin:0 0 10px 0;
	color:#0075bd;
}
	
h3, h3 a {
	font-size:17px;
	line-height:21px;
	font-family:Helvetica, Arial, Sans Serif;
	font-weight:normal;
	margin:0 0 2px 0;
	color:#0075bd;
	}
	
h3 a:hover {
	color:#666666;
}
	
h3 a span {
	display:block;
	padding-bottom:6px;
	}
	
.midcol h3 {
	margin-top:24px;
}
	
#news .leftcol h3 {
	margin-top:30px;
}

#news .midcol h3 {
	font-size:13px;
}

h4 {
	font-size:15px;
	font-family:Helvetica, Arial, Sans Serif;
	font-weight:normal; /** was bold **/
	color:#0075bd;
	margin:0 auto 0 auto;
	}
	
/* PULL QUOTE */
.leftcol .pullquote {
	font-size:18px;
	line-height:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#666666;
	margin:0 auto 0 auto;
	padding:50px 0 0 0;
	background:url(../images/66.gif) no-repeat top left;
	}
	
#env .leftcol h4 {
	margin:0px auto 0 auto;
}


h5 {
	font-size:18px;
	font-family: Arial, Helvetica, Sans Serif;
	font-weight:normal;
	padding:6px 0 6px 0;
	margin:0;
	color:#007DC3;
	}
	
h6 {
	font-size:16px;
	line-height:15pt;
	font-family:Helvetica, Arial, Sans Serif;
	font-weight:normal;
	color:#6f8229;
	margin:0 0 0px 0;
}

strong, b, .boldme {
	font-weight: bold;
}

	
dt {
	/*padding-left:20px;*/
	list-style:none;
	padding:0;
}

dd {
	padding-left:-30px;
}

sub {
	font-size:9px;
	line-height:12px;
}

ol li {
	margin-bottom:6px;
}

.standfirst {
	display:block;
	color:#007CC1;
}

.elevated {
	font-size:24px;
	font-weight:normal;
	color:#0075bd;
}


/******************Form elemtents******************/

fieldset {
	border:0 none;
	padding:0;
	margin:0;
}


input, select {
	border:none;
	background-color:#ffffff;
	/*opacity:.50; 
	filter: alpha(opacity=50); 
	-moz-opacity: .50;*/
	height:20px;
	width:200px;
}

label {
	text-align:left;
}

.send {
	width:auto;
	background-color:#FFFFFF;
	opacity:1; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	cursor:pointer;
}

.upper {
	text-transform:uppercase;
	display:block;
}

/*********************Styles**********************/

.small {
	padding:0;
	margin:0;
	font-size:9pt;
}

ul#historylist li h3.smallish {
	padding:0;
	margin:0;
	font-size:14pt;
}

.warning {color:#cc1626; font-size:0.75em;}
address {font-style:normal;margin-bottom:1em;}

/*LAYOUT ELEMENTS*/

.header {
	height:68px;
	width:948px;
	margin:0 auto 0 auto;
}

#wrap {
	text-align:left;
	margin:24px auto 0 auto;
	width:948px;
	background-repeat:no-repeat;
	padding:0;
}

body {background-repeat:repeat-x;}

.imagebottom {
	margin-bottom:10px;
}

#adcamp .imagebottom {
	margin-bottom:18px;
}

.imagenomargin {
	border:1px solid #a0b5bc;
	padding:3px;
	margin:0 0 0 0;
}
	
#logo { 
	margin:0px;
	position:absolute;
	/*float:left;*/
}

	
#home #content {
	width:100%;
}

#content {
	float:left;
	width:706px;
	background-color:#ffffff;
	margin:0px auto 0px auto;
	/*box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);*/
	}

#links #content .onecol a {
	font-weight:bold;
}

.indent {
	padding-left:30px;
}
	
.clearme {
	clear:both;
	height:0px;
	line-height:0;
	font-size:0;
	padding:0;
	margin:0;
}

.clearright {
	clear:right;
	height:0;
	padding:0;
	margin:0;
}

ul.normallist {
	color:#666666;
	margin-bottom:2px;
}

ul.normallist li {
	list-style:disc;
	padding:0 0 12px 0;
	color:#666666;
	line-height:15pt;
}

.captionsmall {
	font-size:11px;
	margin:6px 0 12px 0;
}

ul#normallist {
	margin-bottom:2px;
}

ul#normallist li {
	list-style:disc;
	padding:0 0 12px 0;
	color:#666666;
}

/* NAVIGATION */

.menu {
	margin-top:24px;
	float:right;
	width:800px;
	text-align:right;
	} 
.menu ul {
	padding:0;
	margin:0;
	list-style:none;
}
.menu li {
	/*float:left;*/
	display:inline;
	margin:0;
}

.menu li a {
	/*display:block;
	float:right;*/
	padding-left:12px;
	overflow:hidden;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#bbdbed;
	}
.menu li a:hover {
	text-decoration:none;
	color:#ffffff;
	}
	
.menu li span {
	/*visibility:hidden;*/
	}
	
#home #n1, #about #n2, #facts #n3, #news #n4, #env #n5, #press #n6, #oss #n7, #links #n8, #contact #n9 {
	color:#ffffff;
}
	
/** Sub Menus **/

ul.submenu {
	padding:0 0 0 1.1em;
	margin:0 0 50px 0;
}

ul.submenu li {
	padding:0 0 12px 0;
	list-style-image:url(../images/submenu-list-image.gif);
	color:#7ebcdf;
}

ul.submenu li a {
	color:#7ebcdf;
}

ul.submenu li a:hover, #about-cotton-usa ul.submenu li a#m1, #scm ul.submenu li a#m2, #trade ul.submenu li a#m3, #newspage ul.submenu li a#m1, #eventspage ul.submenu li a#m2, #cottoncastpage ul.submenu li a#m3, #about-cotton-usa ul.submenu li a#m1, #scm ul.submenu li a#m2, #trade ul.submenu li a#m3, #supply-chain2011 ul.submenu li a#m5 {
	color:#007cc1;
}


#natural ul.submenu li a#m1, #usfacts ul.submenu li a#m2, #usfacts ul.submenu li a#m2, #usfacts ul.submenu li a#m2, #fabrics ul.submenu li a#m3, #history ul.submenu li a#m4, #faq ul.submenu li a#m5 {
	color:#007cc1;
}

#pressrel ul.submenu li a#m2, #inthepress ul.submenu li a#m1 {
	color:#007cc1;
}

#envres ul.submenu li a#m1, #envqa ul.submenu li a#m2, #envint ul.submenu li a#m3, #envsos ul.submenu li a#m4 {
	color:#007cc1;
}

#scenario ul.submenu li a#m1, #ric ul.submenu li a#m2 {
	color:#007cc1;
}


/** Ads submneu **/

ul.adsubmenu, ul.adsubmenu {
	padding:0;
	margin:0;
	height:29px;
}

ul.adsubmenu li {
	padding:0;
	color:#7ebcdf;
	list-style-type:none;
	float:left;
}

ul.adsubmenu li a {
	display:block;
	float:left;
	text-align:center;
	background-color:#007DC3;
	color:#ffffff;
	text-decoration:none;
}

ul.adsubmenu li a:hover {
	background-color:#ffffff;
	color:#007DC3;
}

/* LAYOUT */

#home .pagetitle {
	height:374px;
	background:url(../images/home-image.jpg) no-repeat;
}

#about .pagetitle, #facts .pagetitle, #adcamp .pagetitle, #env .pagetitle, #news .pagetitle, #cottoncast .pagetitle, #oss .pagetitle, #press .pagetitle, #links .pagetitle, #contact .pagetitle  {
	height:279px;
}

#about .pagetitle {background:url(../images/headers/towel-about.jpg) no-repeat;}
#facts .pagetitle {background:url(../images/headers/denim-facts.jpg) no-repeat;}
#env .pagetitle {background:url(../images/headers/white-dress-env.jpg) no-repeat;}
#adcamp .pagetitle {background:url(../images/headers/underwear-press.jpg) no-repeat;}
#news .pagetitle {background:url(../images/headers/pair-news.jpg) no-repeat;}
#cottoncast .pagetitle {background:url(../images/headers/pair-news.jpg) no-repeat;}
#oss .pagetitle {background:url(../images/headers/black-top-oss.jpg) no-repeat;}
#press .pagetitle {background:url(../images/headers/underwear-press.jpg) no-repeat;}
#links .pagetitle {background:url(../images/headers/black-dress-links.jpg) no-repeat;}
#contact .pagetitle {background:url(../images/headers/grey-dress-contact.jpg) no-repeat;}


.bottomboxes {
	clear:both;
}

.aboutboxbottom, .cottoncastboxbottom, .newsboxbottom, .envboxbottom, a.adcboxbottom {
	width:226px;
	float:left;
	margin-right:14px;
	display:block;
	text-decoration:none;
	}
	
.bottomboxes .textbox{
	padding:14px 5px 0 5px;
}
	
.bottomboxes .titlebox{
	padding:14px 0 0 0;
	display:block;
}


.bottomboxes a.adcboxbottom .textbox {
	padding-top:10px;
}
	
.nomarginright {
	margin-right:0px;
}
	
.newsboxbottom a img, .envboxbottom a img, .cottoncastboxbottom a img, .aboutboxbottom a img, .sourcingboxbottom a img{
	border:1px solid #007CC1;
}

.newsboxbottom a:hover img, .envboxbottom a:hover img, .cottoncastboxbottom a:hover img, .aboutboxbottom a:hover img, .sourcingboxbottom a:hover img {
	border:1px solid #ffffff;
}

.rightcol .newsbox a:hover img, .rightcol .envbox a:hover img, .rightcol .cottoncastbox a:hover img, .rightcol .aboutbox a:hover img{
	border:1px solid #ffffff;
}

.rightcol .newsbox a img, .rightcol .envbox a img, .rightcol .cottoncastbox a img, .rightcol .aboutbox a img{
	border:1px solid #007CC1;
}

a.aboutbox {
	background:url(../images/aboutboximagelarge.jpg) no-repeat;
	height:170px;
	width:222px;
	display:block;
	color:#ffffff;
	text-align:left;
	border:1px solid #ffffff;
	margin:0 0 18px auto;
}

a.envbox .heading3, a.aboutbox .heading3 {
	padding:12px;
	font-size:20px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 auto;
	display:block;
	color:#ffffff;
}

#natural {
	height:880px;
	background:url(../images/cotton-stick.jpg) bottom no-repeat;
}

.bluelink {
	display:block;
	color:#007CC1;
	font-size:12px;
}

.blue {
	color:#007CC1;
}

/** Three column **/

.threecol {
	float:left;
	width:210px;
	padding:0 12px 0 0;
	/*border-right:1px solid #8B9298;*/
}

.threecol ul {
	padding:0;
	margin:0;
}

.threecol li {
	list-style-type:none;
	padding-bottom:12px;
}

.twocol {
	float:left;
	width:450px;
	padding:0 12px;
	/*border-right:1px solid #8B9298;*/
}

.twocol ul {
	padding:0;
	margin:0;
}

.twocol li {
	list-style-type:none;
	padding-bottom:12px;
}

.stripes {
	background:url(../images/stripes.gif) repeat-y;
}

.extralinks {
	clear:both;
}

.extralinks a {
	font-size:12px;
}

/** Cottoncast list **/

ul#cottoncastlist {
	padding:36px 0 0 0;
	margin:0;
} 

ul#cottoncastlist li {
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
}

ul#cottoncastlist li a:link, ul#cottoncastlist li a:visited {
	display:block;
	width:134px;
	height:160px;
}

ul#cottoncastlist li a:hover {
	text-decoration:none;
}

a.october2010 {
}

.rightpad {
	padding-right:23px;
}

/* News list */

#news .video {
	text-align:center;
}

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

ul#newslist li {
	list-style-type:none;
	padding:0 0 12px 0;
	margin:0;
	float:left;
	display:block;
	width:216px;
	}

ul#newslist li h3 {
	display:block;
}

ul#newslist li .date, #cottoncast .midcol .date {
	margin-bottom:2px;
	/*border-bottom:1px solid #666666;*/
}

ul.latestnewslist {
	padding:0;
	margin:0 auto 24px auto;
	list-style-type:none;
}

ul.latestnewslist li {
	padding-bottom:12px;
}

ul.latestnewslist li a {
	font-size:15px;
	line-height:19px;
	color:#666666;
}

ul.homenewslist {
	padding:0;
	margin:0;
}

ul.homenewslist li {
	list-style-type:none;
	padding:0 0 6px 0;
	margin:0;
}

ul.homenewslist li a {
	color:#666666;
}

/* News three seperate cols list */

ul.newslistsep {
	padding:0;
	margin:0;
} 

ul.newslistsep li {
	list-style-type:none;
	padding:0 3px 12px 0;
	margin:0;
	float:left;
	display:block;
	width:200px;
	height:20em;
	}

ul.newslistsep li h3 {
	display:block;
}

/** Garments used in the Ads link list **/

ul.adlinklist {
	margin:0;
	padding:0;
} 

ul.adlinklist li { 
	list-style-type:none;
	padding:0 0 1.5em 0;
	float:left;
	height:1em;
	width:190px;
	}

ul.adlinklist li a {
	display:block;
	width:190px;
	height:1em;
} 

/* History list */

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

ul#historylist li {
	list-style-type:none;
	padding:12px 0 12px 0;
	margin:0;
	clear:both;
	border-top:1px solid #808080;
	}
	
ul#historylist li h3 {
	float:left;
	width:210px;
	color:#7ebde0;
	margin:0;
	font-size:21px;
	}

ul#historylist li p {
	display:block;
	float:right;
	width:190px;
}

ul#historylist li.notopborder {
	border-top:0 none;
}

/* Press list */

#press .date {
	border-bottom:1px solid #808080;
	padding:6px  0;
}

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

ul#presslist li {
	list-style-type:none;
	padding:0 0 12px 0;
	margin:0;
	float:left;
	display:block;
	width:220px;
	height:340px;
	}

ul#presslist li a {

}

ul#presslist h3 {
	clear:both;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	text-transform:none;
	padding:0;
	margin:0;
}

ul#presslist .tn-shad {
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.5);
	float:left;
}

ul#presslist .smallcol a {
	color:#666666;
	}

ul#presslist .smallcol .upper {
	color:#007CC1;
	padding:0;
}

.maglogo{
	height:46px;
	padding:6px 0 0 0;
}

#press .smallcol {
	width:70px;
	padding:0 6px 0 0;
	float:right;
	font-size:12px;
	line-height:16px;
	color:#666666;
}

#press .smallcol a {
	font-size:12px;
}

/* Press Release list */

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

ul#pressreleaselist li {
	list-style-type:none;
	padding:0 0 12px 0;
	margin:0;
	float:left;
	display:block;
	width:220px;
	min-height:150px;
	}


ul#pressreleaselist h3, ul#pressreleaselist h3 a {
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	text-transform:none;
	padding:12px 0 0 0;
	margin:0;
}

ul#pressreleaselist h3 a .small {
	color:#666666;
	display:block;
	padding:3px 0;
	font-size:12px;
}

ul#pressreleaselist h3 a .download {
	color:#007CC1;
}

ul#pressreleaselist h3.download {
}

a.adobepdf {
	display:block;
	padding:0 0 0 40px;
	background:url(../images/adobe-pdf.jpg) no-repeat;
	font-size:12px;
	margin-bottom:50px;
}

/* Osservatorio list */

ul#osslist {
	padding:0;
	margin:0 0 12px 0;
} 

ul#osslist li.nopadtop {
	padding-top:0;
	}

ul#osslist li {
	list-style-type:none;
	padding:12px 0;
	margin:0;
	display:block;
	border-bottom:1px solid #8B9298;
	}
	
ul#osslist li h3 {
	margin:0;
}

ul#osslist li h3 a .small {
	display:block;
	color:#666666;
}

ul#osslist li a {

}

/* Ad campaign list */

ul.adlist {
	padding:12px 0 0 0;
	margin:0;
} 

ul.adlist li {
	list-style-type:none;
	padding:0 0 12px 0;
	margin:0;
	float:left;
	display:block;
	width:60px;
	height:73px;
	}

ul.adlist h3, ul.adlist a img, ul.adlist li img{
	padding:0;
	margin:0;
	border:0 none;
	cursor:pointer;
}

ul.adlist li.last {
	width:45px;
}

/** Ad box **/

.adcontentbox {
	border-bottom:1px solid #7fbde0;  border-left:1px solid #7fbde0; border-right:1px solid #7fbde0;
	padding:28px;
	color:#B2B2B2;
}

.adcontentbox p {font-size:1.05em; line-height:16pt;}

#adc .adboxleft { float:left; width:570px;}
#adc .adboxright { clear:left; text-align:right; padding:60px 0 0 0; }
#theads .adboxleft { float:left; width:360px;}
#theads .adboxright { float:right; width:250px; }
#theads .adboxright .caption { padding:12px 4px 4px 4px; display:block;}
#behind .adboxleft { float:left; width:400px; padding-right:30px; border-right:1px solid #cccccc; }
#behind .adboxright { float:right; width:172px; padding:0 12px 0 0;}
#garments .adboxleft { float:left; width:390px; padding:0 12px 0 0;}
#garments .adboxright { float:right; width:212px; padding:0; border:1px solid #cccccc;}

ul.adsubmenu li #m1 { width:214px; padding:6px 0; border-top:1px solid #7fbde0; border-left:1px solid #7fbde0;}
ul.adsubmenu li #m2 { width:94px; padding:6px 0; border-top:1px solid #7fbde0; border-left:1px solid #7fbde0;}
ul.adsubmenu li #m3 { width:242px; padding:6px 0; border-top:1px solid #7fbde0;  border-left:1px solid #7fbde0;}
ul.adsubmenu li #m4 { width:151px; padding:6px 0; border-top:1px solid #7fbde0; border-left:1px solid #7fbde0;border-right:1px solid #7fbde0;}

#adc ul.adsubmenu li #m1, #theads ul.adsubmenu li #m2, #garments ul.adsubmenu li #m3, #behind ul.adsubmenu li #m4 { background-color:#ffffff; color:#007DC3; }

#theads .adboxright img {
	border:1px solid #cccccc;
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.2);
}

#adstrip {
	position:absolute;
	top:560px;
	right:50%;
	margin-right:-56px;
}

/* Links list */

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

ul#linkslist li {
	list-style-type:none;
	padding:20px 0 0 0;
	margin:0;
	display:block;
	height:176px;
	border-bottom:1px solid #8B9298;
	}

ul#linkslist li a {

}

ul#linkslist li img {
	border:3px solid #007CC1;
	float:right;
	margin-left:24px;
}

/** Contact **/

#contact .midcol a {
	color:#666666;
}

#contact hr {
	border:0 none;
}

/* signup box */

.signupbox {
	background-color:#007CC1;
	padding:6px;
	width:210px;
	text-align:left;
	color:#ffffff;
	border:1px solid #ffffff;
	margin:0 0 0 auto;
}

.signupbox legend, #about .signupbox legend {
	color:#ffffff;
	text-transform:uppercase;
	margin:0 auto 0.1em auto;
	padding:0;
	font-size:18px;
}

.signupbox p {
	color:#ffffff;
	font-size:12px;
	margin:0 auto;
}

.signupbox form {
	padding:0;
	margin:0;
}

.signupbox form label {
	display:block;
	padding:0.2em 0;
}

.signupbox .block {
	background-color:#ffffff;
	padding:2px;
	height:1.7em;
}

.signupbox .inputbox {
	width:130px;
	height:20px;
	border:0 none;
	float:left;
}

.signupbox .submitbox {
	width:50px;
	height:20px;
	float:right;
	font-size:13px;
	background-color:#ffffff;
	border:0 none;
	padding:0px 6px;
}

.signupbox .label {
	display:none;
}

/* Ad box bottom */

a.adcbox {
	color:#ffffff;
	display:block;
	background:url(../images/adsbox-bg.jpg) no-repeat right;
	padding:0;
	height:233px;
	line-height:14pt;
	text-align:left;
	text-decoration:none;
	margin:0 0 18px auto;
}

a.adcbox .heading3 {
	font-size:18px;
	text-transform:capitalize;
	margin:0;
	color:#ffffff;
	display:block;
	padding:8px 4px 2px 16px;
}

a.adcboxbottom .heading3 {
    color: #0075BD;
    font-family: Helvetica,Arial,Sans Serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 23px;
    margin: 0 0 4px;
	display:block;
	padding:6px 4px 0 4px;
}

a.adcboxbottom .text {
   color: #666666;
   line-height: 15pt;
   padding:6px 4px 0 4px;
   display:block;
}

a.adcbox img {
	display:block;
	margin:0;
}

a:hover.adbox {
	text-decoration:none;
}

.adcbox .textbox {
	display:block;
	padding:0px 4px 4px 16px;
}

/* Env box */

a.envbox {
	background:url(../images/envboximage.jpg) no-repeat;
	margin:0 0 18px auto;
	height:200px;
	width:222px;
	display:block;
	color:#ffffff;
	border:1px solid #ffffff;
}

a.envbox .heading3 {
	padding:8px 12px;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 auto;
	display:block;
	color:#ffffff;
}

a.envbox .heading3 .boldme {
	font-size:22px;
}

/* sourcing box */

a.sourcingbox  {
	color:#ffffff;
	display:block;
	background-color:#8CC63F;
	padding:8px 12px;
	border:1px solid #ffffff;
	margin:0 0 18px auto;
	line-height:14pt;
	width:198px;
}

a.sourcingbox .heading3 {
	font-size:19px;
	margin:0 0 10px 0;
	color:#ffffff;
	display:block;
	text-transform:uppercase;
}


.sourcingbox span {
	display:block;
}


/* News box */

.rightcol .newsbox {
	background-color:#4ca3d3;
	color:#ffffff;
	padding:6px;
	margin:0;
	width:210px;
	margin:0 0 18px auto;
	border:1px solid #ffffff;
}

.rightcol .newsbox h3, #about .rightcol .newsbox h3 {
	text-transform:uppercase;
	color:#ffffff;
	font-size:19px;
	margin-bottom:6px;
}

.rightcol .newsbox ul {
	margin:0;
	padding:0 0 0 1.1em;

}

.rightcol .newsbox li {
	list-style-image:url(../images/news-list-image.gif);
	padding:0 0 10px 0;
}

.rightcol .newsbox li a{
	color:#ffffff;
}

/** Fabric finder  **/

.fabricfinder {
	background-color:#E5EBF7;
	padding:10px 14px;
}

.fabricfinder ul {
	width:212px;
	float:left;
	padding:0;
	margin:0;
}

.fabricfinder li {
	margin:0;
	float:left;
	list-style:none;
	display:block;
	width:32px;
	height:32px;
	padding:0 3px 3px 0;
}

.fabricfinder li.hideme {
	display:none;
}

.fabricfinder li a {
	display:block;
	width:32px;
	height:32px;
}

.fabricfinder div h3 {
	font-size:16px;
	margin:0;
}

.fabriccontentbox {
	float:right;
	width:180px;
}

.widget {
	padding:14px 0 0 0;
}

.ui-tabs-hide {
		display: none;
		}

.leftcol {
	width:200px;
	float:left;
	padding:0 0 0 14px;
}

.midcol {
	width:424px;
	padding:0 40px 0 0;
	float:right;
	}

#press .midcol {
	width:460px;
	padding:0;
	float:right;
	}
	
.midcolwide {
	width:450px;
	padding:0 10px 0 0;
	float:right;
	}
	
#links .midcol {
	padding:0 12px 0 0;
	float:left;
	}
	
.onecol {
	padding:0 12px;
}

.rightcol {
	width:228px;
	float:right;
}
	
.innercolleft{
	width:200px; 
	padding:0;
	float:left;
	}

.innercolright{
	width:200px; 
	float:right;
	padding:0 0 0 7px;
	}


.smallcol{
	width:250px; 
	padding:0;
	}
	
.linkblock a:link, .linkblock a:visited, .linkblock a:hover {
	font-weight:norma;
	text-decoration:none;
	font-size:16px;
}

/** Sign up form **/

#signuppage {
	background:url(../images/emag-bg.jpg) right top no-repeat;
	padding:0px 12px;
	min-height:400px;
}

#signupform {
	padding:12px;
}

#signupform ol {
	padding:0;
	margin:0;
}

#signupform ol li{
	list-style-type:none;
	padding:0 0 0.5em 0;
	height:3em;
}

#signupform ol li label {
	float:left;
	width:130px;
	padding:6px 12px 0 0;
	text-align:right;
	font-size:14px;
}

#signupform ol li input {
	float:left;
	border:1px solid #999999;
	padding:4px;
	height:1.7em;
    -moz-border-radius: 3px;
	border-radius:3px;
}

#signupform ol li select {
	float:left;
	border:1px solid #999999;
	padding:4px;
	height:2.2em;
    -moz-border-radius: 3px;
	border-radius:3px;
}

.buttonbox {
	padding:4px 0 24px 140px;
}

#signupform ol li .submitbutton, input.submitbutton[type="button"]  {
	border:0 none;
    -moz-border-radius: 7px 7px 7px 7px;
	border-radius:7px;
	padding-bottom:3px;
	height:2.1em;
	font-size:14px;
	width:100px;
	cursor:pointer;
	background: url(../images/grey-grad.jpg) repeat-x;
	text-shadow: 1px 1px 0 #FFFFFF;
	color:#000000;
}

li.hideme {
	visibility:hidden;
} 

/** Footer **/

#home #footer {
	padding:14px 0 0 0;
}

#footer {
	width:936px;
	margin:14px auto 0 auto;
	padding:0 0 0 12px;
	clear:both;
	}

#footerlinks {
	float:right;
	width:320px;
	text-align:right;
	padding-left:7px;
	font-size:11px;
}

#footerlinks ul {
	padding:0;
	margin:0;
	float:right;
	text-align:right;
}

#footerlinks ul li {
	float:left;
	list-style-type:none;
	padding-left:16px;
}

#footer a {
	color:#999999;
}

/** Site map **/

ul.sitemaplist li {
	font-weight:bold;
}

ul.sitemaplist ul li {
	font-weight:normal;
}

ul.sitemaplist ul {
	padding-top:12px;
}

ul.sitemaplist li, ul.sitemaplist ul li {
	list-style:none;
	padding-bottom:12px;
}


/* PADS AND FLOATS */
	
.padmenobottom {
	padding:7px 7px 0 7px;
}

ul#presslist li.padright, ul#pressreleaselist li.padright, ul#newslist li.padright {
	padding-right:18px;
}

#home .padmenobottom {
	padding:32px;
	/*min-height:219px;*/
}

.colwide .padme {
	padding:12px;
}

.padme {
	/*padding:7px;*/
	padding:12px;
}

.floatright {
	float:right;
}

.floatimageright {
	float:right;
	margin:0 0 10px 10px;
}

.floatleft {
	float:left;
}

.break {
	padding-bottom:10px;
}

/*News panel */

.date {
	color:#808080;
	display:block;
	font-size:12px;
}

a.green {color:#6f8229;}

/* 508 FIXES */
html#hx {
	background-image:none;
	padding-top:20px;	
}

html#hx ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

html#hx ul li {
	margin:0px;
	padding:2px 0px;
	border-bottom:1px dotted #0075bd;
}

html#hx ul span {
	font-weight:bold; 
	color:#0075bd;
}

#skip a, #skip a:hover, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	color:#cccccc;
	font-size:11px;
	overflow:hidden;
}

#skip a:active, #skip a:focus {
	position:static;
	width:auto;
	height:auto;
}

/********VIDEO********/

.video {
	/*float: left;*/
	margin:0 auto 0 auto;
	padding-bottom: 14px;
}
.video h4{
	padding-bottom: 5px;
}

.videopad {
	margin-left: 14px;
}

/** inner quotes **/

.quotebox {
	padding:12px;
	margin:0 0 12px 12px;
	font-size:15px;
	/*font-weight:bold;*/
	color:#005A82;
}

.quotebox hr {
	border-bottom:2px solid #dce4e6;
	border-top:0px none;
	margin:0 0 6px 0;
	background-color:#FFFFFF;
	margin:12px 0 12px 0;
}

/*********Interviste*******/

ul.linkslist {
	padding:0;
	margin:0;
}

ul.linkslist li {
	padding:0 0 6px 0;
	list-style-type:none; 
}

.intercol {
	padding:0;
	width:250px;
	float:left;
}

.intercol img {
	padding:3px;
	border:1px solid #cccccc;
}

.downloadbutton {
	padding:0;
	margin:0;
}

a.downloadbutton {
	display:block;
	padding:8px 12px;
	margin:0;
	background-image:url(../images/news/download-short.gif);
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	width:213px;
	height:16px;
}

.intercolbutton {
	padding:12px 0 0 0;
}

.intercolbutton ul {
	padding:0;
	margin:0;
}

.intercolbutton li {
	list-style-type:none;
	float:left;
	color:#ffffff;
}

.intercolbutton li a:link, .intercolbutton li a:visited, .intercolbutton li a:hover {
	display:block;
	padding:6px 12px;
	background-image:url(../images/inthepress/download-bg.jpg);
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	height:52px;
	width:87px;
	margin:0 auto 11px auto;
}

.gap {
	margin-right:12px;
}

.intercol1 h3, .intercol2 h3{
	text-transform:none;
	margin:1em 0;
	font-size:14px;
}

/** Signup **/


.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0 0 0;
	padding:15px 10px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align:center;
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('images/ok.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('images/error.png');
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('images/info.png');
}

.hidden {
	display:none;
}







/********* Supply Chain Videos page **********/
#supplyvideobox {
border:#007CC1 1px solid;
}
#supplyvideobox h2 {
background:#007CC1;
color: #FFF;
padding: 5px;
font-size: 16px;
margin: 0;
}
#videoswrap {
padding: 15px;
}
#videoswrap p {
margin: 0 0 10px 0;
border-bottom: #CCC 1px solid;
padding: 0 0 10px 0;
}
#videoswrap p.last {
border-bottom: none;
padding: 0;
margin: 0;
}
#supplyvideobox a {
display: block;
background:url(../images/playvideo.gif) center left no-repeat;
padding: 0 0 0 40px;
text-decoration:none;
}
#supplyvideobox a:hover {
background:url(../images/playvideo-over.gif) center left no-repeat;
color:#999;
}
#supplyvideobox span.grey {
color: #999;
}
