body  {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8125em;
}
body,td,th,tr,table,div {
	margin: 0px;
	padding: 0px;
}
#container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
} 
#header {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;
	float: left;
	width: 100%;
	background-image: url(ggi_bg_2008_blue.jpg);
} 

#mainContent li {
	margin-bottom: 1em;
	font-size: 1em;
}
#mainContent p {
}

#mainContent {
	width: 690px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	overflow: hidden;
} 
#mainContent a {
	color: #325CDC;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: none;
	color: #FF6600;
}


#content_container {
	float: right;
	width: 100%;
	display: block;
	overflow: hidden;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0px;
}
#sidebar1 a {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	display: block;
	color: #3B3AAC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}
#sidebar1 a:hover {
	color: #FFFFFF;
	background-color: #EB6F30;
}
#sidebar1 li {
	display: block;
	list-style-type: none;
	margin: 0px;
	width: 100%;
	padding: 0px;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #EB6F30;
	background-image: url(tiny-uk-flag.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
} 
#home_page_banner {
	background-color: #d0cabe;
	clear: right;
	float: left;
	height: 224px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(ggi_banner_2008_11b.jpg);
	background-repeat: repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C8BE6;
	font-weight: normal;
}
#banner_pdf_page {
	background-color: #d0cabe;
	clear: right;
	float: left;
	height: 200px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(ggi_banner_2008_3.jpg);
	background-repeat: repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C8BE6;
	font-weight: normal;
}
#banner_feature_page {
	background-color: #d0cabe;
	clear: right;
	float: left;
	height: 224px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(ggi_banner_2008_5.jpg);
	background-repeat: repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C8BE6;
	font-weight: normal;
}
#banner_consumer_info {
	background-color: #d0cabe;
	clear: right;
	float: left;
	height: 224px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(ggi_banner_2008_10.jpg);
	background-repeat: repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C8BE6;
	font-weight: normal;
}
#banner_products {
	background-color: #d0cabe;
	clear: right;
	float: left;
	height: 224px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(ggi_banner_2008_8.jpg);
	background-repeat: repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C8BE6;
	font-weight: normal;
}
#banner_about_ggi {
	background-color: #d0cabe;
	clear: right;
	float: left;
	height: 224px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(ggi_banner_2008_9.jpg);
	background-repeat: repeat;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C8BE6;
	font-weight: normal;
}
#banner_none {
	clear: right;
	float: left;
	height: 1px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-position: left center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6C8BE6;
	font-weight: normal;
	display: none;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #666666;
}
#primary_nav_group {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#primary_nav_group ul {
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#primary_nav_group li {
	display: block;
	list-style-type: none;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#primary_nav_group a {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #504FB5;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eb6f30;
	text-align: center;
}
#primary_nav_group a:hover {
	background-color: #eb6f30;
	color: #FFFFFF;
}
#uk_flag {
	padding: 0px;
	position: static;
	width: 20px;
	margin-right: 12px;
}
#secondary_nav_group {
	padding: 0px;
	width: 100%;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
}
#secondary_nav_group ul {
	margin: 0px;
	padding: 0px;
}
#secondary_nav_group li {
	float: left;
	padding: 5px;
}
#secondary_nav_group a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #849DEA;
	display: block;
	float: left;
	margin-right: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B5C5F0;
	border-right-color: #9FB5EC;
	border-bottom-color: #9FB5EC;
	border-left-color: #B5C5F0;
}
#secondary_nav_group a:hover {
	background-color: #EB6F30;
}
#iso_container {
	width: 200px;
	padding-top: 40px;
	margin: 0px;
}

#search_box {
	float: right;
}
input, checkbox {
	background-color: #FBE2D7;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #EB6F30;
	padding: 2px;
}
iframe {
	margin-bottom: 5px;
}
a:active {
	color: #FF6600;
}
h1 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	color: #FF601C;
	font-size: 18px;
	margin-bottom: 10px;
}
H2 {
	font-size: 16px;
	color: #EB6F30;
}
h3 {
	font-size: 14px;
}
.audio_box {
	border: thin solid #FF5918;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 12px;
	margin-bottom: 5px;
}


.button_up {
	color: #FFFFFF;
	background-color: #FF6600;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px outset #FF6600;
	float: right;
	display: block;
	margin: 0px;
}
.button_normal {
	color: #FFFFFF;
	background-color: #FF3300;
	display: block;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px outset #FF6633;
}

.breadcrumb {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin-top: 16px;
}
.box_nice {
	background-color: #F2F5FD;
	border: 1px solid #CCD7F7;
}
.box_notice {
	color: #000000;
	background-color: #CDD8F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.box_pdf {
	padding: 5px;
	border: thin solid #FFD0B0;
	background-color: #FDF8F2;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.float_left { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.float_right { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.image_border_linkable {
	border: 1px solid #CCCCCC;
}
.image_border_linkable:hover {
	border: 1px solid #FF6600;
}
.image_border_standard {
	border: 1px solid #CCCCCC;
}
.image_float_right {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	border: 1px solid #FFFFFF;
	float: right;
}
.image_float_left {
	border: 1px solid #999999;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.text_feature_body {
	font-family: "Trebuchet MS", Arial;
	line-height: 1.5em;
	color: #333333;
}
.text_feature_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
}

.image_float_left_no_border {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.image_float_left:hover {
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.important_text {
	color: #FF6600;
}

.index_container {
	float: left;
	height: 100px;
	width: 310px;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.index_container2 {
	float: left;
	height: 130px;
	width: 310px;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.index_title {
	font-weight: bold;
	font-size: 14px;
	color: #FF601C;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.index_text {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.index_row_container {
	background-color: #FFFFFF;
	clear: both;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.left_nav_title {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.left_nav_text {
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}


.orange {
	color: #FF6600;
}

.product_title {
	font-size: 14px;
	margin-bottom: 7px;
	color: #666666;
	font-weight: bold;
}
.pdf_container {
	padding: 5px;
	float: left;
	width: 112px;
	font-size: 12px;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.pdf_container:hover {
	background-color: #FFF3EC;
	border: 1px solid #FF9900;
	color: #000000;
	text-decoration: none;
	background-image: url(external_link2.gif);
	background-repeat: no-repeat;
	background-position: 100px 12px;
}

.pdf_row_container {
	clear: both;
	float: left;
	width: 100%;
}
.product_name {
	font-size: 24px;
	font-weight: bold;
	color: #FF601C;
	padding: 0px;
	margin-top: 8px;
	margin-bottom: 0px;
}
.product_search_title {
	font-size: 10px;
	color: #FFFFFF;
}
.previous_page {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.search_button {
	color: #FFFFFF;
	background-color: #FF6600;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: 1px outset #EB6F30;
	font-size: 10px;
	font-weight: bold;
}
.section_bar {
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	background-color: #748BE3;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	letter-spacing: 1px;
}
.selected {
	background-color: #FBE2D7;
	color: #000000;
}
.text_image_select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 1px;
	margin-right: 3px;
	margin-bottom: 4px;
	margin-left: 3px;
}
#sidebar1 a.getreader {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.text_mini_125w {
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.text_instructions {
	font-size: 12px;
	line-height: 1.5em;
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.corp_brochure {
	padding: 5px;
	width: 120px;
	border: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	margin-bottom: 20px;
}
.corp_brochure:hover {
	background-color: #EAEEFB;
	background-image: url(external_link2.gif);
	background-repeat: no-repeat;
	background-position: 110px 20px;
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}
.content_float_right_box {
	border: 4px solid #9BADED;
	float: right;
	width: 208px;
	background-color: #FBE8DF;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 12px;
}
.letter_doc_box {
	background-color: #F9F7EB;
	padding-top: 4px;
	padding-right: 22px;
	padding-bottom: 12px;
	padding-left: 22px;
	border: 1px solid #6C8BE6;
}
#c.content_float_right_box p {
	margin: 0px;
	padding: 0px;
}
.Blue-Section {
	font-size: 18px;
	color: #5B5AB9;
}
.Fabric-Head {
	background-color: #6D89EA;
	margin: 0px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.pdf_icon_float_right {
	float: right;
	display: block;
	padding: 0px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#recycle {
	margin: 0px;
	padding: 0px;
}
#recycle td {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
#recycle p {
	margin: 0px;
	padding: 0px;
}

