@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
	background-image:url(../images/chess-bg.gif);
	background-repeat:no-repeat;
}
body,td,th {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#4A595A;
}
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	width:100%;
	border:0;
	margin-top:20px;
	margin-bottom:20px;
}
.shell {
	position:relative;
	width:960px;
	margin-left:24px;
	margin-top:17px;
}
.header {
	position:relative;
	width:916px;
	height:105px;
}
.logo {
	position:absolute;
	top:0px;
	left:0px;
	width:239px;
	height:105px;
	background-color:#FFFFFF;	
}
.nav {
	position:absolute;
	top:0px;
	left:240px;
	width:678px;
	height:105px;
	background-color:#4A595A;
}
.marketing_strip {
	position:relative;
	width:943px;
	text-align:right;
	background-color:#000000;
}
.shadow_base {
	position:absolute;
	left:0px;
	bottom:0px;
	width:936px;
	height:8px;
	background-image:url(../images/shadow-base.jpg);
	background-repeat:no-repeat;
}
.shadow_rhs {
	position:absolute;
	right:0px;
	bottom:0px;
	width:7px;
	height:282px;
	background-image:url(../images/shadow-rhs.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.maindiv {
	width:562px;
	margin-left:315px;
	padding:20px;
	border-right:1px solid #D9DADA;
}
.maindiv a {
	color:#4A595A;
}
.maindiv a:hover {
	background-color:#FFCC00;
}
.breadcrumb {
	font-size:11px;
	width:637px;
	padding-top:5px;
	padding-bottom:15px;
	background-color:#FFFFFF;
}
.breadcrumb a {
	color:#4A595A;
}
.product_holder {
	position:relative;
	width:118px;
	height:120px;
	margin-top:0px;
	margin-bottom:10px;
}
.product_header {
	position:absolute;
	top:106px;
	left:0px;
	font-size:11px;
	line-height:12px;
	width:118px;
	color:#333333;
	text-align:center;
}
.footer {
	width:678px;
	height:81px;
	margin-left:240px;
	border-top:4px solid #FFCC00;
	background-color:#8E9798;
}
.copyright {
	float:left;
	font-size:10px;
	font-family: Tahoma, Arial, Helvetica;
	color:#e5e5e5;
	line-height:20px;
	padding-left:10px;
}
.xeno {
	float:right;
	font-size:10px;
	color:#e5e5e5;
	line-height:20px;
	padding-right:10px;
}
.xeno a, .copyright a {
	font-size:10px;
	color:#e5e5e5;
	line-height:20px;
	text-decoration:none;
}
.xeno a:hover, .copyright a:hover {
	color:#666666;
}
/* menu styles -------------------------------------------------------- */

.menuitem {
	float:right;
	width:85px;
	height:53px;
	margin-top:63px;
	border-left:1px solid #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
}
.menuitem a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:6px;
}
.menuitem a:hover {
	color:#FFCC00;
}
.menulink_chosen {
	width:79px;
	color:#FFFFFF;
	margin-top:24px;
	padding-left:6px;
	background-color:#FFCC00;
}
.submenu {
	float:left;
	width:157px;
	margin-left:26px;
	line-height:24px;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:20px;
	background-color:#FFFFFF;
}
/*.submenu ul {
	list-style-image: url(../images/list-arrow.gif);
	list-style-type: circle;
}*/
.download {
	font-weight:bold;
	margin-top:10px;
}
.downloadlink {
	padding-left:45px;
	padding-top:5px;
	padding-bottom:5px;
	background-image:url(../images/pdf-icon.jpg);
	background-repeat:no-repeat;
	background-position:left center;
}