* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
 color: #666666;
}
#container {
 width: 779px;
}

#header {
 height: 78px;
 background-color: #ffffff;
 background-image: url('../images/castrol_masthead_logo.gif');
 background-repeat: no-repeat;
}
#navbar {
 height: 39px;
 background-image: url('../images/masthead_container_bg.gif'); 
 background-repeat: no-repeat;
}
#breadcrumb
{
	font-size: 0.75em;
	padding-left: 20px;
	height: 32px;
}

#navcolumn { /* Parent Wrapper for inside boxes */
 /* margin: 0px 15px 15px 0px;*/
 padding: 0px;
 display: inline; /* IE Hack */
 width: 175px;
 float: left;
 min-height: 400px;
}
* html #navcolumn {height:400px} /* IE Min-Height Hack */ 

#content {
 /*border: 1px solid #ccc;*/
 margin: 0 0px 0px 15px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 570px; 
 float: left;
 min-height: 400px;
}
* html #content {height:400px} /* IE Min-Height Hack */ 

#footer {
 background-color: #ffffff;
 display: inline; /* IE Hack */
 float: left;
 width: 100%;
 height: 20px;
 background-image: url('../images/global_footer_container.jpg');
 background-repeat: no-repeat;
}

#contentStartPage {
 margin: 8px 0px 0px 9px;
 display: inline; /* IE Hack */
 padding: 0px;
 width: 750px; 
 float: left;
 min-height: 400px;
}
* html #contentStartPage {height:400px} /* IE Min-Height Hack */ 

/*Extra */
#header_menu {
    position: absolute;
	top: 0px;
	left: 325px;
	width: 425px;
	height: 10px;
	text-align: right;
}
#header_search {
    position: absolute;
	top: 28px;
	left: 450px;
	width: 300px;
	height: 30px;
	text-align: right;
	color: #ffffff;
	font-weight: bold;
}

#sectionPageImage 
{
	float: left;
	height: 185px;
	margin-right: 15px;
}

#sectionIntroText 
{
	font-size: 1.0em;
	font-weight: bold;
}

#sectionText 
{
	clear: both;
	font-size: 0.75em;
}

.pushItemContainer2
{
	background-image: url('../images/hsthoricontainer_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 236px;
	border: solid 1px #cccccc;
	float:left;
}
.pushItemContainer
{
	background-image: url('../images/homepage_dir_bg.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 236px;
	height: 100px;
	border: solid 1px #cccccc;
	float:left;
}

.pushTextItemContainer
{
    background-color: #f4f4f4;
	background-image: url('../images/homepage_dir_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 236px;
	height: 100px;
	border: solid 1px #cccccc;
	float:left;
}

.pushItem 
{
	padding: 7px 10px 10px 10px;
	font-size: 0.7em;
}

.pushItem h2 
{
	
	line-height: normal;
	margin: 5px 0px 10px 0px;	
}

img 
{
	border: 0px;
}

.toolsContainer
{
    background-color: #f4f4f4;
	background-image: url('../images/homepage_dir_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 172px;
	border: solid 1px #cccccc;
	float:left;
}
.toolsPadding
{
	padding: 7px 10px 10px 10px;
}
