body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #8db5e0;
}
h2, h3 {
	margin-top: 0;
}
html, body, #wrapper {
	min-height: 100%;
}
html>body, html>body #wrapper {
	height: auto;
}
#wrapper {
	min-width: 400px;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#outer {
	border-left: 130px solid #2678bf;  /* left column background */
	border-right: 110px solid #2678bf; /* right column background */
	background-color: #2678bf;         /* center column background */
}
#inner {
	margin: 0;
	width: 100%; 
}
/* Header styles */
#header {
	color: #FFFFFF;
	height: 100px;
	text-align: center;
	padding-left: 186px;
	font-size: 75%;
	font-weight: bold;
	line-height: 120%;
	background: #2678bf url(../images/header.gif) no-repeat;
}
.headercontact {
	text-align: center;
	float: right;
	width: 154px;
	padding-top: 63px;
	line-height: 160%;
	font-size: 90%;
}
.headercontact a:link {
	color: #CCFFFF;
}
.headercontact a:visited {
	color: #8fc6f5;
}
.headercontact a:hover {
	color: #f3d19c;
}
/* End of Header styles */

/* Left Navigation styles */
#side1 {
	width: 130px;
	margin-left: -130px;
	float: left;
	position: relative;
	z-index: 10;
	font-size: 70%;
	font-weight: bold;
	text-align: left;
	background: #2678bf;
}
#side1 ul {
	width: 120px;
	list-style: none;
	margin-left: 4px;
	padding-left: 0;
	margin-top: 1em;
}
#side1 li {
	margin-bottom: 1.5em;
}
#side1 a:link {
	color: #CCFFFF;
}
#side1 a:visited {
	color: #8fc6f5;
}
#side1 a:hover {
	color: #f3d19c;
}
/* End of Left Navigation Styles */

/* Right Column Styles */
#side2 {
	width: 110px;
	margin-right: -110px;
	float: left;
	position: relative;
	z-index: 11;
	font-size: 70%;
	font-weight: bold;
	line-height: 120%;
	color: #FFFFFF;
	background: #2678bf;
}
#side2 ul {
	width: 100px;
	list-style: none;
	padding-left: 0;
	margin-left: 4px;
	margin-top: 3em;
}
#side2 li {
	margin-bottom: 3em;
}
#side2 a:link {
	color: #CCFFFF;
}
#side2 a:visited {
	color: #8fc6f5;
}
#side2 a:hover {
	color: #f3d19c;
}
/* End of Right Column Styles */

/* Content Styles */
#content {
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
	color: #333333;
	text-align: left;
	margin-bottom: 1em;
	background: #deeeff;
}
#content h1 {
	margin-left: 0.5em;
	font-size: 100%;
	margin-top: 0.5em;
	margin-right: .5em;
}
#content span {
	font-size: 70%;
	float: right;
	margin-right: 1em;
	margin-top: .25em;
	font-weight: normal;
}

#content h2 {
	margin-left: 0.5em;
	font-size: 90%;
	margin-top: 0.5em;
	color: #003366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006699;
	margin-right: .5em;
}
#content h3 {
	margin-left: 1em;
	font-size: 80%;
	margin-top: 0.5em;
	color: #003366;
	margin-right: 0.5em;
}
#content h4 {
	font-size: 80%;
	margin-left: 1em;
}
#content p {
	margin-left: 1em;
	margin-right: 1em;
	font-size: 70%;
}
#content ul {
	font-size: 70%;
}
#content dl {
	font-size: 70%;
	margin-right: 1em;
	margin-left: 1em;
}
#content dt {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #26bf85;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content dd {
	margin-bottom: 1em;
	margin-top: .5em;
	margin-left: 0em;
}
#content dd p {
	font-size: 100%;
	margin-top: 0em;
	margin-left: 0em;
}
#content dd ul {
	font-size: 100%;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#submenuright {
	list-style-image: none;
	list-style-type: none;
	margin-bottom: -0.25em;
	font-weight: bold;
	float: right;
	text-align: center;
	margin-top: -0.25em;
	margin-right: 1.5em;
}
#submenuright li {
	margin-bottom: 1em;
	font-size: 90%;
	list-style: none;
}
#content a:link {
	color: #2678bf;
}
#content a:visited {
	color: #2678bf;
}
#content a:hover, a:active {
	color: #f3d19c;
}
#content table {
	width: 93%;
	margin-left: 1em;
	margin-top: .5em;
}
#content table th {
	font-size: 75%;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #26bf85;
	text-align: left;
	padding: 2px;
}
#content table td {
	font-size: 70%;
	padding: 2px 2px 2px 8px;
	vertical-align: top;
}
#content img {
	padding: 2px 2px 3px;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #0066CC;
	border-bottom: 1px solid #0066CC;
	border-left: 1px solid #99CCFF;
}
#content #img1 {	/* positions the top image centre */
	margin-left: 1px;
}
#content #img2 {	/* positions the 2nd image right */
	float: right;
	margin-right: 5px;
	margin-left: 10px;
}
#content #newsletters li {
	list-style: none;
	margin-bottom: 1em;
}
#content #nutrimlist {
	margin-bottom: 2em;
	font-size: 70%;
}
#content #nutrimlist li {
	list-style: none;
	margin-bottom: 1em;
}
#pricelist6 th {
	font-weight: normal;
}

/* #content #topround {
	background: url(../images/rounded-corner-tl.gif) no-repeat;
	text-align: right;
}
#content #baseround {
	background: url(../images/rounded-corner-bl.gif) no-repeat;
	text-align: right;
} */


/* End of Content Styles */

/* Footer Styles */
#footer {
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 1px solid #336699;
	font-size: 70%;
	color: #666666;
	height: 40px;
	padding-top: 8px;
	background: #deeeff;
}
#footer p {
	padding-left: 1em;
}
/* End of Footer Styles */


.clear { 
	clear: both;
}
.looking {
	color: #336699;
	font-weight: bold;
	font-style: italic;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}
.strapline {
	text-align: center;
	clear: both;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #2678bf;
	background: #deeeff;
	font-size: 80%;
	margin: 1em 5em;
}
.strapline2 {
	clear: left;
	padding-top: 2px;
	padding-bottom: 2px;
	font-style: italic;
	font-weight: bold;
	color: #2678bf;
	background: #deeeff;
	font-size: 80%;
	margin: 1em;
}
.strapline2 span {
	line-height: 200%;
	margin-left: 15em;
	font-size: 120%;
}

.bg990000 {
	background-color: #990000;
}
.backtop {
	text-align: right;
	font-weight: bold;
	font-size: 65%;
	margin-right: 1em;
	margin-left: 1em;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
}
.imagecaption {
	font-size: 70%;
	font-style: italic;
	font-weight: bold;
}
.nb {
	font-size: 70%;
	margin-right: 1em;
	margin-left: 1em;
}
.imageright160 {
	float: right;
	width: 160px;
	margin-left: 8px;
	text-align: right;
}
.testimonial {
	font-size: 80%;
	font-style: italic;
	color: #2c2886;
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 1em;
}
.testimonee {
	font-style: normal;
	font-weight: bold;
	padding-left: 1em;

}
.tdright {
	text-align: right;
	width: 19%;
	padding-right: 16px;
}
.right {
	text-align: right;
}
.terms {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006699;
	padding-top: 8px;
}
.contactdetails {
	background-color: #FFFFFF;
	padding: 8px;
	margin-right: 1em;
	margin-left: 1em;
}

/* Site Map styles */
.sitemap ul {
	list-style: none;
	margin-left: 2em;
	margin-top: 1em;
	margin-right: 1em;
}
.sitemap li {
	margin-bottom: .751em;
}
.sitemap li li {
	font-size: 150%;
}

/* End of Site Map styles */
/* Useful Links styles */
.usefulinks {
	list-style: none;
	margin-left: 2em;
	margin-top: 1em;
	font-size: 80%;
}
.usefulinks li {
	line-height: 120%;
	margin-bottom: 1.5em;
}
.pashminas {
	padding-bottom: 1em;
}

.pashminas li {
	list-style: none;
	float: left;
	margin-right: 1.75em;
	margin-bottom: 1em;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
	margin-left: 1.75em;
	width: 110px;
}

/* End of Useful Links styles */
/* Floated items */
.befaftright210 {
	float: right;
	width: 210px;
	text-align: center;
	margin-top: -0.75em;
}
.imageright120 {
	float: right;
	width: 120px;
	margin-left: 8px;
	text-align: right;
}
.imageright {
	float: right;
	margin-left: 1em;
	margin-right: .25em;
}
.imageleft120 img {
	float: left;
	width: 120px;
}

/* Mozilla bug workarounds
#outer > #inner { 
	border-bottom: 1px solid transparent; 
}
#side1 {
}
#side2 {
	margin-left: 1px;
}
#content {
	margin: 0 -3px 0 -2px;
}
End of Mozilla bug workarounds */
