@charset "UTF-8";
/* CSS Document */

body 
{
	background-color:#020202;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(images/bg-greenblack.jpg);
	background-repeat: repeat-x;
} 

.link1 a {
	color: #606255;
	text-decoration: none;
	font-family: Harabara;
	font-size: 1.3em;
	letter-spacing: 1px;
	text-transform: lowercase;
	cursor: pointer;
	font-weight: normal;

}
.link1 a:visited {
	color: #606255;
}
.link1 a:hover {
	color: #000000;
}
.link1 a:active {
	color: #a2bd30;
}

.link2 a {
	color: #CCCCCC;
	text-decoration: none;
	font-family: Harabara;
	font-size: 1.2em;
	line-height: 150%;		
	letter-spacing: 1px;
	text-transform: lowercase;
	cursor: pointer;
	font-weight: normal;

}


.link2 a:visited {
	color: #CCCCCC;
}
.link2 a:hover {
	color: #ffffff;
}
.link2 a:active {
	color: #a2bd30;
}

.link3 a {
	color: #606255;
	text-decoration: none;
}
.link3 a:visited {
	color: #606255;
}
.link3 a:hover {
	color: #000000;
}
.link3 a:active {
	color: #a2bd30;
}

.link4 a {
	color: #ffffff;
	text-decoration: none;
	cursor: text;
}
.link4 a:visited {
	color: #ffffff;
}
.link4 a:hover {
	color: #ffffff;
}
.link4 a:active {
	color: #ffffff;
}



@font-face {
 font-family: Harabara;
 src: url("http://www.appleton-design.co.uk/Fonts/Harabara.eot");
}
@font-face {
 font-family: Harabara;
 src: url("http://www.appleton-design.co.uk/Fonts/Harabara-Bold.otf");
}
@font-face {
 font-family: Harabara;
 src: url("http://www.appleton-design.co.uk/Fonts/Harabara-Bold.ttf");
}


.quote
{
	font-family: Harabara;
	font-size: 2.5em;
	letter-spacing: 1px;
	color: #606255;
	line-height: 100%;
	text-align: center;
	font-weight: normal;

}


.quotename
{
	font-family: Harabara;
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height:220%;
	color: #b4b8a0;
	text-align: center;
	font-weight: normal;

}

.testimonial
{
	font-family: Harabara;
	font-size: 1.5em;
	letter-spacing: 1px;
	color: #eaeae3;
	line-height: 120%;
	text-align: center;
	font-weight: normal;

}

.testimonialname
{
	font-family: Harabara;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 100%;
	color: #b4b8a0;
	text-align: center;
	font-weight: normal;
	padding-bottom: 5px;
}

.contacts
{	font-family: Harabara;
	font-size: 1em;
	letter-spacing: 1px;
	color: #606255;
	line-height: 170%;
	text-transform: lowercase;
	font-weight: normal;
	
}

.greytext
{	color: #b4b8a0;
}

H1
{
	font-family: Harabara;
	font-size: 1.75em;
	letter-spacing: 1px;
	color: #606255;
	line-height: 100%;
	border-bottom: solid 2px #a2bd30;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 25px 0px;
	text-transform: lowercase;
	font-weight: normal;
}


H2
{
	font-family: Harabara;
	font-size: 1.3em;
	letter-spacing: 1px;
	color: #606255;
	line-height: 100%;
	border-bottom: solid 2px #a2bd30;
	padding: 0px 0px 6px 0px;	
	margin: 25px 0px 20px 0px;
	text-transform: lowercase;
	font-weight: normal;

}

H3
{
	font-family: Harabara;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #b4b8a0;
	line-height: 100%;
	margin: 20px 0px 3px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: solid 1px #b4b8a0;
	text-transform: lowercase;
	font-weight: normal;

}

H4
{
	font-family: Harabara;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #606255;
	line-height: 100%;
	margin: 0px 0px 15px 0px;
	text-transform: lowercase;
	font-weight: normal;

}


H5
{
	font-family: Harabara;
	font-size: 1.2em;
	letter-spacing: 1px;
	color: #606255;
	line-height: 100%;
	margin: 0px 0px 5px 0px;
	text-transform: lowercase;
	font-weight: normal;

}

ul
{
	list-style-type: square;
	padding: 0px;
	margin-left: 40px;
}

.portfolio {
	font-size: 90%;
}

.preformatted
{
	font-family: "Courier New", Courier, monospace;
	color: #b4b8a0;
	text-align: left;
	font-size: 90%;
}
