@charset "utf-8";
/* CSS Document */

a		{ color: #006699; text-decoration: none; font-weight: bold; }
a:hover		{ color: #ff0000; text-decoration: none; font-weight: bold; }
fieldset    	{ border: 1px solid #0000ff }
Legend   	{ color: #0000ff }
td 		{ border-collapse: seperate; }       
.main_table {width:780px; border-collapse:collapse; border:none; border:0px;}
h2{color:#006699; font-weight:bold; font-size:18px; padding:0px; margin:0px;}
h3{color:#083E8B; font-weight:bold; font-size:18px; padding:0px; margin:0px;}
h4 {font-size: 16px; color: #006699; padding:px; margin:0px;} /*orange*/
h5 {font-size: 16px; color: #006699; padding:px; margin:0px;} /*blue*/

/* MENU and LISTS */

.menu_header {width:240px; height:198px; background-color:#E0E0E0; background-image:url(http://www.aquatabs.ca/images/banner_left.jpg);}
.menu_back {width:240px; background-image:url(http://www.aquatabs.ca/images/menuBG.jpg); background-position:top;}
.menu_top {width:240px; height: 37px; background-image:url(http://www.aquatabs.ca/images/menutop.jpg);}
.menu_dot {width:40px; background-image:url(http://www.aquatabs.ca/images/dot.jpg); background-position:center; background-repeat:no-repeat;}
.menu_item {width:180px; /*height: 27px; */background-image:url(http://www.aquatabs.ca/images/bar.jpg); background-position:bottom left; background-repeat:no-repeat; }
.menu_item a {display:block; color:#FFFFFF; font-size:12pt; font-weight:bold; line-height:1.5em; padding-bottom:5px;}
.menu_bottom {width:240px; height:40px; background-image:url(http://www.aquatabs.ca/images/menuBT.jpg); }

.em_strong li {font-size:10px; font-style:italic; font-weight:800; margin:2px;}


/*CONTENT*/
.recent_content{width:177px; height:637px;}
.content_header {width:540; height:198; background-image:url(http://www.aquatabs.ca/images/banner.jpg);}
.content_bg { width:540px; background:white url(http://www.aquatabs.ca/images/contentBG.jpg);}
.content_body_head {width:540px; height:19px; background-image:url(http://www.aquatabs.ca/images/contentbodyheader.jpg);}
img {padding-top:5px;}

/*FOOTER */
.footer{background-image:url(http://www.aquatabs.ca/images/footer.jpg); width:780px; height:62px;}

/*ADDITIONAL TEXT*/
.small_txt{font-size:10px;}
.med_txt {font-size:12px;}
.blue {color:#0000FF; font-size:13px; font-weight:bold;}
.blue2 {color:#006699;}
.small_blue {color:#003399; font-size:10px;}
.subheading { font-size:14px; font-weight:bold; padding-top:15px; display:block;}

/*PRODUCT PAGE*/
.desc {font-size:12px; font-style:italic; font-weight:boldl}
.product {color:#006699; font-size:16px; font-weight:bold;}


/* BODY*/
body{margin-top:5px; margin-left:5; background-color:#E8E8FF; font-family:Arial, Helvetica, sans-serif; font-size: 12px; margin: 0;}
.wrapper {width:780px; margin:auto;}

/*NOTIFICATION BANNER */
#notification {
width: 100%;
background-color: #0055A5;
text-align: center;
padding: 30px 0;
position: fixed;
}

#notification h3 {
color: #eeeeee;
font-weight: normal;
width: 650px;
margin: 0 auto;
}
#notification a {
color: inherit;
text-decoration: underline;
}
#notification a:hover, #notification a:visited, #notification a:focus  {
color: #ffffff;
}

