/* 
Moov Ltd CSS Sheet  - 21st April 2008
By Adam Jozef Zygadlo - 07708 124 915 - www.jarbrain.com
*/

/* Main elements---------------------------------------------------------------------------*/
body {
		background-color: #064959;
		font-family: "DINMittelschrift", Arial, Helvetica, sans-serif;
		margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
		margin: 0px;
		padding: 0px;
}

p {
		margin: 0px;
		padding: 0px;
		background-position: top;

}

img, div { 
		behavior: url('/ccs_sheets/pngbehavior.htc');
}

/* Background elements--------------------------------------------------------------------------------*/
#gradient img{
		position: absolute;
		top: 28px;
		left: 225px;
		width: 325px;
		height: 145px;
}

/* Orange Line--------------------------------------------------------------------------------*/
#orangeline {
		position: absolute;
		top: 28px;
		left: 225px;
		width: 2px;
		height: 145px;
		background-color: #F57A00;
		margin: 0px;
}

/* Header--------------------------------------------------------------------------------*/
#header {
}

#header .logo {
		margin-top: 34px;
		margin-left: 25px;
}

/* Footer--------------------------------------------------------------------------------*/
#footer {
		position: absolute;
		top: 155px;
		left: 45px;
		color: #FFFFFF;
		font-size: 0.6em;
		text-decoration: none;
}


/* Body Area--------------------------------------------------------------------------------*/
#bodycopy {
		font-family: "DINMittelschrift", Arial, Helvetica, sans-serif;
		position: absolute;
		top: 36px;
		left: 240px;
		width: 250px;
		font-size: 0.9em;
		color: #FFFFFF;
}

#bodycopy h1 {
		font-size: 0.9em;
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0px;
		padding: 0px;
}

#bodycopy p {
		font-size: 0.8em;
		color: #FFFFFF;
		text-decoration: none;
}

#bodycopy ul{
		list-style: none;
		margin: 0;
		padding: 0;
}

#bodycopy a {
		color: #F47A00;
		text-decoration: none;
}

#bodycopy a:hover {
		color: #0B8BA9;
		text-decoration: none;
}

/* Home Navigation buttons--------------------------------------------------------------------------------*/
#errornavigation {
		position: absolute;
		top: 67px;
		left: 0px;
		margin: 0px;
		width: 225px;
		height: 100px;
}

#errornavigation ul{
		list-style: none;
		margin: 0px;
		padding: 0px;		
		height: 100px;
}

#errornavigation li {
		text-align: right;
		height: 18px;
}

#errornavigation li a {
		font-weight: bold;
		font-size: 0.9em;
		padding: 0px 15px 0px 0px;
		display: block;
		color: #FFFFFF;
		text-decoration: none;
		text-transform: uppercase;
}
#errornavigation ul a:hover {
		background-color: #F57A00;
		padding-right: 15px;
}


/* Portfolio Section (Bodycopy) ---------------------------------------------------------------------------------*/
.white {
		text-transform: uppercase;
		font-weight: bold;
		color: #ffffff;
		font-size: 0.8em;
}

.blue {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 0.7em;
		color: #0B8BA9;
}

/* End */