@import url("tabs.css");
@import url("fontetc.css");
body {
margin:0px;
padding:0px;
font-family: Helvetica, Arial, sans-serif;
background-image: url(../layoutimages/background.gif);
background-repeat:repeat-x;
background-color: #3D3D4E;
}

#container {
	width:900px;
	height: 100%;
	margin: 0 auto;
	
}

#toplogo {
	height: 100px;
	background-image: url(../layoutimages/wdbgrouplogo.gif)
}

#tabs {
	text-align:center;
	line-height:40px;
	width:inherit;
}

/*css for the main content*/
#maincontent {
	height:100%;
	width: 840px;
	border: #B8832A solid 2px;
	background-color:#FFF;
	padding:5px 30px 5px 30px;
	font:Helvetica;
	font-size:small;
	position:relative;
	overflow:hidden;
}

/*CSS for the Index page*/

#indexlogos {
	clear:both;
}

.no_link_style a:link {
	color:#000;
	text-decoration:none;
}

.no_link_style a:visited {
	color:#000;
	text-decoration:none;
}

.no_link_style a:hover {
	color:#000;
	text-decoration:none;
}

/*css for the gas pages*/
#gaspics {
	float:right;
	margin-left:30px;
	margin-right:30px;
}

#centrifugalpics {
	float:right;
	margin-left:30px;
	margin-right:0px;
	margin-top:30px;
}

#vanepics {
	float:right;
	margin-left:30px;
	margin-right:0px;
	margin-top:30px;
}

/*css for the bottom bar with the links in*/
#bottombar {
	width:901px;
	background-image:url(../layoutimages/bottombg.gif);
	font-size: x-small;
	color: #fff;
	overflow: auto;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
	padding-right:0px;
	clear:both;
}
#copycol {
	float:left;
	width:225px;
}
#wdbcol {
	float:left;
	width:225px;
}
#gascol {
	float:left;
	width:225px;
}
#contcol {
	float:left;
	width:225px;
}

.bottom a:link {
	color:#333;
	text-decoration:none;
}

.bottom a:hover{
	colour:#090;
	background-color:#FFF;
}

.bottom a:visited {
	color:#333;
	text-decoration:none;
}

/*CSS for the banners on the wdb about us page*/

.bannertext {
	background-image:url(../layoutimages/bannerbutton.gif); 
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	line-height:44px;
	font-size:20px;
	color:#FFF;
}

.slogantext {
	background-image:url(../layoutimages/sloganbutton.gif); 
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	line-height:40px;
	font-size:24px;
	color:#FFF;
}

#wdbslogan{
	width:420px;
	height:80px;
	float:left;
}

#gasslogan{
	width:420px;
	height:80px;
	float:right;
}

/*css for the menu bars*/

#wdbmenu {
	width:890px;
	background-image: url(../layoutimages/topbg.gif);
	border-left:#B8832A solid 2px;
	border-right:#B8832A solid 2px;
	border-top:#B8832A solid 2px;
	padding: 5px 5px 5px 5px;
	font-size:large;
}

#gasmenu {
	width:890px;
	background-image: url(../layoutimages/topbg.gif);
	border-left:#B8832A solid 2px;
	border-right:#B8832A solid 2px;
	border-top:#B8832A solid 2px;
	padding: 5px 5px 5px 5px;
	font-size:medium;
}

.menutext a:link {
	color:#FFF;
	text-decoration:none;
}
.menutext a:visited {
	color:#FFF;
	text-decoration:none;
}
.menutext a:hover {
	color:#7C8017;
	text-decoration:none;
}


