*
{
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

body
{
	color: #ccc;
	background-color: #fff;
	font: 11px Helvetica, Arial, Sans-serif;
	line-height: 11px;
	text-align: center;
}

/****************************************************
TYPOGRAPHY
****************************************************/

a
{
	text-decoration: none;
}

a:hover
{
	color: #000;
}

a img
{
	border: none;
}

ul
{
	
}

li
{
	line-height: 14px;
	list-style: none;
}

object 
{
	outline:none;
}

/****************************************************
LAYOUT
****************************************************/

#page
{
	position: relative;
	margin: 60px auto 0 auto;
	width: 970px;
	height: 515px;
}

#header
{	
	margin: 0;
	text-align: left;
	width: 310px;
	height: 55px;
	float:right;
	padding:0;
}

#container
{
	margin: 0;
	text-align: left;
	width: 650px;
	float:left;
	height: 495px;
	overflow: hidden;
	position: relative;
}

.referencesBox
{
	position: absolute;
	right: 0;
	width: 325px;
	height: 450px;
	
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	background: #eee;
	display: none;
}

.referencesBox .col1,
.referencesBox .col2
{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 160px;
	height: 430px;
	font-size: 14px;
	line-height:20px;
	font-weight: normal;
	overflow: hidden;
	color: #999;
}

.referencesBox .col2
{
	left: 175px;
}

.referencesBox .x
{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor:pointer;
}

#footer
{
	float: left;
	width: 900px;
	height: 20px;
	color: #999;
	text-transform: uppercase;
	font-size: 10px;
}

.hide
{
	display: none;
}

#menu
{
	padding: 0 0 0 10px;
	float: left;
	width: 310px;
	text-align:left;
	height: 400px;
	overflow:hidden;
	position: relative;
}

#menu ul
{
	position: absolute;
	bottom: 0;
	width: 310px;
}

.x
{
  cursor: pointer;
}

#menu li
{
/* 	height: 22px; */
	overflow:hidden;
	float:left;
	clear:both;
	width: 300px;
}

#header .menuitem
{
	height: 22px;
	width: 200px;
	float:left;
}

#header .header
{
	height: 32px;
	width: 200px;
	float:left;
}

.menuitem a,

#menu li a
{
	vertical-align: top;
	font-size: 17px;
	line-height:22px;
	height: 22px;
	display:block;
	overflow:hidden;
	color: #999;
	cursor: pointer;
}

#menu li.selected a,
#menu li a:hover,
.menuitem a:hover
{
	color:#000;
}

#mainmenu
{
	position: absolute;
	top:59px;
	left:0;
	text-align: left;
	width:100px;
}

#mainmenu object
{
	display:block;
	clear: both;
}

.nav
{
	position: absolute;
	bottom: 28px;
	right: 2px;
	font-weight:bold;
	height: 14px;
	line-height: 14px;
}

.nav *
{
	vertical-align: top;
	line-height: 14px;
}

.nav span
{
	color: #999;
}

.nav a
{
	color: #333;
}

#news
{
	width: 100px;
	top: 670px;
	color: #00ff00;
	font-weight:bold;
	display:block;
	text-transform: uppercase;
}

#newsContent
{
	display: none;
	overflow: hidden;
}

.newsContentHidden *
{
	display: none;
}

#news:hover
{
	color: #88ff88;

}

.selected a
{
	color: #333 !important;
}

/****************************************************
NEWS FRAME
****************************************************/

#newsFrame
{	
	position: absolute;
	right: 50px;
	top: 60px;
	
	margin: 0;
	width: 260px;
	background: #000000;
	color: White;
	text-align: left !important;
}

#newsFrame .newsText p
{
	text-transform: none;
}

#newsFrame .frame
{
	padding: 10px 10px 10px 10px;
	position: absolute;
	height: 240px;
}

#newsFrame p
{
	padding: 5px 0;
}

#newsFrame h1
{
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
}

#newsFrame h2
{
	font-size: 12px;
	text-transform: uppercase;
}

#newsFrame .line
{
	padding: 10px 0 10px 0;
}

#newsFrame .footer
{
	padding-top: 5px;
	height: 12px;
	position: absolute;
	bottom: 10px;
}

#newsFrame .subscribe 
{
	display: block;
	float: left;
	width: 80px;
}

#newsFrame .model
{
	display: block;
	float: left;
	width: 140px;	
}

#newsFrame .prev,
#newsFrame .next
{
	display: block;
	float: left;
	width: 10px;	
}

#newsFrame .subscribe a,
#newsFrame .model a
{
	text-transform: uppercase;	
	color: White;
}

/****************************************************
COLOURS
****************************************************/

.colour { color: #ff0000 !important; }

.colour0 { color: #ff0000 !important; }
.colour0:hover { background: #ff0000 !important; }

.colour1 { color: #00ccff !important; }
.colour1:hover { background: #00ccff !important; }

.colour2 { color: #000000 !important; }
.colour2:hover { background: #000000 !important; }

.colour3 { color: #ff32f3 !important; }
.colour3:hover { background: #ff32f3 !important; }

.colour4 { color: #00efe7 !important; }
.colour4:hover { background: #00efe7 !important; }

.colour5 { color: #9900ff !important; }
.colour5:hover { background: #9900ff !important; }

.colour6 { color: #fd0097 !important; }
.colour6:hover { background: #fd0097 !important; }

.colour7 { color: #1426ff !important; }
.colour7:hover { background: #1426ff !important; }

.colour8 { color: #00ff00 !important; }
.colour8:hover { background: #00ff00 !important; }

/****************************************************
IMAGE SIZES
****************************************************/

#container img
{
	float: right;
}

.aarhus
{
         width: 605px; 
         height: 174px;
        background: url('/design/uniquelook/images/uniquelook_aarhus_front.jpg') no-repeat;
         display: block;
         margin: 30px auto;
          opacity: 0.0;
}

.cph
{
         width: 603px; 
         height: 174px;
        background: url('/design/uniquelook/images/uniquelook_cph_front.jpg') no-repeat;
         display: block; 
         margin: 30px auto;
          opacity: 0.0; 
}

div.site-selector
{
	position: absolute;
 	right: 150px;
	top: 130px;
	margin-top: -95px;
	
}
