/*
 * LOMAR ARKITEKER Style Sheet
 */

/* COLORS:
   Gray: #a5a8ac
   Blue: #00aeef
   Gold: #cbab75
 */

* {
	margin: 0;
    padding: 0;
}

p {
    padding-bottom: 8px;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
    font-weight: bold;
}

body {
	text-align: center; /* horizontal centering for IE Win quirks */
	background-color: #000;
}

#container {
	position: relative;
	width: 937px;
	height: 604px;
	margin-left: auto;
	margin-right: auto;
	
	background-color: #fff;
	color: #000;
}

#logo {
	position: absolute;
	right: 42px;
	top: 38px;
}

#corner {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

#la-logo {
	position: absolute;
	right: 55px;
	bottom: 55px;
    width: 160px;
}

#main {
	text-align: left;
	position: absolute;
	left: 154px;
	top: 120px;
	width: 683px;
	height: 340px;
}

#main #bigimage {
	position: absolute;
	left: 0;
	top: 0;
}

#top {
	text-align: left;
	position: absolute;
	left: 154px;
	top: 80px;
	height: 41px;
	width: 650px;
}

#bottom {
	text-align: left;
	position: absolute;
	left: 154px;
	top: 481px;
	height: 50px;
	width: 650px;
}

#bottom #subtext {
	position: absolute;
	left: 0;
	top: 0;
	width: 478px;
	text-transform: uppercase;
	/*line-height: 150%;*/
    font-weight: normal;
}

#left {
	text-align: right;
	position: absolute;
	left: 10px;
	top: 120px;
	width: 133px;
    height: 340px;
    overflow: hidden;
}

#leftmenu {
    position: absolute;
    right: 0;
    top: 0;
}

#thumbnails {
	text-align: right;
	position: absolute;
	right: 0px;
	top: 0px;
}

#thumbnails .thumb {
	float: left;
	margin-left: 11px;
	margin-bottom: 11px;
}

#related-content {
	text-align: left;
	position: absolute;
	right: 0px;
	top: 0px;
    width: 187px;
    height: 342px;
    font-weight: normal;
    overflow: hidden;
}

.widetext #related-content {
    width: 418px;
}

#related-content h3 {
    font-weight: bold;
}

#navbar {
	position: absolute;
	top: 0;
	right: 170px;
	text-transform: uppercase;
}

#navbar {

}

#navbar a {
	margin-right: 5px;
	margin-left: 5px;
}

#scrollbar {
    position: absolute;
    top: -10px;
    left: 497px;
    width: 100px;
    height: 20px;
}

.widetext #scrollbar {
    left: 266px;
}

#leftscrollbar {
    position: absolute;
    top: -10px;
    left: -50px;
    width: 40px;
    height: 20px;
    text-align: right;
}

a img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
}

li.active a {
    color: #cbab75;
}

a:hover {
	text-decoration: underline;
}

/* Menus */

ul.menu {
	list-style-type: none;
	padding: 0;
}

ul.menu li {
	text-transform: uppercase;
}

ul.menu li.active {
	color: #cbab75;
}

ul.menu li a {
	color: inherit;
	text-decoration: none;
}

ul.menu li a:hover {
	text-decoration: underline;
}

/* Horizontal menu */

ul.menu.horizontal li {
	display: inline;
	padding-right: 5px;
}

/* Vertical menu */
ul.menu.vertical li {
	padding-bottom: 9px;
}

/* Specific details for Main menu and Sub menu */
#mainmenu {
	position: absolute;
	top: 0;
	left: 0;
}

#submenu {
	position: absolute;
	top: 17px;
	left: 0;
}

.clear {
    clear: both;
}

.newstext {
    margin-bottom: 8px;
    font-size: 8pt;

}

.newsdate {
    padding: 0;
    font-size: 7.2pt;
}


