/**
* CSS
* 
* @version 1.0
* @author Philip Cristofor 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	font-family: Arial, Verdana, sans-serif;
	background: url('img/bg.png') #fafafa;
	min-width:960px;
	max-width:1024px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

.section-1 img {
	border:0 !important;
}

.Main img {
	margin-top:20px;
}

#zoomimg {
	background:url('img/ico-zoom.gif') no-repeat 100% 50%;
	padding:0 13px 0 0;
	position:relative;
	top:10px;
}

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

a img { border: none; }

#menu {
	font-size:0.8em;
    width: 220px;
    overflow: auto;
    top:200px;
    position:absolute;
    right:100px;
    font-family:Helvetica, Arial, sans-serif;
    display:block;
    z-index:9900;
    height:auto !important;
    padding:5px;
    
}


#menu ul {
	list-style: none;
}

#menu ul li {
	margin:1px 0 3px 0;
}

#menu ul li.section-title { 
	border-bottom:1px #e5e5e5 solid;
	font-weight:bold;
	margin:15px 0 3px 0;
}

#built a {
	position:fixed;
	right:10px;
	bottom:11px;
	font-size:0.5em;
	letter-spacing:1px;
	font-style:italic;
	font-family:Georgia;
	color:#aaa !important;
}

#content {
    height: 100%;
    margin: 200px 0 0 47px;
    top: 0;
    font-family: Helvetica, Arial, sans-serif;
    float:left;
}

#content img {
	border:1px #ccc solid;
}

.container {
    padding: 0 5px 25px 5px;
}

#content p {
	line-height:1.5em; 
	margin-bottom: 9px; 
	font-size:0.8em;	
	
}

#content p.col1 {
	width:500px;
	padding:0 10px 0 0;
	float:left;
	border-right:0px #999 solid;
	margin-bottom:30px;
	text-align:justify;
	clear:left;
	z-index:9999;
}

#content p.col2 {
	width:200px;
	padding:0 0 0 10px;
	color:#666;
	float:left;
	clear:right;
	
}

#img-container {
	display:inline;
}
.nav {
	text-align:right;
	position:relative;
	right:25px;
	display:block;
	width:auto !important;
	font-family:Georgia, serif;
	z-index:9990;
	clear:both;
}

p {
    margin: 0 0 9px 0;
}

#tear {
    background: url('img/bg.png');
	width:960px;
	height:200px;
	position:absolute;
	top:0px;
	left:0px;
}

#tearFlash {
	width:960px;
	height:200px;
	position:absolute;
	top:0px;
	left:0px;
}
#tearFlash .paper {
	position:absolute;
	top:0px;
	left:0px;
}

#depth {
	width:500px;
	height:500px;
	position:fixed;
	bottom:0px;
	right:0px;
	background:url('img/content-bg.gif');
	z-index:-9000;
}

#loader {
	position:absolute;
	top:155px;
	left:625px;
	display:none;
}

#seasonChooser {
	margin:0px 0px -10px 2px;
	
}
#seasonChooser img {
	cursor:pointer;
}


h1 { 
	font-size: 1.4em;
	color:#333;
	letter-spacing:1px;
	text-shadow:0px 1px #ffffff;
	font-weight:normal;
	font-family:Georgia;
	font-style:italic;
	margin:10px 0 3px 5px;
}
h2 { font-size: 1.2em; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 5px 0 3px 0; }

.img-bot {
}

#once { clear: left; }