/**
 * Metaltech Services Ltd global style sheet
 *
 * @author Martin Bean <martin@digitalpop.co.uk>
 * @copyright 2010 Metaltech Services Ltd
 */

@import url('reset.css');

html,body {
	height: 100%;
}
body {
	color: #191919;
	font: normal 10px/18px Verdana, sans-serif;
	background-color: #f2f2f2;
}

a img { border: none; }

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

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 {
	color: #002040;
	font-size: 16px;
	margin-bottom: 18px;
}
h2 {
	font-size: 13px;
}
h3 {
	color: #004080;
	font-size: 12px;
	line-height: 36px;
}
p {
	margin-bottom: 18px;
}
p.added {
	color: #808080;
	font-size: 90%;
	margin: -9px 0 0;
	padding-bottom: 9px;
}
p.back {
	border-top: 1px solid #dbdbdb;
	clear: both;
	line-height: 35px; /* minus 1 to account for border */
	margin-bottom: 0;
}
ul,ol {
	margin: 0 0 18px 60px;
}
ul li { list-style: disc; }
li ul li { list-style: circle; }
li ol li { list-style: lower-alpha; }
ol li { list-style: decimal; }
ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	margin: 0;
	padding: 0;
}
input[type="text"], input[type="password"] {
	height: 1.18em;
}
input[type="text"], input[type="password"], textarea {
	padding: 3px;
	border-color: #abadb3 #e2e3ea #e3e9ef;
	border-style: solid;
	border-width: 1px;
}
input[type="button"], input[type="submit"] {
	cursor: pointer;
	height: 2em;
	margin-top: -1px;
	padding: 1px 4px 2px;
}
select {
	border-color: #abadb3 #e2e3ea #e3e9ef;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
}

table {
    width: 100%;
    margin-bottom: 18px;
}
table th {
    color: #fff;
    font-weight: bold;
    text-align: left;
    background-color: #004080;
    vertical-align: middle;
    padding: 0.4em 1em;
}
table td {
    text-align: left;
    background-color: #fff;
    padding: 0.4em 1em;
    border: 1px solid #dbdbdb;
}
table#reports td img,
table#invoices td img,
table.downloads td img {
    display: inline;
    margin-right: 0.5em;
    vertical-align: top;
}
table.downloads .title {
    width: 60%;
}
table.downloads .date,
table.downloads .size {
    width: 20%;
}
table td.pay_now {
    text-align: center;
    width: 80px;
}
table td.outstanding {
    width: 70px;
}
table td.pay_now input {
    margin: 0 auto;
}

#search {
	font-size: 11px;
	text-align: right;
	padding: 16px 0;
}
#search fieldset {
	padding-top: 1px;
}
#header {
	background: url(../images/header-bg.gif) repeat-x 0 0;
	border-color: #fff;
	border-style: solid;
	border-width: 1px 0;
}
#header .inner {
	background: url(../images/header-inner.jpg) no-repeat 100% 0;
	height: 200px;
}
#header a {
	display: block;
	width: 224px;
	padding: 45px 0 0 60px;
}
#container {
	background: url(../images/content.gif) no-repeat 100% 0%;
	width: 940px;
	margin: 0 auto;
}
#content {
	font-size: 12px;
	width: 620px;
	/*min-height: 599px;*/
	float: right;
}
#content #breadcrumb {
	font-size: 11px;
	margin: 0 0 17px 0;
	border-bottom: 1px solid #dbdbdb;
}
#content #breadcrumb p {
	color: #999;
	margin: 0;
	padding: 9px 0 8px;
	border-bottom: 1px solid #f9f9f9;
}
#content #breadcrumb a:link,
#content #breadcrumb a:visited {
	color: #666;
}
#content #breadcrumb a:hover,
#content #breadcrumb a:active {
	color: #004080;
}
#welcome, #latest_news {
	width: 300px;
}
#welcome {
	float: left;
}
#latest_news {
	float: right;
}
#latest_news h1 {
	padding: 0;
}
#sidebar {
	font-size: 11px;
	text-align: right;
	width: 300px;
	float: left;
}
#menu {
	border-bottom: 1px solid #dbdbdb;
	margin: 0;
}
#menu li {
	border-top: 1px solid #dbdbdb;
	list-style: none;
}
#menu li.first {
	border-top: none;
}
#menu li.first a {
	padding-top: 8px;
}
#menu li a {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 7px 20px 8px 0;
	border-color: #f9f9f9;
	border-style: solid;
	border-width: 1px 0;
}
#menu li a:hover {
	color: #004080;
}
#menu li ul {
	margin: 0;
}
#menu li.selected a {
	color: #004080;
	background: url(../images/menu-selected.gif) no-repeat 100% 100%;
	text-shadow: #fff 0 1px 1px;
}
#menu li.selected ul {
	display: block;
	padding: 1em 0;
	border-color: #dbdbdb #f9f9f9 #f9f9f9;
	border-style: solid;
	border-width: 1px 0;
}
#menu li ul li {
	border: none;
}
#menu li.selected ul li a {
	color: #666;
	font-weight: normal;
	text-shadow: none;
	background: none;
	padding: 2px 20px 2px 0;
	border: none;
}
#menu li.selected ul li a:hover {
	color: #002040;
}
#menu li.selected ul li.selected a {
	color: #004080;
	background: url(../images/menu-bullet.gif) no-repeat 100% 55%;
}
#address {
	color: #464646;
	padding: 35px 20px 18px;
}
#footer {
	clear: both;
	color: #808080;
	font-size: 11px;
	background-color: #f2f2f2;
	width: 620px;
	margin-left: 320px;
	border-top: 3px solid #004080;
}
#footer p {
	line-height: 36px;
	margin-bottom: 0;
	padding: 0 9px;
}
#footer .inner {
	width: 100%;
	border-top: 1px solid #979797;
}
#footer #copyright {
	float: left;
}
#footer #copyright a {
	padding: 0 0 0 0.5em;
}
#footer #credit {
	float: right;
}
#footer #credit a {
    color: #808080;
    text-decoration: none;
}
#footer #credit a:hover {
    color: #666;
    text-decoration: underline;
}
#footer #credit a#digitalpop {
    color: #004080;
}
#footer #credit a#digitalpop:hover {
	color: #f22e9a;
}

.clear {
	clear: both;
	height: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.error {
    color: #e10000;
}
.inner {
	width: 960px;
	margin: 0 auto;
}
.page_image {
	background: #fff;
	float: right;
	margin: 0 0 1em 1em;
	padding: 1px;
	border: 1px solid #002040;
}

.pagination {
	color: #464646;
	font-size: 90%;
}
.pagination .current {
	font-weight: bold;
}

.articles {
	margin-left: 0;
}
.articles li {
	list-style: none;
	margin-bottom: 18px;
	padding-bottom: 17px;
	border-bottom: 1px dashed #dbdbdb;
}
.articles li p {
	margin-bottom: 0;
}

.profiles {
	margin: 0;
	overflow: auto;
	width: 100%;
}
.profiles li {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	height: 72px;
	margin-bottom: 18px;
	padding: 0 0 17px;
	border-bottom: 1px dashed #dbdbdb;
}
.profiles li .thumb {
	display: block;
	float: left;
	width: 68px;
	height: 68px;
	padding: 1px;
	overflow: hidden;
	border: 1px solid #004080;
}
.profiles li .thumb img {
	display: block;
	width: 68px;
}
.profiles li h2, .profiles li p {
	margin-left: 85px;
}
.profiles li h2 {
	margin-bottom: 0;
}
.profiles li p {
	margin-bottom: 0;
}
.profiles li p.job_title {
	margin-bottom: 0;
}
.profiles li p.more {
	position: absolute;
	bottom: 17px;
	left: 0;
}

ol.search_results {
	margin: 0;
}
ol.search_results li {
	color: #808080;
	list-style: decimal inside;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dashed #dbdbdb;
}
ol.search_results li p {
	color: #191919;
	margin-bottom: 0;
}
ol.search_results li strong.search_result {
	background-color: #ffff00;
	color: #000;
}


#feedback_form {
	font-size: 11px;
}
#feedback_form legend {
    display: none;
}
#feedback_form .label {
	clear: left;
	float: left;
	font-weight: bold;
	width: 140px;
	height: 18px;
	margin-right: 20px;
}
#feedback_form .label .required {
	color: #808080;
	font-weight: normal;
}
#feedback_form .input {
	margin: 0 0 19px 160px;
}
#feedback_form .input input {
	width: 220px;
}
#feedback_form .input input.button {
	width: auto;
}
#feedback_form .input textarea {
	width: 300px;
	height: 104px;
	overflow: auto;
}

#map {
    font-size: 11px;
    float: right;
    width: 300px;
    height: 300px;
    margin: 0 0 0.5em 1em;
    border: 1px solid #dbdbdb;
}

#staff_images {
    float: left;
    width: 220px;
    margin-right: 20px;
}


#product_images {
    background: url('../images/product-images-bg.gif') no-repeat 50% 0%;
    height: auto;
    min-height: 260px;
    margin-bottom: 36px;
}
#product_images ul {
    margin: 0;
    padding: 40px 0 40px 80px;
}
#product_images ul li {
    display: inline;
    float: left;
}
#product_images ul li a {
    background-color: #fff;
    display: block;
    margin: 0 20px 10px 0;
    border-bottom: 1px solid #c9c9c9;
}
#product_images ul li a span.white_border {
    display: block;
    padding: 4px;
    border: 1px solid #a8a8a8;
}
#product_images ul li a:hover span.white_border {
    border-color: #004080;
}
#product_images ul li a span.crop {
    display: block;
    width: 130px;
    height: 89px;
    overflow: hidden;
}


#logout {
    padding-top: 4px;
}


#buy_product_form {
    background-color: #fff;
    float: right;
    margin: 0 0 10px 18px;
    padding: 2px;
    border: 1px solid #002040;
}
#buy_product_form form {
    color: #f2f2f2;
    background-color: #004080;
    width: 100px;
    padding: 12px 14px;
}