body {
	height: 100%;
	margin: 0;
	padding: 22px 0 0 0;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

p {
	margin-top: 0;
	padding-top: 0;
}

/* Template */

#container {
	width: 750px;
	margin: -22px auto 0 auto;
	padding: 0;
	overflow: hidden;
}

#header {
	width: 750px;
	height: 142px;
	margin: 32px 0 0 0;
	background: url(images/header.png) no-repeat top left;
}

#menu {
	width: 750px;
	height: 26px;
	text-align: right;
	border-bottom: 1px solid #666666;
}

#contentmain {
	width: 750px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 18px;
}

#contentall {
	width: 750px;
	overflow: hidden;
	float: left;
	text-align: left;
}

#contentleft {
	width: 478px;
	overflow: hidden;
	float: left;
	text-align: left;
}

#contentright {
	width: 224px;
	overflow: hidden;
	float: right;
	text-align: left;
	padding: 0 12px 24px 12px;
	background-color: #EFEFEF;
}

#images {
	width: 750px;
	overflow: hidden;
	float: left;
	margin: 24px 0;
}

#tag {
	width: 750px;
	height: 20px;
	text-align: right;
	color: #666666;
	margin: 12px 0 0 0;
	padding: 6px 0 0 0;
	border-top: 1px solid #666666;
}

/* Content Styling */

#tag a {
	color: #CCCCCC;
	text-decoration: none;
}

#tag a:hover {
	color: #a6ce39;
}

h2.contentheading {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
}

h2.subheading {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
}

img.bottomimages {
	margin: 0 42px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}

img.portfolioimages {
	margin: 0 12px 24px 12px;
	border: 1px solid #CBCBCB;
}

img.portfolioimages:hover {
	margin: 0 12px 24px 12px;
	border: 1px solid #a6ce39;
}

a.portfolio {
	text-decoration: none;
}

#menu ul {
	padding: 0;
	list-style: none;
}

#menu ul li {
	display: inline;
	padding: 8px 12px;
}

#menu ul li a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

#menu ul li a:hover {
	font-size: 14px;
	color: #a6ce39;
	text-decoration: none;
}

#content a {
	font-size: 12px;
	text-decoration: none;
	color: #4F5B85;
}

#content a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #a6ce39;
}

#contentright a {
	text-decoration: underline;
	color: #000000;
}

#contentright a:hover {
	text-decoration: underline;
	color: #a6ce39;
}

img.image {
	margin: 0 24px;
}

img.leftimg {
	margin: 18px 0;
}

p.contact {
	margin: 6px 0;
}

div.contact {
	height: 16px;
	width: 224px;
	margin: 0 0 12px 0;
}

img.contactimg {
	margin: 0 8px 0 0;
}

/* Enquiry Form */

div.submit {
	width: 330px;
	overflow: hidden;
	text-align: left;
}

.submit {
	width: 90px;
	margin-top: 6px;
}

p.formlabel {
	margin: 6px 0 0 0;
}

/* Info */

div.error {
	width: 690px;
	color: #000000;
	margin: 0 auto;
	padding: 12px 6px 12px 54px;
	border-top: 2px solid #ff8d8d;
	border-bottom: 2px solid #ff8d8d;
	text-align: left;
	background: #ffb6b6 url(../images/error.jpg) no-repeat center left;
}

div.info {
	width: 690px;
	color: #000000;
	margin: 0 auto;
	padding: 12px 6px 12px 54px;
	border-top: 2px solid #92cbe9;
	border-bottom: 2px solid #92cbe9;
	text-align: left;
	background: #b6dcff url(../images/info.jpg) no-repeat center left;
}