/***********************************************/
/* Default.css                                 */
/* CFW Default Stylesheet                      */
/***********************************************/

/****************************************************/
/* Body Color is Blue:    #336699 R-51  G-102 B-153 */
/* Background Color grey: #F5F5F5 R-245 G-245 B-245 */
/* Textlink Color green:  #009933 R-0   G-153 B-51  */
/****************************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	background-color: #F5F5F5;
	margin: 2px;
	}

/***********************************************/
/* Tags - Hyperlink and Anchors                */
/***********************************************/

a {
	color: #00CC00;
	text-decoration: none;
    }

a:link {
	color: #336699;
	text-decoration: none;
    }

a:visited {
	color: #336699;
	text-decoration: none;
    }

a:hover {
	text-decoration: underline;
    }

a:active {
	color:  #336699;
    }

a.hidden {
	color:  #336699;
    }

a.hidden:visited {
	color:  #336699;
    }

a.hidden:hover {
	color:  #CCCC00;
    }

a.hidden:active {
	color:  #FF33FF;
    }

/***********************************************/
/* Tags - Headers                              */
/***********************************************/

h1 {
	font-weight: bold;
	font-size: 200%;
    }

h2 {
	font-weight: normal;
	font-size: 175%;
    }

h3 {
	font-weight: bold;
	font-size: 150%;
    }

h4 {
	font-weight: bold;
	font-size: 125%;
    }

h5 {
	font-weight: bold;
	font-size: 100%;
    }

h6 {
	font-weight: bold;
	font-size: 75%;
    }

/***********************************************/
/* Tags - Lists                                */
/***********************************************/

ul {
	list-style-type: square;
	font-size: 1em;
	list-style-position: outside;
    }

ul ul {
    list-style-type: disc;
    }

ul ul ul {
    list-style-type: none;
    }

/* Logo */

.logo {
	margin: 3px;
	}

/* Site Name */

.site {
	position: absolute;
	top: 10px;	
	left: 140px;
	color: #336699;
    }

/* Form - Common Use */

form {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	right: 0;
    }
	
	/* Input - Common Use */
	
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	}

/* Search */

.search {
	position: absolute;
	top: 4%;
	left: 50em;
	font-size: 75%;
	}

.search a {
	font-size: 75%;
    }

.search a:visited {
	color: #336699;
	text-decoration: none;
    }

.search a:hover {
	text-decoration: underline;
    }

/* Navigator */

.navtab {
	position: absolute;
	top: 55px;
	left: 140px;
	height: 20px;
	font-size: 70%;
    }

.nav a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: groove;
	border-right-color: #336699;
	background-image: url(/images/icons/tag_bg.gif);
    }

.nav a:active {
	color: #336699;
	text-decoration: none;
	}

.nav a:visited {
	color: #336699;
	text-decoration: none;
	}

.nav a:hover {
  	background-image: url(/images/icons/tag_bg_hit.gif);
	text-decoration: none;
    }

/* Navigator Why Buy */

.navwhyh1 {
	font-weight: bold;
	font-size: 150%;
    }

.navwhyh2 {
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
    }

.navwhyh3 {
	font-size: 100%;
	color: #999999;
	text-decoration: underline;
	}

.navwhyh4 {
	font-weight: bold;
	font-size: 100%;
	}

.navwhytext {
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	}

.navwhyopt {
	font-weight: normal;
	font-size: 75%;
	}

.navwhymenu {
	text-align: justify;
	vertical-align: sub;
	font-size: 12px;
	line-height: 1.166;
	}

.navwhymenu ul{ 
	margin: 0;
	padding: 3px;
	}

.navwhymenu li{ /* This is the expansion */
	background-color: #F5F5F5;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 3px;
	font-weight: normal;
	}

.navwhymenu li.submenu{ /* This is the collapse */
	background-color: #F5F5F5;
	cursor: pointer!important;
	font-weight: bold;
	}

.navwhymenu li.submenu ul{
	display: none; /*Hide them by default. Don't delete. */
	}

.navwhymenu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	}

/* Navigator Product Styles */

.navstylesh1 {
	font-weight: bold;
	font-size: 150%;
    }

.navstylesh2 {
	font-weight: bold;
	font-size: 100%;
	text-decoration: underline;
    }

.navstylesh3 {
	font-size: 100%;
	color: #999999;
	text-decoration: underline;
	}

.navstylesh4 {
	font-weight: bold;
	font-size: 100%;
	}

.navstylestext {
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	}

/* Navigator Dealor Locator */

.navlocatorh1 {
	font-weight: bold;
	font-size: 150%;
    }

.navlocatorh2 {
	font-weight: bold;
	font-size: 100%;
    }

.navlocatortext {
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	}

/* Navigator What's New */

.navnewsh1 {
	font-weight: bold;
	font-size: 150%;
    }

.navnewsopt {
	font-weight: normal;
	font-size: 75%;
	}

.navnewsinst {
	font-size: 12px;
	color: #999999;
	line-height: 1.166;
	}

.navnewsmenu {
	text-align: justify;
	vertical-align: sub;
	font-size: 12px;
	line-height: 1.166;
	}

.navnewsmenu ul{ 
	margin: 0;
	padding: 3px;
	}

.navnewsmenu li{ /* This is the expansion */
	background-color: #f5f5f5;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	}

.navnewsmenu li.submenu{ /* This is the collapse */
	background-color: #f5f5f5;
	cursor: pointer!important;
	font-weight: bold;
	}


/* Navigator FAQS */

.navfaqsh1 {
	font-weight: bold;
	font-size: 150%;
    }

.navfaqsopt {
	font-weight: normal;
	font-size: 75%;
	}

.navfaqsmenu {
	text-align: justify;
	vertical-align: sub;
	font-size: 12px;
	line-height: 1.166;
	}

.navfaqsmenu ul{ 
	margin: 0;
	padding: 3px;
	}

.navfaqsmenu li{ /* This is the expansion */
	background-color: #F5F5F5;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 3px;
	font-weight: normal;
	}

.navfaqsmenu li.submenu{ /* This is the collapse */
	background-color: #F5F5F5;
	cursor: pointer!important;
	font-weight: bold;
	}

.navfaqsmenu li.submenu ul{
	display: none; /*Hide them by default. Don't delete. */
	}

.navfaqsmenu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	}

/* Navigator Contact Us */

.navcontacth1 {
	font-weight: bold;
	font-size: 150%;
    }

.navcontactinst {
	font-size: 12px;
	color: #999999;
	line-height: 1.166;
	}

.navabouth1 {
	font-weight: bold;
	font-size: 100%;
    }

.navabouth2 {
	font-weight: bold;
	font-size: 100%;
	}

.navabouttext {
	text-align: center;
	font-weight: normal;
	font-size: 90%;
	}

.navtermsh1 {
	font-weight: bold;
	font-size: 150%;
    }

.navtermsh2 {
	font-weight: normal;
	font-size: 90%;
    }

.navtermstext {
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	}

.navtermstextul {
	text-align: left;
	font-weight: normal;
	font-size: 95%;
	text-decoration: underline;
	height: inherit;
	}

.navprivacyh1 {
	font-weight: bold;
	font-size: 150%;
    }

.navprivacyh2 {
	font-weight: normal;
	font-size: 90%;
    }

.navprivacytext {
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	}

.navprivacytextul {
	text-align: left;
	font-weight: normal;
	font-size: 95%;
	text-decoration: underline;
	}

/***********************************************/
/*              Left Menu Section              */
/***********************************************/

.menutab {
	position: absolute;
	left: 3px;
    }

.menu {
	display: block;
	font-size: 85%;
	padding-left: 5px;
    }

.menu a {
	font-size: 80%;
	text-decoration: none;
    }

.menu a:visited {
	text-decoration: none;
    }

.menu a:hover {
  	background-color: #FFFFFF;
    text-decoration: none;
	}

.bullet { display: block; font-size: 85%; padding-left: 5px; }

.bullet a {
	font-size: 80%;
    }

.bullet a:visited {
	text-decoration: none;
    }

.bullet a:hover {
  	background-color: #FFFFFF;
    text-decoration: none;
	}

.pageframe {
	border-color: #336699;
    }

/***********************************************/
/* Styles - Body Text                          */
/***********************************************/

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	line-height: 1.166;
	}

a.text:link    {color: #2c5a89; text-decoration: none;}
a.text:visited {color: #2c5a89;	text-decoration: none;}
a.text:active  {color: #999999; text-decoration: none;}
a.text:hover   {color: #999999;	text-decoration: none;}

.tag a {
	background-image: url(/images/icons/tag_bg.gif);
	}

.tag a:hover {
  	background-image: url(/images/icons/tag_bg_hit.gif);
	}

.textlink {
	position: relative;
	text-align: justify;
	font-size: 12px;
	color: #009933;
	line-height: 1.166;
	background-color: #F5F5F5;
	}

.wip {
	position: relative;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.166;
	}

/***********************************************/
/* Styles - Site Info (Bottom Footer)          */
/***********************************************/
.foot a {
	background-image: url(/images/icons/tag_bg.gif);
/*	font-size: 60%; */	
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #336699;
	height: 8px; 
	}

.foot a:active {
/*	color: #336699; */
	text-decoration: none;
	}

.foot a:visited {
/*	color: #336699; */
	text-decoration: none;
	}

.foot a:hover {
  	background-image: url(/images/icons/tag_bg_hit.gif);
/*	background-color: #FFFFFF; */
	text-decoration: none;
    }

/* Form - Contact Us */

login {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	right: 0;
    }
	
red {
	color: #FF0000;
   	text-decoration: none;
	}

/***********************************************/
/* End of Stylesheet                           */
/***********************************************/
