@charset "UTF-8";
/* CSS Document */

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #fdf1cd;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 800px;
	position: relative;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 0;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #container div */
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */

/* ------------------------------------HEADER ---------------------------------------------*/

#header {
	height: 324px;
	text-indent: -9000px;
	position: relative;
}

.home #header {
	background: url(../images/header1.jpg) no-repeat;
}

.inside #header {
	background: url(../images/header1.jpg) no-repeat;
}

#transparentGIF
{
    position:absolute;
    top:55px;
    left:30px;
    z-index:1000;
    height:65px;
    width:360px;
}

#header h1 {
	margin: 0;
}

/* ---------------------------------- TOP NAV ---------------------------------------------*/

#nav {
	top: 190px;
	left: 151px;
	position: absolute;
	height: 56px;
	text-align: left;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 56px;
}

#nav ul li {
	float: left;
	height: 56px;
	position: relative;
}

#nav ul li a {
	height: 8px;
	/*top right bottom left*/
	/*padding: 12px 0.3em 34px 0.4em; removed em values to see if that fixes CR's problem */
	padding: 12px 4px 34px 5px;
	top: 1px;
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
	/*font-size: 1.3em; changed to fix the menu font size and stop it wrapping*/
	font-size:10pt;
	letter-spacing: -1px;
	text-decoration: none;
	background: url(../images/navbar.gif) left top no-repeat;
	color: #292d5f;
	display: block;
	white-space: nowrap;
	text-align:center;
}

#nav ul li a:hover {
	background: url(../images/navhover.gif) left top repeat-x;
}

#nav ul li a.current {
	background: url(../images/navhover.gif) left top repeat-x;
}

#nav ul li.home a {
	text-indent: -9000px;
	background: url(../images/home.gif) center center no-repeat;
	position: relative;
	width: 27px;
}

#nav ul li.home a:hover {
	background: url(../images/navhover-home.gif) center center no-repeat;
}

#nav ul li.home a.current {
	background: url(../images/navhover-home.gif) center center no-repeat;
}

/* --------------------------- BANNER -------------------------------*/

#topbanner {
	width: 100%;
	height: 65px;
	text-indent: -9000px;
	top: -1px;
	position: relative;
}

.home #topbanner {
	background: url(../images/banner1.jpg) no-repeat;
}

.inside #topbanner {
	background: url(../images/banner1.jpg) no-repeat;
}

#topbanner a {
	display: block;
	width: 100%;
	height: 65px;
}

/* -------------------------- CONTENT -----------------------------------*/

/* -- Login form --*/
#login
{
    float: right;
    border: solid 1px #292D5D;
    width: 190px;
    height: 60px;
    text-align: right;
    padding: 2px 10px 10px 10px;
    background-color: #A0A2B7;
    font-size:11px;
}

#login .loginBtn
{
    height: 32px;
    width: 22px;
    float: right;
    border: solid 1px #292D5D;
    cursor: pointer;
    font-size:12px;
    padding-left:0px;
}

#login .userid, #login .pass
{
    height: 11px;
    width: 100px;
    border: solid 1px #292D5D;
    font-size: 11px;
    margin-right: 5px;
}

#loggedin
{
    float: right;
    border: solid 1px #292D5D;
    width: 190px;
    height: 12px;
    text-align: right;
    padding: 3px 10px 22px 10px;
    background-color: #A0A2B7;
    font-size:11px;
}

#loggedin form, #login form
{
    margin:0;
    padding:0;
}

#loggedin .logoutBtn
{
    height: 16px;
    width: 62px;
    border: solid 1px #292D5D;
    cursor: pointer;
    font-size: 10px;
    margin: -15px 0 14px 0;
    padding: 0;
}

#loggedin P.status
{
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
}

#loggedin P.as
{
    font-weight: bold;
    margin: -15px 0 0 0;
    padding: 0;
    text-align: left;
    width: 100%;
    float: left;
}

#content {
	font-size: 1.2em;
	text-align: left;
	background: #fff;
	top: -1px;
	position: relative;
	margin: 0;
}

/* hack to ensure Mozilla browsers enclose the floated elements with the #content div */
#content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* end hack */


/* --- left column (the text) ---- */

#contentleft {
	float: left;
	width: /*466px*/750px;
	padding: 13px 34px 20px 16px;
	color: #3c3c66;
	background: #fff url(../images/endcurve.gif) left top no-repeat;
}

#contentleft h1 {
	font-size: 2em;
	padding-left: 41px;
	padding-top: 13px;
	height: 24px;
}

#contentleft h2 {
	font-size: 1.45em;
	padding-left: 41px;
	padding-top: 13px;
	height: 24px;
	background: url(../images/h2bullet.gif) left center no-repeat;
}

#contentleft h2 a {
	color: #3c3c66;
}

#contentleft h2 .smaller {
	font-size: 0.75em;
}

#contentleft p {
	padding-left: 41px;
	line-height: 1.5;
}

#contentleft ul li {
	list-style-image: url(../images/bullet.gif);
	margin: 0.2em 0;
}


#contentleft hr {
	border-top: 1px #292d5f solid;
	border-bottom: 0;
}


img {
	border: 0;
}

a {
	color: #3c3c66;
}

a:hover {
	text-decoration: none;
}

.features
{
    float:right;
    font-size: 16px;
    color: #6666ff;
    margin: 0 0 0 0;
    font-family: Arial Narrow;
}
.featTxt
{
    padding-left: 120px;
}
.featItem
{
    font-size: 16px;
    color: #6666ff;
    margin: 0 0 0 0;
    font-family: Arial Narrow;
}
.featImg
{
    float: left;
    padding-right:20px;
}
.clearBoth
{
    clear: both;
}

#dynamiccontent 
{
    padding-left:30px;
}

/* ---- standard items and buttons etc ----- */

.xxListPrice /* --CC-- The WAS price*/
{
    background-image: url(../images/strikeline.gif);
}

.prodHidFld /*THIS MUST STAY*/
{
    display: none;
    visibility: hidden;
}

.vidpage /* --CC-- */
{
    display:inline; 
    clear:none; 
    float:left;
    padding-right:20px;
    padding-bottom:20px;
}

.ccNewProdTitle /* --CC-- */
{
    font-weight: bold;
}

.buybutton
{
    border: solid 2px #F7C42B;
    color: #fff;
    background: #2A2D60;
    padding-top:0.1em;
    width: 3em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
	margin-left: 1em;
    cursor: pointer;
}
.buybutt, .pagenums /* CC */
{
    text-align: center;
}

.detailsbutton
{
    border: 0;
    color: #fff;
    background: #21517c;
    width: 4em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
	margin-left: 1em;
    cursor: pointer;
}

.takemetoit 
{
    border: 0;
    color: #fff;
    background: #21517c;
    width: 7.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.tellmebutton
{
    border: 0;
    color: #fff;
    background: #21517c;
    width: 12.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.continueshop, .checkout /* CC */
{
    border: solid 2px #F7C42B;
    color: #fff;
    background: #2A2D60;
    width: 11.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top: 0.3em;
    cursor: pointer;
}


.updatetotals 
{
    border: solid 2px #F7C42B;
    color: #fff;
    background: #2A2D60;
    width: 8.5em;
    font-size: 0.9em;
    padding-bottom: 0.1em;
    padding-top:0.2em;
    cursor: pointer;
}

.catname
{
    text-align: center;
}

#prodimage 
{
    text-align: center;
}
.clear {
	clear: both;
}

img {
	border: 0;
}

.knowledge a /* CC */
{
    font: menu;
    display:inline;
    line-height:30px;
    /*top right bottom left*/
    margin: 0px 15px 0px 10px;
}

.SelCardPrint1 /*knowledge02*/
{
    color:#666666;
    padding-left:20px;
    background-color:#cccccc;
    font-style: italic;
    font-weight: bold;
    line-height:30px;
    font-size:11px;
    line-height:16px;
    width:20%;
}

.SelCardPrint2 /*knowledge02*/
{
    color: #ececec;
    padding-left:20px;
    background-color: #999999;
    font-style: italic;
    font-weight: bold;
    line-height:30px;
    font-size:11px;
    line-height:16px;
    width:20%;
}

/* add by CC to rectify black table text prod details page*/
#proddesc table tr td
{
    color: #8C8C8C;
}

#prodsnav li
{
    font-size: 10px;
}

/* added for techDownloads*/
.techDnLd, .techDnLdMain
{
    /*top right bottom left*/
    margin: 0px 0px 0px 0px;
    padding: 0 0 0 10px;
}
.techDnLd
{
    display: inline;
    clear: none;
    float: left;
}
.techDnLd a, .techDnLdMain a
{
    line-height: 20px;
}

.PWGuide /* CC this is for the popup password guide*/
{
    text-align: left;
    font-size: 11px;
    font-family: Verdana;
}/* --- right column (the image) ---- */

#contentright {
	float: right;
	width: 282px;
	position: relative;
	top: -22px;
	right: -34px;
	margin: 0 0 15px 0;
}

.tblbkgd
{
    color: #ffffff;
    background-color:#A0A2B7;
}

/* -- share.asp and Registration.asp form -- */

.bkgdCFAE6AF
{
    background-color: #FAE6AF;
}

input.formInputText, input.formInputTextSm
{
    font-size: 11px;
    color: #666;
    background-color: #fff;
    border: solid 1px #A0A2B7;
    margin-bottom: 1px;
    height: 11px;    
}

input.formInputText
{
    width: 394px;
}

input.formInputTextSm
{
    width: 180px;
}

input.formInputText:hover, input.formInputTextSm:hover, input.formInputButton:hover, textarea.formInputText:hover, textarea.formInputTextSm:hover
{
    background-color: #ccffff;
    border: solid 1px #006600;
    color: #000;
    cursor: help;
}

input.formInputText:focus, input.formInputTextSm:focus, input.formInputButton:focus, textarea.formInputText:focus, textarea.formInputTextSm:focus
{
    color: #000;
    background-color: #ffffff;
    border: solid 1px #006600;
    cursor: help;
}

select.formSelectSm
{
    width: 184px;
    font-size: 11px;
    color: #666;
    background-color: #fff;
    border: solid 1px #A0A2B7;
    margin-bottom: 1px;
    height: 18px;
}

textarea.formInputText
{
    font-size: 11px;
    color: #666;
    background-color: #fff;
    border: solid 1px #A0A2B7;
    margin-bottom: 1px;
    height: 60px;
    width: 394px;
}

textarea.formInputTextSm
{
    font-size: 11px;
    color: #666;
    background-color: #fff;
    border: solid 1px #A0A2B7;
    margin-bottom: 1px;
    height: 50px;
    width: 179px;
}

input.formInputButton
{
    font-size: 12px;
    vertical-align: middle;
    font-weight: bolder;
    text-align: center;
    color: #666;
        padding: 1px;
    border: solid 1px #A0A2B7;
    float: right;
    cursor: pointer;
}


/*----------------------------------------- FOOTER -------------------------------------*/

#footer {
	background: #fff url(../images/footergrad.gif) left top repeat-x;
	position: relative;
	padding:  10px;
	top: -1px;
	/*font-size: 1.1em; changed to force the font size */
	font-size:8pt;
	color: #999999;
	margin: 0;
}

#sitelinks
{
    display: none;
    visibility: hidden;
}



