/* CSS Document */

*{
  margin:0;
  padding:0;
  outline-style:none;
  list-style:none;
}
img, fieldset{
  border:0;
}

body{
  /*background: url('images/bg_html3.jpg') 0px -115px repeat-x;*/
  font-family:Arial;
  font-size: 12pt;

  color: #555555;
}

a
{ text-decoration: none;
  color: #3746a4;
}

a:hover { color: #9ca5de; }

/* Structure */
#page{
  position: relative;
  width:900px;
  margin: 0 auto;
  /* background: url('images/bg_content.jpg') repeat-y; */
}


#left_of_page
{ position: absolute;
  right: 900px;
  width: 347px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 0px -115px;
}

#right_of_page
{ position: absolute;
  left: 900px;
  width: 300px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: -1247px -115px;
}

#right_of_content
{ position: absolute;
  left: 900px;
  width: 300px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: -900px -115px;
}






/* Header */
#flash_bg {
  width: 900px;
  height: 322px;
  margin: 0 auto;
  padding-top: 99px;
}

#flash_bg .flash_content {
  width: 1500px;
  height: 322px;
  margin-left: -350px;
}
    
#header{
  height:100px;
  background:#FFF;
  position:relative;
  /* background: #fff url(images/bg_header.jpg) repeat-x 0px 47px; */
}

#header h1
{ 
  position:absolute;
	width: 171px;
	height:58px;
	top: 46px;
	
}

/* Login Box */
#login_box
{ position: relative;
}

#login_box h2
{ margin-bottom: 20px;
}

#login_box input.labeled
{ position: absolute;
	left: 100px;
	width: 200px;
}

/* Search Box */
.search_box{ 
  position:absolute;
  right:-20px;
  top:25px;
	width: 146px;
	background: url(images/bg_search.jpg) top right no-repeat;
	line-height: 20px;
	height:20px;
}

.search_box #kwd{ 
  padding:2px 6px;
  text-align: right;
  line-height:20px;
	border: 0px;
	background: transparent;
	font-size:8pt;
	color: #fff;
	position:absolute;
	right:0;
	top:0;
	
}
#bt_search{
  position:absolute;
  display:block;
  width:30px;
  height:20px;
	background: url(images/bg_search.jpg) no-repeat;;
  text-indent:-10000px;
}




/* Sub Menu */
#submenu
{ 
	margin-top: 323px;
	width: 255px;
	background: #f77c03;
  padding: 2px 0 2px 0 ; 
}

#submenu ul
{
  position:relative;
	/* overflow: hidden; */
}

#submenu li
{ 
  margin:2px 2px 0 2px;
	list-style: none;

}
#submenu li:first-child{
  margin-top:0;  
}
#submenu li a{ 
	background: #fd942f;  

  display: block;
  padding: 8px 20px;
	font-size: 14px;
  text-decoration: none;
	color: #fff;
}

#submenu a:hover,
#submenu .current-page-item a,
#submenu .current-page-parent a 
{ 
  background: #fdaa58;
}
#submenu .current-page-parent .current-page-item>a{
  font-weight:bold;  
} 

#submenu li ul li{ 
  margin:0;

}
#submenu li ul li a{
  padding:2px 2px 2px 35px;  
}

#submenu li ul li li a{
  padding:2px 2px 2px 50px;  
}

#submenu li ul li li li a{
  padding:2px 2px 2px 65px;  
  font-size:8pt;
}
#submenu li ul li li li li a{
  padding:2px 2px 2px 80px;  
  font-size:8pt;
}


#submenu li.current-page-parent>a{
  font-weight:bold;
}
/* Content */

#content{ 
  padding-bottom: 50px;
  /*  background-image: url('images/bg_orange.jpg');
  background-repeat: no-repeat;
  background-position: -347px -215px;
*/
  background:url(images/bg_content.gif) 0 323px no-repeat;
}

#content_left{
  float:left;   
  width:200px;
  /* height:1000px; */
}
#content_main {
  float:right;
  width:608px;  
  min-height:440px;
  /* margin-top:105px; */
  margin-top:200px;
  z-index: 30;
}
/*
#content_main{ 
  min-height:430px;
  _height:430px;
	padding-top: 105px;
  margin-left: 285px;
  line-height:16px;  
  font-size: 14px;
}
*/

#content_main h2{
	min-height: 55px;
  font-size: 30px;
  font-weight: normal;
  color: #f99f46;
  margin-bottom:15px;
  overflow: hidden;
}

#content_main .main_title{
  position:absolute;
  top:100px;
  height:165px;
  left:290px;
  width:600px;
}
#content_main .main_title h2{
  position:absolute;
  bottom:0;
  left:0;  
}


#content_main .h2{
  padding-bottom: 20px;
  background-image: url('images/h2_dots.gif');
  background-repeat: repeat-x;
  background-position: 0px 100%;
  font-weight: normal;
  color: #f99f46;
}

#content_main .h3{
  padding-bottom:20px;  
}


#content_main p{
  margin-bottom:1.3em;
  line-height:1.3em;  
}
#content_main ul li {
  list-style:disc;
  margin-left:20px;  
}

#content_main p.bigtext2,
.bigtext2{
  margin-bottom:16px;
  line-height:24px;  
/*  font-size: 18px; */
  font-size: 1.3em;  
  
}

#content_main p.bigtext{
  margin-bottom:16px;
  line-height: 22px;
  font-size: 1.1em;
  font-weight: bold;
  
}
#content_main a
{ text-decoration: none;
  color: #3746a4;
}


#content_main a:hover
{ color: #9ca5de;
}


#content_main ol, #content_main ul{
  margin-bottom:16px;
}

#page_title
{ height: 42px;
  margin-bottom: 50px;
}

.thumb_3col
{ display: inline;
	height: 145px;
	width: 144px;
  margin-right: 20px;
}

.bold_list #content_main li{
  font-weight:bold;  
}

#content_main .no_bullet li{
  list-style:none;
  margin-left:auto;
}

/* Content Dots */

#content_dots
{}

#right_of_content_dots
{}


/* Popup Content */
#page #popup_content{
  display:none;  
}
#popup_content{
  width:500px;
}
#popup_content .close{
  position:absolute;
  right:0;
  bottom:0;  
}
#popup_content h2{
  margin-bottom:15px;  
  color:#3746A5;
  width:493px;
}
#popup_content p{
  margin-bottom:15px;
 
}
#popup_content a{
  font-weight:bold;  
}
a.popup{
  display:none;  
}




/* Footer */
#footer_widescreen{
	height:100px;
/*  background: url('images/bg_orange_bottom.jpg') repeat-x;	*/
}

#footer{
  position: relative;
  width:900px;
  margin:0 auto;
  height: 100px;
/*  background-image: url('images/bg_orange_bottom.jpg');*/
  background-position: -347px 0px;
  background-repeat: no-repeat;
}


#left_of_footer
{ position: absolute;
	right: 900px;
	width: 347px;
	height: 100px;
/*  background-image: url('images/bg_orange_bottom.jpg');*/
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#right_of_footer
{ position: absolute;
	left: 900px;
	width: 300px;
	height: 100px;
  /*background-image: url('images/bg_orange_bottom.jpg');*/
  background-repeat: no-repeat;
  background-position: -1247px 0px;
}

ul#footer_menu
{ position: absolute;
  top: 55px;
}

ul#footer_menu li
{ font-size: 10px;
}

#login_menu
{ position: absolute;
  top: -15px;
  right:10px;
}

#login_menu li{ 
  float: left;
  margin-left:20px;
  font-size:7pt;
  text-transform:uppercase;
}

#login_menu a{
  color:#000;
  
}
#login_menu a:hover{
  color:#9ca5de;
}

/* Dots */
#topdots
{ position: absolute;
  top:265px;
  width: 347px;
  height: 424px;
  background-image: url('images/bg_top_dots.gif');
  background-repeat: no-repeat;
}

#bottomdots
{ position: absolute;
	top: -423px;
	left: 900px;
	width: 297px;
	height: 423px;
  background-image: url('images/bg_bottomdots.jpg');
  background-repeat: no-repeat;
  background-position: -447px 50px;
}

/* News */
.news-date{
  margin-bottom:10px;
  color:#888;  
}

/* Content - Product List */
#alphabetical_list{
  margin-bottom:10px;  
}
#alphabetical_list a{
  margin-right:2px;  
}
#alphabetical_list a.selected{
  color:#000 !important;
}

body #left_of_page                            {          }
body #right_of_page                          {          }
body #right_of_content                    {          }
body #footer_widescreen                  {  	}
body #footer                                        {   }
body #left_of_footer                        {   }
body #right_of_footer                      {   }
body #bottomdots                                {  background-image: url('images/bg_bottomdots.jpg');    }
body #content                                      {          }
body #content_main .h2                     {  background-image: url('images/h2_dots_orange.gif');   }
body #submenu                                      {  background: #f77c03;  }
body #submenu li a                                 {  background: #fd942f;  }
body #submenu a:hover,
body #submenu .current-page-item a,
body #submenu .current-page-parent a          {  background: #fdaa58;  }
body #content_main a                           {  color: #f77c03;  }
body #content_main a:hover               {  color: #fdaa58;  }
body #content_main h2                         {  color: #f77c03;  }
body #content_main .h2                       {  color: #f77c03;  }

body.orange                       {  background:url(images/bg_stripe_orange.gif) 0 99px repeat-x      } 
/* body.orange #left_of_page         {  background-image: url('images/bg_orange.jpg');        } */
body.orange #right_of_page        {  background-image: url('images/bg_orange.jpg');        }
body.orange #right_of_content     {  background-image: url('images/bg_orange.jpg');       }
body.orange #flash_bg .flash_content{  background: url('images/bg_orange.jpg') 3px -215px no-repeat; }
body.orange #footer_widescreen    {  background-image: url('images/bg_orange_bottom.jpg'); }
body.orange #footer               {  background-image: url('images/bg_orange_bottom.jpg'); }
body.orange #left_of_footer       {  background-image: url('images/bg_orange_bottom.jpg'); }
body.orange #right_of_footer      {  background-image: url('images/bg_orange_bottom.jpg'); }
body.orange #bottomdots           {  background-image: url('images/bg_bottomdots.jpg');    }
/* body.orange #content              {  background-image: url('images/bg_orange.jpg');        } */
body.orange #content_main .h2     {  background-image: url('images/h2_dots_orange.gif') repeat-x;   }
body.orange #submenu              {  background: #f77c03;  }
body.orange #submenu li a         {  background: #fd942f;  }
body.orange #submenu a:hover,
body.orange #submenu .current-page-item a,
body.orange #submenu .current-page-parent a  {  background: #fdaa58;  }
body.orange #content_main a       {  color: #f77c03;  }
body.orange #content_main a:hover {  color: #fdaa58;  }
body.orange #content_main h2      {  color: #f77c03;  }
body.orange #content_main .h2     {  color: #f77c03;  }
body.orange #popup_content h2     {  color: #f77c03; background:url('images/h2_dots_orange.gif') 0 100% repeat-x   }
body.orange #popup_content a     {  color: #f77c03;  }


body.blue                         {  background:url(images/bg_stripe_blue.gif) 0 99px repeat-x      } 
/* body.blue #left_of_page           {  background-image: url('images/bg_blue.jpg');        } */
body.blue #right_of_page          {  background-image: url('images/bg_blue.jpg');        }
body.blue #right_of_content       {  background-image: url('images/bg_blue.jpg');        }
body.blue #flash_bg .flash_content{  background: url('images/bg_blue.jpg') 3px -215px no-repeat; }
body.blue #footer_widescreen      {  background-image: url('images/bg_blue_bottom.jpg'); }
body.blue #footer                 {  background-image: url('images/bg_blue_bottom.jpg'); }
body.blue #left_of_footer         {  background-image: url('images/bg_blue_bottom.jpg'); }
body.blue #right_of_footer        {  background-image: url('images/bg_blue_bottom.jpg'); }
body.blue #bottomdots             {  background-image: url('images/bg_bottomdots.jpg');  }

/* body.blue #content                {  background-image: url('images/bg_blue.jpg');        } */
body.blue #content_main .h2       {  background-image: url('images/h2_dots_blue.gif');   }
body.blue #submenu                {  background: #0e5fab;  }
body.blue #submenu li a           {  background: #127ce0;  }
body.blue #submenu a:hover,
body.blue #submenu .current-page-item a,
body.blue #submenu .current-page-parent a     {  background: #3b96ec;  }
body.blue #content_main a                  {  color: #0e5fab;  }
body.blue #content_main a:hover   {  color: #3b96ec;  }
body.blue #content_main h2        {  color: #0e5fab;  }
body.blue #content_main .h2       {  color: #0e5fab;  }
body.blue #popup_content h2       {  color: #0e5fab; background:url('images/h2_dots_blue.gif') 0 100% repeat-x  }
body.blue #popup_content a       {  color: #0e5fab;  }


body.green                        {  background:url(images/bg_stripe_green.gif) 0 99px repeat-x      }
/* body.green #left_of_page          {  background-image: url('images/bg_green.jpg');        } */
body.green #right_of_page         {  background-image: url('images/bg_green.jpg');        }
body.green #right_of_content      {  background-image: url('images/bg_green.jpg');        }
body.green #flash_bg .flash_content{  background: url('images/bg_green.jpg') 3px -215px no-repeat; }
body.green #footer_widescreen     {  background-image: url('images/bg_green_bottom.jpg'); }
body.green #footer                {  background-image: url('images/bg_green_bottom.jpg'); }
body.green #left_of_footer        {  background-image: url('images/bg_green_bottom.jpg'); }
body.green #right_of_footer       {  background-image: url('images/bg_green_bottom.jpg'); }
body.green #bottomdots            {  background-image: url('images/bg_bottomdots.jpg');   }
/* body.green #content               {  background-image: url('images/bg_green.jpg');        } */
body.green #content_main .h2      {  background-image: url('images/h2_dots_green.gif');   }
body.green #submenu               {  background: #558025;  }
body.green #submenu li a          {  background: #6f9346;  }
body.green #submenu a:hover,
body.green #submenu .current-page-item a,
body.green #submenu .current-page-parent a    {  background: #8ca86b;  }
body.green #content_main a        {  color: #558025;  }
body.green #content_main a:hover  {  color: #8ca86b;  }
body.green #content_main h2       {  color: #558025;  }
body.green #content_main .h2      {  color: #558025;  }
body.green #popup_content h2       {  color: #558025; background:url('images/h2_dots_green.gif') 0 100% repeat-x }
body.green #popup_content a       {  color: #558025;  }

body.red                          {  background:url(images/bg_stripe_red.gif) 0 99px repeat-x      } 
/* body.red #left_of_page            {  background-image: url('images/bg_red.jpg');        } */
body.red #right_of_page           {  background-image: url('images/bg_red.jpg');        }
body.red #right_of_content        {  background-image: url('images/bg_red.jpg');        }
body.red #flash_bg .flash_content {  background: url('images/bg_red.jpg') 3px -215px no-repeat; }
body.red #footer_widescreen       {  background-image: url('images/bg_red_bottom.jpg'); }
body.red #footer                  {  background-image: url('images/bg_red_bottom.jpg'); }
body.red #left_of_footer          {  background-image: url('images/bg_red_bottom.jpg'); }
body.red #right_of_footer         {  background-image: url('images/bg_red_bottom.jpg'); }
body.red #bottomdots              {  background-image: url('images/bg_bottomdots.jpg'); }
/* body.red #content                 {  background-image: url('images/bg_red.jpg');        } */
body.red #content_main .h2        {  background-image: url('images/h2_dots_red.gif');   }
body.red #submenu                 {  background: #af2d2d;  }
body.red #submenu li a            {  background: #d34646;  }
body.red #submenu a:hover,
body.red #submenu .current-page-item a,
body.red #submenu .current-page-parent a      {  background: #dd7070;  }
body.red #content_main a          {  color: #af2d2d;  }
body.red #content_main a:hover    {  color: #dd7070;  }
body.red #content_main h2         {  color: #af2d2d;  }
body.red #content_main .h2        {  color: #af2d2d;  }
body.red #popup_content h2        {  color: #af2d2d; background:url('images/h2_dots_red.gif') 0 100% repeat-x   }
body.red #popup_content a         {  color: #af2d2d;  }

body.purple                       { background:url(images/bg_stripe_purple.gif) 0 99px repeat-x      }
/* body.purple #left_of_page         {  background-image: url('images/bg_purple.jpg');        } */
body.purple #right_of_page        {  background-image: url('images/bg_purple.jpg');        }
body.purple #right_of_content     {  background-image: url('images/bg_purple.jpg');        }
body.purple #flash_bg .flash_content {  background: url('images/bg_purple.jpg') 3px -215px no-repeat; }
body.purple #footer_widescreen    {  background-image: url('images/bg_purple_bottom.jpg'); }
body.purple #footer               {  background-image: url('images/bg_purple_bottom.jpg'); }
body.purple #left_of_footer       {  background-image: url('images/bg_purple_bottom.jpg'); }
body.purple #right_of_footer      {  background-image: url('images/bg_purple_bottom.jpg'); }
body.purple #bottomdots           {  background-image: url('images/bg_bottomdots.jpg');    }
/* body.purple #content              {  background-image: url('images/bg_purple.jpg');        } */
body.purple #content_main .h2     {  background-image: url('images/h2_dots_purple.gif');   }
body.purple #submenu              {  background: #6c15ad;  }
body.purple #submenu li a         {  background: #8a2fac;  }
body.purple #submenu a:hover,
body.purple #submenu .current-page-item a,
body.purple #submenu .current-page-parent a   {  background: #a35cbe;  }
body.purple #content_main a       {  color: #6c15ad;  }
body.purple #content_main a:hover {  color: #a35cbe;  }
body.purple #content_main h2      {  color: #6c15ad;  }
body.purple #content_main .h2     {  color: #6c15ad;  }
body.purple #popup_content h2        {  color: #6c15ad; background:url('images/h2_dots_purple.gif') 0 100% repeat-x  }
body.purple #popup_content a        {  color: #6c15ad;  }

body.aqua                         {  background:url(images/bg_stripe_aqua.gif) 0 99px repeat-x     }
/* body.aqua #left_of_page           {  background-image: url('images/bg_aqua2.jpg');       } */
body.aqua #right_of_page          {  background-image: url('images/bg_aqua2.jpg');       }
body.aqua #right_of_content       {  background-image: url('images/bg_aqua2.jpg');       }
body.aqua #flash_bg .flash_content {  background: url('images/bg_aqua.jpg') 3px -215px no-repeat; }
body.aqua #footer_widescreen      {  background-image: url('images/bg_aqua_bottom.jpg'); }
body.aqua #footer                 {  background-image: url('images/bg_aqua_bottom.jpg'); }
body.aqua #left_of_footer         {  background-image: url('images/bg_aqua_bottom.jpg'); }
body.aqua #right_of_footer        {  background-image: url('images/bg_aqua_bottom.jpg'); }
body.aqua #bottomdots             {  background-image: url('images/bg_bottomdots.jpg');  }
/* body.aqua #content                {  background-image: url('images/bg_aqua.jpg');        } */
body.aqua #content_main .h2       {  background-image: url('images/h2_dots_aqua.gif');   }
body.aqua #submenu                {  background: #019ba4;  }
body.aqua #submenu li a           {  background: #01c1cc;  }
body.aqua #submenu a:hover,
body.aqua #submenu .current-page-item a,
body.aqua #submenu .current-page-parent a     { background: #1adae5;  }
body.aqua #content_main a         {  color: #019ba4;  }
body.aqua #content_main a:hover   {  color: #1adae5;  }
body.aqua #content_main h2        {  color: #019ba4;  }
body.aqua #content_main .h2       {  color: #019ba4;  }
body.aqua #popup_content h2       {  color: #019ba4; background:url('images/h2_dots_aqua.gif') 0 100% repeat-x   }
body.aqua #popup_content a       {  color: #019ba4;  }


/* Dark Blue : normal: #3746a5, darker: #232c6b, lighter: #5766c2 */
body.dark_blue                         {  background:url(images/bg_stripe_dark_blue.gif) 0 99px repeat-x     }
/* body.dark_blue #left_of_page           {  background-image: url('images/bg_dark_blue2.jpg');       } */
body.dark_blue #right_of_page          {  background-image: url('images/bg_dark_blue2.jpg');       }
body.dark_blue #right_of_content       {  background-image: url('images/bg_dark_blue2.jpg');       }
body.dark_blue #flash_bg .flash_content {  background: url('images/bg_dark_blue.jpg') 3px -215px no-repeat; }
body.dark_blue #footer_widescreen      {  background-image: url('images/bg_dark_blue_bottom.jpg'); }
body.dark_blue #footer                 {  background-image: url('images/bg_dark_blue_bottom.jpg'); }
body.dark_blue #left_of_footer         {  background-image: url('images/bg_dark_blue_bottom.jpg'); }
body.dark_blue #right_of_footer        {  background-image: url('images/bg_dark_blue_bottom.jpg'); }
body.dark_blue #bottomdots             {  background-image: url('images/bg_bottomdots.jpg');  }
/* body.dark_blue #content                {  background-image: url('images/bg_dark_blue.jpg');        } */
body.dark_blue #content_main .h2       {  background-image: url('images/h2_dots_dark_blue.gif');   }
body.dark_blue #submenu                {  background: #232c6b;  }
body.dark_blue #submenu li a           {  background: #3746a5;  }
body.dark_blue #submenu a:hover,
body.dark_blue #submenu .current-page-item a,
body.dark_blue #submenu .current-page-parent a     { background: #5766c2;  }
body.dark_blue #content_main a         {  color: #232c6b;  }
body.dark_blue #content_main a:hover   {  color: #5766c2;  }
body.dark_blue #content_main h2        {  color: #232c6b;  }
body.dark_blue #content_main .h2       {  color: #232c6b;  }
body.dark_blue #popup_content h2       {  color: #232c6b; background:url('images/h2_dots_dark_blue.gif') 0 100% repeat-x  }
body.dark_blue #popup_content a       {  color: #232c6b;  }



/* Light Green : normal: #02d995, darker: #03c587, lighter: #45edb8 */
body.light_green                         {  background:url(images/bg_stripe_light_green.gif) 0 99px repeat-x     }
/* body.light_green #left_of_page           {  background-image: url('images/bg_dark_blue2.jpg');       } */
body.light_green #right_of_page          {  background-image: url('images/bg_light_green.jpg');       }
body.light_green #right_of_content       {  background-image: url('images/bg_light_green.jpg');       }
body.light_green #flash_bg .flash_content {  background: url('images/bg_light_green.jpg') 3px -215px no-repeat; }
body.light_green #footer_widescreen      {  background-image: url('images/bg_light_green_bottom.jpg'); }
body.light_green #footer                 {  background-image: url('images/bg_light_green_bottom.jpg'); }
body.light_green #left_of_footer         {  background-image: url('images/bg_light_green_bottom.jpg'); }
body.light_green #right_of_footer        {  background-image: url('images/bg_light_green_bottom.jpg'); }
body.light_green #bottomdots             {  background-image: url('images/bg_bottomdots.jpg');  }
/* body.light_green #content                {  background-image: url('images/bg_dark_blue.jpg');        } */
body.light_green #content_main .h2       {  background-image: url('images/h2_dots_light_green.gif');   }
body.light_green #submenu                {  background: #03c587;  }
body.light_green #submenu li a           {  background: #02d995;  }
body.light_green #submenu a:hover,
body.light_green #submenu .current-page-item a,
body.light_green #submenu .current-page-parent a     { background: #45edb8;  }
body.light_green #content_main a         {  color: #03c587;  }
body.light_green #content_main a:hover   {  color: #45edb8;  }
body.light_green #content_main h2        {  color: #03c587;  }
body.light_green #content_main .h2       {  color: #03c587;  }
body.light_green #popup_content h2       {  color: #03c587; background:url('images/h2_dots_light_green.gif') 0 100% repeat-x  }
body.light_green #popup_content a       {  color: #03c587;  }

body #content_main .h2{
  background-image: url('images/h2_dots.png') !important; 

}

#popup_content a:hover{
  color:#888 !important;  
}
#popup_content h2{
  padding-bottom:20px;
  background-position:0 100%;  
  margin-bottom:20px;
}


/* Magic Fix */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
* html .clearfix{height:1%;}
.clearfix{display:block;clear:both;zoom:1}