/*	Dolphin Energy Style Sheet - General
-----------------------------------------------------------------------------
version:		1.0
author:		Interactive Limited, Dubai
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
->	Selectors
-----------------------------------------------------------------------------*/

@import "general.css";


*
	{
		margin: 0;
		padding: 0;
		border: none;
	}


body
	{
		padding:0;
		margin:0;
		background:url(../images/bg.gif) center top no-repeat;
	}

/*-----------------------------------------------------------------------------
->	Headings
-----------------------------------------------------------------------------*/

	
h1.pipeline
	{
		width:656px;
		height:32px;
		display:block;
		background:url(../images/h1-pipeline.gif) no-repeat;
		background-repeat:no-repeat;
		margin:0;
		text-indent:-10000px;
		padding:0;
	}	

h1.dpipeline
	{
		width:656px;
		height:32px;
		display:block;
		background:url(../images/h1-d-facilities.gif) no-repeat;
		background-repeat:no-repeat;
		margin:0;
		text-indent:-10000px;
		padding:0;
	}	

h1.laffan
	{
		width:656px;
		height:32px;
		display:block;
		background:url(../images/h1-raslaffan.gif) no-repeat;
		background-repeat:no-repeat;
		margin:0;
		text-indent:-10000px;
		padding:0;
	}	
	
h1.trans
	{
		width:656px;
		height:32px;
		display:block;
		background:url(../images/h1-gas-trans.gif) no-repeat;
		background-repeat:no-repeat;
		margin:0;
		text-indent:-10000px;
		padding:0;
	}	

h1.dfacilities
	{
		width:656px;
		height:32px;
		display:block;
		background:url(../images/h1-dolphinfacilities.gif) no-repeat;
		background-repeat:no-repeat;
		margin:0;
		text-indent:-10000px;
		padding:0;
	}	


h3
	{
		font-family:Arial, Helvetica, sans-serif;
		margin:0;
		font-size:13px;
		color:#696868;
		font-weight:bold;
		padding:35px 0 0 60px;
	}


p
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#616460;
		margin:20px 0 0 0;
		line-height:20px;
		padding:0;
	}
	


p a
	{
		color:#af4a4f;
	}


/*-----------------------------------------------------------------------------
->	Layout
-----------------------------------------------------------------------------*/

#wrapper
	{
		margin:0 auto;
		width:919px;
		min-height:500px;
	}


.spotLightContainer
	{
		width:919px;
		height:188px;
		padding:0;
		margin: 0 0 40px 0;
	}
	
.spotLight
	{
		float:right;
		width:716px;
		height:188px;
		margin:0;
		padding:0;
	}

.primaryContent
	{
	width:656px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(../images/bg-primarycon-pipeline.gif);
	background-position: 0px 55px;
	background-repeat: repeat-x;
	}

#primaryCotentBox
	{
	margin:43px 19px 30px 19px;
	}
	
	
.primaryContent h2
	{
	color:#646d5b;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif, Tahoma;
	}
	
	
	#interactiveMap
	{
	margin-top:25px;
	}
	
.secondaryContent
	{
		padding:0;
		margin:0;
		width:263px;
		float:right;
		background:url(../images/bg-secondary.gif) center bottom;
	}
	
/*-----------------------------------------------------------------------------
->	Classes
-----------------------------------------------------------------------------*/

.clear
	{
		clear:both;
		margin: 0;
		padding: 0;
	}
	
