body {
	margin: 0;
	padding:0px;
	text-align:center;
	background-color: black;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}

image {
	border: 0;
}


/*
main layout
*/	
#mainlayout {
	width:764px;
	margin:0px auto;
	text-align:left;
	}
#layoutOuter {
	width: 762px;
	/*border-left: 1px solid #89A2B9;
	border-right: 1px solid white;
	border-bottom: 1px solid white;*/

}
#layoutInner {
	width: 760px;
	background-color: white;
	
	/*border-left: 1px solid white;
	border-right: 1px solid #89A2B9;
	border-bottom: 1px solid #89A2B9;*/
	/*border-bottom: 1px solid #B7B7B7;*/	
}
#alignRight{
	background-position: right top;
	height: 10px;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 10px;
}


/*
flash
*/	
#flash {
	background-position: top;
	height: 184px;
	width: 760px;
}
#line {
	background-image:    url("../../../resources_main/images/miscellanous/dots_1x2px.gif");
	background-repeat: repeat-x;
	height: 2px;
	width: 760px;
}

/*
main content
*/	

#maincontent {
	color: #646464;
	
}

.contentimg {
	float: right;
}


/*
copyright
*/	
#copyright {
	background-color: black;
	font-size: 10px;
	text-align: left;
	width: 760px;
}

#copyrightTop {
	height: 1px;
	background-color: black;
}

#copyrightMid {
	height: 1px;
	background-color: black;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
}

#copyrightBtm {
	padding-bottom: 5px;
}


#copyrightHead {
	color: #3E3E3E;
	margin-top: 0px;
}

#copyrightText {
	color: #727272;
}

.clearer {
	clear:both;
}
.clearer0px {
	clear:both;
	height: 1px;
}
#clearer10px {
	padding: 1px;
	height: 10px;
}

/*
menu styles


*/
#header {
	height: 63px;
	width: 760px;
	background-color: black;
	/*background-image:    url("../../../resources_main/images/miscellanous/Banner.gif");
	background-repeat: no-repeat;
	background-position: left top;*/
	}
#nav {
	height: 21px;
	width: 760px;
	background-color: black;
	/*background-image:    url("../../../resources_main/images/nav/NavBottomGraduation.gif");
	background-repeat: repeat-y;
	background-position: right top;*/
	}

#navBtm {
	height: 1px;
}

/*
links styles

*/

a.actuator {
  background-color: transparent;
  color: #330000;
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

a.actuator:hover {
  color: #F6F4E8;
}
.a:link, .a:visited, .a:active{
	color: #004a8c;
	font-weight: bold;
	text-decoration: underline;
}
 
.a:hover {
	color: #004a8c;	
	font-weight: bold;	
	text-decoration: none;

}

.linkProduct, .linkProduct:visited, .linkProduct:link {
	color: black;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
.linkProduct:hover {
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
	
#leftCol .linkProduct
	{
	color: #3b8bff;
	}
	
#leftCol .linkProduct:hover
	{
	color: black;
	}

.linkFeatures, .linkFeatures:visited, .linkFeatures:active{
	color: #706c64;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;

}
.linkFeatures:hover {
	color: #3b8bff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

.linkDisclaimer, linkDisclaimer:visited, linkDisclaimer:link {
	color: #3b8bff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;

}
.linkDisclaimer:hover {
	color: #3b8bff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	}


/*
text and border styles
*/

.textHeadProduct {
	font-weight:bolder;
	font-size: 12px;
	color: #FF6600;
	color: black;
}

.textHeadProdDescrip{
	font-weight:bold;
	font-size: 12px;
	color: #999999;
}


.textbullet {
	font-weight:bold;
	font-size: 9px;
	color: #666666;
}
.texttagline {

	font-weight:bold;
	color: #999999;
}

.arrowCell{
	font-size: 10px;
	font-weight: normal;
	background-image:    url("../../../resources_main/images/miscellanous/arrow_black.gif");
	background-repeat: no-repeat;
	height: 10px;
	color: black;
	color: #666666;
	text-indent: 8pt;
	background-position: left 3px;
}

#leftCol .arrowCell
	{
	padding-right: 5px;
	display: inline-block;
	color: #6B87A2;
	}

.rawcolour {
	background-color: #efefef;
}


#divPadding10px{
	padding-left: 10px;
}


#productDispalyRight{
	width: 250px;
	padding-left: 10px;
	float: right;
	/*border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C2D0DB;*/
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2D0DB;
	padding-bottom: 0px;
}

#productDispalyLeft{
	width: 250px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2D0DB;
	/*border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C2D0DB;*/
	padding-left: 10px;
	padding-bottom: 0px;
}

#productDispalyImage{
	padding: 10px;
	width: 110px;
	float: left;
	text-align: left;
	/*background-image: url(../../../resources_main/images/products/pm_outline_100x80.gif);
	background-position: left 5px;
	background-repeat: no-repeat;*/
}

#productDispalyContent{
	float: right;
	width: 120px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: left;
	top: 0px;
	height: 80px;
	font-size: 9px;
}

.productDispalyDescription{
	height: 58px;
	text-align: left;
	}
.productDisplayLink{
	height: 20px;
	text-align: right;
}

.RowBorderLeftRight{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2D0DB;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C2D0DB;
}

.textbullettop {

	font-weight:bold;
	font-size: 9px;
	color: #999999;
}
.textsmall {
	color: #646464;
	font-size: 9px;
	float: top;
}
#features{
	font-weight: bolder;
	color: black;
	/*border-top-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCD7E1;
	border-left-color: #CCD7E1;*/
	text-align: left;
	text-indent: 5pt;
	height: 15px;
	background-position: center;
	font-size: 12px;
	text-transform: uppercase; 
}

.bullet_cross {
	background-image:    url(../../../resources_main/images/miscellanous/bullet_cross23x14px.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 14px;
	float: left;
	width: 23px;
	padding-top: 10px;
}
.textFeatureList {
	color: #6B87A2;
	color: #666666;
	float: right;
	text-align: left;
	width: 310px;
	padding-top: 6px;
	font-size: 11px;
}
.textFeatureList2 {
	color: #6B87A2;
	text-align: left;
	padding-top: 6px;
	font-size: 11px;
}


.textTopList260 {

	color: #6B87A2;
	float: right;
	text-align: left;
	width: 260px;
	padding-top: 6px;
}
.textAlignRight{}

#divWidth530{
	width: 530px;
}
#divWidth260pxLeft {
	width: 260px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2D0DB;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #C2D0DB;
	padding-left: 10px;
	padding-bottom: 10px;
}
#divWidth250pxRight{
	float: right;
	width: 250px;
	text-align: right;
}

.rawcolour{
	background-color: #E7EBF6;
	font-size: 9px;
}
.textPaddingLeft {
	padding-left: 10px;
	font-size: 11px;
}
#textPaddingLeft {
	padding-left: 10px;
	font-size: 11px;
}
.squareCell {
	font-size: 11px;
	font-weight: bold;
	background-image:    url(../../../resources_main/images/miscellanous/bullet_squares_new.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	height: 10px;
	color: black;
	text-indent: 10pt;
}
#indexDisplayCategory {
	width: 189px;
	background-image: url(../images/miscellanous/index_categories_outline.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 139px;
	text-align: center;
}
#indexDescriptionCategory {
	text-align: left;
	width: 178px;
	height: 90px;
	color: #89A1B9;
	padding: 3px;
}

#indexDisplayContent{
	height: 139px;
	width: 183px;
	text-align: center;
	padding: 3px 3px 3px 4px;
}
.indexCategoryLink {
	text-align: right;
	padding-right: 26px;
}
#div760px{	width: 760px;}

#divFloatLeft378px{
	float: left;
	width: 378px;
}

#divFloatRight378px{
	float: right;
	width: 378px;
	padding-right: 3px;
}
#divFloatLeft189px{
	float: left;
	width: 189px;
}

#divFloatRight189px{
	float: right;
	width: 189px;
}
.colourCellWhite {
	background-color: #FFFFFF;
}

.table {
	font-size: 9px;
	color: #6B87A2;
	text-align: left;
}
#flash760_245 {
	background-position: bottom;
	width: 760px;
	height: 247px;
}
.textPaddingLeft5px {
	padding-left: 5px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

