body {
	background-image: url(/images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
	font-family: "ms sans-Serif", geneva, sans-serif;
}
#wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
#header {
	background-image: url(/images/master_02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative; /* necassary to absolute-position the child-element #home-link relative to the header */
	height: 170px;
	width: 960px;
	float: left;
	clear: both;
}
#home-link,#home-link a {
	position: relative;
	display: inline-block;
	width: 600px;    /* width of the logo */
	height: 125px;   /* height of the logo */
	top: 0px;
	left: 0; /* top-left corner of logo */
	border: 0;
	float: left;
	position:absolute;
	text-decoration: none;
	color: #000000;
}
#nav {
	padding-top: 140px;
	margin: 0 auto;
	width: 960px;
	font-family: "ms sans-Serif", geneva, sans-serif;
	font-size: 14px;
}
/* BEGIN 3d push button effect */	
.button a {
	display: inline-block;
	border: 1px solid;
	border-color: #aaa #000 #000 #aaa;
	text-decoration: none;
	padding: 4px 8px;
	text-align: center;
	color: #FFC;
	margin-left: 5px;
	margin-right: 5px;
}
.button a:hover
{
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
}
.home .button.home a,
.about .button.about a,
.photo .button.photo a,
.chemical .button.chemical a,
.getstarted .button.getstarted a,
.design .button.design a,
.customers .button.customers a,
.samples .button.samples a,
.rfq .button.rfq a,
.contact .button.contact a
{
	background-color: #0F0D3F;
	color: #EDC542;
}
#content {
	line-height: 1.3em;
	color: #003;
	padding: 25px;
	font-size: 14px;
	width: 910px;
	float: left;
	clear: both;
}
#footer {
	padding: 10px;
	background-image: url(/images/footer.jpg);
	height: 80px;
	background-repeat: no-repeat;
	margin: 0;
	overflow: hidden;
	background-position: center bottom;
	clear: both;
	width: 940px;
}
#footer p{
	padding: 0;
	margin: 0;
	text-align: right;
	font-size: 12px;
	color: #FFC;
}
#footer a:link {
	color: #FFC;
}
/* END 3d push button effect */		

.category
{
	display: inline-block;
	float: left;
	clear: both;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	color: #720000;
	margin-bottom: 10px;
}
.contact-group {
	width: 400px;
	overflow: hidden;
	clear: both;
	float: left;
	display: inline-block;
	padding: 5px 0;
}


.description
{
	display: block;
	float: left;
	text-align: left;
	width: 250px;
	margin-bottom: 10px;
}
.imageright {
	float: right;
	padding-left: 20px;
	padding-bottom: 5px;
}
.imageleft {
	float: left;
	padding-right: 20px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 32px;
	color: #600;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #006;
}
.legal {
	font-size: 10px;
	color: #2B295B;
	text-align: center;
	margin: 0;
	padding: 2px;
	float: left;
	width: 100%;
	display: inline;
}

