/*	Dolphin Energy Style Sheet - General
-----------------------------------------------------------------------------
version:		1.0
author:		Interactive Limited, Dubai
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
->	Selectors
-----------------------------------------------------------------------------*/

@import "general.css";


/*-----------------------------------------------------------------------------
->	Headings
-----------------------------------------------------------------------------*/

#headerHome
{
height:160px;
background-image:url(../images/bg-home-header.gif);
background-repeat:no-repeat;
}

#headerHomeAlert
{
height:160px;
background-image:url(../images/bg-home-header-alert.gif);
background-repeat:no-repeat;
}


#spotlightHome
{
width:100%;
height:188px;
}

#maincontentWrapper
{
padding-top:40px;
background-position:right top;
background-repeat:no-repeat;

}
#introHome
{
background-image:url(../images/bg-home-intro.gif);
background-repeat:no-repeat;
width:406px;
float:left;
height:313px;
margin-right:26px;
}
#introHome p
{
	margin-top: 60px;
}
#introHome p.introLastPara
{
	margin-top: 20px;
}




#alertHomeThumb
	{
		width:210px;
		float:left;
	}


#alertHomeContent
	{
		width:240px;
		float:right;
		margin-right:10px;
	}


#dolphinAlerts
{
background-image:url(../images/bg-home-alert.gif);
background-repeat:no-repeat;
width:466px;
height:280px;
float:left;
padding: 60px 0 0 15px;
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size:11px;
color:#666666;
}

#dolphinAlerts p
{
	margin:0;
	padding:0;
	line-height:17px;
}

#dolphinAlerts p strong
{
	color:#26A6C3;
	font-size:14px;
}

#dolphinProject
{
background-image:url(../images/bg-home-project.gif);
background-repeat:no-repeat;
width:216px;
height:254px;
float:left;
padding: 60px 0 0 15px;
font-family:Arial, Helvetica, sans-serif, Tahoma;
font-size:11px;
color:#666666;
}
#newsUpdates
{
background-image:url(../images/bg-home-newsupdates.gif);
background-repeat:no-repeat;
width:216px;
height:253px;
float:right;
padding: 60px 0 0 15px;
text-align:left;
}

ul#news
{
list-style-type:none;

}
ul#news li
{
		border-bottom:1px solid #efefef;
		width:165px;
		line-height:26px;
		margin:0;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
}
ul#news li a
{
text-decoration:none;
font-size:12px;
display:block;
width:165px;
padding-left: 14px;
color:#b57777;
background:url(../images/arrow1.gif) no-repeat 0 9px;
}

ul#news li a:hover
{
color:#1caab7;
background:url(../images/arrow1.gif) no-repeat 1px 9px;	
}