html {
    font-family: Arial;
    font-size: 12px;
}

a { color: #008DA8; }
a:hover { color: blue; }

div#wrap {
    position: relative;
    width: 820px;
    margin: 20px auto;
}
div#leftContent {
    position: relative;
    width: 440px;
    height: 571px;
    float: left;
    background-image: url(images/placeholder.jpg);
    background-repeat: repeat-y;
    background-position: top left;
}
div#leftContent h1 {
    position: relative;
    display: block;
    height: 70px;
    width: 400px;
    margin-top: 375px;
    background-image: url(images/biglogo.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-color: white;
    text-indent: -9999px;
    
}

div#rightContent {
    position: relative;
    width: 364px;
    padding: 15px 0 15px 15px;
    float: left;
    border-left: 1px dotted silver;
}

 div#rightContent h2 {
    background-image: url(images/theansweris.png);
    background-repeat: no-repeat;
    background-position: top left;
    height:29px;
    width:314px;
    text-indent:-9999px;
    margin-bottom: 15px;
    clear: both;
}
div#rightContent h3 {
    background-image: url(images/interestedin.png);
    background-repeat: no-repeat;
    background-position: top left;
    height:18px;
    width:282px;
    text-indent:-9999px;
    margin-bottom: 10px;
}
div#rightContent p {
    margin-bottom: 10px;
	line-height: 1.4;
}


ul#theDirectors {
    font-size: 0.8em;
    
}
ul#theDirectors li {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 117px 0 0 0;
    width: 114px;
	text-align:center;
}
ul#theDirectors li a {
    text-decoration: none;
}
ul#theDirectors li span {
    display:block;
	padding-top: 2px;
}
ul#theDirectors li.naeem {
    background-image: url(images/naeem.jpg);
    background-repeat: no-repeat;
}
ul#theDirectors li.iftikhar {
    background-image: url(images/iftikhar.jpg);
    background-repeat: no-repeat;
	background-position: -5px 0;
}
ul#theDirectors li.kashif {
    margin-right: 0px;
    background-image: url(images/kashif.jpg);
    background-repeat: no-repeat;
	background-position: 10px 0;
}


a.next {
    clear: both;
    display: block;
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 23px 20px 20px 5px;
    background-image: url(images/next.png);
    background-repeat: no-repeat;
    background-position: ;
}
a.back {
    clear: left;
    display: block;
    float: left;
    margin-top: 22px;
    margin-bottom: 30px;
}

div#footer {
    clear: both;
}
ul#address {
    font-size: 0.8em;
    margin-bottom: 10px;
}
ul#address li {
    display: block;
    float: left;
    margin-right: 20px;
    width: 170px;
    padding-bottom: 8px;
}
ul#address li.last {
    margin-right: 0px;
}
ul#address li.bottom {
    padding-bottom: 0;
}

div#footer h1 {
    clear: both;
    display: block;
    width: 362px;
    height: 17px;
    text-indent: -9999px;
    background-image: url(images/footerlogo.png);
    background-repeat: no-repeat;
}





fieldset.findoutmore {
    margin-bottom: 5px;
}
label.brochure, label.meeting {
    display: block;
    width: 175px;
    float: left;
}
label.brochure input, label.meeting input {
    float: left;
}
label.brochure span, label.meeting span {
    float: right;
    width: 155px;
}
label.brochure {

    margin-right: 10px;
}
label.meeting {

}



label.phone, label.email {
    margin-top: 5px;
}


label.name input {
    width: 360px;
    margin-top: 2px;
}
label.phone input, label.email input {
    width: 173px;
    margin-top: 2px;
}
label.phone, label.email {
    float: left;
}
label.phone {
    margin-right: 10px;
}


form {
    padding-bottom: 30px;
}
form p {
    padding-top: 5px;

    font-weight: bold;
}

fieldset.address {
    clear: both;
    margin-top: 10px;
}

fieldset.address label, fieldset.address input, fieldset.address span,
label.phone,
label.phone span,
label.phone input,
label.name span,
label.email span,
label.name,
label.email,
label.name input,
label.email input {
    display: block;
}
label.phone span, label.name span, label.email span, fieldset.address legend {
    font-weight: normal;
}
fieldset.address label {
    float: left;
    margin-top: 5px;
}
fieldset.address input {
    width: 173px;
}
fieldset.address span {
    font-size: 0.8em;
    color: grey;
    margin-top: 1px;
}

fieldset.address label.country select {
    width: 177px;
    margin: 0;
}

fieldset.address label.line1 input,
fieldset.address label.line2 input {
    width: 360px;
}

fieldset.address label.city input,
fieldset.address label.postcode input {
    margin-right: 10px;
}





input.submit {
    float: right;
    margin-top: 20px;
    
}
input.submit:active {

}

hr { clear: both;}

.clearfix:after {  
    content: ".";  
    display: block;  
    clear: both;  
    visibility: hidden;  
    line-height: 0;  
    height: 0;  
}  
   
.clearfix {  
    display: inline-block;  
}  
   
html[xmlns] .clearfix {  
    display: block;  
}  
   
* html .clearfix {  
    height: 1%;  
}  