﻿img.png32
{
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
div#errors { margin-top: 15px; padding: 10px; background-color: #ffffcc; border: 1px solid #aa0000; color: #aa0000; margin-bottom: 15px; }

#header_link
{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 140px;
}

img.logo_image
{
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #CCC;
    /* Disabled opacity
    filter: alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    */
}

h3.product_title
{
    margin-top: 8px;
    clear: both;
}

.alphaImageBg
{
    width: 100px;
    height: 100px;
    border: 2px solid #CCC;
    border-style:groove;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    clear: left;
}

.alphaImageBg:hover
{
    background: blue;
    filter: alpha(opacity=70);
    -moz-opacity: .70;
    opacity: .70;
}

.alphaImage
{
    width:100%;
    height:100%;
}

.alphaImage:hover
{
    filter:alpha(opacity=90);
    -moz-opacity:.90;
    opacity:.90;
}

.float_left
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

table.input_table td
{
    border-bottom: 1px dashed #EC008C;
    padding-bottom: 1px;
    padding-top: 2px;
    font-weight: bold;
}

p
{
    margin-top: 0px;
    margin-bottom: 7px;
    margin-right: 2px;
}

span.productshortdesc p
{
    _margin-right: 20px; /* IE 6 hack to prevent content flowing out of area */
    margin-right: 20px;
}

#column_left p
{
    margin-bottom: 2px;
}

span.phl{color: #EC008C;}
span.bhl{color: #4040FF;}
span.tiny{font-size: 10px;}

span.benefits_number a
{
    background-image: url('../images/style/number_blue_8.png');
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
    display: inline-block;
    display: block;
    float: left;
    width: 21px;
    height: 23px;
    padding-top: 5px;
    padding-left: 5px;
}

span.benefits_link a
{
    background-image: url('../images/style/button_blue_8.png');
    background-repeat: no-repeat;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
    display: inline-block;
    display: block;
    float: left;
    width: 123px;
    height: 25px;
    padding-top: 5px;
    padding-left: 5px;
}

span.benefits_link a:hover
{
    color: #EC008C;
}

.menu_image
{
    padding:0px;
    margin: 0px;
    display: block; /* removes spacing */
    float: left;
}

#top_menu_list
{
    list-style: none;
    padding: 0;
    margin: 0; 
}

#top_menu_list li
{
    float: left;
	margin: 0;
	padding: 0;
}

#top_menu_list a
{
    background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-top: 15px;
    width: 122px;
    height: 37px;
    display: inline-block;
    display: block;
    background-image: url('../images/style/tab_blue.png');
    background-color: transparent;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#top_menu_list a:hover
{
    background-image: url('../images/style/tab_pink.png');
}

div
{
    padding: 0px;
    margin: 0px auto;
}

body 
{
   padding:0; 
   margin: 0 auto;
   font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   text-align: center;
   color: #2D078D;
   background: #232176;
   background-image: url('../images/style/hp.png');
   background-position: center;
   background-position: top;
   background-repeat: no-repeat;
}

table
{
    vertical-align: top;
}

td
{
    vertical-align: top;
}

h2
{
    font-size: 13px;
    color: #EC008C;
    margin: 0px;
}

h3
{
    font-size: 11px;
    color: #EC008C;
    margin: 0px;
}

img
{
    border: none;
}

#content_wrapper
{
    width: 100%;
    position: absolute;
    top: 190px;
    left: 0px; /* required for IE */    
}

#left_top_image_wrapper
{
    padding:0px;
    width: 100%;
    position: absolute;
    top: 185px;
    left: 0px; /* required for IE */
}

#left_top_image
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    text-align:left;
}

/* Hack to make transparent PNG work on IE6 */
#left_top_image img
{
    _behavior: url(iepngfix.htc)    
}

#menu_wrapper
{
    margin:0px;
    padding:0px;
    width: 100%;
    position: absolute;
    top: 144px;
    left: 0px; /* required for IE */
}

#wrapper
{
    width:1024px;
    height:768px; 
    top:0px;
    margin-top: 0px;
    margin-bottom: 0px;
    /*background-image: url('../images/style/hp.png');*/
    margin-left: auto;
    margin-right: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu
{
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    width: 742px;
    z-index: 10;
}

#header
{
    background:blue;
    width:inherit;
    height:auto;   
    font-size: 16px;
    color: #FFFFFF
    
}

div.clear
{
    clear: both;
}

div.cbox_top
{
    width: 450px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/style/page_top.png");
}

div.cbox_mid
{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/style/page_mid.png");
}

div.cbox_bottom
{
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    background-image: url("images/style/page_bottom.png");
}

#main_bottom
{
    height: 60px;
    background-image: url("images/style/page_bottom.png");
    background-repeat: no-repeat;
    clear: both;
}

ul.linklist
{
    padding:0px;
    margin: 0px;
    border: 0px;
}

ul
{
  list-style-type:none;
}

a
{
    color: #FFFFFF;
    text-decoration: underline;
}

a:visited
{
    text-decoration: underline;
}

a:active
{

}

a:hover
{
    text-decoration: bold, underline;
}
    
#main_content
{
    margin-left: auto;
    margin-right: auto;
    width: 820px;
    left: 0px;
    text-align:left;
    font-size: 11px;
}

#main_content a
{
    color: #2D078D;
}

#column_left
{
    width:340px;
    margin-left: 60px;
    _margin-left: 30px; /* Hack - Only IE6 Sees this */
    height:auto;
    text-align:left;
    float: left;
    position: relative;
    left: 0px;
    top: 0px;
}

#column_right
{
    margin-top: 25px;
    width:305px;
    height:435px;
    overflow: auto;
    text-align:left;
    float: left;
    position: relative;
    left: 30px;
    top: 0px;
    font-weight: bold;
    z-index: 2;
}

#column_left_bottom
{
    padding-top: 25px;
    padding-left: 15px;
}

#column_left_bottom a
{
    color: #FFFFFF;
}

#column_left_bottom a:hover
{
    color: #EC008C;
}

#column_left_top
{
    padding-left: 20px;
    padding-top: 15px;
    height: 185px;
    overflow: auto;
}

#footer_wrapper
{
    width: 100%;
    position: absolute;
    top: 700px;
    left: 0px; /* required for IE */
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
    
#footer
{
    padding-left: 50px;
    color: #FFFFFF;
    height: 60px;
    width: 700px;
    font-size: 9px;
    margin-left: 0 auto;
    margin-right: 0 auto;
}   

.star
{
    list-style-image:url('../images/star_bullet.png');
    display:list-item;
}

.form
{
    text-align:justify;
    width:100%;
}

table
{
    padding: 0;
    margin: 0;
}

tr
{
    padding: 0;
    margin: 0;
}

td
{
    padding: 0;
    margin: 0;
}