@charset "UTF-8";
/*********************/
/* BASIC */
/*********************/

body {
	background-image: url(images/new_swatch.jpg);
	background-repeat: repeat;
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	width: 780px;
	/*background: white;*/
	text-align: left;
	margin: 30px auto;
}

#header {
	height:215px;
	background: url(images/nz-curveTop.png) no-repeat 0 0;
}

#content{
	background: url(images/nz-content.gif) repeat-y;
	/*border: 4px solid #294E56;*/
}

/*****************************/
/* MENU COLUMN */
/****************************/
#sidebar1 {
    width: 140px;
    float: left;
    padding: 10px 30px;
	 /*border: 4px solid #294E56;*/
}

#sidebar1 ul {
	margin: 0;
	padding: 15px 0 0 0;
	list-style: none;
	font-size: 80%;
	line-height: 150%;
	font-weight: bold;
	color: #fe9c9d;
}
#sidebar1 a:link { 
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

#sidebar1 a:visited { 
	color: #381f1f;
}

#sidebar1 a:hover, #sidebar1 a:active, #sidebar1 a:focus {  
	color: #381f1f;
}

/*********************/
/* UPPER NAV */
/********************/
#navTop{
	width: 260px; /*moves the space between the words*/
	position: relative;
	left: 88%;
	color: fuchsia;
	padding-top: 30px; 
}

#navTop a{	
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	color: #fcabab;
	font-size: 13px;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}	
	
#navTop a:hover{
	color: #990000;
}

/********************/
/* THE MAIN PART */
/*******************/

#logo {
	padding: 160px 10px;
	margin-left: 90%;
	margin-top: 8.5%;
}

#mainContent {                                                /*this is for when you are doing a 2-column page */
    margin: 0 10px 0 188px;
    padding: 15px;
	 border-left: 1px solid #877D6C;
	 /*border: 4px solid #294E56;*/
}

#mainContent3way {														/*this is for when you are doing a 3-column page */
    margin: 0 188px;
    padding: 10px;
	 border-left: 1px solid #877D6C;
	 /*border: 4px solid #294E56;*/
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}

img.floatRight {
	border: 2px solid #000000;
}

.floatLeft {
	float: left;
	margin: 5px 10px 2px 15px;
}

img.floatRight {
	border: 2px solid #000000;
}

/*****************************/
/* right column */
/****************************/

#sidebar2 {
	margin: 0 8px 0 0;
	padding: 25px 8px 28px 8px;
	float: right;
	width: 144px;
	background-color: #381f1f;
}

#sidebar2 p {
    color: #FFF;
}

#sidebar2 ul {
	margin: 0 2px 0 5px;
	padding: 0 5px 5px 20px;
	list-style: disc;
	font-size: 12px;
	line-height: 180%;
	font-weight: bold;
	color: #fff;
	/*border: 1px solid #fff;*/
}

.fashion {
    color: #fff;
	 line-height: 25%;
}

#sidebar2 a:link { 
	color: #a53132;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
	font-weight: bold;
}

h1 {
	color: #6a0505;
	margin-top: 5px;
	font-size: 36px;
	font-weight: normal;
	text-transform: uppercase;
	/*border: 4px solid #294E56;*/
}

h2 {
	color: #a85252;
}

.designers {
	text-align: center;
	color: #9e2020;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
}

h3 {
	text-align: center;
	color: #f06464;
	font-family: "Times New Roman", Times, serif;
	border-bottom: 1px solid;
}

#swirl {
	padding-left: 20px;
	/*border: 4px solid #294E56;*/
}

p {
    font-size: 12px;
	 text-align: justify;
}
#mainContent p {
	line-height: 16px;
}

#locationMap{
	margin-left: 10px;
	padding-left: 16.5px;
	padding-right: 6.5px;
	/*border: 4px solid #294E56;*/
}

#directions a{
	font-family: "Helvetica Neue Light", Arial, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	margin-left: 150px;
}

/***********************/
/* footer */
/*******************/
#footer{
	padding:20px 60px;
	background: url(images/nz-curveBottom.png) no-repeat 0 0;		
	font-size: 10px;
	font-family: "Helvetica Neue Light", Arial, sans-serif;		
	font-weight: normal;
	color:#fff;
}			