@charset "utf-8";
/* CSS Document */
/*----BODY AND OVERALL CONTAINER-------*/
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: "Times New Roman", Georgia, Serif;
	background-image: url("bg-paper3.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
}

#IEContainer {
	padding: 0;
	margin: 0
	}

#IEContainer #container{
	width: 680px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	position: relative;
}

#IEContainer #container a img{
border: none;
}

/*----HEADER-------*/

#IEContainer #container  #header {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	/*font-family: "Times New Roman", Georgia, Serif;*/
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
	height: 110px;
	/*border: 5px double #CCCCCC;*/
}
#IEContainer #container  #header h1 {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	/*padding-right: 20px;*/
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 3.5em;
	
}

#IEContainer #container  #header p {
text-align: right;
font-size: 1.2em;
margin: 0;
text-align: center;
font-style: italic;

}

/*-----NAVIGATION-----*/
#IEContainer #container  #header #nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 40px;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 65px;
	width: 540px;
	/*float: right;*/
	/*margin-right: 25px;*/
}

#IEContainer #container  #header #nav ul {
	margin: 0px;
	padding: 0px;
}

#IEContainer #container  #header #nav ul li {
	list-style-type: none;
	float: left;
	height: auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	width: 90px;
	display: block;
}

#IEContainer #container  #header #nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
}

#IEContainer #container  #header #nav ul li a:link {
	text-decoration: none;
	/*background-color: #FFF;*/
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

#IEContainer #container  #header #nav ul li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}
#IEContainer #container  #header #nav ul li a:hover {
	text-decoration: none;
	color: #000;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: url("pale-bg.png");
}

#IEContainer #container #header #nav ul li a:active {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

/*-----CONTENT-----*/
#IEContainer #container #shadow{
	height: 680px;
	width: 680px;
	text-align: left;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url("shadow.png");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	padding-top: 15px;
}

#IEContainer #container #shadow #content {
	clear: both;
	padding-bottom: 20px;
	/*background-color: #FFFFFF;*/
	background-image: url("pale-bg.png");
	width: 559px;
	margin: 0 20px;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 5px;
	height: 593px;
	/*border: 1px solid #000000;*/
	overflow: auto;
	color: #000000;
}
#IEContainer #container #shadow #content p{
	font-size: 1.4em;
	line-height: 1.7em;
}

#IEContainer #container #shadow #content h2 {
	text-align: center;
	/*font-family: "Times New Roman", Georgia, Serif;*/
	font-size: 1.6em;
	line-height: 1.8em;
	padding: 10px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#IEContainer #container #shadow #content h3 {
	text-align: left;
	font-size: 1.4em;
	line-height: 1.6em;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 6px;
}
#IEContainer #container #shadow #content .pullquote_right{
	text-align:right;
	padding: 15px;
	margin: 10px 10px 10px 20px;
	border-left: 1px solid #333333;
	float: right;
	width: 130px;
}

#IEContainer #container #shadow #content .pullquote_left{
	text-align:left;
	padding: 15px;
	margin: 10px 20px 10px 10px;
	border-right: 1px solid #333333;
	float: left;
	width: 130px;
}

#IEContainer #container #shadow #content .pullquote_right p, #IEContainer #container #shadow #content .pullquote_left p {
	text-align:right;
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	font-weight: bold;
}
#IEContainer #container #shadow #content #service_nav {
text-align: center;
font-size: 0.8em;
}

#IEContainer #container #shadow #content ol li {
	font-size: 1.4em;
	margin-bottom: 8px;
}

/*----FRONT PAGE 'SPECIALISE' LINKS----*/
#IEContainer #container #shadow #content #specialise a {
color: #333333;
text-decoration: none;
border-bottom: 1px dotted #333333;
}

#IEContainer #container #shadow #content #specialise a:hover {
color: #003366;
border-bottom: 1px dotted #003366;
}

/*----CONTENT LINKS-----*/

#IEContainer #container #shadow #content a.top {
text-decoration: underline;
color: blue;
}

#IEContainer #container #shadow #content p a{
font-weight: bold;
color: #ff6600;
text-decoration: none;
}

#IEContainer #container #shadow #content p a:hover{
color: #003366;
}
/*----CONTACT FORM LAYOUT -----*/

#content form input{
margin: 3px 0;
font-size: 1.1em;
}
#content form textarea {
font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
}

#content form label {
	text-align: center;
	font-size: 1.3em;
	line-height: 1.5em;
	font-weight: bold;
	
}

#content form #name {
margin-left: 87px;
}

#content form #emailaddress {
margin-left: 39px;
}

#content form #company {
margin-left: 68px;
}

#content form #enquiry {
margin-left: 75px;
font-size: 1.1em;
}

#content form #phone {
margin-left: 17px;
}

#content form select#service {
margin: 1px 0 4px 24px;
font-size: 1.1em;

}
/*----FOOTER----*/
#IEContainer #container #shadow #footer{
text-align: right;
border-top: 1px solid #CCCCCC;
padding: 10px 20px;
margin: 0 20px;
height: 30px;
width: 599px;
background-image: url("pale-bg.png");
color: #000000;
}
#IEContainer #container #shadow #footer p{
font-size: 1.1em;
line-height: 1em;
margin: 3px;
padding: 0;
}

#IEContainer #container #shadow #footer a{
text-decoration: none;
}

/*---SIDEBARS----*/
.sidebar, .sidequote {
/*background-color: #FFFFFF;*/
width: 160px;
color: #FFFFFF;
font-style: italic;
font-size: 1.4em;
line-height: 1.5em;
/*border: 4px double #FFFFFF;*/
position: absolute;
right: -220px;
top: 19px;
padding: 20px;
}

.login {
position: absolute;
left: -240px;
width: 230px;
font-size: 1.1em;
line-height: 1.2em;
/*border: 1px solid #FFF;*/
top: 19px;
font-family: Arial, Helvetica, Sans-Serif;
font-weight: normal;
color: #000000;
background-image: url("pale-bg.png");
padding: 10px;
}

.sidequote {
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
padding-top: 10px;
padding-bottom: 10px;
margin-top: 30px;
}

.sideimg{
/*height: 141px;*/
width: 102px;
margin: 0 0 10px 0;
background-image: url("shadow_img.png");
	background-repeat: no-repeat;
	background-position: bottom right;
}

.sidequote .sideimg {
margin: 20px 0 0 20px;
}


.sideimg img {
/*padding-bottom: 6px;*/
position: relative;
bottom: 6px;
right: -10px;
}

/*---ADMIN STYLES----*/
.small_notice p {
	font-size: 1em;
}

.small_notice p a{
color: Blue;
}

table {
font-size: 1.2em;

}

/*---PAYMENT STYLES---*/
#other {
float: left;
width: 250px;
padding: 0 20px;
}

#ppal {
float: left;
width: 180px;
padding: 0 20px;
}
#pay_method p {
font-size: 1.4em;
}
 #msg {
 padding: 5px;
 }

