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

#comingsoon	{
	width:100%;
	height:100%;
	padding:0px,0px,0,0px;
	margin:0px,0px,0px,0px;
	font-family:Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:.05em;
	line-height:1.2em;
}

#nav	{
	position:fixed;
	width:100%;
	top:50px;
	left:50px;
	z-index: 9999;
}

#logo	{
	display:block;
	position:fixed;
	/*width:60px;*/
	width:100px;
	z-index: 9999;
}

#hero	{
	display:block;
	position:fixed;
	top:0px;
	left:-10px;
	z-index:-1000;
	height:800px;
	width:103%;
	min-width: 1100px;
	max-width:2400px;
	background: url(../images/bg/LMD-RickOwens-M015-0007b-16x9.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a:actve		{color:#000; text-decoration:underline;}
a:link		{color:#000; text-decoration:underline;}
a:visted	{color:#000; text-decoration:underline;}
a:hover		{color:#000; background-color:#000; text-decoration:underline;}

#info	{
	position:relative;
	top:800px;
	left:-10px;
	width:101%;
	min-width:1100px;
	height:700px;
	background-color: #fff;
	z-index:1111;
	/*border:1px solid cyan;*/
}

#rep-container	{
	display:block;
	position:relative;
	width:30%;
	float:left;
	min-width:315px;
	height:170px;
	top:50px;
	left:52px;
	/*border:1px solid lime;*/
}

#represented	{
	display:block;
	position:relative;
	margin:0px auto;
	width:315px;
	height:160px;
	/*border:1px solid red;*/
}

#represented h1	{
	font-size:1.4em;
	font-weight:800;
}

#represented ul	{
	position:relative;
	float:left;
	padding-left:0;
	list-style:none;
	list-style-type:none;
	list-style-position:inside;
	font-size:1.2em;
	font-weight:100;
	line-height:1.75em;
}

#represented .left	{
	width:120px;
	margin-right:40px;
}

#represented .right	{
	width:155px;
}

#vintage-container	{
	display:block;
	position:relative;
	float:left;
	width:30%;
	min-width:400px;
	height:170px;
	top:50px;
	left:50px;
	/*border:1px solid lime;*/
}

#vintage	{
	display:block;
	position:relative;
	width:275px;
	height:160px;
	margin:0px auto;
	/*border:1px solid blue;*/
}

#vintage h1	{
	font-size:1.4em;
	font-weight:800;
}

#vintage ul	{
	position:relative;
	float:left;
	padding-left:0;
	list-style:none;
	list-style-type:none;
	list-style-position:inside;
	font-size:1.2em;
	font-weight:100;
	line-height:1.75em;
}

#vintage .left	{
	width:135px;
	margin-right:40px;
}

#vintage .right	{
	width:100px;
}

#exhibition-container	{
	display:block;
	position:relative;
	float:left;
	width:30%;
	min-width:200px;
	height:170px;
	top:50px;
	left:50px;
	/*border:1px solid lime;*/
}

#upcoming	{
	display:block;
	position:relative;
	width:160px;
	height:160px;
	margin:0px auto;
	/*border:1px solid blue;*/
}

#upcoming h1	{
	font-size:1.4em;
	font-weight:800;
}

#upcoming ul	{
	position:relative;
	float:left;
	padding-left:0;
	list-style:none;
	list-style-type:none;
	list-style-position:inside;
	font-size:1.2em;
	font-weight:100;
	line-height:1.75em;
}

#upcoming .upcoming	{
	text-decoration:underline;
}
/*
#upcoming .left	{
	width:135px;
	margin-right:40px;
}

#vintage .right	{
	width:100px;
}*/



<!--LOACATIONS-->



#contact	{
}