html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}/* welcome page -------------------------------------*/

#column1,
#column3 {
  display: none;
}
#column2 {
  width: 956px;
  height: auto;
  clear: both;
  text-align: left;
  line-height: 16px;
}
/* main feature ----------------*/

#main_feature {
  width: 956px;
  height: 306px;
  background: url(/resources/dyn/files/108712/_fn/main_image_nobar.jpg) no-repeat top left;
}
#main_feature div.featured_product {
  color: #ebe6d8;
  float: right;
  width: 360px;
  margin: 18px 45px 0 0;
  clear: both;
  display: inline; /* fix IE6 double margin bug*/
}
#main_feature .featured_product img {
  margin-right: 15px;
}
#main_feature .featured_product h1 {
  line-height: 18px;
  font-size: 1.5em;
  padding-top: 15px;
}
#main_feature .featured_product p {
  padding-bottom: 6px;
}

/* promotions --------*/
#main_feature div.offerbar_text {
  color: #ebe6d8;
  clear: right;
  float: right;
  display: inline;
  width: 175px;
  margin: 54px 17px 0;
}
#main_feature .offerbar_text h2 {
  font-size: 1.8em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
#main_feature .offerbar_text h2 a {
  color: #ebe6d8;
}
#main_feature .offerbar_text h6 {
  font-size: 0.8em;
  margin-top: 1px;
}
#main_feature .warranty_button {
  float: right;
  display: inline;
  width: 137px;
  margin: 37px 347px 0 0;
}
a.customize_button {
  background: url(/resources/dyn/files/37212/_fn/customize_button.gif) no-repeat top left;
  height: 17px;
  color: #464646;
  font-family: "arial black", arial, sans-serif;
  padding: 3px 10px;
  display: block;
  float: left;
  width: 126px;
}
a.customize_button:hover {
  text-decoration: none;
  color: black;
}
/* welcome container -------------------*/

#welcome_test_container {
  background: white;
  width: 926px;
  height: auto;
  padding: 0 15px;
}
#welcome_test_container .textbean {
  float: left;
  width: 160px;
  height: auto !important;
  height: 260px;
  min-height: 260px;
  padding: 0;
  margin-top: -10px;
}
#welcome_test_container .textbean p {
  padding: 0 4px 10px;
}
#welcome_test_text h1 {
  color: #000000;
  line-height: 24px;
  font-size: 2.0em;
  padding-left: 4px;
}
#welcome_products_test {
  float: left;
  margin: -5px 10px 10px 20px;
  width: 730px;
  border: solid 1px #b5b5b5;
  border-right: none;
  border-top: none;
  background: url(/resources/dyn/files/134164/_fn/home_features_top.gif) top left no-repeat;
  background-position: -1px 0;
  padding-top: 4px;
}
#welcome_products_test .textbean {
  float: left;
  width: 181.5px;
  height: auto !important;
  height: 152px;
  min-height: 152px;
  padding: 0;
  margin: 0;
  border-right: solid 1px #b5b5b5;
}
#welcome_products_test .textbean h2 {
  padding: 5px 10px;
  background: #E8E9E9;
  margin-bottom: 4px;
}
#welcome_products_test .textbean p {
  padding: 0 10px 10px;
}

#welcome_products_test .textbean a {
  color: #464646;
}
#welcome_feature_test {
  float: left;
  margin: -5px 10px 20px 20px;
  width: 730px;
  border: solid 1px #b5b5b5;
  border-right: none;
  border-top: none;
  background: url(/resources/dyn/files/134164/_fn/home_features_top.gif) top left no-repeat;
  background-position: -1px 0;
  padding-top: 4px;
}
#welcome_feature_test .mediabean {
  height: auto !important;
  height: 90px;
  min-height: 90px;
  padding: 0;
  margin: 0;
}
#welcome_feature_test .mediabean p {
  float: left;
  padding: 8.75px;
  border-right: solid 1px #b5b5b5;
}






/*
BASIC STYLE	
Filename: styles.css
Author: Vivian Clark
Company: ToughOnline.com
*/

body {
  font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
  margin: 0 auto;
  text-align: center;
  background: #323232 url(/resources/all/files/28614/_fn/bg.gif) repeat-x top left;
  width: 956px;
  font-size: 11px;
  color: #464646;
}

/* header ------------------------------------*/
#header {
  width: 956px;
  height: 97px;
  background: url(/resources/all/files/38061/_fn/header_bg.gif) no-repeat top left;
  clear: both;
  margin-top: 35px;
}

#logo {
  background: url(/resources/all/files/28531/_fn/home_logo.gif) no-repeat top left;
  width: 309px;
  height: 38px;
  float: left;
  margin: 28px;
  display: inline; /* fix IE6 double margin bug*/
}
#logo h1 a {
  display: block;
  text-indent: -4000em;
  width: 309px;
  height: 38px;
}
#header_menu {
  float: right;
  margin-right: 0px;
}
#header_menu li {
  margin: 0 1px 2px;
  padding: 4px 6px;
  background: #232323;
  text-transform: lowercase;
}
#header_menu li.last {
  margin-right: 0;
}
#header_menu li.over {
  background: black;
}
#header_menu li a {
   color: white;
}
#header_menu li a:hover {
  text-decoration: none;
}
#column3 #header_menu li { /* epp pages */
  list-style-type: none;
  margin-left: 2px;
}

/* logout button ------*/

.logoutbean {
  float: right;
}
.logoutbean span.username {
  display: none;
}
.logoutbean span.logout_url a {
  color: white;
  background: #232323;
  padding: 4px 6px;
  margin: 0 1px;
  display: block;
  text-transform: lowercase;
}
.logoutbean span.logout_url a:hover {
  background: black;
  text-decoration: none;
}
/* verizon banner -------------------------------*/
#verizon_banner {
  width: 307px;
  height: 66px;
  float: right;
  padding-right: 4px;
}
/* catalog menu --------------------------------*/
.catalogbean li,
#column1 .menubean li {
  font-weight: bold;
  padding: 4px 0;
  border-bottom: 2px dotted #aaa;
  font-size: 1.1em;
}
.catalogbean li.over,
.catalogbean li.mi_active,
#column1 .menubean li.over,
#column1 .menubean li.mi_active {
  background: url(/resources/all/files/28744/_fn/red_arrow_14.gif) no-repeat center left;
  padding-left: 15px;
}
.catalogbean li a,
#column1 .menubean li a {
  color: #464646;
}
.catalogbean li a:hover,
#column1 .menubean li a:hover {
  text-decoration: none;
}
#column1 div.model_menu li {
  padding-left: 15px;
  font-weight: normal;
  font-size: 1em;
}
#column1 .textbean h3 {
  padding-bottom: 10px;
}
/* footer -------------------------------------*/
#footer {
  width: 956px;
  height: 37px;
  background: url(/resources/all/files/28523/_fn/home_footer_bg.gif) repeat-x top;
  clear: both;
  border-bottom: 5px solid black;
  border-top: 1px solid black;
}
#footer_logos {
  background: url(/resources/all/files/28519/_fn/footer_logo.gif) no-repeat top left;
  float: left;
  width: 193px;
  height: 28px;
  text-indent: -4000em;
  margin: 6px 0 0 30px;
  display: inline; /* fix IE6 double margin bug*/
}
#footer_logos a {
  display: block;
  float: left;
  width: 96px;
  height: 28px;
}

#footer_menu {
  float: right;
  width: 350px;
  padding: 15px 15px 0 0;
}
#footer_menu a {
  color: #333;
  font-weight: bold;
}
/* general styles -----------------------------*/
a {
  text-decoration: none;
  color: #086d9e;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, h4 {
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1.1em;
  color: #9b9b9b;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
.textbean p {
  padding-bottom: 15px;
}
#column3 li {
  list-style-type: disc;
  margin-left: 15px;
}
#column3 ul {
  padding-bottom: 15px;
}

#chat_content {
  display: none; 
}
#chat_prompt {
  z-index: 502;
  position: absolute;
  right: 50%;
  top: 200px;
  width: 400px;
  background-color: white;
  border: 1px solid #fff;
  text-align: center;
  padding: 1em 1em 0em;
  font-size: 1.1em;
}
.prompt_background {
  background: #777;
  opacity: 0.65;
  filter:alpha(opacity=65);
}

/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh_persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh_persistent,
ul.menubeanh_persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh_persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh_persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh_persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh_persistent ul,
ul.menubeanh_persistent ul ul,
ul.menubeanh_persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh_persistent li.over ul ul,
ul.menubeanh_persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh_persistent li.over ul,
ul.menubeanh_persistent ul li.over ul,
ul.menubeanh_persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv_persistent,
ul.menubeanv ul,
ul.menubeanv_persistent, ul { 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv_persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv_persistent li.mi_parent {
  cursor: pointer;
}
ul.menubeanv_persistent li ul {
  display: none;
}
ul.menubeanv_persistent li.over ul {
  display: block;
}
