* {
	margin:0;
	padding: 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-size-adjust: none;
	font-stretch: normal;
	font-weight: normal;
	font-style: normal;
	line-height:103%;
	color: #666;
	background: #FFF url(../images/hdr_bg.jpg) top left repeat-x;;
}

a:link {
	color: #397684;
}

a:hover {
	color: #6e8085;
}

a:visited, a:active {
	color: #397684;
	text-decoration: none;
}

 p {
	margin-bottom: 8px;
	line-height: 105%;
}

 h2 {
	font-size: 1.4em;
	font-weight:lighter;
	color: #135b6d;	
}

 h3 {
	 padding:8px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight:lighter;
	color: #135b6d;
	text-transform: uppercase; 
}

h4 {
	padding: 5px 0;
	font-size: 1em;
	font-weight: lighter;
}

#wrap {
	margin: 0 auto;
	width: 840px;
	height: auto;
	font-size: 1.1em;
}

sup {
	font-size:.8em;
	font-style:italic;
	color:#F00;
}

.copy_content {
	padding-bottom: 35px;	
}

.copy_content p {
	width: 590px;
	line-height: 1.6em;
}

/***********
	Header
	*************/
	
	
#header {
	background: url(../images/hdr_btm_shadow.jpg) bottom left no-repeat;
	height: 166px;
	width: 811px;
	margin-bottom: 48px;
}

#header h1 a{
	background: url(../images/u4w_logo.jpg) top left no-repeat;
	width: 180px;
	height: 103px;
	text-indent: -9999px;
	display: block;
}

#header p{
	margin-top:5px;
	color: #99cccc;
	font-size: 1.1em;
	font-weight: lighter;
}


/*********** Main Navigation ***/

#mainNav {
	margin-top: -138px;
	margin-left: 275px;
	padding-top: 10px;
	float: left;
	font-size:.9em;
	font-family:  Arial, Helvetica, sans-serif;
	font-stretch: normal;
	font-weight: normal;
	letter-spacing: .1em;	
	color: #fff
	
}

#mainNav ul {
	margin: 0 auto;
	padding-bottom: 8px;
	list-style: none;
}

#mainNav ul li {
	display: inline;
	margin-left: -5px;
}

#mainNav ul li ul{
	margin-top: 34px;
	margin-left: 98px;
}

#mainNav ul li ul li a, 
#mainNav ul li ul li a:visited {
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width:100%;
	color: #135b6d;
	background: #fff;
}

#mainNav a, 
#mainNav a:visited {
	padding-top: 60px;
	padding-right: 30px;
	padding-bottom: 7px;
	padding-left:10px;
	border-left: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	color: #FFF;
	background: #a1c9d0;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
}

#mainNav a:hover, 
#mainNav a:active {
	color: #135b6d;
	background: #fff;
}


/***********
	Footer
	*************/

#footer {
	background: #fafafa/* url(../images/ftr_gradient.jpg) top repeat-x*/;
	margin-top: 40px;
	padding-top: 32px;
	padding-left: 20px;
	padding-right: 20px;
	border-top: 2px solid #f7f7f7;
	border-right: 1px solid #eceaeb;
	border-left: 1px solid #eceaeb;
	font-size: .9em;
	color: #000;
}


#footer p {
	font-size: 1em;
	letter-spacing: .1em;
}

#footer_container {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	width: 800px;
	display: block;
}

#footer_container ul {
	list-style: none;
	margin-left: 250px;
}

#footer_container ul li {
	display: inline;
}

#footer_container a,
#footer_container a:visited, {
	text-transform: uppercase;
	color: #333;
}

#footer_container a:hover {
	text-decoration: underline;
	color: #000;
}

#ftr_address {
	margin-right: 40px;
	width: 155px;
	float: left;
	line-height: 12px;
}

#ftr_contact {
	margin-right:40px;
	width: 235px;
	float: left;
	line-height: 12px;
}

/***********
	Home Page
		*************/
		
#home_content {
	width: 446px;
	height: auto;
	min-height: 500px;
	float: right;
}

#home_about {
	margin-top: 60px;
	width: 223px;
	float: left;
}

#home_about p span{
	color: #216676;
}

#home_about h3 {
	background: url(../images/txt_washIt.jpg) top left no-repeat;
	width: 236px;
	height: 12px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

#client_login {
	margin-top: 92px;
	margin-left: 245px;
	padding-left: 18px;
	width: 175px;
	border-left: 1px solid #f7f7f7;
}

#client_login h4 {
	font-size: 12px;
	color: #135b6d;
	text-transform: uppercase; 
}

#client_login input.input_field {
	margin-bottom: 10px;
	padding-top: 3px;
	padding-left: 2px;
	width: 148px;
	height: 18px;
	background: url(../images/message_bg.jpg) bottom left repeat-x;
	border:1px solid #397684;
}

#client_login input.input_field:focus {
	border: 1px solid #FF9;
	background-image: none;
	background-color:#FFC;
	color: #003;
	border:1px solid #397684;
}

#latestNews {
	background: url(../images/txt_latest.jpg) top left no-repeat;
	width: 269px;
	height: 19px;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#news-copy {
	width: 390px;
	font-size: 1.1em;
	line-height: 1.45em;
	color: ##216676;
	font-weight: lighter;
}

#news-copy:first-line {
	font-size: 1.25em;
	font-weight: bold;
}

#corporate_content, 
#about  {
	width: 600px;
	line-height: 14px; 
}

#slides {
	display: none;	
}

/*********** 
	Fashions & Fabrics Page
		*************/

#fashions_title {
	background: url(../images/txt_fashions.jpg) top left no-repeat;
	width: 106px;
	height: 15px;
	text-indent: -9999px;
	float: left;
}

#fashion_content {
	width: 595px;
	margin-left: 190px;
	padding:0;
	letter-spacing: .04em;		
}

#fashion_content h3 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #216676;
}

#fashion_content.mens,
#fashion_content.shirting{
	width: 800px;
	margin: 0px auto;
	padding:0;
}


#fabrics_title {
	background: url(../images/txt_fabrics.jpg) top left no-repeat;
	width: 89px;
	height: 15px;
	text-indent: -9999px;
}

.info_bar {
	/*background: url(../images/info_bar_bg804x34.jpg) left no-repeat;*/
	width: 100%;
	height: auto;
	margin-top: 18px;
	margin-bottom: 25px;
	padding: 8px 10px;
	font-size: 1.1em;
	text-align:center;
	word-spacing: .1em;
	color: #333;
	background-color: #fffef2;
	border:1px solid #eceaeb;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
}

.product {
	width: 175px;
	float: left;
	text-align: center;
	font-size: .9em;
	border-left: 1px dashed #f7f7f7;
	border-right: 1px dashed #f7f7f7;
	padding: 10px;
	margin-bottom: 25px;
}

.product.blouses {
	width: 160px;	
}

.product h4{
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 2px;
	font-size: 1.0em;
	font-weight: normal;
	font-stretch: normal;
	text-align: left;
	background-color: #216676;
	color: #FFFFFF;
}

.fabric_type h3 {
	margin: 5px 0;
	font-size: 1.2em;
	font-weight: strong;
	text-align: left;
	color: #216676;
}

.product p {
	text-align: left;
}

p.price {
	margin: 10px 0;
	color: #333;
	font-size:1.2em;
	font-style:italic;
}

p.price span{
	font-size:.9em;
	font-style:normal;
}

.lg-products img {
	margin-right: 25px;	
}

.blouses, .jackets, 
{}

.skirts {
	height: 200px;
}
	
.desc {
	color: #333;	
}

#splash {
	float: left;
	width: 130px;
}

#splash a, #splash a:hover,
#splash a:visited, #splash a:active {
	text-decoration:none;
}

.print_page {
	width: 760px;
}


/** Fashion Header Images **/

#pants_title {
	background: url(../images/pants_title66x38.jpg) top left no-repeat;
	width: 66px;
	height: 38px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

#blouses_title {
	background: url(../images/blouses_title104x33.jpg) top left no-repeat;
	width: 104px;
	height: 33px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

#jackets_title {
	background: url(../images/jackets_titles114x44.jpg) top left no-repeat;
	width: 114px;
	height: 44px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

#skirts_title {
	background: url(../images/skirts_title82x28.jpg) top left no-repeat;
	width: 82px;
	height: 28px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

#mens_title {
	background: url(../images/mens_title79x28.jpg) top left no-repeat;
	width: 79px;
	height: 28px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

#shirting_title {
	background: url(../images/shirting_title108x31.jpg) top left no-repeat;
	width: 108px;
	height: 31px;
	text-indent: -9999px;
	margin-bottom: 30px;
}

/** Fashions Secondary Navigation **/

.secondary_nav {
	width: 760px;
	margin-bottom: 25px;
	font-size: 1.1em;
	color: #666;
	word-spacing: 3px;
	color: #e5e5e5;
}

.secondary_nav span {
	color: #999;
}

.secondary_nav a {
	color: #216676;
	text-decoration: underline;
}

.secondary_nav a:hover, 
.secondary_nav a:active {
	color: #287c8f;
}

.secondary_nav a:active {
	color: #15424d;
}

/***********
	Shirting Page 	
		*************/

.shirting {
	line-height: 14px;	
}

.shirting dl {
	margin: 0 auto;
	padding: 15px;
	width: 300px;
	background-color: #D4ECF0;
	text-align:center;
}

.shirting dt {
	margin:2px 0;
	font-size: 1.45em;
	color: #216676;
}

.shirting dd {
	margin-bottom: 8px;
	font-style:italic;
	color: #000;
}

.shirting_product ul li{
	margin-bottom: 3px;
}

.shirting_product {
	margin: 0;
	padding: 0;
}

.shirting_product img{
	float:left;
	margin-bottom: 65px;
	padding-right: 25px;
}

.shirting_product h4,
.lg-products h4 {
	padding-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.34em;
	color: #216676;
}



/***********
	Contact Page
		*************/

#contact_form {
	margin-top: 15px;
	float: left;
	width: 535px;
}

#contact_form  p {
	width: 360px;
}

#contact_form form {
	width: 400px;
}

#contact_form p span {
	color: #FF0000;
}

#myForm {
	margin-bottom: 25px;
}

#contact_title {
	font-size: 14px;
	color:#666;
}

#contact_title span {
	color: #135b6d;
	text-transform:uppercase;
}

#success {
	padding-top: 2px;
	font-size: 1.2em;
	font-stretch: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #135b6d;
	color: #FFF;
}

#bademail, #badserver {
	padding-top: 2px;
	font-size: 1.2em;
	font-stretch: normal;
	font-variant: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	background-color: #F00;
	color: #FFF;
}

/***********
	Client Page
	*************/
.client_product {
	margin-bottom: 50px;
	clear:both;
}

.client_product table {
	margin-top: 10px;
}

.client_product table tr th {
	text-align: left;
}

.client_product table tr td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ECF5F5;
}

.client_product img {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
}

.client_product h4 {
	margin-top: -10px;
	padding:0;
	font-size: 1.4em;
	text-transform:capitalize;
}

.client_product p {
	padding-bottom: 15px;
}

.client_product ul {
	list-style: none;
}

/***********
	Sizing Page
		*************/

table.sizing {
	width: 800px;
	padding: 15px 0;
}

table.sizing tr td {
	height: 15px;
	padding: 4px 0;
}


/***********
	Extra Classes
		*************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear {clear: both;}
.uppercase {text-transform: uppercase;}
.float_left {float: left;}
.float_right {float: right;}
.float_none {float: none;}
.padding25 {padding: 25px;}
.no-margin {margin:0;}
.size14 {font-size:1.4em;}
.size18 {font-size:1.8em;}
.size24 {font-size:2.4em;}