/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background: #D71920;*/
border: 1px solid #D71920;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}


.ddsubmenustyle li a{
display: block;
width: 200px;
color: white;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #D71920;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

.hyperlink{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
color :white;
}

.hyperlink2{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
color :#666666;
}

.hyperlink3{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color :blue;
}

.hyperlink4{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color :#666666;
}

.hyperlink5{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding:0 0 0 20px;
display:inline-block;
color :white;
}

.mainhyperlink{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
color :white;
}

.mainhyperlink:hover {color: #FFEA4C}   /* mouse over link */

.title_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: bold;
color :#000033;
}

.sub_title_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color :White;
}

.blue_title_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
color :#000033;	
}

.red_title_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
color : #D71920;	
}

.item_table_class{
border:0px solid;
}

.item_table_class td{
border:1px solid #AAAAAA;
}

.item_title_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color : #000033;
}

.item_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color :#000033;
}

.specialoffer_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
text-decoration:none;
color :#666666;
}

.price_list{
background-color : white;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #CCCCCC;
border-right-color: #CCCCCC;
border-bottom-color: #CCCCCC;
border-left-color: #CCCCCC;
}

.font_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color :#000033;
}

.content_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
/*letter-spacing: 1px;*/
padding: 0 50px 0 20px;
color :#000033;
}

.content_email_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
/*letter-spacing: 1px;*/
color :#000033;
}

.content_list_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
list-style-position: outside;
}

.content_title_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
/*letter-spacing: 0.08em;*/
color :#000033;
}

.button_class{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color :white;
}

a.hyperlink2:hover{
color :#D71920;	
text-decoration:underline;
}

a.hyperlink4:hover{
color :#D71920;	
text-decoration:underline;
}

.float_table{
background: url(../img/floating_logo.gif) center no-repeat;
width : 164px;
height: 200px;
}

.side_menu_space{
background: url(../img/side_menu2.gif) repeat;
width : 100%;
height: screen.height; 
}

.index_ul{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color :#000033;
list-style-position: outside;
list-style-type: square;
list-style-image: url(../img/bullet_small.gif);
}