/* Main Template */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #7D7F81;
}

a {
	text-decoration: none;
	color: #7D7F81;
}

#page {
	border: 1px solid #B8AAD2;
	margin-left: auto;
	margin-right: auto;
	padding-left: 16px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 22px;
	width: 744px;
	position: relative;
}

#page #header {
	width: 100%;
}

#page #header #navbar {
	text-align: left;
	vertical-align: top;
	padding-top: 16px;
	font-size: 10px;
	font-weight: bold;
}

#page #header #navbar a {
	margin-right: 28px;
}

#page #header #navbar a:hover {
	color: #330099;
}

#page #header #logo {
	text-align: right;
}

#main {
	width: 100%;
}

#main td {
	vertical-align: top;
}

#navigation {
	width: 125px;
	padding-top: 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation table td {
	border-bottom: 5px solid #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

#navigation #greenlink {
	background-color: #009966;
	width: 58px;
	display: none;
}

#navigation #redlink {
	background-color: #993333;
	width: 58px;
	display: none;
}

#navigation #bluelink {
	background-color: #006699;
	width: 58px;
	display: none;
}

#main #header {
	margin-bottom: 40px;
	border-right: 19px solid #FFFFFF;
}

#heading {
	font-size: 14px;
	font-weight: bold;
}

#trail {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #330099;
	margin-bottom: 2px;
}

#trail a {
	color: #330099;
}

#trail td {
	padding-right: 19px;
	text-align: right;
}

#content {
	width: 100%;
	padding-right: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#content .title {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#content p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content .list {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/bullet.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}

#content .divider {
	height: 20px;
}

#content #box {
	width: 165px;
	margin-top: 28px;
	margin-left: 10px;
	font-size: 10px;
}

#content #box th {
	height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content #box td {
	padding: 10px 10px 10px 10px;
}

#content #box td a {
	text-decoration: underline;
	color: #333333;
}

#content #box .title {
	font-size: 13px;
	font-weight: bold;
}

#content #box .list {
	padding-left: 15px;
	background-image: url(images/arrow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#content #box .divider {
	height: 15px;
}

#content .testimonial {
	font-style: italic;
}

/* Home */

#home #page {
	background-image: url(images/background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 638px;
	padding-left: 92px;
	padding-top: 22px;
	padding-right: 30px;
	padding-bottom: 43px;
}

#home #page #welcome {
	margin-top: 15px;
	margin-bottom: 12px;
}

#home #page #text {
	line-height: 20px;
}

#home #page #boldtext {
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 18px;
}

#home #page #links {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
}

#home #page #links img {
	margin-bottom: 7px;
	margin-right: 11px;
}

#home #page #links #green, #home #page #links #green a {
	color: #009966;
}

#home #page #links #red, #home #page #links #red a {
	color: #993333;
}

#home #page #links #blue, #home #page #links #blue a {
	color: #006699;
}

#home #page #contact {
	margin-top: 38px;
}

#home #page #contact, #home #page #contact a {
	font-size: 10px;
	font-weight: bold;
	color: #330099;
}

#home #page #contact .detail {
	margin-left: 10px;
	margin-right: 24px;
}

/* Clients */

#clients #page {
	background-image: url(images/clients.jpg);
	background-position: right 133px;
	background-repeat: no-repeat;
}

#content #clients {
	width: 100%;
}

#content #clients td {
	width: 33%;
	padding-right: 0px;
	vertical-align: top;
}

#heading a {
	margin-left: 145px;
	font-size: 10px;
}

/* Testimonials */

#testimonials #page {
	background-image: url(images/background.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* About */

#about #page {
	background-image: url(images/about.jpg);
	background-position: right 133px;
	background-repeat: no-repeat;
}

/* green */

#green #heading, #green hr {
	color: #009966;
}

#green #content #box {
	background-color: #DCEAE1;
}

#green #content #box th {
	background-color: #00723E;
}

#green #content #box .title {
	color: #00723E;
}

#green #content #box .list {
	background-image: url(images/greenarrow.gif);
}

/* red */

#red #heading, #red hr, #red #content #box .title, #red #content #box th, .error, .required {
	color: #993333;
}

#red #content #box {
	background-color: #EBD6D6;
}

#red #content #box .list {
	background-image: url(images/redarrow.gif);
}

/* blue */

#blue #heading, #blue hr {
	color: #006699;
}

#blue #content #box {
	background-color: #CCE0EB;
}

#blue #content #box th {
	background-color: #006699;
}

#blue #content #box .title {
	color: #006699;
}

#blue #content #box .list {
	background-image: url(images/bluearrow.gif);
}

/* purple */

#purple #heading, #purple hr, #heading a, #clients #heading, #clients hr, #testimonials #heading, #testimonials hr, #about #heading, #about hr, #services #heading, #services hr {
	color: #330099;
}

#purple #content td, #testimonials #content td, #about #content td {
	padding-right: 130px;
}

/* Contact */

#content form {
	margin: 0px;
	margin-top: 30px;
}

#content #contact {
	width: 100px;
}

#content #contact td {
	padding-right: 0px;
}

#content #contact #enquiry {
	height: 100px;
}

#content #contact .fields {
	width: 250px;
	margin-right: 50px;
	margin-bottom: 5px;
}

#content .error {
	font-weight: bold;
}

#content #team td {
	padding-right: 20px;
}

#content #team #divider {
	border-left: 1px solid #999999;
}

/* Services */

#services #page {
	background-image: url(images/services.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#services #content #data td {
	padding-right: 40px;
	vertical-align: top;
	line-height: 20px;
}