/* file created by Martin Burford (mburford@digitas.com) */
/* file created 10 October 2007 */

/* file version number 1.5: delivery (to client) date: 12 March 2008 */

/* grid.css */
/************/

/* grid */
/* **** */

BODY{
	margin:0 auto 0 auto;
}

#wrapper{
	margin:10px auto 0 auto;
	position:relative;
	width:960px;
}

#left_navigation{
	float:left;
	margin:96px 24px 10px 0;
	width:176px;
}

#header{
	margin:0px 8px 0 200px;
}

#footer{
	background:url(http://www-static.shell.com/static/styles/images/global/footer_fade.gif) no-repeat left bottom;
	clear:both;
	float:left;
	margin:12px 0 35px 200px;
	padding:0 0 50px 0;
	width:752px
}

#footer UL{
	font-size:110%;
	float:left;
	margin-right:20px;
	width:166px;
}

#footer UL.first{
	margin-left:20px;
	width:154px;
}

#content{
	float:left;
	position:relative;
	width:752px;
}

#content .two_wide{
	float:left;
	width:368px;
}

#content .two_wide.first{
	margin-right:16px !important;
}

#content .two_wide .two_wide{
	float:left;
	margin-left:8px;
	width:176px;
}

#content .two_wide .two_wide.first{
	margin-left:0;
	margin-right:8px !important;
	width:176px;
}

#content .three_wide{
	float:left;
	margin-right:16px;
	width:240px;
}

#content .three_wide.last{
	margin-right:0;
}

#content .three_wide_middle{
	float:left;
	margin-right:16px;
	width:176px;
}

#content .three_wide_middle.middle{
	width:368px !important;
}

#content .three_wide_middle.last{
	margin-right:0;
}

#content_small .left_small_right_big{
	float:left;
	margin-right:16px;
	width:176px;
}

#content_small DIV.left_small_right_big.last{
	margin-right:0;
	width:368px;
}

#content .left_small_right_wide{
	float:left;
	margin-right:16px;
	width:176px;
}

#content DIV.left_small_right_wide.last{
	margin-right:0;
	width:560px;
}

#content .four_wide{
	float:left;
	margin-right:16px;
	width:176px !important;
}

#content .four_wide.last{
	margin-right:0;
	width:auto !important;
}

#content_small{
	float:left;
	margin:0 16px 0 0;
	width:560px;
}

#content_small .two_wide{
	float:left;
	width:272px;
}

#content_small .two_wide.first{
	margin-right:16px;
}

#content_small .three_wide_middle{
	float:left;
	margin-right:16px;
	width:176px;
}

#content_small .three_wide_middle.last{
	margin-right:0;
}

#right_panel{
	float:left;
	width:176px;
}

/* popup */
/*********/

#popup_wrapper{
	margin:10px auto 0px auto;
	position:relative;
	width:584px;
}

#popup_wrapper #header{
	margin:0;
}

#popup_wrapper #content{
	text-align:left;
	width:584px;
}

#popup_wrapper #content_small{
	margin:0;
	width:584px;
}

#popup_wrapper #footer{
	background:url(http://www-static.shell.com/static/styles/images/global/footer_popup.jpg) no-repeat left top;
	display:inline;
	height:62px;
	margin:70px 10px 0 10px;
	overflow:hidden;
	padding:0;
	width:530px;	
}