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

* {
	margin: 0;
	padding: 0;
}



body{
	font-family: 'Telex', sans-serif; 
	background-color:white;
	position:relative;
}


p {
	padding-bottom:10px;
}

/* layout style */
#page-wrap {
	background-color: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
	
	
	#page-wrap #inside {
		margin: 0 auto;
		padding-top: 10px;
		padding-bottom: 10px;
		width:960px;
	}


#header{
	height: 100px;
	
}

#headerLinks{
	float:right;
}


ul#headerLinks{
	list-style:none; 
	padding:0; 
	margin:0; 
	left:auto; 
	top:100px; 
	padding-top:60px;
	}

ul#headerLinks li{
	display:inline;
	}

ul#headerLinks a{
	background-color: white; 
	padding:5px 15px; 
	margin:0px; 
	border-right: 2px solid black; 
	text-decoration: none; 
	text-align: center; 
	color: black;}

ul#headerLinks a:hover{
background-color:black;
color:white;
}

#media{
	
}

#content{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size:16px;
}

#footer{
	background-color: white;
	border-top: 2px solid black;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:12px;
}

#footer a{
	background-color: white;  
	margin:0px; 
	text-decoration: none;
	color: black;
	}
	
.wholesale{
	float:right;
}

.headerTxt{
	font-size:18px;
}

.footerTxt{
	font-size:12px;
}


/* lookbook slideshow */

#slides {
	position:relative;
	top:5px;
	left:75px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:792px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:792px;
	height:691px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:200px;
	left:-29px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:798px;
}
/*
	Pagination
*/

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


