@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-position: center;
	background-position: top;
	background-attachment: fixed;
}
#header {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 100px;
	z-index: 4;
}
#logo {
	position: absolute;
	top: 35px;
	left: -15px;
}
#nav {
	list-style-type: none;
	position: absolute;
	width: 600px;
	right: 5px;
	top: 40px;
}
#nav li {
	float: left;
	position: relative;
}
#header #nav li:hover ul, #nav li.sfhover ul {
	left: -12px;
}
#nav li ul {
	position: absolute;
	left: -9009px;
	list-style-position: inside;
	z-index: 100;
	margin: 0px;
	top: 28px;
	list-style-type: none;
	width: 100px;
	background-color: #1E1E1E;
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	-moz-box-shadow: 1px 1px 1px #999;
	-webkit-box-shadow: 1px 1px 1px #999;
	box-shadow:1px 1px 1px #999;
	text-shadow: 0px -1px 1px #000;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#nav   ul   #arrow  {
	background-image: url(images/arrow.png);
	height: 12px;
	width: 29px;
	position: absolute;
	top: -10px;
	left: 47px;
}
#header #nav ul li {
	clear: both;
	color: #FFFFFF;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 11px;
	margin-bottom: 7px;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
}
#header  #nav  li  img  {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header #nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #nav ul li a:hover {
	color: #FF5153;
}

.clear {
	clear: both;
	display: block;
}
#content {
	background-color: #FFFFFF;
	width: 970px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	z-index: 3;
	padding: 10px;
	-moz-box-shadow: 1px 2px 3px #666;
	-webkit-box-shadow: 1px 2px 3px #666;
	box-shadow:1px 2px 3px #666;
}
#content #slideshow {
	width: 100%;
	list-style-type: none;
	padding-left: 1px;
}
#content #slideshow li {
	float: left;
	margin-right: 8px;
	border: 1px solid #CCCCCC;
	height: 376px;
	position: relative;
}
#content  #slideshow  #last-slide {
	margin-right: 0px;
}
.slide1 {
	height: 376px;
	width: 233px;
	overflow: hidden;
}
.slide2 {
	height: 376px;
	width: 233px;
	overflow: hidden;
}
.slide3 {
	height: 376px;
	width: 480px;
	overflow: hidden;
}
#slideshow .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	z-index: 17;
}
#slideshow .overlay img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#index-bottom-content {
	background-image: url(images/index-content-bg.png);
	background-repeat: no-repeat;
	height: 275px;
	width: 990px;
	position: relative;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#index-bottom-content h1, #index-bottom-content h2 {
	text-indent: -11135px;
}
#index-bottom-content #quality {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	width: 300px;
	position: absolute;
	left: 40px;
	top: 88px;
}
#index-bottom-content #qualitybadge {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	width: 120px;
	position: absolute;
	left: 365px;
	top: 20px;
}
#index-bottom-content #global {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
	width: 300px;
	position: absolute;
	left: 535px;
	top: 88px;
}
#index-bottom-content #globalchina {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 17px;
	color: #FFFFFF;
	width: 120px;
	position: absolute;
	left: 851px;
	top: 87px;
}
a.white:link { 
color: #FF0000; 
text-decoration: none; 
}

a.white:visited	{ 
color: #FFFFFF; 
text-decoration: none; 
}

a.white:hover { 
color: #e1e1e1; 
text-decoration: none; 
}

a.white:active { 
color: #FFFFFF; 
text-decoration: none; 
}

#footer {
	width: 990px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #757575;
	margin-top: 0px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 10px;
	color: #979797;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: -1px -1px 1px #000;
}
#womens-wear-content {
	background-image: url(images/womens-wear.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#jacket-arrow {
	position: absolute;
	top: 230px;
	left: 590px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#jacket-content {
	width: 250px;
	position: absolute;
	top: 240px;
	right: 122px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
}
.close {
	background-color: #999999;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Driod Sans", Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	width: 98%;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#womens-wear-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#womens-wear-content ul {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px;	
}
#womens-wear-content ul li {
	padding-bottom: 10px;
}
#blouse-arrow {
	position: absolute;
	top: 305px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 135px;
	z-index: 1;
}
#blouse-content {
	width: 250px;
	position: absolute;
	top: 318px;
	right: 143px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 10;
}
#pants-arrow {
	position: absolute;
	top: 310px;
	left: 608px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#pants-content {
	width: 250px;
	position: absolute;
	top: 320px;
	right: 105px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
}
#womens-wear-content h1 {
	text-indent: -7868px;
}
#about-us-left {
	float: left;
	width: 425px;
}
#about-us-left img {
	margin-bottom: 10px;
}
#about-us-right {
	float: right;
	width: 475px;
	margin-right: 45px;
}
#about-us-right h1 {
	background-image: url(images/about-us-header.jpg);
	text-indent: -11000px;
	height: 50px;
	width: 255px;
	margin-bottom: 30px;
	margin-top: 25px;
}
#about-us-right p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 18px;
}
#united-states-content {
	background-image: url(images/us-locations.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#united-states-content h1 {
	text-indent: -7868px;
}
#united-states-content #intro {
	position: absolute;
	padding: 0px;
	top: 215px;
	width: 350px;
	right: 60px;
	text-shadow: 0px 1px 0px #DDD;
}
#united-states-content #intro ul {
	margin-left: 15px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
}
#united-states-content #intro p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 17px;
}
#united-states-content #intro li {
	margin-bottom: 3px;
}
#baltimore-arrow {
	position: absolute;
	top: 325px;
	left: 460px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#baltimore-content {
	width: 250px;
	position: absolute;
	top: 340px;
	right: 245px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
}
#baltimore-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#baltimore-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#baltimore-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#baltimore-content  p a {
	color: #CD0000;
}
#baltimore-content  p a:hover {
	color: #000000;
}
#ny-arrow {
	position: absolute;
	top: 305px;
	left: 470px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#ny-content {
	width: 250px;
	position: absolute;
	top: 320px;
	right: 236px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
}
#ny-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#ny-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#ny-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#ny-content  p a {
	color: #CD0000;
}
#ny-content  p a:hover {
	color: #000000;
}
#ca-arrow {
	position: absolute;
	top: 325px;
	left: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#ca-content {
	width: 250px;
	position: absolute;
	top: 342px;
	right: 425px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
}
#ca-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#ca-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#ca-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#ca-content  p a {
	color: #CD0000;
}
#ca-content  p a:hover {
	color: #000000;
}
#mexico-country-content {
	background-image: url(images/mexico-locations.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#mexico-country-content h1 {
	text-indent: -7868px;
}
#mexico-country-content #intro {
	position: absolute;
	padding: 0px;
	top: 215px;
	width: 350px;
	right: 60px;
	text-shadow: 0px 1px 0px #DDD;
}
#mexico-country-content #intro ul {
	margin-left: 15px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
}
#mexico-country-content #intro p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 17px;
}
#mexico-country-content #intro li {
	margin-bottom: 3px;
}
#mexico-arrow {
	position: absolute;
	top: 375px;
	left: 335px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#mexico-content {
	width: 250px;
	position: absolute;
	top: 389px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
	left: 350px;
}
#mexico-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#mexico-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#mexico-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#mexico-content  p a {
	color: #CD0000;
}
#mexico-content  p a:hover {
	color: #000000;
}
#central-america-content {
	background-image: url(images/central-locations.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#central-america-content h1 {
	text-indent: -7868px;
}
#central-america-content #intro {
	position: absolute;
	padding: 0px;
	top: 215px;
	width: 350px;
	right: 60px;
	text-shadow: 0px 1px 0px #DDD;
}
#central-america-content #intro ul {
	margin-left: 15px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
}
#central-america-content #intro p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 17px;
}
#central-america-content #intro li {
	margin-bottom: 3px;
}
#guatemala-arrow {
	position: absolute;
	top: 388px;
	left: 355px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#guatemala-content {
	width: 250px;
	position: absolute;
	top: 403px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 10;
	left: 370px;
}
#guatemala-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#guatemala-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#guatemala-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#guatemala-content  p a {
	color: #CD0000;
}
#guatemala-content  p a:hover {
	color: #000000;
}
#el-salvador-arrow {
	position: absolute;
	top: 410px;
	left: 347px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#el-salvador-content {
	width: 250px;
	position: absolute;
	top: 424px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 9;
	left: 361px;
}
#el-salvador-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#el-salvador-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#el-salvador-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#el-salvador-content  p a {
	color: #CD0000;
}
#el-salvador-content  p a:hover {
	color: #000000;
}
#honduras-arrow {
	position: absolute;
	top: 400px;
	left: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#honduras-content {
	width: 250px;
	position: absolute;
	top: 415px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 8;
	left: 415px;
}
#honduras-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#honduras-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#honduras-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#honduras-content  p a {
	color: #CD0000;
}
#honduras-content  p a:hover {
	color: #000000;
}

#nicaragua-arrow {
	position: absolute;
	top: 415px;
	left: 415px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#nicaragua-content {
	width: 250px;
	position: absolute;
	top: 430px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 7;
	left: 430px;
}
#nicaragua-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#nicaragua-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#nicaragua-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#nicaragua-content  p a {
	color: #CD0000;
}
#nicaragua-content  p a:hover {
	color: #000000;
}
#caribbean-content {
	background-image: url(images/caribbean-locations.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#caribbean-content h1 {
	text-indent: -7868px;
}
#caribbean-content #intro {
	position: absolute;
	padding: 0px;
	top: 215px;
	width: 350px;
	right: 60px;
	text-shadow: 0px 1px 0px #DDD;
}
#caribbean-content #intro ul {
	margin-left: 15px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
}
#caribbean-content #intro p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 17px;
}
#caribbean-content #intro li {
	margin-bottom: 3px;
}
#dr-arrow {
	position: absolute;
	top: 413px;
	left: 495px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#dr-content {
	width: 250px;
	position: absolute;
	top: 428px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 7;
	left: 505px;
}
#dr-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#dr-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#dr-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#dr-content  p a {
	color: #CD0000;
}
#dr-content  p a:hover {
	color: #000000;
}
#haiti-arrow {
	position: absolute;
	top: 408px;
	left: 470px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#haiti-content {
	width: 250px;
	position: absolute;
	top: 418px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 7;
	left: 480px;
}
#haiti-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#haiti-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#haiti-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#haiti-content  p a {
	color: #CD0000;
}
#haiti-content  p a:hover {
	color: #000000;
}
#south-america-content {
	background-image: url(images/south-america-locations.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#south-america-content h1 {
	text-indent: -7868px;
}
#south-america-content #intro {
	position: absolute;
	padding: 0px;
	top: 215px;
	width: 350px;
	right: 60px;
	text-shadow: 0px 1px 0px #DDD;
}
#south-america-content #intro ul {
	margin-left: 15px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
}
#south-america-content #intro p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 17px;
}
#south-america-content #intro li {
	margin-bottom: 3px;
}
#columbia-arrow {
	position: absolute;
	top: 463px;
	left: 463px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#columbia-content {
	width: 250px;
	position: absolute;
	top: 473px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
	left: 473px;
}
#columbia-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#columbia-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#columbia-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#columbia-content  p a {
	color: #CD0000;
}
#columbia-content  p a:hover {
	color: #000000;
}
#asia-content {
	background-image: url(images/asia-locations.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#asia-content h1 {
	text-indent: -7868px;
}
#asia-content #intro {
	position: absolute;
	padding: 0px;
	top: 215px;
	width: 350px;
	right: 60px;
	text-shadow: 0px 1px 0px #DDD;
}
#asia-content #intro ul {
	margin-left: 15px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
}
#asia-content #intro p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 17px;
}
#asia-content #intro li {
	margin-bottom: 3px;
}
#hk-arrow {
	position: absolute;
	top: 330px;
	left: 353px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#hk-content {
	width: 250px;
	position: absolute;
	top: 345px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 7;
	left: 368px;
}
#hk-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#hk-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#hk-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#hk-content  p a {
	color: #CD0000;
}
#hk-content  p a:hover {
	color: #000000;
}
#china-arrow {
	position: absolute;
	top: 285px;
	left: 380px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#china-content {
	width: 250px;
	position: absolute;
	top: 299px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 7;
	left: 395px;
}
#china-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#china-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#china-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#china-content p a {
	color: #CD0000;
}
#china-content p a:hover {
	color: #000000;
}


#bangladesh-arrow {
	position: absolute;
	top: 405px;
	left: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#bangladesh-content {
	width: 250px;
	position: absolute;
	top: 420px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 7;
	left: 195px;
}
#bangladesh-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#bangladesh-content p {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
	margin-bottom: 14px;
}
#bangladesh-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #333333;
}
#bangladesh-content p a {
	color: #CD0000;
}
#bangladesh-content p a:hover {
	color: #000000;
}



#mens-wear-content {
	background-image: url(images/mens-wear.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
}
#mens-wear-content h1 {
	text-indent: -7868px;
}
#mens-wear-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#mens-wear-content ul {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px;	
}
#mens-wear-content ul li {
	padding-bottom: 10px;
}
#jacket2-arrow {
	position: absolute;
	top: 297px;
	left: 840px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}
#jacket2-content {
	width: 250px;
	position: absolute;
	top: 310px;
	right: 135px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
}
#blouse2-arrow {
	position: absolute;
	top: 213px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 160px;
	z-index: 1;
}
#blouse2-content {
	width: 250px;
	position: absolute;
	top: 225px;
	right: 170px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 10;
}
#pants2-arrow {
	position: absolute;
	top: 340px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 342px;
	z-index: 1;
}
#pants2-content {
	width: 250px;
	position: absolute;
	right: 352px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 10;
	top: 350px;
}
#mens-wear-content h3 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	color: #670F0F;
	margin-top: 15px;
	margin-bottom: 5px;
}
#jeans-content {
	background-image: url(images/jeans.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
	text-shadow: 0px 1px 0px #EEE;

}
#jeans-content #text {
	width: 385px;
	position: absolute;
	right: 135px;
	top: 200px;
}
#embroidery-content #text ul {
	margin-left: 15px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#jeans-content #text p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 15px;
}
#jeans-content #text h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F44A4A;
	padding-top: 20px;
	padding-bottom: 5px;
}
#embroidery-content {
	background-image: url(images/embroidery.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
	text-shadow: 0px 1px 0px #EEE;
	z-index: 3;
}
#embroidery-content #text {
	width: 385px;
	position: absolute;
	right: 135px;
	top: 200px;
	z-index: 3;
}
#embroidery-content #text p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 15px;
}
#embroidery-content #text h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F44A4A;
	padding-top: 20px;
	padding-bottom: 5px;
}
#embroidery #embroidery-slidesh {
	position: absolute;
	z-index: 1;
}
#about-slides1 {
	height: 277px;
	width: 399px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#elastic-content {
	background-image: url(images/elastic.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
	text-shadow: 0px 1px 0px #EEE;

}
#elastic-content #text {
	width: 420px;
	position: absolute;
	right: 100px;
	top: 200px;
	height: 450px;
	overflow: auto;
}
#elastic-content #text p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 15px;
}
#elastic-content #text h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F44A4A;
	padding-top: 20px;
	padding-bottom: 5px;
}
#elastic-content #text ul {
	margin-left: 15px;
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#shirts-content {
	background-image: url(images/shirts.jpg);
	height: 785px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -100px;
	margin-bottom: -100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C1C1C;
	text-shadow: 0px 1px 0px #EEE;
}
#shirts-content #text {
	width: 300px;
	position: absolute;
	top: 235px;
	left: 125px;
	color: #fff;
}
#shirts-content #text ul li {
	color: #fff;
	text-shadow: 0px 1px 0px #111;
	margin-bottom: 0px;
	padding-bottom: 3px;
}
#shirts-content #text p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 15px;
	text-shadow: 0px 1px 0px #111;
}
#shirts-content #text h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F44A4A;
	padding-top: 20px;
	padding-bottom: 5px;
}

#contact-us-right {
	float: right;
	width: 475px;
	margin-right: 45px;
}
#contact-us-right h1 {
	background-image: url(images/contact-us-header.jpg);
	text-indent: -11000px;
	height: 50px;
	width: 300px;
	margin-bottom: 30px;
	margin-top: 25px;
}
#contact-us-right p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 18px;
}
#content #contact-us-right a {
	color: #BF2E1A;
}
#content #contact-us-right form {
	padding: 15px;
	border: 1px solid #CCCCCC;
}
#content #contact-us-right form p {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 3px;
}
#content #contact-us-right form .input {
	width: 300px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
	height: 20px;
}
#content #contact-us-right form .textarea {
	width: 90%;
	height: 60px;
	margin-bottom: 15px;
	background-color: #CCCCCC;
	border: 1px solid #333333;
}
#content #contact-us-right form .submit {
	background-color: #8B0B04;
	color: #FFFFFF;
	padding: 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
	border: 1px solid #8B0B04;
}
#shirt1-arrow {
	position: absolute;
	top: 315px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 250px;
	z-index: 1;
}
#shirt2-arrow {
	position: absolute;
	top: 285px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 345px;
	z-index: 1;
}
#shirts-content #shirt1-content {
	width: 250px;
	position: absolute;
	top: 325px;
	right: 260px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
}
#shirts-content h1 {
	text-indent: -7868px;
}
#shirts-content h2 {
	font-family: "Droid Sans", Arial, sans-serif;
	font-size: 18px;
	color: #CD0000;
	padding-bottom: 15px;
}
#shirts-content ul {
	list-style-position: outside;
	font-family: "Droid Sans", Arial, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-left: 15px;	
}
#shirts-content ul li {
	padding-bottom: 10px;
}
#shirts-content #shirt2-content {
	width: 250px;
	position: absolute;
	top: 295px;
	right: 353px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 5px #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	box-shadow:1px 1px 5px #000;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	z-index: 11;
}
#about-slides2 {
	height: 277px;
	width: 399px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
#contact-slides2 {
	height: 277px;
	width: 399px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}
#contact-slides1 {
	height: 277px;
	width: 399px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
}
#jeans-content #text #wenfuse-link {
	color: #F44744;
	background-color: #E6E6E6;
	padding: 3px;
	font-weight: bold;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#wenfuse-link:hover {
	color: #999999;
}

.langBox{
    display:block;

    /*set the div in the top right corner*/
    position:absolute;
    top:4px;
    right:4px;
    width:57px;
    
    /*give it some background and border*/
   
  }
