.sIFR-hasFlash h1 {
    visibility: hidden;
	font-size: 14px;
	color: #000000;
    /* other CSS properties go here */
}
/* Basic structure of site */

html,body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:center;
    height:100%;
    padding:0px;
    margin:0px;
    color: #000000;
	background: #c5c5c7;
	}

table.body {
    width: 950px;
    height: 100%;
    margin:0px auto 0px auto;
	background: url('../template_images/bg_main_home.jpg') repeat-x bottom left;
}

td.description_text p{font-size: 11px; padding: 0px 3px 0px 3px;}

td.header_top {
    text-align:center;
    font-size: 12px;
    color: #000000;
    height: 10px;
    padding-bottom: 5px;    
}

td.header {
    height: 100px;
    background: #FFFFFF;
}

td.menu {
    height: 35px;
	padding-bottom: 8px;
	background: #FFFFFF url('../template_images/menu/menu_bg.jpg') no-repeat top right;
	text-align: left;
}  

td.menu_container{padding-top: 8px;}

* html td.menu_container{padding-top: 4px;}

td.outer {
    text-align:left;
    color: #000000;
    background: #FFFFFF;
    vertical-align: top;
}

table.outer{
    width: 100%;
    height: 100%;
}

td.footer {
    text-align:center;
    font-size: 10px;
    height:113px;
    color: #666666;
    border-top: 0px solid #E3E3E3;
	background: url('../template_images/lower_cof2.jpg') no-repeat top right;
	vertical-align: top;
}



td.bg_left {background: #FFFFFF url('../template_images/bg_main_home.jpg') repeat-x bottom left;}
td.bg_right {background: #FFFFFF url('../template_images/bg_main_home.jpg') repeat-x bottom right;}



/* HEADER */

/* header - top */

div.headertop_L {
    text-align: left;
    color: #AAAAAA;
    font-size: 10px;
    float: left;
    bottom: 0px;
}    

html>body div.headertop_L {
    height: 10px;
}

div.headertop_R {
    color: #AAAAAA;
    font-size: 9px;
    text-align: right;
    float: right;
}    

td.header_top h1 {
    display: inline;
    font-size: 10px;
    font-weight: normal;
}    

#header {
    width: 960px;
    position: relative;
	vertical-align: bottom;
}  

#header_L{
    float: left;
    position:relative;
    width:135px;
    height:100px;
    color: #000000;
}

#header_M {
    text-align: center;
    position:relative;
    width: 500px;
    height:100px;
    margin-left: 140px;
}   

* html #header_M {
    margin-left: 0px;
    left: 0px;
}

#header_R {
    text-align: left;
    top: 0px;
    right: 0px;
    position: absolute;
    width:290px;
	padding-top: 16px;
    height: 100px;
    color: #000000;
	
}

* html #header_R {padding-top: 18px;}

#header_R2 {
    text-align: right;
    top: 0px;
    right: 0px;
    position: absolute;
    width:190px;
	
    height: 95px;
    color: #000000;
	
}

#header_R2 table tr td{vertical-align: bottom;}

* html #header_R2 {padding-top: 18px;}



html>body #header_R {

}   

/*header - menu*/

div.menu {
   width: 700px;
   clear: both;
   background: url('../template_images/menu/menu_bg.jpg') no-repeat top right;
}        

table.navitem {
}

td.navitem {
    height: 26px;
	padding-bottom: 7px;
}

td.navitem_button {
    width: 30%;
}

a.navitem:link      {background: none;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px}
a.navitem:visited   {background: none;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px}
a.navitem:active    {background: none;text-align: center;display: block;font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; height: 26px;line-height: 26px; padding: 0px 10px 0px 10px}
a.navitem:hover     {text-align: center;display: block;font-size: 11px; font-weight: bold; background: transparent;color: #FFFFFF; height: 26px;text-decoration: none; line-height: 26px;padding: 0px 10px 0px 10px}  

td.nav_border {
    width: 5px;
}

a.more_info{color: #67829d; font-weight: bold;}
a.more_info:link{color: #67829d; font-weight: bold;}
a.more_info:visited{color: #67829d; font-weight: bold;}
a.more_info:active{color: #67829d; font-weight: bold;}
a.more_info:hover{color:#006699; font-weight: bold;}

a.more_info2{color: #67829d; font-size: 11px; text-decoration: underline; }
a.more_info2:link{color: #67829d; font-size: 11px; text-decoration: underline; }
a.more_info2:visited{color: #67829d; font-size: 11px; text-decoration: underline; }
a.more_info2:active{color: #67829d; font-size: 11px; text-decoration: underline; } 
a.more_info2:hover{color:#006699; font-size: 11px; text-decoration: underline; }

/*ENTRY*/

td.entry {
   font-size: 12px;
   background: #FFFFFF;
   width: 718px;
   height: 299px;
   border-left: 0px solid #ffffff;
   border-right: 0px solid #E3E3E3;
   padding: 0px 0px 0px 0px;
   vertical-align: top;
   background: url('../template_images/entry_bg.jpg') no-repeat top right;
   margin-left: 10px;
     
}

td.rhs {
   width:240px;
    padding-left: 0px;
    vertical-align: top;
}

a.home_link:link     {color: #000000; font-size: 11px; text-decoration: none}
a.home_link:visited  {color: #000000; font-size: 11px; text-decoration: none}
a.home_link:active   {color: #000000; font-size: 11px; text-decoration: none}
a.home_link:hover    {color: #666666; font-size: 11px; text-decoration: none;}


/*INFO*/

td.info {
   font-size: 12px;
   background: #FFFFFF;
   width: 640px;
   padding: 0px 5px 20px 5px;
   border-left: 1px solid #E3E3E3;
   border-right: 1px solid #E3E3E3;
   vertical-align: top;
}  

td.rhs_news{ height: 278px; vertical-align: top;  width: 219px; background: url('../template_images/news_bg.jpg') no-repeat top left;}

td.rhs_action{ height: 81px; vertical-align: top;}

/*SIDEBAR*/

td.lhs {
    width: 135px;
    padding-right: 5px;
    vertical-align: top;
}

a.s_nav               {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}
a.s_nav:link          {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}
a.s_nav:active        {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}
a.s_nav:visited       {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}
a.s_nav:hover         {display: block;width:127px;color: #000000;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: #FFFFFF}

* html a.s_nav                  {width: 135px}
* html a.s_nav:link             {width: 135px}
* html a.s_nav:active           {width: 135px}
* html a.s_nav:visited          {width: 135px}
* html a.s_nav:hover            {width: 135px}

a.s_nav_active               {display: block;width:127px;color: #BF2229;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: none;}
a.s_nav_active:link          {display: block;width:127px;color: #BF2229;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: none;}
a.s_nav_active:active        {display: block;width:127px;color: #BF2229;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: none;}
a.s_nav_active:visited       {display: block;width:127px;color: #BF2229;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: none;}
a.s_nav_active:hover         {display: block;width:127px;color: #BF2229;font-weight: bold;border: 1px solid #E3E3E3;padding: 3px;margin-bottom:2px;background: none;}

* html a.s_nav_active                  {width: 135px}
* html a.s_nav_active:link             {width: 135px}
* html a.s_nav_active:active           {width: 135px}
* html a.s_nav_active:visited          {width: 135px}
* html a.s_nav_active:hover            {width: 135px}

a.nav_sub_item               {color: #666666;line-height:20px}
a.nav_sub_item:link          {color: #666666;line-height:20px}
a.nav_sub_item:active        {color: #666666;line-height:20px}
a.nav_sub_item:visited       {color: #666666;line-height:20px}
a.nav_sub_item:hover         {color: #BF2229;line-height:20px}

a.nav_sub_item_active               {color: #BF2229;font-weight: bold;line-height:20px}
a.nav_sub_item_active:link          {color: #BF2229;font-weight: bold;line-height:20px}
a.nav_sub_item_active:active        {color: #BF2229;font-weight: bold;line-height:20px}
a.nav_sub_item_active:visited       {color: #BF2229;font-weight: bold;line-height:20px}
a.nav_sub_item_active:hover         {color: #BF2229;font-weight: bold;line-height:20px}

/* sub items */

td.lhs ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 19px
}

* html td.lhs ul {
    list-style-image: url('../template_images/icons/arrow_sm.gif');
    margin: 0px 0px 10px 21px;
    padding: 0px;
}

td.lhs ul.s_nav li {
    width: 100px;
}

/* MODULE (side) BOX(S) */

div.mod_box_news {
    width: 205px;
	height: 295px;
    margin: 0px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	
}

* html div.mod_box_news {
    width: 219px;
	height: 314px;
    margin: 0px 0px 0px 0px;
	padding: 17px 10px 0px 0px;
	
}

div.mod_box {
    border: 1px solid #E3E3E3;
    margin: 0px 0px 5px 0px;
}

* html div.mod_box {
    width: 135px;
}




div.mod_box span {
    text-align: center;
    display: block;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #4F4F4F;
    background: url(../template_images/mod_header.jpg) repeat-y top right;
    height: 25px;
    border-bottom: 1px solid #E3E3E3;
}    

div.mod_box div {
    padding: 3px 3px 3px 5px;
    margin: 0px
}   

div.mod_box div input.field {
    font-size: 11px;
    width: 110px;
}    

#adspace {
    padding-left:5px
}

/*footer*/

td.footer a             {color: #666666}
td.footer a:link        {color: #666666}
td.footer a:active      {color: #666666}
td.footer a:visited     {color: #666666}
td.footer a:hover       {color: #666666; text-decoration: underline;}

#divleft {
   text-align: left;
   float: left;
   position: relative;
   clear: left;
   padding-top: 9px;
}

#divright {
   text-align: right;
   float: right;
   position: relative;
   clear: right;
}

/* HELP */

#help {
    color: #666666;
}

#help a {
    color: #666666;
}

table.help_search {
    font-size: 12px;
    width: 100%;
    padding-bottom: 10px;
}

table.help_body {
    width: 100%;
    border-top: 1px solid #006AC;
    padding-top: 10px;
}

td.help_icon {
    text-align: left;
    width: 16px;
}

a.help_addresslink:link     {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:visited  {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:active   {color: #000000; font-size: 12px; text-decoration: none}
a.help_addresslink:hover    {color: #000000; font-size: 12px; text-decoration: underline}

td.help_section {
    font-weight: bold;
    text-decoration: underline;
    color: #000000;
}    

td.help_question {
    font-weight: bold;
    color: #666666;
    padding: 5px 0px 5px 10px;
}    

td.help_answer {
    font-style: italic;
    color: #000000;
    padding-left: 20px;
}    

td.answer_bg{background: url('../template_images/help_top.jpg') no-repeat top left; width: 556px; padding: 10px;}

table.help_topten {
    width: 100%;
    border-top: 1px solid #E3E3E3;
    padding-top: 10px;
    margin-top: 25px;
}

td.help_topten_header {
    font-weight: bold;
    color: #000000;
}   

#filerow {}

#filerowalt {
    background: #F8F8F8;
}

/* NEWS */

div.news h5 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

div.news span {
    display: block;
    font-style: italic;
}

/* FORMS */

table.feedback {
    width: 100%;
}  

table.form_table {
   text-align: center;
   border: 1px solid #E3E3E3;
   width: 100%;
   margin: 10px auto 10px auto;
   padding-bottom: 5px;
}

td.feedback_text {
    text-align: left;
    font-size: 11px;
    color: #000000;
    vertical-align: top
}

td.form_right {
   text-align: left;
}

td.form_left {
   text-align: right;
   padding: 0px 15px 0px 5px
}

td.form_right input,textarea {
   font-size: 10px;
   color: #000000;
   width: 200px;
   border: 1px solid #E3E3E3;
   margin: 5px 0px 5px 0px;
   overflow: auto;
}   

td.form_section {
    text-align: left;
    font-weight: bold;
    color: #000000;
    padding: 10px 0px 0px 10px;
    border-bottom: 1px solid #000000;
}  

input.field {
   font-size: 10px;
   color: #000000;
   border: 1px solid #666666;
}

input.button {
   font-size: 10px;
   color: #000000;
   background: #E3E3E3;
   border: 1px solid #666666;
}

/* Sitemap */

li.sitemap {
    font-style: italic;
    color: #AAAAAA;
}  

li.sitemap a {
    font-style: normal;
    font-weight: bold;
    color: #666666;
}

/*common*/  

#location {
    text-align: left;
    color: #666666;
    height: 20px;
    padding: 5px 0px 5px 5px;
}    

#location a {
    color: #666666;
}

a.news_title               {color: #000; font-weight: bold; text-decoration: underline}
a.news_title:link          {color: #000; font-weight: bold; text-decoration: underline}
a.news_title:active        {color: #000; font-weight: bold; text-decoration: underline}
a.news_title:visited       {color: #000; font-weight: bold; text-decoration: underline}
a.news_title:hover         {color: #006699; font-weight: bold; text-decoration: underline}

a               {color: #67829D; text-decoration: none}
a:link          {color: #67829D; text-decoration: none}
a:active        {color: #67829D; text-decoration: none}
a:visited       {color: #67829D; text-decoration: none}
a:hover         {color: #C8CFDC; text-decoration: none}

table           {font-size: 12px;color: #000000}
td              {font-size: 12px;color: #000000} 

div             {margin: 0px;padding: 0px}

p               {font-size: 12px;color: #000000;margin: 0px; padding: 5px 0px 10px 0px; line-height: 16px;}

img             {border: 0px}    

form            {margin: 0px;padding:0px}
select          {font-size: 10px;color: #000000}
textarea        {font-size: 10px;color: #000000}
input           {font-size: 11px}
fieldset		{border: 0px dotted #e3e3e3;}

h1              {font-size: 14px;
                ;
                font-weight: bold}

h1.hel          {font-size: 24px; color: #ffffff; font-weight: 100;}

h2              {font-size: 12px; 
                
                font-weight: bold}

h3.hel              {font-size: 12px; line-height: 15px; 
                color: #000000;
                font-weight: 100;}	

hr  {
    border-width: 0px;
    color: #DECEB4;
    background: #E3E3E3;
    height: 1px;
}

.b {
   font-weight: bold;
}

.top {
   vertical-align: top
}

.mid {
vertical-align: middle
}

.bot {
    vertical-align: bottom;
}    

.center {
    text-align: center;
    margin: 0px auto 0px auto
}

.right {
    text-align: right;
    margin: 0px 0px 0px auto
}

.left {
    text-align: left;
    margin: 0px auto 0px 0px
}

ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ul {
    list-style-image: url('../template_images/icons/bullet.gif');
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

ol {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 14px
}

* html ol {
    margin: 0px 0px 10px 16px;
    padding: 0px;
}

li {
    font-size: 12px;
    color: #000000;
}

html>body li {
    padding: 0px;
    margin: 0px;
}

/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: capitalize;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 9px 6px 0 0px;
	color: #FFFFFF;
	vertical-align: middle;
	position: relative;
	font-weight: bold;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: capitalize;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 9px 6px 0 0px;
	color: #ffffff;
	vertical-align: middle;
	position: relative;
	font-weight: bold;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*background-image: url('../template_images/header/tab_up.gif');
	background-repeat: no-repeat;
	border: 1px solid #e3e3e3;
	background-color: #97a1a3;*/
}
.m0l0oover {
	text-decoration : none;
	background-image: url('../template_images/header/tab_down.gif');
	background-repeat: no-repeat;
/*	background-color: #2C5F93;
	border: 1px solid #336699;*/
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: capitalize;
	font-size: 12px;
	color: #ffffff;
	background: #97a1a3;
	
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: capitalize;
	font-size: 12px;
	color: #eedcd3;
	background: #97a1a3;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #97a1a3;
	border: 1px solid #acb4b5;
	padding-top: 5px;
	padding-left: 5px;
}
.m0l1oover {
	text-decoration : none;
	background-color: #97a1a3;
	border: 1px solid #acb4b5;
	padding-top: 5px;
	padding-left: 5px;
}

* html .m0l1oout {padding-bottom: 5px;}

* html .m0l1oover {padding-bottom: 5px;}

/* level 2 inner */
.m0l2iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: capitalize;
	font-size: 12px;
	color: #ffffff;
	
	
	
}
.m0l2iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: capitalize;
	font-size: 12px;
	color: #eedcd3;
	
}

/* level 2 outer */
.m0l2oout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: capitalize;
	font-size: 12px;
	color: #ffffff;
	background: #97a1a3;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #acb4b5;
	
}
.m0l2oover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	text-transform: capitalize;
	font-size: 12px;
	color: #eedcd3;
	background: #97a1a3;
	padding-top: 5px;
	padding-left: 5px;
	border: 1px solid #acb4b5;
	
}

* html .m0l2oout {padding-bottom: 5px;}

* html .m0l2oover {padding-bottom: 5px;}

/*ORDER FORM STRUCTURE*/

.content_order {text-align: left; float: left; width: 622px; padding: 1x 0px 30px 0px; background-image: url('../template_images/order_side.gif'); background-repeat: repeat-y; background-position: top left;}

#cart_left {width: 200px; float: left; text-align: left; height: 23px;}

#cart_right {width: 300px; float: right; text-align: right; height: 23px;}

.form_sidebar {float: left; width: 221px; }

.form_sidebar_content {flaot: left; width: 201px; padding: 10px; line-height: 20px;}

.form_main  {float: right; width: 400px;}

.form_main_inner {float: right; width: 380px; padding: 0px 10px 10px 10px; position: relative;}

div.form_left {float: left; width: 40%; height: 25px; padding: 10px 0px 0px 0px;}

div.form_right {float: right; width: 60%; height: 25px; padding: 5px 0px 5px 0px;}

div.form_right input.field, div.form_right input { width: 200px; border: 1px solid #e3e3e3; background-image: none;}

div.form_full {float: left; width: 100%; height: auto;}

.dark_title_order	 {text-indent: 10px; text-align: left; background-image: url('../template_images/menu_bg2.gif'); background-repeat: repeat-x; background-position: bottom left; height: 31px; padding-top: 10px; width: 100%; font-family: "Georgia", Times New Roman, Times, serif; color: #FFFFFF; font-size: 14px;  }

.dark_title_order div {float: right; width: 100px; text-align: right; margin-top: -20px; padding-right : 5px;}

.small { font-size: 10px;}

.small:hover { font-size: 10px; text-decoration: underline; cursor: pointer; }

#secure_box {color: #ffffff; padding: 42px 12px 14px 12px; width: 280px; height: 130px; position: absolute; bottom: 100px; right: 200px; background-image: url('../template_images/safe.png'); background-repeat: no-repeat; background-position: top right; display: none;}

#close {position: absolute; top: 5px; right: 14px; }

#close img{cursor: pointer;}

#secure_box p {color: #ffffff;}

#secure_box li {color: #ffffff;}

#tab1 {background-image: url('../template_images/question.jpg'); background-repeat: no-repeat; background-position: top left; padding: 5px 10px 10px 40px; color: #ffffff; font-size: 11px;}

/*END ORDER FORM STRUCTURE*/



