body {
	background: #fff;
	font-family: Arial, sans-serif;
	line-height: 20px;
	color: #666666;
	font-size: 14px;
	border-top: 1px solid #ff0000;
	margin: 0px;
	padding: 30px 0px 0px;
}

#container {
	width: 960px;
	margin: 0px auto;
	padding: 0px 0px;
}

#container.no-padding {
	padding: 0px;
	width: 960px;
}

#progress {
	display: none;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #ff0000;
	margin: 0px 0px 10px;
	clear: both;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin: 0px 0px 10px;
}

/*table td {
	vertical-align: top;
	position: relative;
}*/

p {
	margin: 0px 0px 20px;
}

ul, ol {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul li, ol li {
	margin: 0px;
	padding: 0px;
}

.red-bullets ul, .tabbed-content .contentblock .textblock ul {
	margin: 0px 0px 40px;
}

.red-bullets ul li, .tabbed-content .contentblock .textblock ul li {
	padding-left: 18px;
	background: transparent url(../images/red-arrow.png) left 5px no-repeat;
	margin: 0px 0px 10px;
}

a {
	color: #44829e;
}

#content {
	float: left;
	width: 500px;
	margin-left: 30px;
}

#content.fullwidth {
	width: 960px;
	margin: 0px;
	float: none;
}

#content.fullwidth > * {
	margin-left: 10px;
}

#content.noside {
	float: left;
	width: 720px;
	margin-left: 30px;
}

#content.nosubnav {
	float: left;
	width: 720px;
	margin-left: 0px;
}

#side {
	width: 190px;
	float: left;
	margin-left: 30px;
}

.clear {
	height: 0px;
	clear: both;
	float: none;
}

.hometop .col1 > div {
	margin-right: 15px;
}

.hometop .col2 > div {
	margin-left: 15px;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
}

table td {
	padding: 0px;
}

.datatable table td p {
	margin-bottom: 0px !important;
}

td.col1, td.col2, td.col3 {
	vertical-align: top;
	position: relative;
}

.datatable table {
	width: 100%;
	border-collapse: collapse;
	margin: 0px 0px 0px;
	table-layout: fixed;
}

.datatable table td, .datatable table th {
	vertical-align: top;
	border: 1px solid #dbdbdb;
	padding: 6px 10px 3px 10px;
	font-size: 12px;
	color: #666;
}

.datatable table tbody {
	border: 1px solid #dbdbdb;
}

.datatable table thead {
	width: 100%;
	border: 0px;
	background: #5c95ad url(../images/printer-table-head-bg.jpg) left bottom repeat-x;
	border: 0px;
}

.datatable table th, .datatable table thead {
	border: 0px;
}

.datatable table thead th {
	font-size: 12px;
	color: #fff;
	text-align: left;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
	height: 30px;
}

.datatable table thead th:first-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

.datatable table thead th:last-child {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
}

.datatable table .odd td {
	background: #eee;
}

td, th {
	vertical-align: top;
}


/* shadows */

.shadow {
	display: none;
	margin: 0px auto;
}

#login .loginbottom > .shadow {
	width: 960px;
	height: 24px;
	background: url(../images/shadow1.jpg) left top no-repeat;
	position: absolute;
	left: 10px;
	bottom: 0px;
	display: block;
}

#welcometokyoceraconnect #Banner > .shadow {
	width: 960px;
	height: 24px;
	background: url(../images/shadow1.jpg) left top no-repeat;
	display: block;
}

#products .article > .shadow {
	width: 500px;
	height: 11px;
	background: url(../images/shadow2.png) left top no-repeat;
	margin-bottom: 20px;
	display: block;
}

.datatable > .shadow {
	width: 500px;
	height: 11px;
	background: url(../images/shadow2.png) left top no-repeat;
	margin-bottom: 20px;
	display: block;
}

#ProductTab > .shadow {
	width: 500px;
	height: 11px;
	background: url(../images/shadow2.png) left top no-repeat;
	border-top: 1px solid #bfbfbf;
	margin-bottom: 20px;
	display: block;
}

#ProductTab .tabbed-content .datatable > .shadow {
	width: 460px;
	height: 14px;
	background: url(../images/shadow4.jpg) left top no-repeat;
	margin-bottom: 20px;
	display: block;
}

#solutions #content .layout > .shadow, #resources #content .layout > .shadow, #threedprinters #content .layout > .shadow {
	width: 500px;
	height: 15px;
	/* background: url(../images/shadow5.jpg) left top no-repeat;  MW 14/4/16 */
	bottom: 0px;
	left: 0px;
	position: absolute;
	display: block;
}

#solutions td .shadow, #security td .shadow {
	width: 241px;
	height: 13px;
	/* background: url(../images/shadow6.jpg) left top no-repeat; MW 14/4/16 */
	display: block;
}

/* end shadows */



/* breadcrumbs */

.breadcrumb {
	display: block;
	border: 1px solid #e7e7e7;
	float: left;
	height: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	padding: 0px 10px;
	margin: 0px 0px 30px;
}

.breadcrumb a {
	color: #666;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #ff0000;
}

/* end breadcrumbs */



/* login */

#content.fullwidth .layout.logintop {
	height: 219px;
	background: url(../images/login-top-bg.png) left top no-repeat;
	margin-left: 0px;
	margin-top: 40px;
}

#content.fullwidth .layout.loginbottom {
	height: 323px;
	background: url(../images/login-bottom-bg.png) 10px top no-repeat;
	margin-left: 0px;
	position: relative;
}

.logintop .textblock {
	padding-right: 30px;
}

.logintop .col1 > div img {
	float: right;
	margin-top: 25px;
}

.logintop .col2 > div {
	padding: 45px 0px 0px 60px;
}

.loginbottom .col1 > div {
	padding: 23px 0px 0px 63px;
}

.loginbottom .col2 > div {
	padding: 23px 0px 0px 20px;
}

.article.loginright {
	
}

.loginbottom .col3 > div {
	padding: 23px 45px 0px 20px;
	position: relative;
	height: 260px;
}

.loginbottom .col3 > div p:last-child a { 
	display: block;
	width: 76px;
	height: 26px;
	float: right;
	margin-right: 10px;
	background: transparent url(../images/button-signup.png) left top no-repeat;
	text-indent: -9000px;
}

.loginbottom .col3 > div a:hover {
	background: transparent url(../images/button-signup.png) left bottom no-repeat;
}

#login {
	padding: 0px 20px 0px 20px;
}

#login .loginfailure {
	display: none;
	color: #ff0000;
	font-weight: bold;
}

#login p {
	clear: both;
}

#login p label {
	display: block;
	float: left;
	height: 26px;
	margin: 0px 0px 10px;
}

#login p input[type="text"], .login p input[type="password"] {
	border: 1px solid #b2b2b2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-mox-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.62);
	-webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.62);
	box-shadow: inset 0px 1px 3px rgba(0,0,0,0.62);
	width: 198px;
	height: 24px;
	float: right;
}

#login .loginsubmit input[type=button] {
	float: right;
	width: 71px;
	height: 26px;
	border: 0px;
	background: transparent url(../images/button-signin.png) left top no-repeat;
	text-indent: -999px;
	cursor: pointer;
}

#login .loginsubmit input[type=button]:hover {
	background: transparent url(../images/button-signin.png) left bottom no-repeat;
}

#login p > a {
	color: #c1393d;
}

/* end login */



/* header */

#header {
	height: 100px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

#header > img {
	float: left;
	margin: 5px 0px 0px;
}

#header > div {
	width: 683px;
	float: right;
}

#header > div ul li {
	display: block;
	float: left;
}

#header #logout {
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 5px;
}

#header #logout p {
	margin: 0px;
}

#header #logout a {
	color: #333333;
}

#header #nav {
	width: 683px;
	height: 43px;
	background: url(../images/main-nav-bg.jpg) left top no-repeat;
	padding: 0px 5px;
}

#header #nav a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	height: 42px;
	display: block;
	line-height: 46px;
	padding: 0px 19px;
	background: url(../images/main-nav-divider.gif) left 14px no-repeat;
}

#header #nav li.current {
	border-bottom: 1px solid red;
}

#header #nav li.current a, #header #nav li:hover a {
	color: #000;
}

#header #nav ul li:first-child a {
	background: none;
}

#header .search {
	position: absolute;
	top: -10px;
	right: 0px;
	width: 163px;
	height: 26px;
	background: transparent url(../images/search-bg.png) left top no-repeat;
}

#header .search input {
	float: left;
	font-size: 12px;
	color: #666666;
	border: 0px;
	background: #fff;
	width: 100px;
	margin: 5px 0px 0px 10px;
}

#header .search button {
	border: 0px;
	background: none;
	display: block;
	width: 25px;
	height: 25px;
	float: right;
	margin: 0px 5px 0px 0px;
}

/* end header */



/* carousel */

#Banner {
	background: #fff;
	width: 940px;
	height: 324px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	margin: 0px 0px 0px;
}

#Banner .banner_content {
	position: absolute;
	width: 940px;
	height: 300px;
}

#Banner .banner_content a {
	position: absolute;
	width: 940px;
	height: 300px;
	top: 0px;
	left: 0px;
	z-index: 10;
	border: 0px;
}

#Banner .banner_content a img {
	border: 0px;
}

#Banner .banner_side {
	float: right;
	height: 300px;
	overflow: hidden;
	z-index: 50 !important;
}

#Banner .banner_side li, #Banner .banner_side li a {
	display: block;
	width: 220px;
	height: 100px;
}

#Banner .banner_side img {
	width: 220px;
	height: 100px;
	background: #ddd;
	margin: 0px;
	border: 0px;
}

/* end carousel */


/* landing */

.homecolumns {
	margin: 20px 0px 30px;
}

.homecolumns td .article {
	width: 220px;
	height: 216px;
	font-size: 12px;
	color: #666;
	line-height: 17px;
	padding: 0px;
	margin: 0px 6px;
	position: relative;
}

.homecolumns td .article a {
	color: #666;
	text-decoration: none;
}

.homecolumns td .article img {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

.homecolumns td .article .textblock {
	position: absolute;
	width: 182px;
	top: 133px;
	left: 22px;
}

/* end landing */


/* subnav */

#subnav {
	width: 190px;
	float: left;
	position: relative;
	margin-left: 10px;
}

#subnav .top {
	width: 190px;
	height: 3px;
	background: url(../images/subnav-top.png) left top no-repeat;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	position: absolute;
}

#subnav > ul {
	display: block;
	width: 174px;
	margin: 0px auto;
	background: #e8e8e8;
	border: 1px solid #c8c8c8;
	border-top: 0px;
	padding: 0px 0px 10px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	height: auto;
}

#subnav li {
	display: block;
}

#subnav > ul > li, #subnav > ul > li > ul > li {

}

#subnav > ul > li > a, #subnav > ul > li > ul > li > a {
	color: #666;
	text-decoration: none;
	min-height: 25px;
	line-height: 25px;
	padding: 0px 10px;
	font-size: 12px;
	display: block;
	border-left: 1px solid transparent;
	background: url(../images/subnav-bg.gif) right bottom repeat-x;
}

#subnav > ul > li.current > a, #subnav > ul > li > ul > li.current > a, #subnav > ul > li > a:hover, #subnav > ul > li > ul > li > a:hover {
	border-left: 1px solid #ff0000;
	background: url(../images/subnav-bg.gif) left bottom repeat-x;
}

#subnav > ul > li.current > a, #subnav > ul > li > ul > li.current > a {
	color: #ff0000;
}

#subnav > ul > li > a:hover, #subnav > ul > li > ul > li > a:hover {
	color: #000;
}

#subnav > ul > li:first-child {
	padding-top: 5px;
}

#subnav > ul > li > ul > li > ul > li > a {
	height: 20px;
	line-height: 20px;
	color: #dbdada;
	text-decoration: none;
	font-size: 10px;
	display: block;
	padding: 0px 0px 0px 15px;
	border-left: 1px solid transparent;
	background: #8E8E8E url(../images/subnav-sub-divider.png) left bottom repeat-x;
}

#subnav > ul > li > ul > li > ul > li > a:hover {
	background: url(../images/subnav-sub-divider-active.gif) left bottom repeat-x;
	border-left: 1px solid #ff0000;
}

/* end subnav */



/* printer list */

.shadow {
	clear: both;
}

.article.printer {
	margin: 0px 0px 10px;
	clear: both;
}

.article.printer a {
	display: block;
	width: 460px;
	min-height: 105px;
	background: transparent url(../images/printer-list-bg.png) left top no-repeat;
	text-decoration: none;
	padding: 0px 20px;
	border: 0px;
}

.article.printer a:hover {
	background: transparent url(../images/printer-list-bg.png) right top no-repeat;
}

.article.printer a:hover .textblock {
	color: #000000;
}

.article.printer a h1 {
	color: #fff;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}

.article.printer a > .image {
	float: left;
	width: 133px;
	height: 90px;
	margin: 0px 0px 0px 6px;
	border: 0px;
}

.article.printer a > .image img {
	width: 133px;
	height: 99px;
	border: 0px;
}

.article.printer a .textblock {
	width: 245px;
	float: left;
	color: #666666;
	margin: 5px 0px 0px 10px;
}

/* end printer list */



/* solution list */

.article.solution > a {
	background: #fff url(../images/solutions-top-bg.jpg) left top no-repeat;
	display: block;
	text-decoration: none;
	min-height: 110px;
}

.article.solution > a:hover {
	background: #fff url(../images/solutions-top-bg.jpg) right top no-repeat;
}

.article.solution h1 {
	font-size: 18px;
	color: #fff;
	height: 30px;
	line-height: 32px;
	padding: 0px 0px 0px 20px;
}

.article.solution > a > .image {
	float: left;
	margin: 5px 0px 0px 15px;
}

.article.solution > a > .image > img {
	border: 0px;
}

.article.solution .textblock {
	float: left;
	width: 280px;
	color: #666;
	margin: 5px 0px 0px 15px;
}

.article.solution a:hover .textblock {
	color: #000;
}

.article.solution .textblock p {
	margin: 0px 0px 10px;
}

.article.solution > a .divider {
	height: 0px;
	clear: both;
	float: none;
	border-top: 1px solid #d9d9d9;
	margin: 0px 15px;
}

#solutions .layout, #resources .layout, #threedprinters .layout {
	background: #e0e0e0 url(../images/solutions-bottom-bg.jpg) left top no-repeat;
	padding: 0px 15px 25px;
	clear: both;
	position: relative;
	margin-bottom: 20px;
}

#solutions .layout:last-child, #resources .layout:last-child, #threedprinters .layout:last-child {
	background: none;
	padding: 0px;
}

#solutions .layout table, #resources .layout table, #threedprinters .layout table {
	border-top: 1px solid #d9d9d9; 
	width: 100%;
}

#solutions .layout:last-child table, #resources .layout:last-child table, #threedprinters .layout:last-child table {
	border-top: 0px;
}

#solutions .layout .col1, #solutions .layout .col2, #resources .layout .col1, #resources .layout .col2, #threedprinters .layout .col1, #threedprinters .layout .col2 {
	padding: 10px 0px 0px;
}

#solutions .layout .col1, #resources .layout .col1, #threedprinters .layout .col1 {
	padding-right: 12px;
}

#solutions .layout .col2, #resources .layout .col2, #threedprinters .layout .col2 {
	padding-left: 12px;
}

#solutions .layout .list ul li, #resources .layout .list ul li, #threedprinters .layout .list ul li {
	font-size: 12px;
	color: #666;
	height: 25px;
	line-height: 25px;
	background: url(../images/solution-links-bg.png) right top no-repeat;
	position: relative;
	padding-left: 10px;
	cursor: pointer;
}

#solutions .layout .list ul li a, #resources .layout .list ul li a, #threedprinters .layout .list ul li a {
	color: #666;
	text-decoration: none;
	display: block;
}

#solutions .layout .list ul li:hover, #resources .layout .list ul li:hover, #threedprinters .layout .list ul li:hover {
	background: url(../images/solution-links-bg.png) right bottom no-repeat;
	color: #000;
}

#solutions .layout .list ul li span, #resources .layout .list ul li span, #threedprinters .layout .list ul li span {
	position: absolute;
	right: -260px;
	top: 0px;
	width: 200px;
	padding: 10px 10px 10px 30px;
	border: 1px solid red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	-mox-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	background: #fff;
	font-size: 12px;
	z-index: 1000;
	line-height: 16px;
	display: none;
}

#solutions .layout .list ul li span b, #resources .layout .list ul li span b, #threedprinters .layout .list ul li span b {
	position: absolute;
	display: block;
	width: 35px;
	height: 38px;
	background: transparent url(../images/i.png) left top no-repeat;
	left: -10px;
	top: -10px;
	z-index: 1005;
}

.article.solution > a .bottom {
	background: #e0e0e0 url(../images/solutions-bottom-bg.jpg) left top no-repeat;
	padding: 10px 0px 10px;
}

.article.solution > a .bottom .left {
	width: 220px;
	float: left;
	padding: 0px 15px 0px 15px;
}

.article.solution > a .bottom .right {
	width: 220px;
	float: right;
	padding: 0px 15px 0px 15px;
}

.article.solution > a .bottom li {
	font-size: 12px;
	color: #666;
	height: 25px;
	line-height: 25px;
	background: url(../images/solution-links-bg.png) right top no-repeat;
	position: relative;
	padding-left: 10px;
}

.article.solution > a .bottom li:hover {
	background: url(../images/solution-links-bg.png) right bottom no-repeat;
	color: #000;
}

.article.solution > a .bottom li span {
	position: absolute;
	right: -260px;
	top: 0px;
	width: 200px;
	padding: 10px 10px 10px 30px;
	border: 1px solid red;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	-mox-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
	background: #fff;
	font-size: 12px;
	z-index: 1000;
	line-height: 16px;
	display: none;
}

.article.solution > a .bottom li span > b {
	position: absolute;
	display: block;
	width: 35px;
	height: 38px;
	background: transparent url(../images/i.png) left top no-repeat;
	left: -10px;
	top: -10px;
	z-index: 1005;
}

.article.solution-small {
	width: 241px;
	height: 124px;
	float: left;
	margin: 0px 0px 20px;
	position: relative;
	padding-bottom: 20px;
}

table td:last-child .article.solution-small {
	float: right;
}

.article.solution-small a {
	width: 241px;
	height: 124px;
	background: transparent url(../images/solution-small-bg.png) left top no-repeat;
	display: block;
	text-decoration: none;
}

.article.solution-small a:hover {
	background: transparent url(../images/solution-small-bg.png) left -136px no-repeat;
}

.article.solution-small a:hover .textblock {
	color: #000;
}

.article.solution-small h1 {
	color: #fff;
	font-size: 14px;
	height: 30px;
	line-height: 32px;
	padding: 0px 0px 0px 10px;
}

.article.solution-small .textblock {
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin: 15px 45px 10px 10px;
}

/* end solution list */


/* printer table */

.datatable.team table {
	table-layout: auto;
}

.datatable.team table th {
	font-size: 18px;
	font-weight: normal;
	padding-top: 6px;
	padding-bottom: 5px;
}

.datatable.team table tr td:first-child {
	text-align: center;
	padding: 6px 10px;
}

.printers table td {
	height: 35px;
	vertical-align: middle;
	padding: 0px 0px 0px 10px;
}

.printers table td a, .datatable table tr td:first-child a {
	color: #ff0000;
	text-decoration: none;
}

.printers table td a:hover, .datatable table tr td:first-child a:hover {
	text-decoration: underline;
}

.printers table td .check {
	display: block;
	width: 14px;
	height: 12px;
	background: transparent url(../images/check.png) left top no-repeat;
}

.printers table td a.more {
	display: block;
	width: 41px;
	height: 17px;
	background: transparent url(../images/button-more.png) left top no-repeat;
}

.printers table td a.more:hover {
	background: transparent url(../images/button-more.png) left bottom no-repeat;
}

/* end printer table */



/* cross fade carousel */

#TechBanner {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
	width: 500px;
	height: 211px;
	position: relative;
	margin-bottom: 20px;
}

#TechBanner > div {
	height: 200px;
	width: 500px;
}

#TechBanner img {
	width: 500px;
	height: 200px;
	display: block;
	position: absolute;
}

.cross-fade-carousel {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden;
}

.cross-fade-carousel ul {
	list-style: none;
	list-style-type: none;
	position: relative;
	width: 500px;
	height: 200px;
}

.cross-fade-carousel ul li, .cross-fade-carousel ul li img {
	width: 500px;
	height: 200px;
	display: block;
}

/* end cross fade carousel */



/* tabbed */

#ProductTab {
	margin: 20px 0px 0px;
}

#ProductTab .tabs {
	list-style: none;
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #bfbfbf;
	height: 30px;
	margin: 0px 0px 10px;
}

#ProductTab .tabs li {
	display: block;
	float: left;
}

#ProductTab .tabs li a {
	display: block;
	height: 30px;
	line-height: 30px;
	background: #fff url(../images/tab-bg.gif) left bottom repeat-x;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding: 0px 6px;
	box-shadow: 0px -2px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px -2px 4px rgba(0,0,0,0.2);
	box-shadow: 0px -2px 4px rgba(0,0,0,0.2);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-top: 1px solid #ddd;
}

#ProductTab .tabs li.current a {
	height: 31px;
	background: #fff;
	color: #ff0000;
}

#ProductTab .tabs li a:hover {
	border-bottom: 1px solid #ff0000;
	color: #000;
}

#ProductTab .tabbed-content {
	padding: 20px;
}

#ProductTab .tabbed-content .contentblock .image img {
	float: left;
}

#ProductTab .tabbed-content .image.center img {
	float: none;
	margin: 0px auto 10px;
	display: block;
}

#ProductTab .tabbed-content p {
	margin-bottom: 30px;
}

#ProductTab .tabbed-content ul.details {
	display: block;
	float: right;
	font-size: 11px;
	color: #666666;
	width: 260px;
	margin: 0px 0px 20px;
}

#ProductTab .tabbed-content ul.details li {
	display: block;
	background: transparent url(../images/bullet-red.png) left 8px no-repeat;
	padding: 0px 0px 0px 10px;
}

/* end tabbed */



/* side bars */

#side .downloads, #side .resources, #side .booking {
	margin: 0px 0px 20px;
	width: 190px;
	float: left;
	position: relative;
}

#side .downloads .top, #side .resources .top,  #side .booking .top {
	width: 190px;
	height: 3px;
	background: url(../images/subnav-top.png) left top no-repeat;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.4);
	position: absolute;
}

#side .downloads ul, #side .resources ul, #side .booking ul {
	display: block;
	width: 174px;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-top: 0px;
	padding: 0px 0px 10px 0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

#side .downloads ul li, #side .resources ul li, #side .booking ul li {
	border-bottom: 1px solid #e5e5e5;
}

#side .downloads ul li:hover a, #side .resources ul li:hover a, #side .booking ul li:hover a {
	color: #000;
}

#side .downloads h1, #side .resources h1, #side .booking h1 {
	color: #fff;
	font-size: 15px;
	width: 156px;
	margin: 0px auto;
	height: 28px;
	line-height: 32px;
	padding: 0px 10px;
	background: url(../images/header-blue-bg.gif) left top repeat-x;
}

#side .downloads h1.blue, #side .resources h1.blue, #side .booking h1.blue {
	background: url(../images/header-blue-bg.gif) left top repeat-x;
}

#side .downloads h1.red, #side .resources h1.red, #side .booking h1.red {
	background: url(../images/header-red-bg.gif) left top repeat-x;
}

#side .downloads h1, #side .resources h1, #side .booking h1 {
	width: 154px;
	margin: 0px auto;
	height: 28px;
	line-height: 27px;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px 0px;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
}

#side .downloads h1 {
	background: #5c95ad url(../images/header-blue-bg.gif) left bottom repeat-x;
}

#side .resources h1, #side .booking h1 {
	background: #a81523 url(../images/header-red-bg.gif) left bottom repeat-x;
}


#side .downloads ul a, #side .resources ul a, #side .booking ul a {
	line-height: 26px;
	color: #666;
	text-decoration: none;
	min-height: 25px;
	padding: 0px 23px 0px 10px;
	font-size: 12px;
	display: block;
}

#side .downloads ul li {
	background: url(../images/side-link-bg.jpg) right bottom no-repeat;
}

#side .downloads ul li:hover {
	background: url(../images/side-link-bg.jpg) left bottom no-repeat;
}

#side .downloads ul li a {
	background: transparent url(../images/link-arrow1.png) 155px 5px no-repeat;
}

#side .downloads ul li a:hover {
	background: transparent url(../images/link-arrow1_.png) 155px 5px no-repeat;
}


#side .resources ul li, #side .booking ul li {
	background: url(../images/side-link-bg.jpg) right bottom no-repeat;
}

#side .resources ul li:hover, #side .booking ul li:hover {
	background: url(../images/side-link-bg.jpg) left bottom no-repeat;
}

#side .resources ul li a, #side .booking ul li a {
	background: transparent url(../images/link-arrow2.png) 158px 8px no-repeat;
}

#side .resources ul li a:hover, #side .booking ul li a:hover {
	background: transparent url(../images/link-arrow2_.png) 158px 8px no-repeat;
}

#side > a img {
	margin: 0px 0px 0px 10px;
	border: 0px;
}

#side > a:last-child img {
	margin-bottom: 30px;
}

/* end side bars */



/* footer */

#footer {
	height: 48px;
	width: 900px;
	margin: 20px auto 0px;
	background: url(../images/footer-bg.gif) left top repeat-x;
	font-size: 12px;
	color: #ccc;
	line-height: 48px;
	padding: 0px 20px;
	clear: both;
	text-align: right;
	position: relative;
}

#footer > ul {
	position: absolute;
	height: 25px;
	display: block;
	top: 17px;
}

#footer li, #footer a {
	color: #ccc;
	text-decoration: none;
	display: block;
	float: left;
}

#footer a {
	border-left: 1px solid #ccc;
	height: 15px;
	line-height: 15px;
	padding-left: 4px;
	margin-right: 4px;
}

#footer li:first-child a {
	border: 0px;
	
}

/* end footer */


#elite .contentblock {
clear:left;
}


.article {
	clear:both;
}




#videos .layout table tr td {
padding:2px;
}