/* Style sheet for Powdinco.uk */

@font-face {
	font-family: 'OpenSans';
	src: url('../fonts/OpenSans-Regular.eot');
	src: local('☺'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Play';
	src: url('../fonts/Play-Regular.eot');
	src: local('☺'), url('../fonts/Play-Regular.woff') format('woff'), url('../fonts/Play-Regular.ttf') format('truetype'), url('../fonts/Play-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #fff;
	font-family: 'OpenSans';
	margin: 0;
}

img {
	border: 0;
}

.clearfix:after, #contents:after {
	clear:both;
	content:"";
	display:block;
	height:1%;
	line-height:0;
	visibility:hidden;
}
/*------------------------------ HEADER ------------------------------*/
#header {
}

#header > div, #footer > div {
	width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}

.title span {
	margin-bottom:4px;
	display:block;
	border-bottom:3px solid #0000A0;
}


.title {
	font-size: 50px;
	border-bottom:8px solid #0000A0;
	line-height: 55px;
    padding: 15px 0 0 0;
}

/** Navigation **/

#navigation {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	float:right;
}
#navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	width: 130px;
	text-align: center;
}
#navigation li a {
	color: #818181;
	font-size: 15px;
	line-height: 12px;
	text-decoration: none;
}
#navigation li a:hover {
	color: #0000A0;
}
#navigation li.active a {
	color: #0000A0;
    font-weight:bold;
}
/*------------------------------ CONTENTS ------------------------------*/
#contents {
	min-height: 400px;
	width: 800px;
	margin: 0 auto;
	padding: 54px 40px;
}
h1 {
	color: #0000A0;
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 30px;
}
h2 {
	color: #0000A0;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 12px;
}
p {
	color: #585858;
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 20px;
}
p a {
	color: #585858;
}

/** main on services**/
.main {
	float: left;
	background: url(../images/divider.png) repeat-y right top;
	min-height: 100px;
	width: 555px;
	padding-right: 24px;
}
.main h1, .sidebar h1 {
	margin: 0 0 12px;
	position: relative;
/*	top: -18px;*/
}
.main h2 span {
	display: block;
	font-size: 12px;
}
/** sidebar on services**/

.sidebar {
	float: left;
	min-height: 848px;
	width: 200px;
	margin-left: 20px;
}


#floating-menu {
    position:fixed;
    width:200px;
    z-index:100;
    line-height:30px;
    font-size: 15px;
}

#floating-menu a, #floating-menu h3 {
    display:block;
    margin:0 0.5em;
    color: inherit;
    text-decoration:none;
    line-height:18px;
    padding: 0 0 10px 0;
}

#floating-menu a:hover {
    color: #0000A0;
}


.sidebar ul, .service {
	list-style: none;
	margin: 0;
	padding: 0;
}

.service h2 {
    color: #0000A0;
}

.service li {
	border-top: 1px solid #d5d5d5;
	position: relative;
	padding-top: 24px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.service li > p span, .post > span {
	display: block;
	text-align: right;
}

.servlist li {
    border-top:none;
    padding: 0 0 10px 0;
    font-size: 14px;
    list-style: disc;
}

#about {
	width: 788px;
	margin: 0 auto;
}

.people li {
	padding: 24px 30px 0px 120px;
	position:relative;
}

.people {
	list-style:none outside none;
	margin-bottom: 4em;
}

.people li .pic {
	float:none;
	position:absolute;
	left:0px;
	top:30px;
}

.people h2 span {
	display:block;
	font-size:12px;
}

.pic {
	float:left;
	margin-right:20px;
	text-align:center;
}

	
#about h1, .section h1 {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 12px;
}
.section {
	float: left;
	width: 380px;
	margin-right: 20px;
}
.section h1 {
	margin-bottom: 18px;
}
.message input[type='text'], .message textarea {
	color: #aeaeae;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	width: 370px;
	border: 1px solid #d5d5d5;
	margin: 0 0 6px;
	padding: 0 4px;
}
.message textarea {
	height: 175px;
	overflow: auto;
	resize: none;
}
.message input[type='submit'] {
	float: right;
	background-color: #818181;
	color: #d5d5d5;
	cursor: pointer;
	font: 13px/30px Arial, Helvetica, sans-serif;
	height: 30px;
	border: 0;
	margin: 0;
	padding: 0 10px;
}
.contact {
	background-color: #f8f8f8;
	width: 260px;
	padding: 60px 60px;
	text-align: center;
}
.contact p span {
	color: #2c2c2c;
	display: block;
	font-size: 20px;
	line-height: 30px;
	padding: 18px 0;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	padding: 30px 0;
}
#footer p {
	font-size: 8px;
	line-height: 15px;
    float: left;
    text-align:left;
	letter-spacing: 0.5px;
}

#accred {
	float: left;
	width: 13px;
	padding-top: 13px;
}

#comreg {
	float: right;
	width: 87%;
	padding-top: 10px;
}

#comreg p {
	padding-left: 10px;
	font-size: 10px;
}

.clearfix {
	border-top: 1px solid #e0e0e0;
	background-color: #f8f8f8;
}


