/*
--------------------------------------------
Silverback version 2.0
Author:- Hakim Sabri
Last Modified:- 24th June 2009
--------------------------------------------
*/
hr {
	display: none;
}

.border {
	padding-bottom: 17px;
	border-bottom: solid 2px #C4602E;
}

.solid_red{
	border-bottom: solid 2px #B50000;
}

.solid_grey{
	border-bottom: solid 2px #808080;
}

.solid_green{
	border-bottom: solid 2px #267E2E;
}

.solid_blue{
	border-bottom: solid 2px #00578C;
}

.solid_lblue{
	border-bottom: solid 2px #0094FF;
}

.solid_dgreen{
	border-bottom: solid 2px #425443;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
	margin-left: 0;
}

*{
	padding: 0;
	margin: 0;
	border: 0;
}

p {
	padding: 0;
	line-height: 1.5;
	text-align: justify;
	font-size: 0.8em;
	color: #333333;
}

a{
	outline:none;
	text-decoration: none;
	color: #0779AD;
}

object {
	outline: none;
}

h3.header
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	padding: 4px;
	padding-bottom: 10px;
	color: #0076CC;
}

body,html {
	font-family: Verdana, Lucida Grande,Helvetica,Sans-Serif;
	background:url("../resource/bg.jpg") top center no-repeat #31231A;
	min-width: 1024px;
}


#banner {
	background: url("../resource/banner_line.gif") #262626;
	background-repeat: repeat-x;
	height: 146px;
	min-width: 1050px;
}

.bannerheader {
	height: 114px;
	width: 700px;
	text-indent: -9999px;
	margin: 0 auto;
}

.bannerheader a.logo {
	float: left;
	background: url("../resource/hakimologo.jpg");
	width: 669px;
	height: 112px;
}

#wrapper {
	background: url("../resource/content_mid.gif");
	background-repeat: repeat-y;
	margin: auto;
	width: 858px;
	background-color: #FFFFFF;
	padding-bottom: 1px;
	overflow: hidden;
}

.bar_title {
	margin: auto;
	width: 858px;
	height: 107px;
}

.home {
	background: url("../resource/bar_titles.gif");
	background-position: 0px 0px;	
}

.gallery {
	background: url("../resource/bar_titles.gif");
	background-position: 0px -107px;	
}

.web_design {
	 background: url("../resource/bar_titles.gif");
	 background-position: 0px -214px;	
}

.about {
	background: url("../resource/bar_titles.gif");
	background-position: 0px -321px;	
}

.contact {
	background: url("../resource/bar_titles.gif");
	background-position: 0px -428px;	
}

.sitemap {
	 background: url("../resource/bar_titles.gif");
	 background-position: 0px -535px;	
}

.right_header {
	margin: 0;
	padding: 0;
	float: left;
	width: 205px;
	height: 43px;
	text-indent: -9999px;
}

.right_header a {
	float: left;
	width: 205px;
	height: 43px;
}

.twittering {
	background: url("../resource/right_headers.gif");
	background-position: 0px 0px;
	margin-bottom: 10px;
}

.tools {
	background: url("../resource/right_headers.gif");
	background-position: 0px -43px;
	margin-bottom: 10px;
}

.wtools {
	background: url("../resource/right_headers.gif");
	background-position: 0px -86px;
	margin-bottom: 10px;
}

#footer {
	 background: url("../resource/content_bottom.gif") no-repeat;
	 margin: auto;
	 height: 128px;
	 width: 858px;
}

#footerwrap {
	 margin: auto;
	 height: 128px;
	 width: 774px;
}

#footerwrap p {
	 margin-top: 0px;
	 margin-bottom: 0px;
	 padding-top: 45px;
	 text-align: center;
	 color: #ffffff;
}

#footerwrap a {
	 font-size: 1.0em;
	 margin-right: 5px;
	 color: #ffffff;
	 text-decoration: none;
}

#footerwrap a:hover {
	color: #FF8000;
	text-decoration: underline;
}

#flashnav {
	 float: left;
	 width: 332px;
	 height: 96px;
	 position: relative;
	 bottom: 3px;
}

#navmenu {
	 clear: both;
	 margin-left: 40px;
	 width: 774px;
	 height: 96px;
	 overflow: hidden;

}

#navmenu li {
	text-indent: -9999px;
	list-style-type: none;
}

#navicons{
	float: right;
	width: 401px;
	height: 48px;
	position: relative;
}

#navicons a {
	 float: left;
}

#contactbtn {
	float: left;
	margin-top: 8px;
	margin-right: 16px;
	width: 41px;
	height: 31px; 
	background: url("../resource/contact.gif");	
    display: block;
}

/**********
content area
**********/

#container {
	 margin: auto;
	 margin-top: 6px;
	 margin-bottom: 8px;
	 width: 809px;
	 overflow: hidden;
}

.leftcolumn {
	 float: left;
	 width:570px;
	 /*background-color: #BFBFBF;*/
}

.content_title {
	width: 570px;
	height: 30px;
	background-color: #C4602E;
	margin-bottom: 10px;
}

.content_title h3 {
	margin: 0;
	font-size: 1.1em;
	letter-spacing: 0px;
	padding: 3px 0 0 7px;
	color: #fff;
}

.leftcontent {
	margin: auto;
	width: 550px;
	height: auto;
	text-align: justify;
	padding-bottom: 11px;
	background-color: #fff;
}

.leftcontent a{
	font-weight: bold;
}

.leftcontent a:hover{
	color: #E27100;
}

.leftcontent ol, .leftcontent ul {
	margin: 3px 0 5px 35px;
}

.leftcontent li {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 2px;
	color: #333333;
}

ul.twocolumn {
	width: 500px;
}

ul.twocolumn li {
	width: 190px;
	float: left;
}

.sub_title{
	margin-top: 7px;
	margin-bottom: 4px;
	padding: 0;
	width: 80%;
	height: 30px;
	background-color: #535353;
}

.sub_title h4 {
	margin: 0;
	font-size: 1.1em;
	letter-spacing: 0px;
	padding: 3px 0 0 7px;
	color: #fff;
}

.gallerycontent {
	margin: auto;
	width: 550px;
	overflow: hidden;
}

.gallerycontent img{
	float: left;
	margin-left: 3px;
	margin-bottom: 2px;
	width: 75px;
	height: 75px;
	background-color: #575757;
}

.illustrations  img:hover{
	background-color: #FF8000;
}

.graphics img:hover {
	background-color: #0094FF;
}

.models img:hover{
	background-color: #1F8A70;
}

.animations img:hover{
	background-color: #00578C;
}

.webcontent {
	float: left;
	margin-top: 7px;
	margin-right: 10px;
	width: 265px;
	height: 175px;
	overflow: hidden;
}

.webcontent h3 {
	margin: 0;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: 0px;
	color: #808080;
}

.webcontent p
{
	text-align: left;
}

.webcontent div{
	margin: auto;
	text-align: left;
	padding-left: 10px;
	width: 265px;
	height: 150px;
}

.webcontent img{
	float: left;
	width: 265px;
	height: 100px;
	background-color: #575757;
}

.webcontent img:hover {
	background-color: #F4A300;
}

.rightcolumn {
	float: right;
	width: 231px;
	padding-top: 10px;
	background-color: #0094FF;
}

.rightcontent {
	margin: auto;
	margin-bottom: 22px;
	width: 205px;
	min-height: 350px;
}

.rightcontent li {
	list-style-type: none;
}

.rightcontent p {
	text-align: justify;
}

.dotline {
	border-bottom: dotted 2px #fff;
	padding: 3px;
	margin-bottom: 7px;
	padding-top: 7px;
}

#twitter_div {
	margin-left: 3px;
	color: #fff;
	font-size: 0.8em;
}

#twitter_div li {
	padding: 3px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: dotted 2px #fff;
}

#twitter_div a{
	color: #004EA6;
	font-weight: bold;
}

#twitter_div a:hover{
	color: #152080;
}

#tools_div {
	margin-left: 25px;
	color: #fff;
	font-size: 0.8em;
}

#tools_div li{
	clear: both;
	list-style-type: disc;
}

.yellow {
	background-color: #F4A300;
}

.green {
	background-color: #267E2E;
}

.hgreen{
	background-color: #1F8A70;
}

.dgreen{
	background-color: #425443;
}

.grey {
	background-color: #808080;
}

.red {
	background-color: #B50000;
}

.purple {
	background-color: #BD1E30;
}

.blue{
	background-color: #00578C;
}

.lblue{
	background-color: #0094FF;
}

.orange{
	background-color: #C4602E;
}

/*
.yellow {
	background-color: #FDC21E;
}
*/





























