body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

p, h1, h2, div, img, ul {
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

/* Container styles */

#container {
	width: 633px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

/* Header styles */

#header {
	border-top: 1px solid #f26100;
}

#header h1 {
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}

#header #surround_header_images {
	background-color: #f26100;
	float: right;
	height: 110px;
	padding-top: 4px;
	width: 361px;
}

#header #surround_header_images img {
	float: left;
}

#right_header_image {
	padding-left: 5px;
}

/* Content styles */

.section {
	padding-bottom: 20px;
}

.section .heading {
	border-top: 1px solid #f26100;
	border-bottom: 1px solid #f26100;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 10px;
}

.orange .heading {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

.section .heading h2 {
	font-size: 1.6em;
	color: #FFF;
	background-color: #666;
	padding: 5px 0 5px 5px;
	font-weight: normal;
}

.orange .heading h2 {
	font-weight: bold;
	background-color: #f26100;
}

.section p {
	color: #666;
	font-size: 1.3em;
	line-height: 1.4em;
	width: 625px;
	padding-left: 2px;
	padding-right: 3px;
}

.leftlist, .rightlist {
	float: left;
	margin-top: 4px;
	margin-left: 0px;
	padding-left: 20px;
	font-size: 1.2em;
	color: #f26100;
	font-weight: bold;
}

.leftlist li, .rightlist li {
	list-style-image: url(../Images/grey_bulletpoint.gif);
	margin-top: 3px;
}

.rightlist {
	padding-left: 50px;
}

.major_projects_list {
	margin-top: 4px;
	margin-left: 0px;
	padding-left: 20px;
	font-size: 1.3em;
	color: #f26100;
	padding-bottom: 15px;
}

.major_projects_list li.listone, .major_projects_list li.listtwo {
	margin-top: 3px;
	list-style-type: disc;
}

.major_projects_list li.listone {
	color: #f26100;
	list-style-image: url(../Images/orange_bulletpoint.gif);
}

.major_projects_list li.listtwo {
	color: #666;
	list-style-image: url(../Images/grey_bulletpoint.gif);
}

/* Under image paragraph styles */

#int_enquiries_p, #europe_enquiries_p, #asia_enquiries_p, #website_p {
	padding: 5px 10px;
	margin-top: 3px;
	font-size: 1.2em;
	line-height: 1.3em;
}

#int_enquiries_p {
	background-color: #666;
	color: #FFF;
}

#europe_enquiries_p {
	background-color: #d9d7d7;
	color: #484747;
}

#asia_enquiries_p {
	background: #f26100 url(../Images/asia_p_bg.gif) no-repeat 526px bottom;
	color: #FFF;
	padding-bottom: 8px;
}

#website_p {
	background: #666 url(../Images/website_p_bg.gif) no-repeat 507px;
	color: #FFF;
	font-size: 1.4em;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 5px;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	

