*
{
	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: 615px;
}

#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: 530px;
	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;
	margin-top: 10px;
}

.hide
{
	display: none;
}

#menu
{
	padding: 30px 0 0 10px;
	float: left;
	width: 310px;
	text-align:left;
	height: 370px;
	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;
}

#container div.big-image
{
	display: block;
	clear: both;
}

#makeMeScrollable
{
	position: absolute;
	top:450px;
	height: 75px;
	width:100%;
	margin-top:8px;
}


#makeMeScrollable div.scrollableArea *
{
	display: block;
	float: left;
	padding: 0;
/* 	margin: 0; */
}


/* You can alter this CSS in order to give SmoothDivScroll your own look'n'feel */

/* Invisible left hotspot */
div.scrollingHotSpotLeft
{
	/* The hotspots have a minimum width of 100 pixels and if there is room the will grow
    and occupy 15% of the scrollable area (30% combined). Adjust it to your own taste. */
	min-width: 75px;
	width: 10%;
	height: 100%;
	/* There is a big background image and it's used to solve some problems I experienced
    in Internet Explorer 6. */
	background-image: url(/design/uniquelook/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	left: 0;
	/*  The first url is for Firefox and other browsers, the second is for Internet Explorer */
	cursor: url(/design/uniquelook/images/cursor_arrow_left.png), url(images/cursors/cursor_arrow_left.cur),w-resize;
}

/* Visible left hotspot */
div.scrollingHotSpotLeftVisible
{
	background-image: url(/design/uniquelook/images/arrow_left.gif);				
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35; /* Standard CSS3 opacity setting */
	-moz-opacity: 0.35; /* Opacity for really old versions of Mozilla Firefox (0.9 or older) */
	filter: alpha(opacity = 35); /* Opacity for Internet Explorer. */
	zoom: 1; /* Trigger "hasLayout" in Internet Explorer 6 or older versions */
}

/* Invisible right hotspot */
div.scrollingHotSpotRight
{
	min-width: 75px;
	width: 10%;
	height: 100%;
	background-image: url(/design/uniquelook/images/big_transparent.gif);
	background-repeat: repeat;
	background-position: center center;
	position: absolute;
	z-index: 200;
	right: 0;
	cursor: url(/design/uniquelook/images/cursor_arrow_right.png), url(images/cursors/cursor_arrow_right.cur),e-resize;
}

/* Visible right hotspot */
div.scrollingHotSpotRightVisible
{
	background-image: url(/design/uniquelook/images/arrow_right.gif);
	background-color: #fff;
	background-repeat: no-repeat;
	opacity: 0.35;
	filter: alpha(opacity = 35);
	-moz-opacity: 0.35;
	zoom: 1;
}

/* The scroll wrapper is always the same width and height as the containing element (div).
   Overflow is hidden because you don't want to show all of the scrollable area.
*/
div.scrollWrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

div.scrollableArea
{
	position: relative;
	width: auto;
	height: 100%;
}

div.scrollableArea img
{
	margin-left: 3px;
}


div.scrollableArea img:hover
{
  filter:alpha(opacity=50);
  opacity: 0.5;
}

.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: 104px;
	top: 130px;
	margin-top: -95px;
	float:right;
	
}

div.site-selector hr
{
	margin-top:6px;
}

div.news-item
{
	padding-top: 65px;
}

