/* CSS Document */

/*********************************
** COMMON HTML TAG STYLE
*********************************/
html,
body
{
	margin: 0;
	padding: 0;
	
	height: 100%;
	width: 100%;
}

body
{
	background: url("images/reg-bg.jpg") 0 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	
	text-align: center;
}

a:link,
a:visited
{
	text-decoration: underline;
}

a:active,
a:hover
{
	text-decoration: none;
}

h3, h4, h5
{
	margin: 0;
	margin-bottom: 10px;
}

img
{
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}

p
{
	margin: 0 0 10px 0;
	padding: 0;
}

/*********************************
** CUSTOM TAG CLASS STYLE
*********************************/
div.spacer
{
	clear: both;
	
	margin: 0;
	padding: 0;
}
* html div.spacer
{
	font-size: 0;
}

div.hidden,
span.hidden
{
	display: none;
}


/*********************************
** CUSTOM TAG OBJECT (ID) STYLE
*********************************/
div#document
{
	margin: auto;
	padding: 0 12px 0 12px;
	
	background: url("images/reg-frame.jpg") repeat-y;
	
	height: auto;
	width: 800px;
}

div#header
{
	margin: 0;
	padding: 0;
}

div#footer-nav
{
	margin: 0;
	padding: 0;
	
	background: #FFFFFF url("images/nav-footer1-bg.gif") top repeat-x;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	
	height: 27px;
	width: 800px;
	overflow: hidden;
}

div#footer-nav a:link,
div#footer-nav a:visited
{
	color: #000000;
	text-decoration: none;
}

div#footer-nav a:active,
div#footer-nav a:hover
{
	color: #000000;
	text-decoration: underline;
}

div#footer-nav a#current
{
	color: #000000;
	text-decoration: underline;
}

div#footer-cp
{
	margin: 0;
	padding: 0;
	
	background: #FFFFFF url("images/nav-footer2-bg.gif") top repeat-x;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	
	height: 27px;
	width: 800px;
	overflow: hidden;
}

div#footer-cp a:link,
div#footer-cp a:visited
{
	color: #FF9900;
	text-decoration: none;
}

div#footer-cp a:active,
div#footer-cp a:hover
{
	color: #FF9900;
	text-decoration: underline;
}

div.container
{
	margin: 0;
	padding: 0;
	
	text-align: left;
	width: 100%;
}

div.ruler
{
	margin: 0;
	padding: 0;
	
	float: left;
	width: 1px;
}

div#corpinfo,div#sitemap
{
	background: url("images/corpinfo.jpg") left center no-repeat;
}
div#vision_mission
{
	background: url("images/vision_mission.jpg") left center no-repeat;
}
div#corpinfo-vm-content
{
	margin: 18px 0 0 240px;
	padding: 0 0 24px 0;
	
	width: 530px;
}
div#corpinfo-vm-product
{
	margin:10px 0 0 10px;
	padding:10px 0 0 10px;
	
	width: 100%;
}
div#corpinfo-vm-content h5,div#corpinfo-vm-product h5
{
	color: #000000;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#corpinfo-vm-content div,
div#corpinfo-vm-content p,
div#corpinfo-vm-content span
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#corpinfo-group-highlight
{
	margin: 0;
	padding: 20px 0 10px 0;
	
	background-color: #efefef;
}

div#corpinfo-group-description
{
	font-size: 12px;
}

div#accreditation
{
	margin: 0;
	padding: 20px 0 20px 0;
	
	width: 100%;
}

div.acc-row
{
	margin: 0;
	padding: 0 0 20px 0;
	
}

div.acc-img
{
	float: left;
	width: 255px;
	overflow: hidden;
	background-color: #efefef;
	border: 1px solid #000000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 90px;
	font-size: 12px;
	font-weight: bold;
	color: #946a3a;
	text-align: center;
}

div.acc-img img
{
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	
}

div#invrel
{
	background-image: url(images/invrel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

div#invrel-content
{
	margin: 18px 0 0 240px;
	padding: 0 0 24px 0;
	
	width: 530px;
}

div#invrel-content h4
{
	color: #333333;
	font-size: larger;
	
	text-decoration: underline;
	text-transform: uppercase;
}

div#invrel-content div,
div#invrel-content p,
div#invrel-content span,
div#invrel-content td
{
	color: #000000;
	font-size: 12px;
}

div.cg-row
{
	width: 608px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

* html div.cg-row img
{
	margin-left: 96px;
}

div.cg-row div,
div.cg-row p,
div.cg-row span,
div.cg-row td
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.cg-row span.label,div.cg-row td.label
{
	color: #999999;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

div.cg-row span.value,div.cg-row td.value
{
	color: #333333;
	font-weight: bold;
	font-weight: bold;
	text-align: left;
}

a.corplink:link,
a.corplink:visited
{
	color: #999999;
	font-weight: bold;
	font-size:12px;
}

a.corplink:active,
a.corplink:hover
{
	color: #999999;
	font-weight: bold;
}

div#products-ny
{
	background: url("images/products-yarn.jpg") bottom right no-repeat;
}

div#products-ny-content
{
	margin: 0 0 0 50px;
	padding: 20px 0 40px 0;
	
	font-size: 12px;
	
	width: 480px;
}

div#products-sf
{
	background: url("images/products-textile.jpg") bottom right no-repeat;
}

div#products-sf-content
{
	margin: 0 0 0 36px;
	padding: 14px 0 20px 0;
	
	font-size: 12px;
	
	width: 680px;
}

div#products-gm
{
	background: url("images/products-garment.jpg") bottom right no-repeat;
}

div#products-gm-content
{
	margin: 0 0 0 24px;
	padding: 20px 0 20px 0;
	
	font-size: 12px;
	
	width: 430px;
}

div#contact-us
{
	background: url("images/contactus.jpg") 0 0 no-repeat;
}

div#contact-us-content
{
	margin: 0 0 0 200px;
	padding: 10px 0 20px 0;
	
	font-size: 12px;
	
	width: 600px;
}
div#sitemap-content
{
	font-size: 12px;
	width: 570px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;

}

div#contact-us-content h5,div#sitemap-content h5
{
	color: #000000;
	font-size: larger;
	text-decoration: underline;
}

div#contact-us-address
{
	background: url("images/contactus-bg-address.jpg") bottom right no-repeat;
	text-align: left;
	
	padding: 4px 0 4px 0;
	
	width: 100%;
}

div#contact-us-address p
{
	color: #333333;
	
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}

/*********************************
** MENU STYLE
*********************************/
div#menu-primary
{
	margin: 0;
	padding: 0 0 0 7px;
	
	background: url("images/reg-nav-bg.gif") repeat-x;
	
	height: 45px;
	width: auto;
}

.clsCI-1, .clsCI-1-on
{
	background: url("images/nav/x-corpinfo.gif") 0 0 no-repeat;
	color: #000000;
	font-size: 12px;
	
	padding: 1px 0 0 20px;
	
	height: 20px;
	width: 201px;
	
	text-align: left;
	overflow: hidden;
}
.clsCI-1-on { background: url("images/nav/x-corpinfo-on.gif") 0 0 no-repeat; font-weight: bold; }

.clsCI-2, .clsCI-2-on
{
	background: url("images/nav/x-corpinfo1.gif") 0 0 no-repeat;
	color: #000000;
	font-size: 12px;
	
	padding: 1px 0 0 20px;
	
	height: 20px;
	width: 140px;
	
	text-align: left;
	overflow: hidden;
}
.clsCI-2-on { background: url("images/nav/x-corpinfo1-on.gif") 0 0 no-repeat; font-weight: bold; }

.clsPR-1, .clsPR-1-on
{
	background: url("images/nav/x-products.gif") 0 0 no-repeat;
	color: #000000;
	font-size: 12px;
	
	padding: 1px 0 0 20px;
	
	height: 20px;
	width: 140px;
	
	text-align: left;
	overflow: hidden;
}
.clsPR-1-on { background: url("images/nav/x-products-on.gif") 0 0 no-repeat; font-weight: bold; }


/*********************************
** FORM RELATED STYLE
*********************************/
input.form-text,
textarea.form-text
{
	background-color: #F8F8F8;
	border: 1px solid #333333;
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	width: 240px;
}

option,
select
{
	font-size: 12px;
}

.button
{
	background: url("images/btn-bg.gif") repeat-x;
	border: 1px solid #333333;
	
	cursor: pointer;
	
	font-size: 12px;
	font-weight: bold;
	
	margin: 10px 0 0 20px;
	padding: 2px 12px 2px 12px;
	
	height: 25px;
	text-align: center;
}

.note
{
	color: #666666;
	font-size: 12px;
	font-weight: bold;
}

.half
{
	margin: 0;
	padding: 0 0 4px 0;
	
	float: left;
	
	width: 50%;
}
