/* contents
------------------------------*/
body {
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: 11px;
	color: #333333;
	padding-top: 0px;
}
p {
	font-size:1.1em;
	margin:0;
	padding:0;
	text-align: left;
}
img {
	border: 0;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}
.container img {
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ed8000;
	text-decoration: none;
}
.colour {
	text-transform: capitalize;
	color: #333333;
	font-size: 11px;
}
.clr_bold {
	color: #ed8000;
	font-weight: bold;
}
h6 {
	font-size: 1.7em;
	margin: 0px;
	color: #ed8000;
	text-align: left;
	padding-left: 42px;
	padding-top: 20px;
}
h5 {
	font-size: 1.2em;
	margin: 1em 0px 0px;
	padding: 0px;
	text-align: left;
	color: #ed8000;
}
h4 {
	font-size: 1.7em;
	margin: 0px;
	padding-top: 10px;
	color: #ed8000;
	text-align: left;
}
h3 {
	font-size: 1.1em;
	margin: 1em 0px 0px;
	padding: 0px;
}
h2 {
	font-size: 1.2em;
	color: #ed8000;
	padding-top: 10px;
	margin: 0px;
}
h1 {
	font-size: 1.7em;
	margin: 0px;
	padding-top: 0px;
	color: #ed8000;
	text-align: left;
}
ul li, ol li {
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: block;
}
/* header
------------------------------*/
#header {
	padding:0px;
	margin-top: 5px;
	float: left;
}
#site-logo {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 120px;
}
#DefaultMode_ucHeader_HeaderLogo {
	float: left;
	border: none;
	text-align: left;
}
/* navigation
------------------------------
#navigation {
	float:left;
	width:768px;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ed8000;
	border-left-color: #ed8000;
	margin-top: 5px;
	padding: 0px;
	background-color: #ed8000;
}*/
/*Content - Index
------------------------------*/
#content {
	width: 762px;
	border-right: 3px solid #ed8000;
	border-bottom: 3px solid #ed8000;
	border-left: 3px solid #ed8000;
	display: block;
	float: left;
	overflow: hidden;
}
#index-left {
	width: 490px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#index-right {
	float: left;
	width: 270px;
}
#note {
	float: left;
	width: 650px;
	padding-top: 38px;
}

.note-US {
	font-size: 14px;
	text-align: right;
	padding: 0px;
	text-transform: uppercase;
	margin: 0px;
	clear: both;
}
.note-USCAN {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.note-SiteMap {
	text-align: center;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 20px;
	color: #ed8000;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	width: 90%;
}
.note-availability {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}


/* Horizontal Carousel
------------------------------*/
#horizontal_carousel {
	float: left;
	position: relative;
	width: 100%;
	height: 480px;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#horizontal_carousel .container {
	float: left;
	width: 700px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 10000px;
	position: relative;
	float: left;
}
#horizontal_carousel ul li {
	text-align: center;
	list-style:none;
	width: 175px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
#horizontal_carousel .previous_button {
	float:left;
	height: 480px;
	background: url(../images/left.gif) no-repeat center center;
	cursor: pointer;
	width: 30px;
}
#horizontal_carousel .previous_button_over {
	background: url(../images/left-over.gif) no-repeat center center;
}
#horizontal_carousel .previous_button_disabled {
	background: url(../images/left-disabled.gif) no-repeat center center;
	cursor: default;
}
#horizontal_carousel .next_button {
	float:left;
	width: 30px;
	height: 480px;
	background: url(../images/right.gif) no-repeat left center;
	cursor: pointer;
}
#horizontal_carousel .next_button_over {
	background: url(../images/right-over.gif) no-repeat left center;
}
#horizontal_carousel .next_button_disabled {
	background: url(../images/right-disabled.gif) no-repeat left center;
	cursor: default;
}
/* view all
------------------------------*/
.viewall {
	width: 95%;
	text-align: right;
	float: left;
	text-transform: uppercase;
	padding-top: 40px;
	padding-bottom: 20px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: 100% 37px;
	font-weight: bold;
	font-size: 11px;
	padding-right: 8px;
	letter-spacing: 1px;
}
#viewall {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	float: left;
	overflow: hidden;
	position: relative;
}
#viewall .container {
	width: 100%;
	overflow: hidden;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
#viewall ul {
	margin: 0px;
	padding:0px;
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#viewall ul li {
	text-align: center;
	list-style:none;
	width: 165px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
/* News Carousel
------------------------------*/
#news_carousel {
	position: relative;
	width: 770px;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	height: 437px;
	float: left;
}
#news_carousel .container {
	float: left;
	width: 704px;
	overflow: hidden;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#news_carousel ul {
	margin: 0;
	padding:0;
	width: 10000px;
	position: relative;
	float: left;
}
#news_carousel ul li {
	list-style:none;
	width: 704px;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
#news_carousel .previous_button {
	float:left;
	height: 354px;
	background: url(../images/left.gif) no-repeat center center;
	cursor: pointer;
	width: 30px;
}
#news_carousel .previous_button_over {
	background: url(../images/left-over.gif) no-repeat center center;
}
#news_carousel .previous_button_disabled {
	background: url(../images/left-disabled.gif) no-repeat center center;
	cursor: default;
}
#news_carousel .next_button {
	float:left;
	width: 30px;
	height: 354px;
	background: url(../images/right.gif) no-repeat left center;
	cursor: pointer;
}
#news_carousel .next_button_over {
	background: url(../images/right-over.gif) no-repeat left center;
}
#news_carousel .next_button_disabled {
	background: url(../images/right-disabled.gif) no-repeat left center;
	cursor: default;
}
.left {
	width: 352px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.news-text-bottom {
	width: 352px;
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	float: left;
}
/* product-contents
------------------------------*/
#column-left {
	float: left;
	width: 320px;
	margin: 0px;
	text-align: justify;
	padding: 20px 10px 20px 0px;
}
#column-right {
	float: left;
	text-align: justify;
	width: 390px;
	margin: 0px;
	padding: 20px;
}
#features {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#features ol {
	padding: 0px;
	margin: 0px;
	float: left;
}
#features ol li {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/bullets.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1em;
}
#features-left {
	float: left;
	width: 170px;
	margin: 0px;
	padding: 0px;
}
#features-left ol {
	padding: 0px;
	margin: 0px;
	float: left;
}
#features-left ol li {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/bullets.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 1em;
	text-align: left;
}
#features-right {
	float: left;
	width: 200px;
	margin: 0px;
	padding-top: 1.7em;
}
#features-right ol {
	padding: 0px;
	margin: 0px;
	float: left;
}
#features-right ol li {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/bullets.gif);
	background-repeat: no-repeat;
	background-position: left .5em;
	padding-left: 1em;
	text-align: left;
}
#thumbnail-right {
	float: left;
	width: 100%;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#thumbnail-right ul {
	width: 100%;
	float: left;
}
#thumbnail-right ul li {
	padding-right: 1.1em;
	padding-left: 1.1em;
	width: 90px;
	text-align: center;
	float: left;
	display: inline;
}
#horizontal_carousel .left {
	float:left;
	height: 400px;
	width: 32px;
}
#horizontal_carousel .right {
	float:left;
	width: 32px;
	height: 400px;
}
#contents-text {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	height: 440px;
	padding-right: 42px;
	padding-left: 42px;
}
#contents-text-expand {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	padding-right: 42px;
	padding-left: 42px;
}
#contents-text p {
	padding-top: 10px;
}
#contents-text center {
	font-size: 1.2em;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
}
#contents-left {
	float: left;
	width: 500px;
}
#contents-left img {
	float: right;
}
#contents-left-2 {
	float: left;
	text-align: left;
	padding-left: 20px;
}
#contents-text .logos {
	font-size: 12px;
	margin: 0px;
	padding-top: 10px;
	float: left;
	width: 100%;
}
#contents-text .logos ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#contents-text .logos li {
	margin: 0px;
	float: left;
	padding-top: 20px;
	padding-bottom: 5px;
	padding-left: 11em;
	display: inline;
}
#contents-text .left-cp {
	float: left;
	margin: 0px;
	padding-right: 20px;
}
.pr-left {
	float: left;
	width: 240px;
	height: 70px;
	font-weight: bold;
}
.pr-middle {
	float: left;
	width: 200px;
	height: 70px;
	text-align: center;
}
.pr-right {
	float: left;
	width: 240px;
	height: 70px;
	text-align: right;
}
.pr-body {
	float: left;
	width: 100%;
}
.pr-body p {
	text-align: left;
	margin: 0px;
	padding-top: 10px;
}
.pr-body h4 {
	color: #333333;
	text-align: center;
	font-weight: normal;
}
.pr-body h6 {
	text-align: center;
	font-size: 1.5em;
	margin: 0px;
	padding-top: 10px;
	padding-left: 0px;
	color: #333333;
	font-weight: normal;
}
.pr-link a {
	color: #0000FF;
}
.pr-link a:visited {
	color: #0000FF;
}
.pr-link a:hover {
	text-decoration: underline;
}
.pr-footer {
	float: left;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.col1 {
	margin: 0px;
	padding-right: 20px;
	float: left;
	padding-bottom: 10px;
}
.col2 {
	float: left;
	margin: 0px;
	padding-right: 20px;
	width: 440px;
	padding-bottom: 10px;
}
#links {
	text-align: center;
	font-size: 1.7em;
	clear: both;
	padding-top: 2px;
	margin: 0px;
}
#links a {
	color: #666666;
}
#links a:visited {
	color: #666666;
}
#links a:hover {
	color: #ed8000;
}
#line {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin: 0px;
	padding-top: 5px;
}
#illustrations {
	width: 100%;
	float: left;
	overflow: hidden;
	font-size: 10px;
	font-style: italic;
}
#illustrations ul {
	float: left;
	margin: 0px;
	width: 100%;
	padding-top: 1.1em;
	padding-bottom: 1.1em;
}
#illustrations ul li {
	width: 170px;
	text-align: center;
	float: left;
	display: inline;
	padding-right: 1.1em;
	padding-left: 1.1em;
}
#illustrations p {
	text-align: center;
	font-size: 1em;
}
#illustrations .small-text {




}



/* footer-nav
------------------------------*/
#footer-links-view {
	float: left;
	width: 768px;
	margin: 0px;
	padding-top: 10px;
	overflow: hidden;
	background-color: #ED8000;
	padding-bottom: 10px;
}
ul#footer-links {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
ul#footer-links li {
	background:transparent url(../images/nav-stroke.gif) no-repeat scroll left center;
	float:left;
	font-size:1em;
	margin:0 0 0 7px;
	padding:0 0 0 8px;
	text-transform:uppercase;
}
ul#footer-links li.first-child {
	background:transparent none repeat scroll 0 0;
	margin:0;
}
ul#footer-links a:link, ul#footer-links a:visited, ul#footer-links a:active {
	color: #F8F5EB;
	text-decoration: none;
}
ul#footer-links li.selected a:link, ul#footer-links li.selected a:visited, ul#footer-links li.selected a:active, ul#footer-links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
ul#footer-nav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 8px;
	text-transform:uppercase;
	display: inline;
	float: right;
}
ul#footer-nav li {
	background:transparent url(../images/nav-stroke.gif) no-repeat scroll left center;
	float:left;
	font-size:1em;
	margin:0 0 0 7px;
	padding:0 0 0 8px;
	text-transform:uppercase;
}
ul#footer-nav li.first-child {
	background:transparent none repeat scroll 0 0;
	margin:0;
}
ul#footer-nav a:link, ul#footer-nav a:visited, ul#footer-nav a:active {
	color: #F8F5EB;
	text-decoration: none;
}
ul#footer-nav li.selected a:link, ul#footer-nav li.selected a:visited, ul#footer-nav li.selected a:active, ul#footer-nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#safe-links-wrap {
	font-size: 10px;
	padding: 10px;
	float: left;
	width: 746px;
	border-bottom-color: #ED8000;
	border-right-color: #ED8000;
	border-left-color: #ED8000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
ul#safe-links  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul#safe-links li  {
	background:transparent url(../images/nav-stroke.gif) no-repeat scroll left center;
	font-size:1em;
	padding-left: 10px;
	display: inline;
	padding-right: 5px;
}
ul#safe-links li.first-child {
	background:transparent none repeat scroll 0 0;
	margin:0;
}
#copyright {
	float: left;
	width: 768px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
#site-map {
	display: block;
	overflow: hidden;
	border: 3px solid #ed8000;
	float: left;
	width: 764px;
	margin-top: 10px;
	padding: 0px;
	text-align: left;
}
#site-map   ul   li  {
	font-size: 12px;
	line-height: 180%;
	padding: 0px;
	margin: 0px;

}
#site-map a {
	text-decoration: underline;
}
#site-map a:hover {
	text-decoration: none;
}
