﻿/*
#
#
#
Standard Items
#
#
#
*/
body {
	margin:0;
	color:#4d4d4d;
	font-family:Arial;
	font-size:12px;
}
a {
	color:#6791AD;
	font-weight:bold;
}
a:visited{
	color:#6791AD;
	font-weight:bold;
}
h1{
	padding:10px 20px 10px 19px;
	font-size:16px;
	background:#DBE6F0;
}
h2 {
	font-size:16px;
	padding:0px 0px 0px 19px;
	margin-top:10px;
	margin-bottom:10px;
}
h5 {
	margin:10px 20px 0px 20px;
	font-size:13px;
}
input[type=submit] {
	width:auto;
	background:#6791AD none;
	border:none;
	color:#ffffff;
	margin-top:10px;
}
input[type=text] {
	color:#4d4d4d;
	border:1px #6791AD solid;
	margin:0;	
}
/*
#
#
#
Header Logo, Background and Navigation
#
#
#
*/
#pageheader {
	background:#DBE6F0 url('../images/header_bg.png') no-repeat top right;
	height:187px;
	margin:0;
}
#pageheader #headerdetail {
	background:transparent url('../images/header_detail.png') no-repeat top left;
	height:187px;
}
#headerspacer {
	height:121px;
}
#headerspacer a {
	border:none;
}
#headerspacer img{
	float:right;
	border:none;
}
#nav {
	background:transparent url('../images/nav_bg_curve.png') no-repeat top left;
	border-bottom:2px #fff solid;
	
}
#nav ul{

	padding:24px 0px 24px 0px;
	margin:0px;
	clear:none;
	min-width:700px;
}
#nav ul li {
font-size:14px;
padding:24px 0px 24px 0px;
	display:inline;
	list-style:none;
	margin:0px;
	height:70px;
}
#nav ul li a {
	text-decoration:none;
	height:70px;
	padding:24px 10px 24px 10px;
	margin:0px;
	color:#4d4d4d;
	background:url('../images/nav_bg.png') transparent repeat-x top left;
	font-weight:normal;

}
#nav ul li a:hover {
	background:transparent url('../images/nav_bg_hover.png') repeat-x top left;
	color:#fff;
}
/*
#
#
#
Holder Area for the two Main Areas - Sidebar and Content
#
#
#
*/
#contentwrapper {
	background:#ffffff url('../images/content_bg.png') repeat-x top left;
	padding:20px;
	padding-bottom:0px;
	height:100%;
	display:block;
	min-width:700px;
	
}
/*
#
#
#
Main Content, Body Text, Links, Paragraphs
#
#
#
*/
#maincontent {
	border:2px #DBE6F0 solid;
	width:70%;
	background-color:#fff;
	min-width:450px;
	
}
#maincontent img {
	margin: 10px 10px 10px 10px;
	float: left;
}

#maincontent p{
	margin:10px 20px 0px 20px;
}
#maincontent li {
	margin-right:20px;
	list-style:none;
	margin-bottom:5px;
	padding-bottom:6px;
	border-bottom:2px #DBE6F0 dashed
}
#maincontent li a{
	font-weight:bold;
	color:#6791AD;
}
#maincontent li a:visited {
	color:#475B93;
}
#maincontent a{
	color:#6791ad;
}
#maincontent a:visited {
	color:#475B93;
}
/*
#
#
#
Quote and Form Bar - don't put more than one div around items you put in here otherwise it'll quote :)
#
#
#
*/
#quotebar {
	width:28%;
	border:2px #DBE6F0 solid;
	height:100%;
	float:right;
	background:#ffffff url('../images/quoteBar_bg.png') repeat-y top right;
	display:block;
	min-width:150px;
}
#quotebar p {
	margin:10px 20px 0px 20px;
}
#quotebar div {
	margin-bottom:20px;
}
#quotebar div div {
	margin:10px 20px 0px 20px;
	padding-top:20px;
	background:transparent url('../images/quote_open.png') no-repeat top left;	
}
#quotebar div div div /*this is the styles for the quote text*/{
	background:transparent url('../images/quote_closed.png') no-repeat bottom right;
	padding:10px 10px 40px 0px;
	text-align:center;
}
#quotebar div div div p /*this is the styles for the quoter text*/{
	font-style:italic;
	text-align:right;
}
/*
#
#
#
Styles for the Footer navigation
#
#
#
*/
#footer {
	background:url('../images/nav_bg.png') transparent repeat-x top left;
	clear:both;
	margin-bottom:0px;
}
#footer ul{
	padding:24px 0px 24px 0px;
	margin:0px;
	clear:none;
	min-width:700px;
}
#footer ul li {
	font-size:14px;
	padding:24px 0px 24px 0px;
	display:inline;
	list-style:none;
	margin:0px;
	height:70px;
}
#footer ul li a {
	text-decoration:none;
	height:70px;
	padding:24px 10px 24px 10px;
	margin:0px;
	color:#4d4d4d;
	background:url('../images/nav_bg.png') transparent repeat-x top left;
	font-weight:normal;
}
#footer ul li a:hover {
	background:transparent url('../images/nav_bg_hover.png') repeat-x top left;
	color:#fff;
}
/*
#
#
#
bits - this are the random things that just do one thing
#
#
#
*/
.companydetail /*this is the "Amastra Limited. Registered in...." main content footer*/{
	text-align:center;
	font-size:10px;
	padding-bottom:20px;
	width:100%;
	clear:both;
}
.right /*this is for the The Team page - it floats the images right*/{
	float: right;
	margin-left: 0px;
	padding-left: 20px;
}
.address /*this stacks the address divs next to each other*/{
	float:left;
	margin-left:30px;
}
