body {
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #4e4d4d;
}

#container {
	margin: 0px auto;
	width: 995px;
}

#banner {
	background: url(../media/graphics/banner.gif) no-repeat center;
	margin: 0px auto;
	height: 244px;
	width: 648px;
	border-right: 25px solid #4E4D4D;
}

#nav {
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	display: block;
	width: 574px;
	background: url(../media/graphics/nav-repeater.gif);
	height: 44px;
	font-weight: bold;
	border-right: 11px solid #4E4D4D;

}

#nav li {
	display: block;
	float: left;
}

#nav li a {
	color: #FFFFFF;
	padding: 15px 13px 0px 14px;
	text-decoration: none;
	height: 29px;
	display: block;
	float: left;
	letter-spacing: 1px;
}

#content {
	width: 995px;
	border-top: 1px solid #4E4D4D;
	float: left;
}

#left-column {
	text-align: right;
	float: left;
	width: 190px;
	padding: 28px 15px 0px 0px;
	background-color:#b9bc9d;
}

#centre-column {
	background: #94977e;  /*  #808080;  */
	float: left;
	width: 524px;
	padding: 25px;
}

#right-column {
	float: left;
	width: 200px;
	padding-left: 15px;
	padding-top: 42px;
}

#nav li a:hover {
	color: #999999;
}

#nav li a:active {
	color: #AC0000;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
	letter-spacing: 2px;
	margin: 10px 0px 0px;
}

h1 {
	font-size: 22px;
}

p {
	margin: 8px 0px 0px;
	line-height: 20px;
}

#left-column ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#left-column li {
	margin-bottom: 10px;
}

#left-column li a {
	color: #FFFFFF;
	text-decoration: none;
}

#left-column li a:hover {
	color: #CCCCCC;
}

#left-column li a:active {
	color: #4E4D4D;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

p a,
h3 a {
	color: #000000;
	text-decoration: none;
}

p a:hover,
h3 a:hover {
	color: #CCCCCC;
}

p a:active,
h3 a:active {
	color: #4E4D4D;
}

.thumbnails {
	width: 517px;
	padding: 20px 0px 0px;
}

a.thumbnail {
	border: 4px solid #FFFFFF;
	margin: 0px 13px 15px 0px;
	display: block;
	height: 106px;
	width: 106px;
	float: left;
}

a.thumbnail:hover {
	border-color: #CCCCCC;
}

a.thumbnail:active {
	border-color: #4E4D4D;
}

a.end-thumbnail {
	margin-right: 0px;
}

#baseplate {
	width: 560px;
	margin: 0px auto;
	border-right: 10px solid #4E4D4D;
	text-align: center;
	padding: 10px 0px;
	font-size: 11px;
	color: #808080;
}

#baseplate a {
	color: #808080;
	text-decoration: none;
}

#baseplate a:hover {
	color: #FFFFFF;
}

#baseplate img {
	padding: 0px 10px;
}


table.pricing {
	margin: 10px 0px;
	font-size: 12px;
}

table.pricing th {
	background: #626262;
	padding: 5px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

table.pricing td {
	padding: 5px 10px 10px 5px;
}

p.small {
	font-size: 11px;
	line-height: 16px;
}

h2 {
	font-size: 18px;
}

form {
	margin: 0px;
	padding: 0px;
}
.formFields {
	background: #FFFFFF;
	margin: 4px 0px;
	padding: 3px;
	font: 13px "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #AF0000;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.submitButtons {
	font-size: 14px;
	float: right;
	padding: 2px 6px;
	margin: 4px 10px 0px 0px;
	color: #FFFFFF;
	background: #AF0000;
	border-style: none;
}
.requiredfield {
	font-size: 20px;
	font-weight: bold;
	color: #AF0000;
}
select {
	border-style: none;
}
table.portfolio {
	margin: 20px 0px 10px;
}
table.portfolio td {
	padding: 0px 9px 15px 0px;
	text-align: center;
	vertical-align: top;
}
table.portfolio a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 10px 5px;
}
table.portfolio img {
	border: 3px solid #FFFFFF;
	margin-bottom: 8px;
}
table.portfolio a:hover {
	color: #FFFFFF;
	background: #999999; 
}
table.portfolio a:active {
	background: #4E4D4D;
}
p.back {
	display: block;
	float: right;
	width: 150px;
	font-size: 11px;
	text-align: right;
	margin-top: 7px;
}
table.portfolio td.no-padding {
	padding-right: 0px;
}

#left-column h2 {
	margin-bottom: 10px;
}
#copyright {
	float: left;
	width: 524px;
	padding: 25px;
}

