/* chemform CSS */

body {
    margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 970px;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: square;
}

a img {
    text-decoration: none;
}

p {
    margin: 0 0 1em;
}

a:link{
	color: #3659AA;
}

a:visited{
   color: #3659AA;
}

h2 {
	font-size: 1.5em;
	color: #3659AA;
	padding: 1em 0 0.5em 0;
}

h3 {
	font-size: 1.2em;
	color: #3659AA;
}

h4 {
	font-size: 1.1em;
	color: #3659AA;
	margin-bottom: 0.2em;
}

form {
    margin-top: 0;
	margin-bottom: 0;
}

/* masthead */

#masthead {
	margin: 0;
	margin-top: -1px;
	padding: 0;
	width: 970px;
	height: 120px;
}
/* side nav */

#nav {
    position: absolute;
	float: left;
	padding: 0 -2em 0 0;
	width: 286px;
	top: 120px;
	left: 0px;
	background-color: #00AAEB;
	border-right: 0.2em solid #3663B2;
}

#nav ul {
	list-style: none;
	font-size: 1.4em;
	margin-top: 0.5em;
	font-weight: 300;
	text-indent: 0.8em;
}

#nav a {
	color: #f9f9f9;
}

#nav a:hover {
	color: #FFFF00;
}

#nav li {
	border-bottom: 0.01em solid #50B8F0;
	padding-bottom: 0.5em;
	margin-left: -2em;
	margin-bottom: 0.4em;
	padding-top: 0.2em;	
}

/*
#nav p:hover {
	border-bottom: 0.01em solid #50B8F0;
}
*/
/* content */

#mainImage {
    position:absolute;
	float: right;
	left: 288px;
	top: 121px;
	width: 660px;
}

#mainImaget1 {
    position:absolute;
	float: right;
	left: 288px;
	top: 120px;
	width: 660px;
}

#content {
    position:absolute;
    top: 290px;
	left: 298px;
	float: right;
	width: 670px;
	text-align: justify;
}

#content td {
    text-align: left;
	vertical-align: top;
}

#tableHeader {
   font-size: 1.3em;
   font-weight: bold;
}

#productName {
    font-weight: bold;
	text-align:left;
}

#productDescription {
	text-align:left;
}

#productEnviroGuide {
	text-align:center;
}

#noImageContent {
    position:absolute;
    top: 120px;
	left: 298px;
	float: right;
	width: 670px;
	text-align: justify;
}

#imageContent {
    position:absolute;
    top: 290px;
	left: 298px;
	float: right;
	width: 670px;
	text-align: justify;
}

#text {
    position: relative;
    float: right;
	width: 100%;
}

#contentImages {
    position: relative;
	top: 90px;
    float: left;
}

hr {
    color: #3659AA;
}

.colourButton {
    background-color: #17A6E8;
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	border-style: outset;
	border-color: #57BBED;
}
