/**
* CSS
* 
* @version 1.0
* @author Marcus Swan www.deadly.ie
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Courier, Courier New, mono-space ;
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	letter-spacing: .1em;
	text-transform: none;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	width: 100%; 
	height: 100%;
	background-color: rgb(236, 234 ,235);
	background-size: 100%;
}

body.section-1 {	
	font-family: Courier, Courier New, mono-space ;
	font-size: 100%;
	font-weight: normal;
	color: #999999;
	letter-spacing: .1em;
	text-transform: none;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
	width: 100%; 
	height: 100%;
	background-color: rgb(236, 234 ,235);
	background-size: 100%;
	}
body.section-2 { }
body.section-3 { }

a:link { 
text-decoration: none;
color: #999999;
}

a:active { 
text-decoration: none;
color: #999999;
}

a:visited { 
text-decoration: none;
color: #999999;
}

a:hover { 
text-decoration: none;
color: #999999;
}

a img { border: none; }

#header {
	width: 100%;
	height: 88px;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1px solid #999999;
	z-index: 1;
	
}

#menu {
    width: 215px;
    overflow: auto;
    top: 110px;
    bottom: 0;
	left: 30px;
    position: absolute;
    /*height: 100%;*/
	background-color: none;
	overflow: visible;
	z-index: 3;

}

#menu ul {
	list-style: none;
	margin: 0 0 0 0;
	font-size: .875em;
	line-height: 1.4em;
}

#menu ul li {
	margin-left: 1.4em;
	font-style: italic;
}

#menu ul li.section-title {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0 0;
}

#menu ul li.active a:link{
	font-style: italic;
	border-bottom: 1px solid #C1272D;
}

#menu ul li.active a:visited{
	font-style: italic;
	border-bottom: 1px solid #C1272D;
}

#menu ul li.active a:hover{
	font-style: italic;
	border-bottom: 1px solid #C1272D;
}

#menu ul li {
	font-style: italic;
}

#menu ul li a:link {
	font-style: italic;
	text-decoration: none;
}

#menu ul li a:visited {
	font-style: italic;
	text-decoration: none;

}

#menu ul li a:hover {
	font-style: italic;
	text-decoration: none;
	border-bottom: 1px solid silver;

}

#content {
    /*height: 100%;*/
    margin: 0 0 0 0;
    position: absolute;
    top: 100px;
    left: 281px
}

.container {
    padding: none;
}

#content p {
	font-size: .75em;
	line-height: 1.4em;
	max-width: 400px;
	margin-bottom: 9px;
	}

p {
	font-size: .75em;
	line-height: 1.4em;
    margin: 0 0 9px 0;
    max-width: 210px;
}

p a:link{
	font-style: italic;
	border-bottom: 1px solid #C1272D;
}

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

#img-container	{ 
	margin: 10px 0 0 0;
	padding: 0;
	position: absolute;
	float: left;
	top: 0px;
	left: 75px;
}

#img-container p	{ width: 400px; margin: 0; padding: 0 0 1.4em 0; }

#once { clear: left; }

#main_image {
	position: fixed;
	top: 0;
	right: 0%;
	height: 100%;
	z-index: 0;
}

#textbox {
	position: fixed;
	right: 100px;
	float: left;
	width: 220px;
	background-color: none;
	font-size: .75em;
	line-height: 1.4em;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;

}

.contactbox {
	position: fixed;
	left: 300px;
	float: left;
	width: 600px;
	background-color: none;
	font-size: .875em;
	line-height: 1.4em;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;

}

#footer {
	position: fixed;
	bottom: 20px;
	background-color: none;
	width: 215px;
	height: 20px;
}

#prev-container {
	display: block;
	height: 25px;
	left: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 40px;
	z-index: 1;
}

#next-container {
	display: block;
	float: left;
	left: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 7px;
}

#prev {
	width: 25px;
	height: 25px;
}

#s1 {
	float: left;
	position: relative;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	z-index: 0;
}

#num {
	font-size: .75em;
	margin-top: 10px;
	top: 22px;
	position: absolute;

}

p.footer_text {
	font-size: .625em;
	max-width: 215px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 1.4em;
}

p.nav {
	font-size: .875em;
	line-height: 1.4em;
	margin-top: 10px;
}

p.nav a{
	font-size: .875em;
	line-height: 1.4em;
	margin-top: 10px;
	font-style: normal;
	border: none;
}

.contactbox a:link {
	border-bottom: 1px solid #C1272D;
}

.contactbox a:visited {
	border-bottom: 1px solid #C1272D;


a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

a img {
border: none;}