/* global styles */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #384e62;
	background-color: #837870;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	}
	
body.iframe {
	background-color: #fff;
	}
	
/* layout styles */

#horizon {
	color: #837870;
	background-color: #837870;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index: 1;
	}

#container {
	background-color: #fff;
	color: #384e62;
	text-align: left;
	margin-left: -450px;
	position: absolute;
	top: -222px;
	left: 50%;
	width: 900px;
	height: 444px;
	visibility: visible;
	z-index: 2;
	}
	
#logo {
	position: absolute;
	top: 20px;
	left: 34px;
	z-index: 4;
	}
	
#brickcrest {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 5;
	}
	
#mainmenu {
	position: absolute;
	top: 110px;
	left: 20px;
	z-index: 6;
	}
	
#submenu, #submenuPartnering {
	position: absolute;
	top: 330px;
	left: 20px;
	width: 130px;
	padding-top: 4px;
	z-index: 7;
	}
	
#submenu {
	border-top: 1px solid #f78f1e;
	}
	
#submenuPartnering {
	border-top: 1px solid #ff0000;
	}	
	
#main, #frame1 {
	width: 690px;
	height: 404px;
	position: absolute;
	top: 20px;
	right: 20px;
	}
		
#frame2 {
	width: 860px;
	height: 404px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
	padding: 0;
	}
	
#contact {
	width: 690px;
	height: 404px;
	background-image: url(../img/contact_bg.jpg);
	background-repeat: no-repeat;
	}
	
#joinus {
	width: 690px;
	height: 404px;
	background-image: url(../img/joinus_bg.jpg);
	background-repeat: no-repeat;
	}
	
#joinus p {
	font-weight: bold;
	position: absolute;
	top: 155px;
	left: 40px;
	}
	
#details {
	position: absolute;
	top: 145px;
	left: 395px;
	line-height: 20px;
	}
	
	
/* text styles */

h1 {
	font-size: 12px;
	font-weight: normal;
	color: #f78f1e;
	}
	
h1.partnering {
	color: #ff0000;
	}

ul {
	list-style-type: none;
	}
	
a {
	color: #384e62;
	text-decoration: none;
	}
	
a:hover {
	color: #6b93ab;
	}
	
#joinus p a:hover {
	color: #f78f1e;
	}
	
ul.developments a, ul.partnering a {
	color: #999;
	}
	
ul.developments a:hover, ul.partnering a:hover {
	color: #bbb;
	}
