/* 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;
}
.container img {
	margin-top: 20px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ae0002;
	text-decoration: none;
}
.colour {
	text-transform: none;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
h3 {
	font-size: 1.1em;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
h2 {
	padding: 0px;
	font-size: 1.2em;
	margin: 0px;
	text-transform: uppercase;
}
h1 {
	font-size: 1.7em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
ul li, ol li {
	font-size: 1.1em;
	margin-bottom: 1.1em;
}
#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	position: relative;
}
#wrapper br {
	clear: both;
}
/* header
------------------------------*/
#header {
	padding:0px;
	margin: 10px 0px 0px;
	float: left;
	width: 100%;
}
#header br {
	clear: both;
	margin: 0px;
	padding: 0px;
}
#site-logo {
	float:left;
}
#note {
	width: 452px;
	float: left;
	padding: 10px;
	margin-left: 12px;
	border: 2px solid #AE1F23;
}
.note-availability {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
/* Content Index
------------------------------*/
#content {
	border-right: 3px solid #d0d0d0;
	border-bottom: 0px solid #d0d0d0;
	border-left: 3px solid #d0d0d0;
	float: left;
	width: 764px;
	overflow: hidden;
}
#index-left {
	width: 490px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#index-right {
	float: left;
	width: 270px;
}
/* Horizontal Carousel
------------------------------*/
#horizontal_carousel {
	float: left;
	position: relative;
	width: 770px;
	height: 462px;
	padding: 0px;
	margin: 0px auto;
	overflow: hidden;
}
#horizontal_carousel .container {
	float: left;
	width: 704px;
	position: relative;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#horizontal_carousel ul {
	margin: 0;
	padding:0;
	position: relative;
	float: left;
	width: 10000px;
}
#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: 440px;
	background: url(../images/left.gif) no-repeat center center;
	cursor: pointer;
	width: 32px;
}
#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: 32px;
	height: 440px;
	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;
}
.viewall {
	width: 95%;
	text-align: right;
	float: left;
	text-transform: uppercase;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 8px;
}
.viewall-rethink {
	width: 700px;
	text-align: right;
	float: left;
	background-image: url(../images/logos/rethink-logo-sm.jpg);
	background-repeat: no-repeat;
	background-position: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* viewall
------------------------------*/
#viewall {
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	float: left;
	overflow: hidden;
}
#viewall .container {
	width: 100%;
	overflow: hidden;
	float: left;
	padding-right: 32px;
	padding-left: 32px;
	padding-bottom: 10px;
}
#viewall ul {
	margin: 0px;
	padding:0px;
	width: 700px;
	position: relative;
	top: 0px;
	left: 0px;
	float: left;
}
#viewall ul li {
	text-align: center;
	list-style:none;
	width: 175px;
	float: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
}

/* product-contents
------------------------------*/
#column-left {
	width: 320px;
	margin: 0px;
	float: left;
	padding: 20px;
}
#column-right {
	float: left;
	text-align: left;
	width: 360px;
	margin: 0px;
	padding: 10px 20px;
	overflow: hidden;
}
#column-right ol {
	padding: 0px;
	margin: 0px;
	float: left;
}
#column-right ol li {
	margin: 0px;
	list-style-type: none;
	background-image: url(../images/bullets.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
	background-position: left 5px;
}
#thumbnail-right {
	text-transform: uppercase;
	margin-top: 5px;
	padding: 0px;
	text-align: center;
	float: left;
	width: 100%;
}
#thumbnail-right ul {
	display: inline;
	width: 100%;
	padding-top: 5px;
}
#thumbnail-right ul li {
	display: inline;
	width: 120px;
	overflow: hidden;
	margin: 0px;
	padding: 0em;
}
#thumbnail-right br {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.illustrations  {
	float: left;
	font-size: 10px;
	margin-top: 10px;
	width: 100%;
	padding: 0px;


}
.illustrations ul {
	display: inline;
}
.illustrations li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#horizontal_carousel .left {
	float:left;
	height: 400px;
	background: url(../images/left_bkg.gif) no-repeat left center;
	width: 32px;
}
#horizontal_carousel .right {
	float:left;
	width: 32px;
	height: 400px;
	background: url(../images/right_bkg.gif) no-repeat right center;
}
/* contents-info
------------------------------*/
#contents-container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	float: left;
	width: 100%;
}
#contents-text {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	padding-right: 32px;
	padding-left: 32px;
	height: 400px;
}
#contents-text-viewall {
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0px;
	padding-right: 32px;
	padding-left: 32px;
	text-align: left;
}
#contents-text p {
	padding-top: 10px;
}
#illustrations  {
	float: left;
	position: absolute;
	left: 250px;
	top: 320px;
	height: 120px;
	font-size: 10px;


}
#illustrations ul {
	display: inline;
}
#illustrations li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

.pr-left {
	float: left;
	width: 250px;
	height: 100px;
	font-weight: bold;
}
#rethink {
	position: absolute;
	left: 610px;
	top: 20px;
	height: 65px;
	width: 120px;
}
#rethink-note {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}



.pr-middle {
	float: left;
	width: 200px;
	height: 100px;
	text-align: center;
}
.pr-right {
	float: left;
	width: 250px;
	height: 100px;
	text-align: right;
}
.pr-body {
	float: left;
	width: 100%;
}
.pr-body p {
	text-align: left;
	margin: 0px;
	padding-top: 10px;
}
.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: 460px;
	padding-bottom: 10px;
}
#line {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 10px 0px 0px;
}
#logos {
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	font-size: 12px;
	float: left;
	width: 100%;
}
#logos img {
	padding: 20px 20px 5px;
	margin: 0px;
}
#logos ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin-left: 90px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#logos li {
	margin: 0px;
	display: inline;
	width: 250px;
	padding: 0px;
	float: left;
}
/* footer-nav
------------------------------*/
#footer-links-view {
	float: left;
	width: 764px;
	margin: 0px;
	padding-top: 10px;
	overflow: hidden;
	background-color: #d0d0d0;
	padding-bottom: 10px;
	border: 3px solid #d0d0d0;
}
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: #666666;
	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: #ae0002;
	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: #666666;
	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: #ae0002;
	text-decoration: none;
}
#copyright {
	float: left;
	width: 770px;
	margin: 0px;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 20px;
}
