
/**
* CSS
*
* @version 1.0
*/

* {
	margin: 0;
	padding: 0;
}

body  {
	color: #B3B3B3;
	word-spacing: 0;
	font: normal normal 11px Georgia, Arial, "Helvetica Neue", Geneva, sans-serif;
	background-color: #fff;
}

body.section-1 {
	background-color: #fff;
}
body.section-2 {
	background-color: #fff;
}
body.section-3 {
	background-color: #fff;
}

a:link { text-decoration: none;
	color: #B3B3B3;
}
a:active {
	color: #FFF316;
	text-decoration: none;
}
a:visited { color: #B3B3B3;
	text-decoration: none;
}
a:hover {
	color: #B3B3B3;
	text-decoration: underline;
}

a img { border: none; }

#menu {
    overflow: hidden;
	text-align:left;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	line-height: 15px;
}

#menu .container {
    padding: 50px 5px 0 30px;
	overflow/**/:/**/hidden;
	width:220px;
}


#menu ul {
	list-style: none;
	margin: 0 0 10px 0;
	margin-left:3px;
}

#menu ul li.section-title {
	font-weight: bold;
	color: #34cbe4;
}


.section-title {
	font-weight: bold;
	color: #34cbe4;
}

#content div.container div.mid_al strong {
	color: #34cbe4;
	line-height: 15px;
}

#content {
    height: 100%;
    top: 0;
	width: 633px;
	margin-left: 250px;
}

.container {
    padding: 120px 5px 0 30px;
	overflow/**/:/**/hidden;
	width:650px;
}

#content p { width: 633px; margin-bottom: 9px;
	line-height: 17px;
}

p {
	margin: 0 0 30px;
	color: #B3B3B3;

}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container {
	margin: 0;
	padding: 0;
	clear:both;
	height:650px;
}

#s1 div img.img-bot {
	/*border: 1px solid #696969;*/
}
#img-container p {
	width: 1000px;
	margin: 0;
	padding: 0 0 12px;
}

#once { clear: left; }

#menu div.container p {
	color: #B3B3B3;
}

/********** Al's mods **********/
.mid_al {
 clear:both;
 width:635px;
}
.foot_al {
  clear:both;
  width:635px;
}
.keylines_al {
  background:url(http://www.reconstrukt.com.au/files/keylinegap2.gif) repeat-x 0 0;
  width:100%;
  height:3px;
}
#line1_al {
	margin-bottom:40px;
}
div.nav_al {
	width: 635px;
}
div.nav_al div {
	float:left;
}
#mov_links_al {
	float:right;
}
.pics {
	height:340px;
}