html, body{
   margin: 0px;
   padding: 0px;
   border: 0px;
   overflow: hidden;
   height: 100%; 
   font-family: Arial, Helvetica, sans-serif;
   font-size:12px;
   background-color:#fff;
  }
#top_wrap {
  width:100%;
  margin:0 auto;
  height:106px;
  border-bottom: 3px solid #ffcd04;
  position:absolute;
  z-index:99;
  background:#036;

}
#wrap {
	width:100%;
	position: absolute;
	margin:0 auto;
	top: 101px;
	left: -3px;
	right: 0;
	bottom: 0px;
	overflow: auto;
	background-image:url(../images/bg_main.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
a:link {
	color:#006AC3;
	text-decoration: none;
}
a:visited {
	color:#006AC3;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#906;
}
a img {
    border: 0px solid #ffffff;
	background-image:none;
	background-color:transparent;
	}
a:hover img { 
	border: 0px solid #ffffff;
	background-image:none;
	background-color:transparent;
}

ul {
	margin: 0px;
	padding:0px
}

.arrow {
	padding: 0 0 0 14px;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}


.highlight {
	color: #333;
	background: #ffffcc;
	font-weight: bold;
}

.border {
	border-top: dotted 1px #ddd;
	margin-top: 10px;
}
hr {
	height: 0px;
	border: 0px;
	margin: 10px 0;
	border-top: dotted 2px #e1e1e1;
	overflow: hidden;
	clear: both;
}
p {
padding-bottom:10px;
margin:0px 0px 15px 0px;
line-height:1.5;
}

/* Head */

#head {
	color: #fff;
	margin: 0 auto;
	height: 100px;
	position: relative;
	width: 875px;
	z-index:99;
	overflow:visible;
}
#head-slogan {
	padding:10px 10px;
	text-align: right;
	color: #888;
	position: absolute;
	top: 10px;
	right: 20px;
}
#head-slogan a:link, #head-slogan a:visited  {
	color: #fff;
	text-decoration: none;	
}
#head-slogan a:hover {
	color: #336699;
	text-decoration: none;	
}
#head-inner {
	width: 850px;
	margin: 0 auto;
	position: relative;
}
#head-logo {
	padding: 0;
	position: absolute;
	top: 5px;
	left: 0;
}

/* Content */

#content {
	background-color:#FFFFFF;
	width: 855px;
	margin: 0 auto;
	margin-top:-6px;
	padding:10px;
	overflow: hidden;
	line-height: 17px;
	clear:both;
	display:block;
}
#content_left {
	background-color:#FFFFFF;
	width: 627px;
	clear:both;
	display:block;
	float:left;
	margin:0px;
	padding:0px;
	height:auto;
}
.product_details {
	background-position:top;
	border:0px solid #e1e1e1;
	padding:0px;
	color:#333;
}
.product_details p {
	line-height:1.7em;
	padding-bottom:10px;
	margin-bottom:0px;
}
.product_details_inner {
	background-image:url(../images/product_details_middle.jpg);
	background-repeat:repeat-y;
	border:0px solid #e1e1e1;
	padding:0px 40px 15px 40px;
	margin-top:-20px;
	margin-bottom:-20px;
	overflow:visible;
}

.product_details h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:16px;
	text-transform:capitalize;
	color:#00457C;
	border-bottom: 0px dotted #ffcd04;
	letter-spacing:0px;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px 0px 0px 0px;
	}
.product_details h2 {
	margin-bottom:3px;
	font-size:14px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#006AC3;
	}
.product_details_sub {
	padding:0px 20px 0px 20px;
	margin-top:0px;
	background-color:#FFFFFF;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	display:block;
	clear:both;
	}
.product_details_sub h1 {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:18px;
	text-transform:capitalize;
	color:#00457C;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 10px 0px;
		}

.product_details_sub h2 {
	padding-bottom:5px;
	padding-top:0px;
	margin:0px;
	font-size:13px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	color:#006AC3;
		}
h3 {
	font-size:12px;
	padding:0px 0px 0px 10px;
	color:#906;
	letter-spacing:.1em;
}
		
.product_details_sub li {
	list-style:none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 20px;
	font-size:12px;
	margin:5px 0px 0px 20px;
	} 
	.product_details_sub p {
	padding-bottom:20px;
	font-size:12px;
	line-height:1.7em;
	}
.product_details_sub_top {
	padding:0px;
	margin-top:10px;
	background-image:url(../images/rounded.jpg);
	background-repeat:no-repeat;
	display:block;
	height:10px;
	clear:both;
	}
.product_details_sub_bottom {
	padding:0px;
	margin-top:0px;
	background-image:url(../images/rounded_bottom.jpg);
	background-repeat:no-repeat;
	display:block;
	height:10px;
	clear:both;
	}
	
.product_details_bottom {
	height:24px;
	width:627px;
	background-image:url(../images/product_details_bottom.jpg);
	background-repeat:no-repeat;
	margin-top:20px;	
	}
.product_details_bullet{
	list-style:none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 20px;
	margin:10px 0px 0px 20px;
	} 
.product_details_bullet_indent{
   	padding-left:0px;
	padding-top:5px;
	line-height:3pt;
	list-style:square;
	margin-left:25px;
	background:none;
	line-height:normal;
	} 
#top_pic {
	background-image:url(../images/product_details_middle.jpg);
	background-position:top;
	padding-bottom:20px;
	display:block;
	margin-bottom:10px;
	overflow:hidden;
}
.product_details_top_pic {
	margin-left:10px;
		background-color:#F0F0F0;
} 
.left_col{
width:200px;
margin:0px 50px 10px 0px;
height:auto;
line-height:1.5em;
clear:both;
display:block;
float:left;
z-index:999;
}
.left_col a:link {
	color:#006AC3;
	text-decoration: none;
}
.left_col a:visited {
	color:#006AC3;
	text-decoration: none;
}
.left_col a:hover {
	color:#006AC3;
	text-decoration: none;
	font-weight:bold;
}
.right_col{
	width:250px;
	padding:0px;
	height:auto;
	line-height:1.5em;
}
.right_col a:link{
	color:#006AC3;
	text-decoration: none;
}
.right_col a:visited {
	color:#006AC3;
	text-decoration: none;
}
.right_col a:hover {
	color:#006AC3;
	text-decoration: none;
	font-weight:bold;
}

/* SIDE BOX */

#side_box_container {
	width:228px;
	height:auto;
	float:right;
	text-align:center;
	padding-top:10px;
	
}
.side_box {
	font-size:11px;
	background-repeat:repeat-y;;
	width:228px;
	height:auto;
	margin-bottom:25px;
	line-height:1.3;
	display:block;
	clear:both;
	
}
.side_box form {
	margin-top:0px;
	margin-bottom:0px;
}
.side_box p {
	margin-left:10px;
}
#side_box_container h1 {
	background-repeat:no-repeat;
	text-align:center;
	font-size:12px;
	width:auto;
	height:38px;
	color:#006AC3;
	text-transform:uppercase;
	padding:15px 0px 0px 0px;
	margin-bottom:-10px;
	margin-top:0px;
	border-bottom: 0px solid #ffcd04;
	}
	.side_box h2 {
	text-align:left;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	line-height:normal;
	padding:0px 5px;
	}
.side_box_bottom {
	height:20px;
	width:auto;
	margin-bottom:-20px;
	}
.side_box_pic{
	padding:0px;
	margin-right:20px;
}
.side_box_inner {
	padding:0px 15px 0px 12px;
	margin-top:0px;
}
.side_box_field {
	background-color:#ffffff;
	width:175px;
	height:16px;
	border:1px solid #ccc;
	font-size:11px;
	padding-top:3px;
	margin:5px 0px 5px 0px;
	background-image:url(../images/bg_tab_product.gif);
}
.textarea {
	background-image:url(../images/bg_tab_product.gif);
	background-repeat:repeat-x;
	background-color:#ffffff;
	width:175px;
	font-size:11px;
	border:1px solid #ccc;
	margin:5px 0px 5px 0px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
}
.small_bold {
font-weight:bold;
text-transform:uppercase;
}
.small{
	font-size:9px;
}
.message_button {
	background-image:url(../images/send_button.gif);
	background-repeat:no-repeat;
	border:0px solid #333333;
	width:134px;
	height:28px;
	font-size:14px;
	cursor:pointer;
	margin-top:3px;
	margin-left:23px;
	padding:3px;
	font-weight:bold;
	text-transform:capitalize;
}

#button_container {
width:180px;
text-align:center;


}
.combo {
background-image:url(../images/bg_tab_product.gif);
background-repeat:repeat-x;
	background-color:#ffffff;
	width:185px;
	border:1px solid #ccc;
	font-size:11px;
	margin-bottom:5px;
	overflow:auto;
}
.combo_special {
	background-color:#ffffff;
	width:185px;
	height:95px;
	border:1px solid #ccc;
	font-size:11px;
	margin-bottom:0px;
	overflow:auto;
	}
/* side menu begin */
ul#side_menu {
	width:200px;
	height:auto;
	display:block;
	clear:both;
	padding:0px 15px 10px 12px;
	margin-top:0px;
	font-size:11px;
}
#side_menu li {
	height:10px;
	padding-bottom: 5px;
	margin-top: 10px;
	list-style: none;
	text-align:left;
	color: #000000;
	width:100%;
	
	}
  #side_menu li:hover {

	
  }
#side_menu li a {
	text-decoration: none;
	color: #006AC3;
	border-bottom: 1px dotted #ccc;
	display:block;
	padding:3px;
	text-align:center;
	letter-spacing:.1em;
}
#side_menu li a:hover {
	cursor:pointer;
	text-decoration: none;
	color:#906;
	border-bottom: 1px dotted #ccc;
	background-repeat:repeat-x;
	text-align:center;
}
/* MAIN QUOTE BOX */

.main_quote {
	width:100%;
	background-color:#eff0f4;
	font-size:11px;
	border:0px solid #ccc;
	height:285px;
	font-weight:normal;
		
}
.main_quote_pic{
	margin:0;
	padding:0;
	float:left;
	padding:0px;
}
.main_quote_field {
	background-color:#ffffff;
	width:175px;
	height:15px;
	border:1px solid #ccc;
	font-size:11px;
	margin-bottom:5px;
	
}
.main_quote h1 {
	text-align:left;
	width:auto;
	height:15px;
	color:#ffffff;
	padding:3px 3px 10px 10px;
	margin-bottom:0px;
	border-bottom: 0px solid #ffcd04;
	}
.main_quote h2 {
	padding:3px;
	text-align:left;
	font-size: 14px;
	color: #222;
	}
.main_quote_inner_left {
	padding:15px 5px 5px 45px;
	width:45%;
	float:left;
	
	}
.main_quote_inner_right {
	padding:15px 0px 5px 0px;
	text-align:left;
	float:right;
	width:45%;

	}
.main_quote_quote_button {
	background-image:url(../images/get_a_quote.gif);
	background-repeat:no-repeat;
	border:0px solid #333333;
	width:134px;
	height:28px;
	font-size:14px;
	cursor:pointer;
	margin-right:65px;
	margin-top:3px;
	float:right;
	font-weight:bold;
	text-transform:capitalize;
}

.quote_button {
	background-image:url(../images/get_a_quote.gif);
	background-repeat:no-repeat;
	border:0px solid #333333;
	width:134px;
	height:28px;
	font-size:14px;
	cursor:pointer;
	font-weight:bold;
	text-transform:capitalize;
	float:right;
	margin:0 20px 0 0;
	}


	#quote_close {
	cursor:pointer;
	width:15px;
	margin-top:-14px;
	margin-left:570px;
	clear:none;
	
}
	/* MENU */
	
#menu_container {
width:auto;
padding:0px;
margin-top:75px;
text-align: left;
color: #888;
float:right;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0px;
  border: 0 none;
  padding: 0px;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 24px;
  font-family:Arial, Helvetica, sans-serif;
}

ul#navmenu-h li {
  margin-right: 20px;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  border-right:1px dotted #ffcd04;
  color: #ffffff;
  font-size:12px;
  font-weight:bold;
  line-height:22px;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
color: #ffcd04;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background-color: #ffffff;
  color: #336699;
  border:1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  font-size:11px;
  font-weight:normal;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #e8efff;
  font-weight:bold;
  color: #006AC3;
  background-image:url(../images/Menu_bg.jpg);
  background-repeat:repeat-x;
  }

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #ffffff;
  color: #000000;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #e8efff;
  color: #000000;
  background-image:url(../images/Menu_bg.jpg);
  background-repeat:repeat-x;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

#flash {
width:607px;
margin-left:10px;
margin-bottom:5px;
z-index:-1;
background-color:#e8efff;
}
/* Foot */

#foot {
	top: auto;
	bottom: 0; 
	border-top: 3px solid #ffcd04;
	margin:0 auto;
	height:20px;
	line-height: 18px;
	z-index:0;
	background:#036;
	text-align:right;
	font-size:10px;
	color: #fff;
}
#foot a:link, #foot a:visited {
	text-align:right;
	font-size:10px;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}
#foot a:hover {
	color: #fff;
	text-decoration: underline;
}
.foot-inner {
	float:right;
	margin: 0 auto;
	text-align:right;
	padding:0px 30px 0px 0px;
}
.pop_container {
	background-image:url(../images/trans_bg.png);
	position:absolute;
	background-repeat:repeat;
	width:600px;
	height:580px;
	left: 50%;
	top: 50%;
	margin-top:-100px;
	margin-left:-300px;
	overflow: hidden;
}
.pop {
	width:350px;
	height:350px;
	background-color:#f7f7f7;
	color:#000000;
	padding:0px;
	text-align:left;
	border:2px solid #336699;
	clear:both;
	display:block;
	z-index:1;
	float:right;
	margin-right:125px;
	margin-top:115px;
	overflow:auto;
	}
	.pop_header {
	width:auto;
	height:25px;
	background-color:#336699;
	color:#ffffff;
	padding:3px;
	margin-bottom:20px;
	font-size: 18px;
	border-bottom: 3px solid #ffcd04;
	}
	.pop_close {
	float:right;
	cursor:pointer;
	width:15px;
	padding:3px;
}
.pop_p {
	padding:0px 15px 15px 15px;
	font-size:11px;
}
.pop_pic {
	margin:0px;
	border: 1px solid #336699;
	float:right;
	margin-left:5px;
}
.left_image{
	float:left;
	padding:0px;
	margin:0px 10px 12px 0px;
	border: 4px solid #ffffff;
	clear:both;
	display:block;
}
#fraud_message{
	z-index:99999;
	background:#FFF;
	width:600px;
	height:100%;
	margin-left: 0 auto;
	margin-right:0 auto;
	position:absolute;
	padding:20px;
	clear:both;
}
.close {
	cursor:pointer;
}
.close:hover {
	cursor:pointer;
	color:#F00;
}
.right {
	float:right;
}
.hide { display: none; }

#home_products li {
	list-style:none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .2em;
	padding-left: 20px;
	font-size:11px;
	margin:5px 0px 0px 20px;
	}
.pseudo_link {
color:#006AC3;
cursor:pointer;
}
.pseudo_link:hover {
	color:#906;
}

/* splash screen message */

#grayout_screen
{
	position:absolute;
	left: 0;
	top: 0;
	background: #000;
	z-index:100;
	display:none;
}

#message {
	z-index:999999;
	background:#FFF;
	width:650px;
	height:400px;
	margin-left:-325px;
	margin-top:-200px;
	position:fixed;
	left: 50%;
	top: 50%;
	display: none;
	padding:10px;
	border:3px solid #006AC3;
	line-height:1.7em;
}
#message h1, #norvax_quote h1{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:16px;
	text-transform:capitalize;
	color:#00457C;
	font-weight:bold;
	margin-bottom:5px;
	padding:5px 0px 0px 0px;
	}
	
#norvax_quote {
	z-index:999999;
	background:#FFF;
	width:800px;
	height:600px;
	margin-left:-400px;
	margin-top:-300px;
	position:fixed;
	overflow:scroll;
	left: 50%;
	top: 50%;
	display: none;
	padding:10px;
	border:3px solid #006AC3;
	line-height:1.7em;
}

.close {
	cursor:pointer;
	padding-bottom:10px;
}
.close:hover {
	cursor:pointer;
	color:#F00;
}
#spacer {
	height:320px;
}
