* {
	padding:0;
}

/* DIV LAYOUT CLASSES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #ffffff;
	margin:0 0 20px 0;
	text-align: center; 
	line-height: 15px;
}

a { color:#777777; text-decoration: none; }
a:hover, a:active { color:#7dc4ff; text-decoration: none; }

.container {
	width: 770px;
	background-image: url("../images/dropshadow/bkgd.png");
	background-repeat: repeat-y;
	margin: 0 auto;
}

.header_home, .header_corporate, .header_technology, .header_news, .header_careers, .header_contact {
	height: 75px;
	width: 760px;
	margin: 0 auto;
}

.header_home {
	background-image: url("../images/header/header-pills.jpg");	
}

.header_corporate {
	background-image: url("../images/header/header-water-drops.jpg");
}

.header_technology {
	background-image: url("../images/header/header-test-tubes.jpg");
}

.header_news {
	background-image: url("../images/header/header-water.jpg");
}

.header_careers {
	background-image: url("../images/header/header-beaker.jpg");
}

.header_contact {
	background-image: url("../images/header/header-blue-cells.jpg");
}

.drop_shadow_bottom {
	height: 10px;
	width: 760px;
	background-image: url("../images/dropshadow/drop-shadow-bottom.png");
	background-repeat: repeat-x;
	margin: 0 auto;
}

.drop_shadow_bottom_2 {
	height: 5px;
	background-image: url("../images/dropshadow/drop-shadow-bottom-2.png");
	background-repeat: repeat-x;
}	

.drop_shadow_bottom_3 {
	height: 5px;
	width: 760;
	background-image: url("../images/dropshadow/drop-shadow-bottom-2.png");
	background-repeat: repeat-x;
	margin: 0 auto;
}	

.menus_expanded {
	height: 20px;
	width: 760px;
	margin: 0 auto;
}

.menus {
	height: 25px;
	width: 760px;
	background-color: #f5f9fb;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	margin: 0 auto;
	text-align: right;
}

.content {
	min-height: 375px;
	width: 760px;
	background-color: #ffffff;
	margin: 0 auto;
}

.left_panel {
	float: left;
	min-height: 375px;
	width: 180px;
	text-align: right;
}

.left_panel_home {
	float: left;
	min-height: 375px;
	width: 160px;
	text-align: left;
	background-color: #eeeeee;
	font-size: 95%;
	padding: 5px;
}

.main_panel {
	min-height: 365px;
	width: 550px;
	text-align: left;
	padding: 10px;
	margin-left: 180px;
	border-left: 1px solid #d8e6f0;
}

.main_panel_home {
	min-height: 365px;
	width: 560px;
	text-align: left;
	padding: 82px 10px 10px 10px;
	margin-left: 170px;
	border-left: 1px solid #d8e6f0;
}

.title {
	font-size: 115%;
	font-weight: bold;
	text-decoration: underline;
}

.footer {
	width: 760px;
}

.clear {
	clear: both;
}

/* VISUAL STYLE CLASSES */

/* COLOURS:
main background colour: #4e4848
top background colour: #a09a9a
bottom background colour: #605a5a

*/

.bullets {
	padding: 0 0 0 20px;
}
