﻿	/*
      Created by Ibrar Hussain of Freeman Holland Ltd
	  
	  E-Mail: ibrar@freemanholland.com
*/

* { padding: 0; margin: 0; }


p { margin:10px 0; }

a{
color: #0096c2;
text-decoration:underline;	
}

a:hover{
text-decoration:none;	
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#000;
}
#wrapper { 
 margin: 40px auto;
 width: 913px;
 border:3px solid #858585;
 margin-bottom:5px;
 overflow:hidden;
}

#header-left {
 color: #333;
 float: left;
 padding: 10px;
 height: 75px; 
 width: 692px; 
 margin: 0px 0px 5px 5px;
}

#header-right {
 float: right;
 padding: 10px;
 padding-top:0px;
 width: 175px; 
 height: 85px;
}

#header-right img{
margin-top:-25px;
position:absolute
}

#navigation{
	height:57px
}

#breadcrumb{
	width:692px;
	color:#fff;
	font-size:11px
}

#breadcrumb a{
text-decoration:underline;
color: #0096c2;
font-weight:bold;
}

#breadcrumb a:hover{
text-decoration:none;
}

#leftcolumn { 
 color: #fff;
 margin: 0px 5px 5px 15px;
 padding: 10px;
 width: 597px;
 float: left;
 padding-left:0
}

#leftcolumn ul{ 
list-style:none;
}

#leftcolumn h1{ 
 color: #0096c2;
 font-size:28px;
 margin-bottom:8px;
}

#leftcolumn h2{ 
 font-size:16px;
}

#rightcolumn { 
 float: right;
 color: #333;
 border-left:1px solid #0b779d;
 margin: 0px 10px 5px 0px;
 padding: 10px;
 width: 255px;
 display: inline;
}

#rightcolumn h3{
color:#fff
}

#rightcolumn img{
float:left;
margin-right:5px;
}

#rightcolumn ul{
list-style:none;
}

#rightcolumn h4{
color:#fff;
font-size:12px;
}

#rightcolumn a{
 color: #0096c2;
 text-decoration:underline;
 line-height:20px;
}

#rightcolumn a:hover{
 text-decoration:none
}

.somediv{
width: 266px;
clear: left;
color:#fff;
margin-bottom:15px;
}

.somediv span{
 color: #0096c2;
}

.somediv .floatbox{
float: left;
height: 59px; 
width: 61px;
}
.somediv p{
margin-top: 0;
margin-left: 56px;
}

#share{
margin-top:10px;
width:910px;
clear:both;
margin-bottom:10px;
height:20px;
margin-left:-7px;
}

#share a{
	float:right;
}

#share img{
	border:0
}

#footer { 
 width: 897px;
 clear: both;
 color: #0096c2;
 margin: auto;
 padding: 10px;
}

#footer span{ 
float:right;
}

#footer a{ 
color: #0096c2;
text-decoration:underline;
}

#footer a:hover{ 
text-decoration:none;
}


