BODY {
	margin: 0px;
	padding: 0px;
	min-width: 956px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-color: #FFFFFF;

}
#main_body {
	position:relative;
	width:956px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

.main {
	font-family: Arial,Helvetica, Sans-Serif;
	font-size: 12px;
	color: #525252;
	padding-left: 10px;
	padding-right: 25px;
	margin-top: 0px;
	padding-top: 0px;
}

a:link, a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover, a:active {
	color: #F00;
	text-decoration: underline;
}


h1,h2,h3,h4 {
	font-family: Helvetica, Arial, sans-serif;
	color: #556681;
	text-decoration: none;
	text-align: left;
}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 15px;}
h4 {font-size: 14px;color: #FF6600;}

/* TOP MENU */
#container1 {position: relative; width: 100%; height: 30px;
}
.topmenu { 
	font-size: 12px;
	color: #556681;
	text-decoration: none;
	float: right;
	letter-spacing: 0.05em;
}
.topmenu a{
	font-size: 12px;
	color: #556681;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-right: 5px;
	padding-left: 5px;
}
.topmenu a:link, .topmenu a:visited {
	color: #556681;
	text-decoration: none;
}
.topmenu a:hover, .topmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7EB6D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

.menuimg a{
	font-size: 12px;
	color: #556681;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuimg a:link, .topmenu a:visited {
	text-decoration: none;
}
.menuimg a:hover, .topmenu a:active {
	text-decoration: none;
}

/* TOP */
#container2 {
	position:relative;
	width: 100%;
	height: 36px;
}
#logo {
	position:absolute;
    left:0px;

}

.Tabs {
	position:absolute;
	border-top: 1px solid #CCCCCC; /* Bryan insert - needed or IE top border doesn't show  */
	bottom:0px;
	right:0px;
}

/*
.TabBorder{
	padding: 0px;
	border: 1px solid #ccc;
	height:25px;
	margin: 0px;}

.Tabs a{
	height:25px;
	margin: 0px;
	padding: 5px 30px 0px;
	display: inline-block;
	BACKGROUND-IMAGE: url(images/bkg_tab_off.gif);
	BACKGROUND-REPEAT: repeat-x;
	background-position: 0px 0px;
	border-right: 1px solid #CCCCCC;
	VERTICAL-ALIGN: 50%;
	WHITE-SPACE: nowrap;
	COLOR: #556681;
	font-size: 12px;
	text-decoration: none;
}
.Tabs a:link, .Tabs a:visited {
	BACKGROUND-IMAGE: url(images/bkg_tab_off.gif);
	COLOR: #556681;
}
.Tabs a:hover, .Tabs a:active {
	BACKGROUND-IMAGE: url(images/bkg_tab_on.gif);
	color: #FFFFFF;
}
*/


a.Tab {
	margin: 0px;
	padding: 5px 30px;
	display: inline;
	BACKGROUND-IMAGE: url(images/bkg_tab_off.gif);
	BACKGROUND-REPEAT: repeat-x;
	height:30px;
	border: 1px solid #CCCCCC;
	background-position: 0px 0px;
	VERTICAL-ALIGN: 50%;
	WHITE-SPACE: nowrap;
	COLOR: #556681;
	font-size: 12px;
	text-decoration: none;
}


a.Tab:link, a.Tab:visited {
	BACKGROUND-IMAGE: url(images/bkg_tab_off.gif);
	COLOR: #556681;
}
a.Tab:hover, a.Tab:active {
	BACKGROUND-IMAGE: url(images/bkg_tab_on.gif);
	color: #FFFFFF;
}
/* BIG BANNER */

#container3 {
	position:relative;
	width: 100%;
	padding: 7px 0px;
}

/* 3 BOXES */

#container4 {
	position:relative;
	width: 100%;
	height:130px;
	margin-top: 10px;
}

.box_content {
	position:relative;
	margin: 5px;
	font-size: 12px;
	color: #556681;
}
.box_content a{
	color: #556681;
	text-decoration: none;
}
.box_content a:link, .box_content a:visited {
	color: #556681;
	text-decoration: none;
}
.box_content a:hover, .box_content a:active {
	color: #FF0000;
	text-decoration: underline;
}

a.arrow1 {
	padding-right: 10px;
	background-image: url(images/arrow1.gif);
	background-position: 100% 50%;
	background-repeat: no-repeat;}

#container4 b{
	font-size: 16px;
	font-weight: lighter;
}
/* LONG BOX */

#container5{
	position:relative;
	width: 100%;
	height: 74px;
	margin-top: 10px;
}

.spacer{
	background-color: #CBCBCB;
	height: 74px;
	width: 1px;
}


/* BLURB under BIG BANNER */

#Title{
	position:relative;
	width: 100%;
    height:35px;
}
.CustomBorderLeft {
    height:35px;
    background: url(images/box-title_left.gif) no-repeat;
}

.CustomBorderRight {
    height:35px;
    background: url(images/box-title_right.gif) no-repeat 100% 0%;
}

.CustomBorderCenter {
	height:35px;
	background-image: url(images/box-title_middle.gif);
	background-repeat: repeat-x;
	margin-left:8px;
    margin-right:8px;
	vertical-align:middle;
}
.CustomBorderCenter a {
	position:relative;
	height:35px;
	text-align: left;
	color: #556681;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	top: 10px;
}

.CustomBorderCenter a:link, .CustomBorderCenter a:visited {
	color: #556681;
	text-decoration: none;
}
.CustomBorderCenter a:hover, .CustomBorderCenter a:active {
	color: #FF0000;
	text-decoration: underline;
}
.CustomBorderCenter H1 {
	height:35px;
	display:inline-block;
	vertical-align:middle;
	text-align: left;
	margin-left: 0px;
}
/* PRODUCT LIST MENU */

#ProductsList{
	position:relative;
	padding-top: 10px;
}
	
#ProductsList strong{
	font-size: 16px;
	color: #556681;
}

#ProductsList a{
	font-size: 14px;
	text-decoration: none;
	background-image: url(images/bullet_products_off.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 3px 0px;
	padding: 0px 0px 0px 23px;
	height: 25px;
}

#ProductsList a:link, #ProductsList a:visited{
	color: #556681;
	text-decoration: none;
}

#ProductsList a:hover, #ProductsList a:active{
	color: #FF6600;
	text-decoration: underline;
	background-image: url(images/bullet_products_on.gif);
}


/* MAIN CONTECT */

#MainContent{
	position:relative;
	width: 100%;
	margin-top: 10px;
}
#Content{
	position:relative;
	float: left;
	width: 700px;
	padding: 0px 20px 10px 10px;
	font-size: 12px;
	color: #022F50;
}
#RightSide {
	float: right;
	vertical-align: top;
}
.box2-right{
	background-image: url(images/box2-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	font-size: 12px;
	color: #556681;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 5px;
	vertical-align: top;
}
.box2-right b{
	font-size: 14px;
}
.box2-right a{
	color: #556681;
	text-decoration: none;
}
.box2-right a:link, .box2-right a:visited {
	color: #556681;
	text-decoration: none;
}
.box2-right a:hover, .box2-right a:active {
	color: #FF0000;
	text-decoration: underline;
}

/* COPYRIGHT */

#container6{
	position:relative;
	width: 100%;
	clear:both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright{
	position:absolute;
    left:0px;
	font-size: 10px;
	color: #556681;
	letter-spacing: 0.05em;}
.smallmenu { 
	font-size: 10px;
	color: #556681;
	text-decoration: none;
	float: right;
	letter-spacing: 0.05em;
}
.smallmenu a{
	font-size: 10px;
	color: #556681;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-right: 5px;
	padding-left: 5px;
}
.smallmenu a:link, .smallmenu a:visited {
	color: #556681;
	text-decoration: none;
}
.smallmenu a:hover, .smallmenu a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7EB6D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
/* TEXT FORMATING */

.tip{
	padding-left: 10px;
	color: #7B879A;
}

.bullet {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.bullet a {
	padding: 0px 0 0px 25px;
	margin-left: 20px;
	margin-top: 0px;
	vertical-align: middle;
	color: #0066CC;
	text-decoration: underline;
}
.bullet a:link, .bullet a:visited{
	background-image: url(images/bullet_off.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 0 0px 20px;
	margin-left: 20px;
	margin-top: 4px;
	vertical-align: middle;
	color: #0066CC;
	text-decoration: underline;
}

.bullet a:hover, .bullet a:active{
	background-image: url(images/bullet_on.gif);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px 0px 0px 20px;
	margin-left: 20px;
	margin-top: 4px;
	vertical-align: middle;
	color: #f00;
	text-decoration: underline;
}

.productTitle{
	font-size: 16px;
	font-weight: lighter;
	color: #FF6600;
	background-image: url(images/bkg_title_product.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 5px;
}
.productTitle a{
	color: #F60;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-right: 5px;
	padding-left: 5px;
}
.productTitle a:link, .productTitle a:visited {
	color: #FF6600;
	text-decoration: none;
}
.productTitle a:hover, .productTitle a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.readMore{
	text-align: right;
}
.readMore a{
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.05em;
	padding-right: 5px;
	padding-left: 5px;
}
.readMore a:link, .readMore a:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
.readMore a:hover, .readMore a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7EB6D7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}
.productDescription{
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7B879A;
	vertical-align: top;
	margin: 0px;
	padding-left: 5px;
}
.productsGroup{
	font-size: 16px;
	font-weight: bold;
	color: #7B879A;
}
.keys{
	padding-left: 20px;
}
.keys strong{
	font-size: 14px;
}

.included {
	text-align:center;
	width:100px;
	}

.highlight {
	background-color: #ddf2ff;
	}

.section-head{
	border:1px solid #c2c2c2;
	background-color: #FFFFF;
	color:#FF6600;
	}
	
