@charset "UTF-8";
/* --- CSS Document by Codify Design Studio - codifydesign.com --- */

body {
	margin: 0px;
	font-family: Arial, Verdana, Univers;
	background-color: #900000/*#806c51*/;
}


h1 { /* no change */
	color: #000000; 
	font-size: 16px; 
	font-weight: bold; 
	margin: 3px 0px 25px 0px; 
}

h2 { /* no change */
	color: #000000; 
	font-size: 14px; 
	font-weight: normal; 
	margin: 0px 0px 0px 0px; 
}

a	{ /* no change */
	color: #a80606; 
}

a:visited  { /* no change */
	color: #a80606; 
}

a:hover    { /* no change */
	color: black; 
}

.homepage	{
	background-image:url(images/Logo_montage.gif);
}

.topBanner {
	/*width: 100%;*/
	height: 100px/*27px*/;

	background-image: url(images/garment_specialties_top.gif)/*url(images/top_image.jpg)*/;
	background-repeat: no-repeat;
	/*f ollowing items added in previous version */
	background-position: center center;
	background-color: #900;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	color: #000;
	background-image: url(images/garment_specialties_top.gif);
}

/* the following were removed in the previous version 

.container {
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ede0d0;

}


/* BANNER AREA  * /
.bannerArea {
	width: 908px;
	height: 85px;
	background-image: url(images/shadow_bar.jpg);
	background-repeat: repeat-x;
}


.bannerNav {
	margin-left: 25px;
	margin-top: 35px;
	color: #806c51;
	font-size: 12px;
	font-weight: bold;
	float: right;
		
}

.bannerNav ul{
	margin: 0px;
}

.bannerNav li{
	list-style: none;
	float:left;
	margin: 0px 10px 0px 0px;
	#margin-left: 20px; /* for IE * /
}

.bannerNav a{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	color: #806c51;
	text-decoration: none;
}

.bannerNav a:visited{
	color: #806c51;
}

.bannerNav a:hover{
	color: #000000;
}

.toplogo {
	margin-left: 0px;
	padding-top: 10px;
	float:left;
}
*/

/* NOT USED IN DOC*/
.navigationArea { /* no change */
	width: 908px;
	border-bottom: solid;
	border-color: #75570b;
	border-width: 1px;
}

/* CONTENT AREA */

/* added in previous version */
.content {

}

/* NOT USED IN DOC*/
.contentArea { /* no change */
	/*width: 908px;*/
	padding-top: 0px;
	padding-bottom: 20px;
}


.contentleft { /* no change */
	/*width: 550px;*/
	padding-left: /*3*/0px;
	padding-right: 30px;
	float: left;
}

.contentright { /* no change */
	/*width: 270px;*/
	float: left;	
}

.imageright { /* no change */
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;	
}
.imageleft { /* no change */
	margin-right: 30px;
	margin-bottom: 10px;
	float: left;
}


/* FOOTER AREA - NOT USED IN DOC*/
.footerArea {
	/*width: 908px;*/
	height: 88px;

	
}
.footernav { /* no change */
	padding-top: 10px;
	padding-right: 32px;
	float: right;
	color: #806c51;
	font-size: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.footernav a { /* no change */
	color: #806c51;
	text-decoration: none;
}
.footernav a:hover { /* no change */
	color: #000000;
	text-decoration: none;
}


.copyright { /* no change */
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 12px;
	color: #FFF;
	font-size: 12px;
	border-top: 1px solid white;
}

