@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}


.oneColFixCtr #header {
	height: 78px;
	width: 873px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left
	}
	
	.oneColFixCtr #logo {
	height: 78px;
	width: 498px;
float: left;
}

.oneColFixCtr #langbar {
	height: 78px;
	width: 375px;
	float: right;
	text-align: right;
	background-image: url(images/resveratrol.gif);
}
.oneColFixCtr #greyborder {
height: 4px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #646464;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.oneColFixCtr #menuholder {
	height: 54px;
	width: 872px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColFixCtr #menuborder {
height: 1px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.oneColFixCtr #homeimageholder {
	height: 307px;
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/flash-back.gif);
}

.oneColFixCtr #secondaryimageholder {
	height: 99px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.oneColFixCtr #strapline {
	height: 50px;
	width: 930px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/index-strapline-holder.jpg);
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 20px;
	padding-top: 20px;
}
.oneColFixCtr #whiteborder {
height: 25px;
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}
.oneColFixCtr #mainContent {
	width: 872px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-image: url(images/content-back.gif);
	text-align: left;
	padding-top: 20px;
}
.oneColFixCtr #address {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px 10px 15px 20px;
}
.oneColFixCtr #bodytext {
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 550px;
	border-right-width: 1px;
	border-right-style: dotted;
} 

.oneColFixCtr #contactform {
	margin: 0 0 0 240px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.oneColFixCtr #footer {
	height: 40px;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #aec00b;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 10px;
	padding-bottom: 5px;
}
.oneColFixCtr #footerform {
	height: 60px;
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center;
	padding-bottom: 5px;
	padding-top: 10px;
}
H1 {
	FONT-FAMILY: Trebuchet MS, Trebuchet MS1, Helvetica, sans-serif;
	FONT-SIZE: 28px;
	COLOR: #02afd9;
	font-weight: normal;
}
H2 {
	FONT-FAMILY: Trebuchet MS, Trebuchet MS1, Helvetica, sans-serif;
	FONT-SIZE: 20px;
	COLOR: #02afd9;
	font-weight: normal;
}
.bodytext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 14px;
	COLOR: #6b6767;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	list-style-image: url(images/bullet_points.gif);
}

.bodytext A:link{
	COLOR: #02afd9;
	TEXT-DECORATION: none;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}
.bodytext A:visited { COLOR: #02afd9; TEXT-DECORATION: none; font-weight: bold; padding-left: 0px; padding-right: 0px}
.bodytext A:hover { COLOR: #000000; TEXT-DECORATION: none;  font-weight: bold; padding-left: 0px; padding-right: 0px}

.sidetext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #6b6767;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	list-style-image: url(images/bullet_points.gif);
}
.sidetext A:link{
	COLOR: #02afd9;
	TEXT-DECORATION: none;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
}
.sidetext A:visited { COLOR: #02afd9; TEXT-DECORATION: none; font-weight: bold; padding-left: 0px; padding-right: 0px}
.sidetext A:hover { COLOR: #000000; TEXT-DECORATION: none;  font-weight: bold; padding-left: 0px; padding-right: 0px}

.langtext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Trebuchet MS, Trebuchet MS1, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.langtext A:link{ COLOR: #ffffff; TEXT-DECORATION: none; FONT-WEIGHT: normal; padding-left: 0px; padding-right: 0px}
.langtext A:visited { COLOR: #ffffff; TEXT-DECORATION: none; FONT-WEIGHT: normal; padding-left: 0px; padding-right: 0px}
.langtext A:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
	padding-left: 0px;
	padding-right: 0px
}

.footertext {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	FONT-FAMILY: Trebuchet MS, Trebuchet MS1, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.footertext A:link{ COLOR: #ffffff; TEXT-DECORATION: none; FONT-WEIGHT: normal; padding-left: 0px; padding-right: 0px}
.footertext A:visited { COLOR: #ffffff; TEXT-DECORATION: none; FONT-WEIGHT: normal; padding-left: 0px; padding-right: 0px}
.footertext A:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: underline;
	FONT-WEIGHT: normal;
	padding-left: 0px;
	padding-right: 0px
}

.floatleft
{
	float: left;
}

.floatleftonecolumn
{
	float: left;
	margin: 0px 20px 200px 0px;
	border: 3px solid #dedede;
}

