body {
background-color:#000000;
    color: #868384;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 14px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
a {
    color: #000000;
    text-decoration:none;
}

#menu li a:hover span {color:#000000 !important;}

table {
    margin:auto;

}
td, th {
    border-left:1px solid #000000;
border-top:1px solid #000000;
    padding:3px 10px;
	font-size:1.2em;
}
tr{
    border-bottom:1px solid #000000;
    border-right:1px solid #000000;
}
th {
    background-color:#333333;
    color:#FFFFFF;
}
.alt {
    background-color:#CCCCCC;
}

th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

hr {
    height: 12px; 
    border: 0; 
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.3);
    width:600px;
}

h1, h2, h3 {
    color: #000000;
    font-weight: normal;
    margin: 0 auto 0.5em;
}
h1 {
    font-size: 2.6em;
    margin: 0 auto 0.5em;
	/*margin-top: 400px;*/
}
h2 {
    font-size: 2.2em;
    /*margin-bottom: 60px;
    margin-top: 400px;*/
}
h3 {
    font-size: 1.4em;
    color: #262626;
}
p, ol {
    line-height: 180%;
    margin-top: 0;
    margin-left: 150px;
    margin-right: 150px;
}

ul {
    line-height: 180%;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
}

#logo img {
    margin: -2em auto 0.5em;
}
#logo {
	margin-top: 24px;
}

.middle {
	padding-top: 32px;
    vertical-align: top;
	float:left;
}

.left {
	float:left;
}

.right {
	float:right;
}

.name {
	/*font-weight:bold;*/
	margin-top:0px;
	-webkit-text-stroke: 1px black;
	color: white;
	text-shadow:3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px  1px 0 #000,1px  1px 0 #000;
	font-size:4em;
}

#header {
    position: fixed;
	/*background-color:#ffffff;*/
    margin: 0 auto;
    width: 98%;
    clear: both;
	height:315px;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */

}

#headertop {
	background-color:#000000;
}

section {
    margin-bottom: 1000px;
    padding-top: 340px;
}

#container {
    background-color:#ffffff;
    margin: 0px auto;
    position: relative;
    width: 98%;
    clear: both;
}

#content {
    background-color:#ffffff;
    margin: 0 auto 0.5em;
    width:1000px;
}

#menu {
    height: 30px;
    width: 600px;
    margin: 2em auto 1.5em;
    border-bottom: 1px solid #B7B6B6;
    border-top: 1px solid #B7B6B6;
}

#menu ul {
    line-height: normal;
    list-style: none outside none;
}


#menu li {
    float: left;
}

#menu li a span {
    color: #868384;
    margin-left:15px;
    font-size:1.5em;
}

#footer {
    border-top: 1px solid #B7B6B6;
    padding-top:5px;
    padding-bottom:5px;
}

.company_name {
    margin-left:-36px;
}

.centre {
    background-color:#ffffff;
    margin: 0 auto 0.5em;
    width:540px;
	height:138px;
}

.wide_centre {
    margin-left:30px;
	margin-right:30px;
	font-size:1.4em;
}

.left_div {
    float: left;
    margin-right: 0px;
    width: 530px;
    overflow: hidden;
}

.right_div {
    float: left;
    margin-right: 0px;
    width: 450px;
    overflow: hidden;
}

.vision {
    overflow: hidden;
}

.vision p {
    margin-left: 65px;
    margin-right: 65px;
}

.bold {
	font-weight:bold;
}

#contact {
	margin-bottom:100px;
}

/*CONTACT FORM*/
form#contactus {
	background: #868384;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 500px;
	margin: 0 auto 0.5em;
}

form#contactus fieldset {
	border: none;
	margin-bottom: 10px;
}

form#contactus legend {
	color: #ffffff;
	font-weight: bold;
	padding-bottom: 10px;
	text-shadow: 0 1px 1px #000000;
}

form#contactus fieldset fieldset legend {
	color: #111111;
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 0;
}

form#contactus ul li {
	background: #b9cf6a;
	background: rgba(255,255,255,.3);
	border-color: #e3ebc3;
	border-color: rgba(255,255,255,.6);
	border-style: solid;
	border-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 30px;
	list-style: none;
	padding: 5px 10px;
	margin-bottom: 2px;
}
form#contactus ul ul li {
	background: none;
	border: none;
	float: left;
	padding-left:20px;
	padding-right:20px;
}

form#contactus label {
	float: left;
	font-size: 13px;
	width: 110px;
	color:#000000;
}
form#contactus fieldset fieldset label {
	background:none no-repeat left 50%;
	line-height: 20px;
	padding: 0 0 0 30px;
	width: auto;
}

form#contactus fieldset fieldset label:hover {
	cursor: pointer;
}

form#contactus textarea {
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px;
	outline: none;
	padding: 5px;
	width: 200px;
}

form#contactus input{
	background: #ffffff;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font: italic 13px;
	outline: none;
	padding: 5px;
	width: 200px;
}

form#contactus input:not([type=submit]):focus,
form#contactus textarea:focus {
	background: #eaeaea;
}
form#contactus button {
	background: #ffffff;
	border: 1px solid #ffffff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	color: #000000;
	display: block;
	font: 18px;
	margin: auto;
	padding: 7px 25px;
}
form#contactus button:hover {
	border: 1px solid #000000;
	cursor: pointer;
}

.list {
    background-image:url(images/tick.png);
    background-repeat:no-repeat;
    background-position: 20px 0px;
}
