body {
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
}

p, div {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-family: Calibri, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 24px;
	align: center;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-family: Calibri, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h3 {
	font-family: Calibri, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 {
	font-family: Calibri, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h5 {
	font-family: Calibri, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

h6 {
	font-family: Calibri, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main_content_area ul {
	list-style-image: url(images/layout/bullet.png);
}

#main_content_area li {
	margin-top: 10px;
	margin-botton: 10px;
}

form {
	margin: 0px 0px 0px 0px;
}

.bold {
	font-weight: bold;
}

.small {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
}

.align_left {
	text-align: left;
	vertical-align: middle;
}

.align_centre {
	text-align: left;
	vertical-align: middle;
}

.no_link {
	text-decoration: none;
	cursor: pointer;
}

/* Table Style */

.grey_table {
	background-color: #E9E9E9;
	border-color: #808080;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Photo Module */

.photo_wrapper {
	position: relative;
	width: auto;
	float: right;
	border-style: solid;
	border-width: 8px 8px 0px 8px;
	border-color: #E0E0E0;
	background-color: #E0E0E0;
	margin: 0 0 10px 10px;

}

#photo_text {
	padding: 2px 0px 2px 0px;
	text-align: center;
	color: #000000;
}

#spacer {
	height: 8px;
	background-color: #E0E0E0;
}

/* Links */

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}

.photo_table {
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
}

/* MAIN CONTAINER - CENTRED ON PAGE */

#container {
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	padding: 0px 0px 0px 0px;
}

/* SUB CONTAINERS */

#header_container {
	height: 79px;
	background-image: url(../images/layout/header.png);
}
	
#menu_container {
	height: 61px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(../images/layout/menu_back.png);
}

#main_area_container {
	min-height: 450px;
	border-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	background-color: #EBEBEB;
	padding: 10px 10px 10px 10px;
}

#footer_container {
	padding-top: 10px;
}

/* MAIN MENU */

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

#navlist ul li {
	display: inline;
}

#navlist ul li a {
	display: block;
	height: 52px;
	float: left; 
	text-decoration: none;
	background-image: url(../../images/layout/menu.png);
	background-repeat: no-repeat;
}

#navlist ul li a.home_link {
    width: 105px;
	background-position: 0 0;
}
 
#navlist ul li a:hover.home_link {
    width: 105px;
	background-position: 0 -52px;
} 

#navlist ul li a.portfolio_link {
    width: 146px;
	background-position: -105px 0;
}
 
#navlist ul li a:hover.portfolio_link {
    width: 146px;
	background-position: -105px -52px;
} 

#navlist ul li a.service_link {
    width: 139px;
	background-position: -251px 0;
}
 
#navlist ul li a:hover.service_link {
    width: 139px;
	background-position: -251px -52px;
} 

#navlist ul li a.testimonial_link {
    width: 201px;
	background-position: -390px 0;
}
 
#navlist ul li a:hover.testimonial_link {
    width: 201px;
	background-position: -390px -52px;
} 

#navlist ul li a.contact_link {
    width: 169px;
	background-position: -591px 0;
}
 
#navlist ul li a:hover.contact_link {
    width: 169px;
	background-position: -591px -52px;
} 

/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */

/* Form Styling */

form {
	width: 490px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #E0E0E0;
}

form div {
	width: 490px;
	background-color: #E0E0E0;
}

form div label {
	width: 90px;
	height: 15px;
	float: left;
	text-align: right;
	margin-top: 9px;
	margin-right: 0.5em;
	display: block;
	vertical-align: middle;
}

form div input[type="text"] {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #999999;
	margin: 4px 0px 4px 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	height: 15px;
}

form div input[type="submit"] {
	cursor:pointer;
	border: none;
	background: transparent url(../images/layout/send_email.png) no-repeat center top;
	height: 30px;
	width: 126px;
	overflow:hidden;
}

form div input[type="reset"] {
	cursor:pointer;
	border: none;
	background: transparent url(../images/layout/clear_form.png) no-repeat center top;
	height: 30px;
	width: 122px;
	overflow:hidden;
}

form div textarea {
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #999999;
	margin: 4px 0px 4px 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	height: 10em;
}

.error{
	width: 490px;
	color:#FF0000;
	padding-left: 95px;
	text-align: right;
	background-color: #E0E0E0;
}
