html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, a, img, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ol, ul {
    list-style: none;
}

h2, h3 {
	font-size: 1.2em;
	color: #000000;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 20px;
}


body {
	line-height: 1.5;
	font-family: helvetica;
}

body p {
	font-size: 16px;
	color: #555555;

	margin-bottom: 15px;
}


body a {
	text-decoration: none;
	color: #000000;

}

#logo a {
	margin-top: 10px;
	text-transform: uppercase;
	display: block;
	
}


#container-main, #wrapper {
	width: 940px;
	margin: 0 auto;
}



#container-inner {
	margin-bottom:40px;
	min-height: 600px;
}

#header {
	height: 30px;
	position: relative;
}

#logo {
	position: absolute;
	left: -0;
	z-index: 10;
	top: 15px;
}

#tagline {
	position: absolute;
	top: 135px;
	right:110px;
}


/*menu */

ul#nav {
	height: 30px;
	position: absolute;
	right: 0;
	top: 30px;
}

.home ul#nav {
	right: 16%;
}

ul#nav li {
	float: left;
}


ul#nav li a {
	font-size: 16px;
	padding-right: 30px;
	color: #b5b7b4;
	
}

ul#nav li a:hover {
	color: #333;
}




.home2 {
	margin-top: 50px;
}

#footer {
	width: 940px;
	position: relative;
}

#copyright {
	
position: absolute;
left: 330px;

}

#footer p {
	padding-top: 6px;
	color: #999999;
	font-size: 12px;
	line-height: 1.35;
}





.met {
	float: right;
	font-size: 30px;
}


.slidewrap {
	position: relative;
	z-index: 2;
	margin-top: 110px;
	height: 610px;
	
}

a#left{
    position: absolute;
    bottom: 52%;
    left: -30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(images/controls.png) no-repeat 0 0;
}


a#right {
	
	    position: absolute;
	    bottom: 52%;
	    right: -20px;
	    width: 30px;
	    height: 30px;
	    cursor: pointer;
	    background:  url(images/controls.png) no-repeat -28px 0px;
	}


#homeslices {
	overflow: hidden;
	width: 470px;
}

img.front {
	float: right;
}


#fashion-slides {
	width: 922px;
	height: 610px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 40px;
}

.met {
	margin-top: 5px;
}

.met p {
	font-size: 16px;
	letter-spacing: 2px;
}



/*utiltity*/

br.cf {
	clear: both;
}
