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

/* RESETS */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

a {
	text-decoration:none;
}


/* MAJOR */

body{
font-family:"Courier New", Courier, monospace;
color:#333333;
font-weight:lighter;

word-spacing:-1px;
}

.logo{
margin-top:12px;

}
.arrow{
margin-bottom:35px;
}


.style1 {color: #666666}
.style2 {color: #999999}
.style3 {font-size: 20px;}
.menuH {/*Headers-J Name*/
font-size: 25px;
font-family:"Courier New", Courier, monospace;
font-stretch:90%;
font-weight:bold;
}
.nameH{
font-family:Cochin, Georgia, "Times New Roman", Times, serif;
font-size: 50px;

}


.lit{ font-size:12px; color: #999999;}

/* LINKS */

a{
color:#999999;

}
a:hover{
color:#333333;
}
a:active{

}
.menuWrap .clients{
	text-align:right;
}
.menuWrap .fashion{
	text-align:center;
}

.menuWrap{
width:760px;
margin: 0px auto 0px auto;
}
.menuWrap div{
display:inline;
float:left;
width:240px;
text-align:left;
padding:0px 5px;
}

.fb{
	height:18px;
	line-height:18px;
	margin-bottom:4px;
	margin-left:4px;	
}